Re: "Checksum mismatch -- will transfer entire file"

2010-06-15 Thread Gary Jennejohn
On Tue, 15 Jun 2010 09:28:37 +0700 Victor Sudakov wrote: > Jonathan Noack wrote: > > >> But to hell with this. I started the topic because I think something > > >> is wrong with SVN to CVS export, which upsets cvsup and causes > > >> "Checksum mismatch" errors. Is anybody willing to look at it?

Re: "Checksum mismatch -- will transfer entire file"

2010-06-15 Thread Christian Weisgerber
Gary Jennejohn wrote: > csup already has a CVS mode, at least in 9-current. I don't use older > versions of FreeBSD so I don't know whether it supports CVS there. It does at least down to 7.x. -- Christian "naddy" Weisgerber na...@mips.inka.de ___

CLONE_NEWNS or similar in freebsd?

2010-06-15 Thread Boyko Yordanov
Hi List, I have an app that uses linux's clone() syscall (with the CLONE_NEWNS flag). I need to migrate this app to freebsd. Is there similar functionality in freebsd? For what I read fork() and rfork() wont do the trick. I need the children to have their own private mount namespaces. Thanks!

Re: CLONE_NEWNS or similar in freebsd?

2010-06-15 Thread Boyko Yordanov
On Jun 15, 2010, at 7:50 PM, Julian Elischer wrote: > Since we are not Linux guru's, can you define EXACTLY what that does and > exactly what subset of that YOU need. (and why). > > we may be able to achieve the same final effect in a different way. Hi Julian! Yes, of course, I apologize for no

Re: CLONE_NEWNS or similar in freebsd?

2010-06-15 Thread Andriy Gapon
on 15/06/2010 17:42 Boyko Yordanov said the following: > Hi List, > > I have an app that uses linux's clone() syscall (with the CLONE_NEWNS flag). > I need to migrate this app to freebsd. > > Is there similar functionality in freebsd? For what I read fork() and rfork() > wont do the trick. I need

Re: CLONE_NEWNS or similar in freebsd?

2010-06-15 Thread Julian Elischer
On 6/15/10 1:25 PM, Andriy Gapon wrote: on 15/06/2010 17:42 Boyko Yordanov said the following: Hi List, I have an app that uses linux's clone() syscall (with the CLONE_NEWNS flag). I need to migrate this app to freebsd. Is there similar functionality in freebsd? For what I read fork() and rfor