From: Herbert Poetzl (herbert_at_13thfloor.at)
Date: Thu 23 Jun 2005 - 15:56:56 BST
On Thu, Jun 23, 2005 at 12:46:44PM +0200, Oliver Dietz wrote:
> Hello,
>
> ---
> hostserver:/vservers/suse92/etc/rc.d # vserver suse92 start
> WARNING: can not find configuration, assuming legacy method
> Starting the virtual server suse92
> Server suse92 is not running
> >>>rm: cannot remove `var/lock/subsys/sysconfig': Is a directory
try:
cd /tmp
mkdir xxx
rm xxx
rm: cannot remove directory `xxx': Is a directory
maybe your rm 'forgot' to mention the 'directory' part?
(check with both rm, the host and the guest one)
if so, check that var/lock/subsys/sysconfig isn't
a directory (by some accident) ... if not, and you
are sure that your filesystem is okay, and no other
security related patches are present, let me know
(i.e. we will investigate it further)
best,
Herbert
> ipv4root is now 192.168.0.180
> Host name is now suse92
> New security context is 49176
> ---
>
> is the rm-error an problem inside my guest or a util-vserver problem?
> Or should i just ignore it?
>
> Thx,
> Oliver
> _______________________________________________
> Vserver mailing list
> Vserver_at_list.linux-vserver.org
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
Vserver_at_list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver