Re: [Vserver] Vservers under Debian

2005-04-03 Thread Ola Lundqvist
Hello On Thu, Mar 31, 2005 at 05:16:28PM +0100, Gaz Wilson wrote: > > Does anyone have any experience with the development branch of Vserver > and Debian? Yes I'm the maintainer and yesterday util-vserver 0.30.204 finally found it's way to sarge. So if would be really nice if you could try this

Re: [Vserver] Fakeinit issues

2005-04-03 Thread Herbert Poetzl
On Sun, Apr 03, 2005 at 06:43:58PM +0200, Enrico Scholz wrote: > Hello, > > I discovered some irregularities regarding fakeinit functionality. The > following program gives different output on host and vservers: > > | int main(int argc, char *argv[]) > | { > | printf("%i\n", getsid(atoi(argv[1]

[Vserver] Fakeinit issues

2005-04-03 Thread Enrico Scholz
Hello, I discovered some irregularities regarding fakeinit functionality. The following program gives different output on host and vservers: | int main(int argc, char *argv[]) | { | printf("%i\n", getsid(atoi(argv[1]))); | } On host: | # ./a.out 1 | 0 on VServer: | # chcontext --xid 100 --f