Package: vzctl
Version: 3.0.27-1
Severity: normal
Tags: wheezy

Steps to reproduce:
1. start OpenVZ: /etc/init.d/vz start
2. look for loaded modules: 
>$ lsmod |grep vz
>vzethdev                7301  0 
>vznetdev               17967  0 
>vzmon                  16317  2 vzethdev,vznetdev
>vzdquota               35158  0 [permanent]
>vzdev                   1824  4 vzethdev,vznetdev,vzmon,vzdquota
>vzevent                 1723  1

Some modules arent't loaded such as "vzcpt" or "vzrst".

Upstream init script shebang line changed from "/bin/bash" to "/bin/sh".

The problem here is that the variable assignment at line 467 doesn't
work correctly with dash. Quoting $1 seems to do the trick:
>local modules="$1"

Regards,
Jean-Baptiste Rouault

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental'), (1, 'unstable'), (1, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-openvz-amd64 (SMP w/24 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vzctl depends on:
ii  iproute                       20110629-1 networking and traffic control too
ii  libc6                         2.13-10    Embedded GNU C Library: Shared lib
ii  vzquota                       3.0.12-3   server virtualization solution - q

Versions of packages vzctl recommends:
ii  rsync                         3.0.8-1    fast remote file copy program (lik

vzctl suggests no packages.

-- Configuration Files:
/etc/vz/conf/ve-basic.conf-sample changed [not included]
/etc/vz/vz.conf changed [not included]

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to