From: Jacques Gelinas (jack_at_solucorp.qc.ca)
Date: Fri 31 Oct 2003 - 17:58:34 GMT
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 <jack_at_solucorp.qc.ca>
vserver: run general purpose virtual servers on one box, full speed!
http://www.solucorp.qc.ca/miscprj/s_context.hc
_______________________________________________
Vserver mailing list
Vserver_at_www.solucorp.qc.ca
http://www.solucorp.qc.ca/mailman/listinfo/vserver