Am Donnerstag, den 17.11.2005, 13:19 +0530 schrieb sukrit:
> I have mounted the base machine's /dev/ into each VServer using:
> 
> mount --bind /dev /vservers/$2/dev
> 

But why?!

I do not know what your vservers are doing, but this simply looks like a
mine-deep penetrating security issue...

Besides, still ignoring that tcptty thingy, which I think is a ulimit
problem, if you are using vs2.0 and namespaces are enabled (default),
you will also need to mount using the vserver's namespace:

vnamespace -e <vserver's xid> mount --bind /dev /vservers/$2/dev 

Or use the vservers fstab.

Regards,
// Veit

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to