after upgrade from 3.0.23-1pve6 to 3.0.23-1pve7 i've got errors on start/stop openvz containers and lost all networking in them.
looking at errors when starting containers seems an errors in /etc/vz/dists/scripts/debian-add_ip.sh:
code of function get_all_aliasid() and function get_free_aliasid() broken
should be replaced with
should be replaced with
may be other scripts also broken...
looking at errors when starting containers seems an errors in /etc/vz/dists/scripts/debian-add_ip.sh:
code of function get_all_aliasid() and function get_free_aliasid() broken
Code:
IFNUMLIST=$(grep -e "^auto ${VENET_DEV}:.*$" 2>/dev/null
Code:
IFNUMLIST=$(grep -e "^auto ${VENET_DEV}:.*$" 2>/dev/null [B]\[/B]
Code:
cho "${IFNUMLIST}" | grep -q -E "^${IFNUM}$" 2>/dev/null ||
Code:
echo "${IFNUMLIST}" | grep -q -E "^${IFNUM}$" 2>/dev/null || [B]\[/B]
may be other scripts also broken...