From: Justin M Kuntz (jkuntz_at_prominic.com)
Date: Sat 11 May 2002 - 22:06:49 BST
Hello,
I've used the
/usr/lib/vserver/install-rh7.2
script to install my first vserver.
I notice when I do ps -ef inside the vserver, I see the "update" task is
running:
However, vps shows both the root sever and the vserver are now running
update:
root_at_linux-4 vservers]# vps -ef | grep -i update
root 7 0 MAIN 0 0 20:02 ? 00:00:01 [kupdated]
root 4091 8 rh72 3829 0 20:51 ? 00:00:00 update
(sync)
When I read the "man update" it makes it sound like it is bad to have more
than one update running. Should I remove the update from the inittab in
the rh72 base vserver?
Thanks!
Justin