From: Michael Wood on
On 10 May 2010 06:44, Dave Wynne <dave(a)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(a)gmail.com>
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: Laurent BARRAILLE on
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(a)artimech.com.au
> Please Visit Our Website www.artimech.com.au
> Information Contained Within This Communication Is Private and In Confidence
>
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: Michael Wood on
On 10 May 2010 10:59, Laurent BARRAILLE <laurent.barraille(a)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(a)gmail.com>
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: Dave Wynne on
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(a)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(a)lists.samba.org [mailto:samba-bounces(a)lists.samba.org] On Behalf Of Michael Wood
Sent: Monday, 10 May 2010 20:50
To: Laurent BARRAILLE
Cc: samba(a)lists.samba.org
Subject: Re: [Samba] Problem with git

On 10 May 2010 10:59, Laurent BARRAILLE <laurent.barraille(a)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(a)gmail.com>
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba


--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: Michael Wood on
On 14 May 2010 01:51, Dave Wynne <dave(a)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 12

I 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(a)gmail.com>
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba