Comment 9 for bug 365689

Revision history for this message
Stéphane Graber (stgraber) wrote :

I can confirm the fix as shown below:

----
BEFORE

root@athos:~# vzctl start 999
Starting VE ...
VE is mounted
Setting CPU units: 1000
Configure meminfo: 9223372036854775807
Set hostname: test
Configure veth devices: veth999.0
/usr/sbin/vznetcfg: 20: source: not found
VE start in progress...

----
AFTER

root@athos:~# vzctl start 999
Starting VE ...
VE is mounted
Setting CPU units: 1000
Configure meminfo: 9223372036854775807
Set hostname: test
Configure veth devices: veth999.0
Adding interface veth999.0 to bridge br0 on CT0 for CT999
VE start in progress...