From: Mike Fischer (mike.fischer_at_ipsi.fraunhofer.de)
Date: Wed 27 Aug 2003 - 13:45:57 BST
desman_at_gmx.de wrote:
> hi,
>
> in /usr/sbin/vserver
>
> nothing of the followed words can be found:
>
> ipv4root
> Host name
> security context
> Kernel do not support chrootsafe(), using chroot()
> Usage: init 0123456SsQqAaBbCcUu
Sure you won't find any of that in the script because it isoutput from
other programs. The last line is from whatever init program is called,
telling you that it won't start because of a problem with the arguments
given to it.
How about looking for 'fakeinit' and tracing the variables used for
ensuring that fakeinit is used? Put some echo-commands in it (save a
copy of the original first), do some debugging...
No shame if you don't know how to do this, but can't help you any other
way than giving hints.
Cheers,
Mike