
15 Oct
2009
15 Oct
'09
11:11 p.m.
Ryota Ozaki wrote: [Tue Oct 13 2009, 05:05:15PM EDT]
Hi,
lxc controller usually executes 'ip' command to control veths, however now PATH environment variable of the controller is not set (logging code resets environment variables all) and the execution will definitely fail because the controller cannot find the executable.
This patch complements PATH with driver's one. The code is just copied from qemu_conf.c
Gah! Thank you for fixing my goof-up...