thanks.  poller is running, i confirmed this by being able to create
the repos and they now show up in the message queue so i know that is
running.

all the permissions are correct, the excelent guide had me do that :)

maybe the host is a problem.  i am using git.myhost.com but i am not
really git.myhost.com yet.  it all works cause i put the entry in
hosts so i dont think that is the issue but then again, idk.

since /var/git/repositories/ now has some hashed directories in it, so
i know that is right.  when i check the last .git directory this is
what it contains:

-rw-rw-rw- 1 git git   66 2011-03-11 12:39 config
-rw-rw-rw- 1 git git   35 2011-03-11 12:40 description
-rw-rw-rw- 1 git git    0 2011-03-11 12:40 git-daemon-export-ok
-rw-rw-rw- 1 git git   23 2011-03-11 12:39 HEAD
lrwxrwxrwx 1 git git   15 2011-03-11 12:40 hooks -> ../../../.hooks
drwxrwxrwx 2 git git 4096 2011-03-11 12:40 info
drwxrwxrwx 4 git git 4096 2011-03-11 12:39 objects
drwxrwxrwx 4 git git 4096 2011-03-11 12:39 refs


so it seems to have been setup but when i do a ls -la i get this:

total 32
drwxr-x--- 5 git git 4096 2011-03-11 12:40 .
drwxr-x--- 3 git git 4096 2011-03-11 12:39 ..
-rw-rw-rw- 1 git git   66 2011-03-11 12:39 config
-rw-rw-rw- 1 git git   35 2011-03-11 12:40 description
-rw-rw-rw- 1 git git    0 2011-03-11 12:40 git-daemon-export-ok
-rw-rw-rw- 1 git git   23 2011-03-11 12:39 HEAD
lrwxrwxrwx 1 git git   15 2011-03-11 12:40 hooks -> ../../../.hooks
drwxrwxrwx 2 git git 4096 2011-03-11 12:40 info
drwxrwxrwx 4 git git 4096 2011-03-11 12:39 objects
drwxrwxrwx 4 git git 4096 2011-03-11 12:39 refs

as you can see no .git directory??  although maybe gitorious doesnt
use a .git directory? idk  maybe thats why it doesnt appear to be a
repo?

(notice the perimissions though, they look ok)

thanks again.




On Mar 11, 1:58 pm, [email protected] wrote:
> All these things rely on the gitorious-poller daemon to be running.
>
> you should have gitorious-poller in /etc/init.d
> you should make sure it is started
>
> You also need to make sure that the messaging queue is running.
>
> Getting all the permissions set right is also a problem with Gitorious.
> All the /etc/init.d/ scripts need to be user:group git:git
> as well as the ENTIRE /var/www/gitorious directory structure chown -R  
> git:git
>
> also you have to put in the actual host name and port of the server in the  
> gitororius.yml, localhost doesn't cut it.
> I spent a few hours wasted, until I changed all the instances of localhost  
> over to the actual name of my machine.

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

Reply via email to