On Wed, Apr 19, 2006 at 11:40:33PM -0400, Stephen Harris wrote:
> 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.

hmm, guess you can make that

mkdir -p /var/run/vshelper

best,
Herbert
> 
> -- 
> 
> rgds
> Stephen
> _______________________________________________
> Vserver mailing list
> Vserver@list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to