On Thu, Apr 20, 2006 at 01:30:06AM +0200, Herbert Poetzl wrote:
> 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.
>
> interesting detail, so maybe we should create that on
> every startup then, or you might (as a temporary fix)
Conditionally.
if [ ! -d /var/run/vshelper ]
then
mkdir /var/run/vshelper
fi
and similar for other /var/run directories needed.
-- rgds Stephen _______________________________________________ Vserver mailing list Vserver@list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserverReceived on Thu Apr 20 04:41:09 2006