device venet0 does not seem to be present

hamed

Member
Sep 6, 2010
36
0
6
Hi,
After restarting one of the open-vz containers, the network of that container does not work properly.

Code:
node:~# vzctl exec 118 service network restart
Shutting down loopback interface:  [  OK  ]
Bringing up loopback interface:  Device lo does not seem to be present, delayin initialization. [FAILED]
Bringing up interface venet0:  Device venet0 does not seem to be present, delayng initialization. [FAILED]


Code:
node:~# vzctl exec 118 ls -l /etc/sysconfig/network-scripts/
total 236
-rwxr-xr-x 1 root root   254 Jun  8  2011 ifcfg-lo
-rwxr-xr-x 1 root root   101 Jan 25 22:41 ifcfg-venet0
-rwxr-xr-x 1 root root    71 Jan 25 22:41 ifcfg-venet0:0
lrwxrwxrwx 1 root root    20 Jan 24 02:20 ifdown -> ../../../sbin/ifdown
-rwxr-xr-x 1 root root   625 Jun  8  2011 ifdown-bnep
-rwxr-xr-x 1 root root  5336 Jun  8  2011 ifdown-eth
-rwxr-xr-x 1 root root   827 Jun  8  2011 ifdown-ippp
-rwxr-xr-x 1 root root  2149 Jun  8  2011 ifdown-ipsec
-rwxr-xr-x 1 root root  4396 Jun  8  2011 ifdown-ipv6
lrwxrwxrwx 1 root root    11 Jan 24 02:20 ifdown-isdn -> ifdown-ippp
-rwxr-xr-x 1 root root  1481 Jun  8  2011 ifdown-post
-rwxr-xr-x 1 root root  1084 Jun  8  2011 ifdown-ppp
-rwxr-xr-x 1 root root   637 Jun  8  2011 ifdown-routes
-rwxr-xr-x 1 root root  1596 Jun  8  2011 ifdown-sit
-rwxr-xr-x 1 root root   913 Jun  8  2011 ifdown-sl
-rwxr-xr-x 1 root root  1077 Jun  8  2011 ifdown-tunnel
lrwxrwxrwx 1 root root    18 Jan 24 02:20 ifup -> ../../../sbin/ifup
-rwxr-xr-x 1 root root 13422 Jun  8  2011 ifup-aliases
-rwxr-xr-x 1 root root   859 Jun  8  2011 ifup-bnep
-rwxr-xr-x 1 root root 10984 Jun  8  2011 ifup-eth
-rwxr-xr-x 1 root root 12033 Jun  8  2011 ifup-ippp
-rwxr-xr-x 1 root root  8078 Jun  8  2011 ifup-ipsec
-rwxr-xr-x 1 root root 10858 Jun  8  2011 ifup-ipv6
-rwxr-xr-x 1 root root   823 Jun  8  2011 ifup-ipx
lrwxrwxrwx 1 root root     9 Jan 24 02:20 ifup-isdn -> ifup-ippp
-rwxr-xr-x 1 root root   727 Jun  8  2011 ifup-plip
-rwxr-xr-x 1 root root   954 Jun  8  2011 ifup-plusb
-rwxr-xr-x 1 root root  2369 Jun  8  2011 ifup-post
-rwxr-xr-x 1 root root  4298 Jun  8  2011 ifup-ppp
-rwxr-xr-x 1 root root  1707 Jun  8  2011 ifup-routes
-rwxr-xr-x 1 root root  3671 Jun  8  2011 ifup-sit
-rwxr-xr-x 1 root root  1675 Jun  8  2011 ifup-sl
-rwxr-xr-x 1 root root  2084 Jun  8  2011 ifup-tunnel
-rwxr-xr-x 1 root root  3325 Jun  8  2011 ifup-wireless
-rwxr-xr-x 1 root root  5433 Jun  8  2011 init.ipv6-global
-rwxr-xr-x 1 root root  1154 Jun  8  2011 net.hotplug
-rw-r--r-- 1 root root 10915 Jun  8  2011 network-functions
-rw-r--r-- 1 root root 39863 Jun  8  2011 network-functions-ipv6


No upgrade or anything else was made on the hardware node.

[TABLE="class: normal, width: 0"]
[TR]
[TD="align: left"]Version (package/version/build)[/TD]
[TD="align: left"]pve-manager/1.6/5087[/TD]
[/TR]
[TR="bgcolor: #EDEDED"]
[TD="align: left"]Kernel Version[/TD]
[TD="align: left"]Linux 2.6.32-belyayev.1 #1 SMP Thu May 27 20:22:10 MSD 2010[/TD]
[/TR]
[/TABLE]


I would appreciate any comments on how to fix this issue.