On Fri, 31 Oct 2003 12:48:00 -0500, Charles wrote
> hi chuck,
> 
> can you tell me how to make it work?
> do i need to modify the setting of the rh6.2 after "rsync"?
> 
> i've got a rh7.3/rh9 host server, and like to run a rh7.3/rh9 vserver
> inside.
> 
> thanks a lot!

After copying, create a new configuration file in /etc/vservers

Then enter the vserver

        vserver new enter

Then turn off all services

        cd /etc/rc.d/init.d
        for serv in *
        do
                /sbin/chkconfig $serv off
        done

Then turn only the services you need. Generally

        chkconfig crond on
        chkconfig syslog on
        chkconfig httpd on
        ...

exit

and start the vserver

---------------------------------------------------------
Jacques Gelinas <[EMAIL PROTECTED]>
vserver: run general purpose virtual servers on one box, full speed!
http://www.solucorp.qc.ca/miscprj/s_context.hc
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://www.solucorp.qc.ca/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to