On Mon, Jun 28, 2004 at 11:25:11PM -0600, Lucas Albers wrote: > Is their any documentation on converting a production server to run as a > vserver? > > I did a rsync -av to the vserver, and vserver instance started up. > When create a new vserver certain device files are not created. > Do I need to remove any items from the new vserver to secure it?
yes, you should cleanup all but the device nodes created for a new vserver, unless you want vserver root to mess with your devices ... # ls /vservers/XXXX/dev/ full hdv1 null ptmx pts/ random tty urandom zero this will probably change in the near future with more advanced 1.9.x patches ... HTH, Herbert > -- > Luke Computer Science System Administrator > Security Administrator,College of Engineering > Montana State University-Bozeman,Montana > > _______________________________________________ > Vserver mailing list > [EMAIL PROTECTED] > http://list.linux-vserver.org/mailman/listinfo/vserver _______________________________________________ Vserver mailing list [EMAIL PROTECTED] http://list.linux-vserver.org/mailman/listinfo/vserver
