I'm running a 7.2 guest on a Fedora Core 4 host. and get this error
whenever I try to start a vserver.
/etc/rc.d/rc exists on both the host and the guest so I can't figure
out what it's trying to do?
Anyone any clues?

(An strace on vserver vs247 start shows the command below being run
and then it fails in the same way)

strace /usr/sbin/vnamespace --new -- /usr/sbin/vserver ----nonamespace
vs247 start

execve("/usr/sbin/vnamespace", ["/usr/sbin/vnamespace", "--new", "--",
"/usr/sbin/vserver", "----nonamespace", "vs247", "start"], [/* 21 vars
*/]) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
clone(child_stack=0, flags=CLONE_VFORK|CLONE_NEWNS|SIGCHLD) = 22527
wait4(22527, vcontext: execvp("/etc/rc.d/rc"): No such file or
directory

An error occured while executing the vserver startup sequence; when
there are no other messages, it is very likely that the init-script
(/etc/rc.d/rc 3) failed.

Common causes are:
* /etc/rc.d/rc on Fedora Core 1 and RH9 fails always; the 'apt-rpm'
build
 method knows how to deal with this, but on existing installations,
 appending 'true' to this file will help.


Failed to start vserver 'vs247.xxxxxxxxx.com'
[{WIFEXITED(s) && WEXITSTATUS(s) == 255}], 0, NULL) = 22527
--- SIGCHLD (Child exited) @ 0 (0) ---
_exit(255)                              = ?

_______________________________________________
Vserver mailing list
[email protected]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to