If I use "vzctl set 101 --devnodes nst0:rw --save" it deletes any previous
devnode setting in 101.conf.
Is it better to edit 101.conf without vzctl?
Should 101.conf have multiple DEVNODES lines, one for each device?
If HN has /dev/nst0 modes 666 and I have DEVNODES="nst0:rw" in 101.conf VE
101 /
the debian-add_ip.sh script available in vzctl 3.0.23 does not set up
IPv6 default route correctly for a Debian 5.0 (Lenny) container.
The reason seems to be that the default behaviour of the ifconfig
command changed from etch to lenny: when adding IPv6 addresses without
specifying a prefixlen
Richard Ray writes:
> If I use "vzctl set 101 --devnodes nst0:rw --save" it deletes any
> previous devnode setting in 101.conf. Is it better to edit 101.conf
> without vzctl?
Frequently, in my experience, but...
vzctl set 101 --devnodes 'nst0:rw sg0:rw foobar:ro' --save
Regards,
D