Package: util-vserver
Version: 0.30.210-8
Severity: normal

At boot time starts always all vservers, not only marked to start.
Variable $MARK in /etc/vservers/<vserver-name>/apps/init/mark has not any
impact on it .
Attached patch for start-vservers script fix that problem.
 
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.alien
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages util-vserver depends on:
ii  debconf                       1.4.72     Debian configuration management sy
ii  iproute                       20051007-4 Professional tools to control the 
ii  libbeecrypt6                  4.1.2-4    open source C library of cryptogra
ii  libc6                         2.3.6-7    GNU C Library: Shared libraries
ii  make                          3.81-1     The GNU version of the "make" util
ii  net-tools                     1.60-17    The NET-3 networking toolkit

Versions of packages util-vserver recommends:
ii  binutils             2.16.1cvs20060413-1 The GNU assembler, linker and bina

-- debconf information:
  util-vserver/postrm_remove_vserver_configs: false
* util-vserver/start_on_boot: true
  util-vserver/prerm_stop_running_vservers: true

*** start-vservers.diff
--- ./orig/start-vservers       2006-04-21 21:04:32.000000000 +0200
+++ ./start-vservers    2006-04-21 21:02:07.000000000 +0200
@@ -105,7 +105,7 @@
        (--help)        showHelp    $0 ;;
        (--version)     showVersion $0 ;;
        (-c)            CONFDIR=$2;     shift;;
-       (-m)            OPTION_MARK=$2; OPTION_MARK_ANY=1; shift;;
+       (-m)            OPTION_MARK=$2; OPTION_MARK_ANY=; shift;;
        (-j)            OPTION_PARALLEL=$2; shift;;
        (--start)       OPTION_FLAVOR=start;;
        (--stop)        OPTION_FLAVOR=stop;;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to