On Wed, Apr 19, 2006 at 03:21:48PM -0400, Philippe Clérié wrote: > Got a reply from the ubuntu.server list: on dapper /var/run is created on a > tmpfs and does not survive a reboot. >
I've integrated a small check in the util-verser init script # Create the /var/run directories if neccessary check_run_dirs() { for d in /var/run/vservers /var/run/vservers.rev /var/run/vshelper do if [ ! -d $d ]; then mkdir $d chmod 0755 $d fi done } I will send the patch to the debian maintainer - hopefully it gets integrated. apt-get update ; apt-get upgrade should get you the updated packages btw - while upgrading the /etc/vservers/.defaults/vdirbase symlink was resetted to the debian default /var/lib/vservers on some of my systems. So check this link after upgrading, if your vservers base is not /var/lib/vservers Greetings, Gerald Hochegger _______________________________________________ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver