Re: [Vserver] Re: ubuntu dapper vserver problem

From: Gerald Hochegger <gerald.hochegger_at_uni-klu.ac.at>
Date: Thu 20 Apr 2006 - 10:11:46 BST
Message-ID: <20060420091146.GE29333@console1.zid.uni-klu.ac.at>

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
Received on Thu Apr 20 10:12:18 2006

[Next/Previous Months] [Main vserver Project Homepage] [Howto Subscribe/Unsubscribe] [Paul Sladen's vserver stuff]
Generated on Thu 20 Apr 2006 - 10:12:25 BST by hypermail 2.1.8