Re: [git-users] git daemon won't run on 64-bit Ubuntu

2011-10-05 Thread Dean Schulze
I use git to synchronize files between various computers and git daemon is how I've done this in the past on Windows XP. 32-bit native code should run fine on a 64-bit OS, but when it comes to a daemon process I wonder if 64-bit code is required. I tried the git AMD64.deb package, but it didn'

Re: [git-users] git daemon won't run on 64-bit Ubuntu

2011-10-04 Thread Konstantin Khomoutov
On Tue, Oct 04, 2011 at 03:53:09PM -0700, Dean Schulze wrote: > I can't get the git daemon to start on Ubuntu 11.04 64-bit. I've followed > these instructions > > https://help.ubuntu.com/community/Git > > but nothing runs on port 9418. It's hard to tell anything because that page lists at least

[git-users] git daemon won't run on 64-bit Ubuntu

2011-10-04 Thread Dean Schulze
I can't get the git daemon to start on Ubuntu 11.04 64-bit. I've followed these instructions https://help.ubuntu.com/community/Git but nothing runs on port 9418. Do I have to have a 64-bit version of git for a 64-bit OS? I've installed git version 1.7.4.1. Thanks. -- You received this messa