I read the manual to install vserver on crux. http://list.linux-vserver.org/archive/vserver/msg09371.html I followed each step. But starting vserver fails.
# vserver vcrux01 start save_ctxinfo: open("/usr/var/run/vservers/vcrux01"): No such file or An error occured while executing the vserver startup sequence; when there are no other messages, it is very likely that the init-script (/sbin/init) 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 'vcrux01' The file "run" in config-directory is an symbolic dead-link. # ls -l /etc/vservers/vcrux01/run lrwxrwxrwx 1 root root 29 Apr 10 17:24 /etc/vservers/vcrux01/run -> /usr/var/run/vservers/vcrux01 This is exactly, what I found in the documentation of source save_ctxinfo.c. // Saves current ctx + vserver-info into 'argv[1] + /run' which must be a dead // symlink What goes wrong ? Thanks Falk PS: The configure-options are: ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-initrddir=/etc/rc.d _______________________________________________ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver