On Sat, 15 Apr 2006 14:58:01 +0200
Sébastien CRAMATTE <[EMAIL PROTECTED]> wrote:

> When I stop a vserver I obtain this message
> 
> /usr/sbin/vserver: line 85: 14982 Processus arrêté
> "[EMAIL PROTECTED]" ${USE_VNAMESPACE:+$_VNAMESPACE --enter "$S_CONTEXT" --
> } $_VCONTEXT $SILENT_OPT --migrate --chroot --xid "$S_CONTEXT" --
> "[EMAIL PROTECTED]"

i believe i received that message (but in english ;-) until i took the time
to audit the default shutdown scripts in a debin sarge guest and "remove"
the ones that weren't applicable (to a vserver).

here's part of my guest setup:

for RUNLEVEL in 0 6; do
  for FILE in K25hwclock.sh \
              K89klogd \
              S30urandom \
              S31umountnfs.sh \
              S35networking \
              S36ifupdown \
              S40umountfs \
              S90halt \
              S90reboot; do
    mv /etc/rc${RUNLEVEL}.d/{,~}${FILE}
  done
done

> #uname -a
> Linux debian 2.6.16.5-vs-2.0.2rc16 #1 Fri Apr 14 22:02:02 CEST 2006 i686
> GNU/Linux

yep, that above action is for debian guests.  (i also happen to host those
debian guests on a debian host.)

> #dpkg -l util-vserver
> ii  util-vserver   0.30.210-5bpo1 tools for Virtual private servers and
> context
> 
> (I use version from www.backports.org)

ah, so backports.org has started producing util-vserver packages.  i might
stop backporting it myself now that i know this (though i really only did
it once and my 209 is doing fine for me on 2.0 and 2.0.1).

corey
-- 
[EMAIL PROTECTED]
_______________________________________________
Vserver mailing list
Vserver@list.linux-vserver.org
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to