Hi,
I created a new container from the Debian 5.0 i386 minimal template available on the OpenVZ site (http://download.openvz.org/template/precreated/contrib/debian-5.0-i386-minimal.tar.gz). I already used this template for other containers on the same server, but this time I added only an IPv6 address and no IPv4. I started the container, and on entering there was no network connectivity outside the container. Here is the content of the generated /etc/network/interface file, there was a 127.0.0.1 address bound to venet0 that seemed unusual :
So I tried to stop the container and the real troubles began. The container didn't stop and the following message is now printed on all open consoles every 10 seconds :
Is there a way to stop these messages without restarting the system? It seems to disrupt the network of the other containers, some are still available, others aren't. The web manager is still available on the host, but it's impossible to open new SSH connections, they just time out.
Here is the result of pveversion -v :
The kernel used is 2.6.24-10-pve
Thank you for your help.
I created a new container from the Debian 5.0 i386 minimal template available on the OpenVZ site (http://download.openvz.org/template/precreated/contrib/debian-5.0-i386-minimal.tar.gz). I already used this template for other containers on the same server, but this time I added only an IPv6 address and no IPv4. I started the container, and on entering there was no network connectivity outside the container. Here is the content of the generated /etc/network/interface file, there was a 127.0.0.1 address bound to venet0 that seemed unusual :
Code:
# Auto generated lo interface
auto lo
iface lo inet loopback
# Auto generated venet0 interface
auto venet0
iface venet0 inet static
address 127.0.0.1
netmask 255.255.255.255
broadcast 0.0.0.0
up route add -net 192.0.2.1 netmask 255.255.255.255 dev venet0
up route add default gw 192.0.2.1
iface venet0 inet6 static
address ::1
netmask 128
up ifconfig venet0 add 2001:xxxx:xxxx::4/0
Code:
Message from syslogd@nexus at Mar 11 02:17:57 ...
kernel:unregister_netdevice: waiting for lo to become free. Usage count = 4
Here is the result of pveversion -v :
Code:
pve-manager: 1.5-8 (pve-manager/1.5/4674)
running kernel: 2.6.24-10-pve
proxmox-ve-2.6.24: 1.5-21
pve-kernel-2.6.24-7-pve: 2.6.24-11
pve-kernel-2.6.24-10-pve: 2.6.24-21
pve-kernel-2.6.24-5-pve: 2.6.24-6
pve-kernel-2.6.24-2-pve: 2.6.24-5
qemu-server: 1.1-11
pve-firmware: 1.0-3
libpve-storage-perl: 1.0-10
vncterm: 0.9-2
vzctl: 3.0.23-1pve8
vzdump: 1.2-5
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.11.1-2
Thank you for your help.