PLDWWW: Vserver

baggins baggins at pld-linux.org
Tue Apr 25 13:13:50 CEST 2006


Author: baggins   Date: Tue Apr 25 11:13:50 2006 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Vserver
---- Log message:


---- Page affected: Vserver

---- Diffs:

================================================================
  
  Build the guest system:
  {{{
- # vserver test build -m poldek -n test
+ # vserver test build --context <num> -m poldek -n test
  }}}
- Additional --context num option may be required.
+ <num> must be a number within 2-32767 range.
  
  Install {{{rc-scripts}}} to the new system using {{{vpoldek}}}:
  {{{
@@ -193, +193 @@

  }}}
  
  == Common problems ==
+ 
+ === Starting vserver fails with Dynamic Context error ===
+ {{{
+ # vserver test start
+ 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 service emits ulimit error ===
  {{{


More information about the pld-cvs-commit mailing list