On Apr 7, 2:29 pm, Marius Mårnes Mathiesen
<[email protected]> wrote:
> On Thu, Apr 7, 2011 at 1:49 PM, moleculezz <[email protected]> wrote:
> > > First of all you should try running SSH directly to verify that you're
> > able
> > > to connect:
>
> > > $ ssh -p <SSH port> git@<host>
>
> This probably means you haven't added your SSH key to your Gitorious user
> (~git/.ssh/authorized_keys does not contain your public key).
>
> This probably is because you haven't gotten the poller running (re. the
> other email in this thread), you should:
>
> 1. make sure the poller script is running

I get the following error now when I do ./script/poller run
git@debAMP:~$ ./script/poller run
poller: process with pid 5465 started.
/var/www/gitorious/config/environment.rb:15: Your config/gitorious.yml
does not have an entry for your current Rails environment. Please
consult config/gitorious.sample.yml for instructions. (RuntimeError)
        from /var/www/gitorious/vendor/rails/railties/lib/
initializer.rb:111:in `run'
        from /var/www/gitorious/config/environment.rb:13
        from /var/www/gitorious/vendor/plugins/activemessaging/
poller.rb:8:in `load'
        from /var/www/gitorious/vendor/plugins/activemessaging/
poller.rb:8
        from /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/
daemons-1.1.0/lib/daemons/application.rb:203:in `load'
        from /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/
daemons-1.1.0/lib/daemons/application.rb:203:in `start_load'
        from /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/
daemons-1.1.0/lib/daemons/application.rb:292:in `start'
        from /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/
daemons-1.1.0/lib/daemons/controller.rb:73:in `run'
        from /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/
daemons-1.1.0/lib/daemons.rb:143:in `run'
        from /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/
daemons-1.1.0/lib/daemons/cmdline.rb:112:in `call'
        from /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/
daemons-1.1.0/lib/daemons/cmdline.rb:112:in `catch_exceptions'
        from /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/gems/1.8/gems/
daemons-1.1.0/lib/daemons.rb:142:in `run'
        from ./script/poller:30

> 2. log into your local Gitorious server
> 3. upload your SSH key through the web interface
> 4. verify that the key is marked as ready

I did upload my SSH key, but it's marked as not ready. What does this
mean?

BTW, thanks for your quick responses. Great help!
>
> Then you should be able to connect.
>
> Cheers,
> - Marius

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to