I'm trying to set up Samba 4 on a test machine, Ubuntu 10.04 32bit server. And when I try git clone or git fetch, the download gets to somewhere between 5% and 50% and stops. What am I doing wrong? P.S. I'm running the Ubuntu as a virtual machine in VirtualBox on an XP host. Best regards, Dave Wynne Senior Engineer Artimech Pty. Ltd. MiniFab 1 Dalmore Drive Scoresby, Vic 3179 Australia Tel: (03) 9753 3700 Fax: (03) 9753 3711 Email: dave at artimech.com.au Please Visit Our Website www.artimech.com.au Information Contained Within This Communication Is Private and In Confidence
On 10 May 2010 06:44, Dave Wynne <dave at artimech.com.au> wrote:> I'm trying to set up Samba 4 on a test machine, Ubuntu 10.04 32bit server. And when I try git clone or git fetch, the download gets to somewhere between 5% and 50% and stops. What am I doing wrong? > > P.S. I'm running the Ubuntu as a virtual machine in VirtualBox on an XP host.Maybe you're having network issues. Try a shallow clone so you don't need to fetch as much data. i.e. something like this: $ git clone --depth 1 git://git.samba.org/samba.git samba-master I haven't used the --depth option before, but I think that's how it works. -- Michael Wood <esiotrot at gmail.com>
I've got the same problem in VirtualBox on an Ubuntu host. So, i used the rsync command, it works fine. On a real machine, git works fine. Le 10/05/2010 06:44, Dave Wynne a ?crit :> I'm trying to set up Samba 4 on a test machine, Ubuntu 10.04 32bit server. And when I try git clone or git fetch, the download gets to somewhere between 5% and 50% and stops. What am I doing wrong? > > P.S. I'm running the Ubuntu as a virtual machine in VirtualBox on an XP host. > > > > > Best regards, > > Dave Wynne > Senior Engineer > Artimech Pty. Ltd. > MiniFab > 1 Dalmore Drive > Scoresby, Vic 3179 Australia > Tel: (03) 9753 3700 > Fax: (03) 9753 3711 > > Email: dave at artimech.com.au > Please Visit Our Website www.artimech.com.au > Information Contained Within This Communication Is Private and In Confidence >
Could someone arrange to put a tarball of Alphs12 on the website so I can download it with a non Virtualbox client and then copy it to my Virtualbox client and then run it, I've done it the the Alpha 11 and would like to try again with Alpha 12 Best regards, Dave Wynne Senior Engineer Artimech Pty. Ltd. MiniFab 1 Dalmore Drive Scoresby, Vic 3179 Australia Tel: (03) 9753 3700 Fax: (03) 9753 3711 Email: dave at artimech.com.au Please Visit Our Website www.artimech.com.au Information Contained Within This Communication Is Private and In Confidence -----Original Message----- From: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] On Behalf Of Michael Wood Sent: Monday, 10 May 2010 20:50 To: Laurent BARRAILLE Cc: samba at lists.samba.org Subject: Re: [Samba] Problem with git On 10 May 2010 10:59, Laurent BARRAILLE <laurent.barraille at iut-nimes.fr> wrote:> I've got the same problem in VirtualBox on an Ubuntu host. > So, i used the rsync command, it works fine. > > On a real machine, git works fine.git works fine for me in VirtualBox. -- Michael Wood <esiotrot at gmail.com> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
Michael, Your are a bloody star, the rsync method did not work, but change to nat and away we went. Do you know if I can upgrade from Alpha 11 to Alpha 12 or do I need to make a new machine? Best regards, Dave Wynne Senior Engineer Artimech Pty. Ltd. MiniFab 1 Dalmore Drive Scoresby, Vic 3179 Australia Tel: (03) 9753 3700 Fax: (03) 9753 3711 Email: dave at artimech.com.au Please Visit Our Website www.artimech.com.au Information Contained Within This Communication Is Private and In Confidence -----Original Message----- From: Michael Wood [mailto:esiotrot at gmail.com] Sent: Friday, 14 May 2010 18:00 To: Dave Wynne Cc: samba at lists.samba.org Subject: Re: [Samba] Problem with git On 14 May 2010 01:51, Dave Wynne <dave at artimech.com.au> wrote:> Could someone arrange to put a tarball of Alphs12 on the website so I can download it with a non Virtualbox client and then copy it to my Virtualbox client and then run it, I've done it the the Alpha 11 and would like to try again with Alpha 12I can't put a tarball on the Samba website, but maybe someone could arrange for a snapshot. Do the rsync instructions work for you? http://wiki.samba.org/index.php/Samba4/HOWTO#rsync Otherwise changing the VirtualBox networking options might help (e.g. change from Bridged mode to NAT mode to see if the git clone/pull works for you then.) -- Michael Wood <esiotrot at gmail.com>