Re: Problem with VE Debian Woody with vzctl version 3.0.23-1dso1~etch0 [message #33965 is a reply to message #33963] |
Fri, 21 November 2008 17:09  |
ulver
Messages: 12 Registered: July 2008
|
Junior Member |
|
|
Hello,
Here are the different version :
The new version :
xxxxx:~# vzctl --version
vzctl version 3.0.23-1dso1~etch0
The old version :
yyyyyy:~# vzctl --version
vzctl version 3.0.22-1dso1
I use the following sources to use OpenVZ :
yyyyy:~# grep openvz /etc/apt/sources.list
deb http://download.openvz.org/debian-systs etch openvz
I saw the changes in the script "/etc/vz/dists/scripts/debian-add_ip.sh".
The old script, before the update :
auto ${VENET_DEV}
iface ${VENET_DEV} inet static
address 127.0.0.1
netmask 255.255.255.255
broadcast 0.0.0.0
up route add -net ${FAKEGATEWAY} netmask 255.255.255.255
The new one, after the update :
auto ${VENET_DEV}
iface ${VENET_DEV} inet manual
up ifconfig ${VENET_DEV} 0
up route add -net ${FAKEGATEWAY} netmask 255.255.255.255 dev ${VENET_DEV}
up route add default gw ${FAKEGATEWAY}" >> ${CFGFILE}
The difference is the method : static in the old script, and manual in the new one. "Manual" method is not supported in the Debian Woody.
[Updated on: Fri, 21 November 2008 17:10] Report message to a moderator
|
|
|