Hey git_usr, I did follow exact instructions for my linux distro (debian squeeze). So I don't know what to tell you, there is something not working properly, so that's what I'm trying to figure out, with the help that I can get. I checked all my init.d files, and they seem to be correct (from the debian squeeze wiki page). There were some things by the way that were not specified in the wiki that fixed some issues I had.
On Apr 10, 1:16 am, git_usr <[email protected]> wrote: > Hey moleculezz, > > I'm not sure how you have tried to install Gitorious, but the easiest > way is to first try to find a howto for your OS and read it. > If you are using a Linux distro, you are in luck, because there are > plenty of Gitorious installation howtos for Linux distros. > And most of them answer the questions you've posted and how to > daemonize the git-poller, that is, run it as a constant service from > boot. > The Gitorious wiki lists some great > howtos:http://gitorious.org/gitorious/pages > > The 'DaemonTools' link from that page looks a great howto to start > with... but if it's not helpful, look for a howto link for your OS > below it. > > On Apr 10, 9:53 am, moleculezz <[email protected]> wrote: > > > > > > > > > Today I tried to create a new project and repo, and I had the same > > problem. I had to run the script/poller run command again to get it > > going. > > So it seems it's not permanent. I didn't reboot the server or > > anything. > > > So how do I get this running constantly? > > > On Apr 8, 4:36 pm, moleculezz <[email protected]> wrote: > > > > On Apr 8, 8:16 am, Marius Mårnes Mathiesen > > > > <[email protected]> wrote: > > > > On Thu, Apr 7, 2011 at 2:45 PM, moleculezz <[email protected]> wrote: > > > > > > 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) > > > > > Ah, you'll need to pass your Rails environment in the command: > > > > > $ RAILS_ENV=production script/poller run > > > > Ok, so I did that, but is it normal that I cannot return to the normal > > > command prompt? > > > When I do ctrl+z it says: > > > [1]+ Stopped RAILS_ENV=production script/poller run > > > > and then it returns to the normal prompt. Does this mean that when > > > this is running I won't be able to do anything else on the server? > > > > Also, do I have to do this each time if I reboot the server? > > > > > > > 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? > > > > > It means the poller script hasn't put it into ~git/.ssh/authorized_keys > > > > and > > > > updated the database yet. It will probably become ready once we get your > > > > poller script running. > > > > > Cheers, > > > > - Marius -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
