PLDWWW: Vserver

adamg adamg at pld-linux.org
Mon Aug 28 11:06:17 CEST 2006


Author: adamg   Date: Mon Aug 28 09:06:17 2006 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Vserver
---- Log message:


---- Page affected: Vserver

---- Diffs:

================================================================
  Dynamic Context IDs are not supported, you must set Context ID
  in /etc/vservers/test/context file
  }}}
+ Fix: set Context ID number in /etc/vservers/test/context file
+ {{{
+ # echo <num> >/etc/vservers/test/context
+ }}}
+ <num> must be a number within 2-32767 range.
+ 
+ Rationale: Dynamic allocation of context IDs has been disabled in latest utils, due to it being deprecated
+ and discouraged by the Linux Vserver authors.
+ 
+ === Starting vservers issues warnings about vc_net_create() ===
  {{{
  # vserver test start
  chbind: vc_net_create(): Invalid argument
  }}}
- Fix: set Context ID number in /etc/vservers/test/context file
- {{{
- # echo <num> >/etc/vservers/test/context
- }}}
- <num> must be a number within 2-32767 range.
  
+ This warning is issued when there are no network interfaces configured within given vserver. You may want to configure one (see section: ''Configuring the network''). If you need no network interfaces - e.g. when you plan not to run any daemons inside vserver - you may ignore this warning.
- Rationale: Dynamic allocation of context IDs has been disabled in latest utils, due to it being deprecated
- and discouraged by the Linux Vserver authors.
  
  === Starting service emits ulimit error ===
  {{{


More information about the pld-cvs-commit mailing list