ITP: sid - Run commands in your /sid chroot

2005-05-27 Thread Bill Allombert
Well not really, but I am using a program called 'sid' for some years now, and I thought I would share it with you. sid is a straight-forward wrapper that do 'chroot /sid' that does not get in the way as dchroot does (IMHO), since it does not take options and preserve the environment, cwd, etc,

Re: ITP: sid - Run commands in your /sid chroot

2005-05-27 Thread Hamish Moffatt
On Fri, May 27, 2005 at 01:56:54PM +0200, Bill Allombert wrote: Well not really, but I am using a program called 'sid' for some years now, and I thought I would share it with you. Here's my wishlist bug report then ;-) I would like to be able to end up in the same directory inside the chroot

Re: ITP: sid - Run commands in your /sid chroot

2005-05-27 Thread Brett Parker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hamish Moffatt [EMAIL PROTECTED] wrote: On Fri, May 27, 2005 at 01:56:54PM +0200, Bill Allombert wrote: Well not really, but I am using a program called 'sid' for some years now, and I thought I would share it with you. Here's my wishlist bug

Re: ITP: sid - Run commands in your /sid chroot

2005-05-27 Thread sean finney
On Fri, May 27, 2005 at 01:46:25PM +0100, Brett Parker wrote: I imagine that's a pretty simple change I should just do myself. Erm, dchroot already does this. likewise, i'm not sure what this sid package would do that dchroot does not. (I've got an amd64 with bind mounted home, an i386

Re: ITP: sid - Run commands in your /sid chroot

2005-05-27 Thread Bill Allombert
On Fri, May 27, 2005 at 10:35:43PM +1000, Hamish Moffatt wrote: On Fri, May 27, 2005 at 01:56:54PM +0200, Bill Allombert wrote: Well not really, but I am using a program called 'sid' for some years now, and I thought I would share it with you. Here's my wishlist bug report then ;-) I

Re: ITP: sid - Run commands in your /sid chroot

2005-05-27 Thread Peter Samuelson
[Bill Allombert] #include unistd.h #include sys/types.h #include stdio.h #include errno.h #include stdlib.h #include string.h #define CHROOT_PATH /sid/ I'd encase this in #ifndef CHROOT_PATH, so you can change it on the compile line and thus quickly build multiple binaries. #define