Hello everyone,

I installed the kernel 2.6.12.3-vs2.0-rc8.1 and util-vserver-0.30.208
So far so good ;)
As Herbert mentioned in http://www.paul.sladen.org/vserver/archives/200401/0017.html
I get rid of /etc/init.d/halt

When I stop the vserver (named min-centos4) the process waiting for ever after "Starting killall"
[EMAIL PROTECTED] ~]# vserver min-centos4 stop
Stopping system message bus:                               [  OK  ]
Stopping atd:                                              [  OK  ]
Shutting down sendmail:                                    [  OK  ]
Shutting down sm-client:                                   [  OK  ]
Stopping xinetd:                                           [  OK  ]
Stopping crond:                                            [  OK  ]
Shutting down kernel logger:                               [FAILED]
Shutting down system logger:                               [  OK  ]
Starting killall:                                          [  OK  ]

and I have the following processes running (vps aux)

root 7058 500 min-centos4 0.0 0.0 1532 644 ? SNs 15:21 0:00 anacron -s root 7110 0 MAIN 0.3 0.0 4508 1432 pts/0 S+ 15:21 0:00 /bin/bash /usr/sbin/vserver min-centos4 stop root 7118 0 MAIN 0.0 0.0 1388 260 pts/0 S+ 15:21 0:00 /usr/lib/util-vserver/lockfile /var/lock/vserver.etcvserversmincentos4.startup /tmp/vserver-lock.no7115 root 7140 0 MAIN 0.0 0.0 1428 316 pts/0 S+ 15:21 0:00 /usr/sbin/vwait --timeout 30 --terminate --status-fd 3 500 root 7221 500 min-centos4 0.0 0.0 1528 368 ? Ss 15:21 0:00 minilogd

The only wait to make the server stop is to kill the two last process of the min-centos server:
kill -9 7058 7221

thanks for your replies,

--
Jean-Christophe Petit
Directeur R&D et DSI
Syspark inc.
T: 1 514 875 8755
F: 1 514 875 8775


_______________________________________________
Vserver mailing list
[email protected]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to