Bug#336172: [PATCH] sysvinit off-by-one error

2005-11-05 Thread Kir Kolyshkin
Petter, we could probably provide you an access to an OpenVZ VPS with a Debian distro installed so you can check the issue exists and is fixable by the patch. Send me your SSH public key and I will try to arrange it. Petter Reinholdtsen wrote: I use version 2.86.ds1-1 in sarge, and do not see

Bug#336172: [PATCH] sysvinit off-by-one error

2005-11-05 Thread Petter Reinholdtsen
I use version 2.86.ds1-1 in sarge, and do not see this issue with the default init. How do I test if the problem exist? I've tried these methods so far, based on the input from openvz bugzilla: % ps -fp 1 UIDPID PPID C STIME TTY TIME CMD root 1 0 0 Nov04 ?

Bug#336172: [PATCH] sysvinit off-by-one error

2005-10-28 Thread Kir Kolyshkin
Package: sysvinit Version: 2.86.ds1-1 Tags: patch SysVinit version 2.86 have a problem in its code that leads to incorrectly displaying init name in process list (and in /proc/1/cmdline) -- it is shown as 'ini'. This was observed inside an OpenVZ's VPS. See http://bugzilla.openvz.org/60 for mo