Package: util-vserver
Version: 0.30.212-1
Severity: minor

The file /etc/default/util-vserver contains the lines:
---
# Start/stop the vservers on tty9, in the background so the rest of the
# boot process will end early
BACKGROUND=off
---
but tty9 will never be addressed by the start script /etc/init.d/util-vserver,
which will redirect the output to tty8 in function start():
---
start()
...
if [ "$AUTO" = "true" ]
then
    if [ "$BACKGROUND" = "on" ]
    then
        echo "Starting Linux-VServers in background"
        /usr/lib/util-vserver/vserver-wrapper start  >/dev/tty8 </dev/tty8 
2>/dev/tty8 &
    else
        /usr/lib/util-vserver/vserver-wrapper start
    fi
else
---
Please just execute a "s/tty9/tty8/g" in /etc/default/util-vserver.

Thank you!

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-vserver-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages util-vserver depends on:
ii  debconf                     1.5.11       Debian configuration management sy
ii  iproute                     20061002-3   Professional tools to control the 
ii  libbeecrypt6                4.1.2-6      open source C library of cryptogra
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  make                        3.81-2       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.17-3     The GNU assembler, linker and bina
ii  debootstrap                   0.3.3.2    Bootstrap a basic Debian system

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


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

Reply via email to