whyscream n00b
Joined: 17 Feb 2004 Posts: 46
|
Posted: Tue Oct 16, 2007 9:19 am Post subject: Small vserver issues |
|
|
I installed a new server for some vserver experimentation, runs smoothly with 3 guests. I am running into a few small issues however:
1) rebooting from within the guest ('sudo shutdown -r now') does not work, complaining about a missing /dev/initctl. The kernel.vshelper in sysctl is set:
Code: | # sysctl -a | grep vshelper
kernel.vshelper = /usr/lib/util-vserver/vshelper
|
2) vserver-stat does not show the 'root server', only the guests
3) wrapper scripts 'vemerge' does not work when operating on all servers:
Code: | # vupdateworld --all
vemerge: operating on vserver raina
emerge: please specify a package class ("world" or "system") or individual packages, but not both.
vemerge failed on vserver 'raina' with errorcode 1
<snip: all the other servers>
|
Any idea's? |
|