PLDWWW: Vserver

glen glen at pld-linux.org
Sat May 6 12:40:09 CEST 2006


Author: glen   Date: Sat May  6 10:40:09 2006 GMT
Module: PLDWWW   URL: http://www.pld-linux.org/Vserver
---- Log message:


---- Page affected: Vserver

---- Diffs:

================================================================
  
   * {{{resource}}} A file which contains the hard- and soft-limit of the given resource in the first line. The special keyword 'inf' is recognized.
   * {{{resource.hard}}} A file which contains the hard- of the given resource in the first line. The special keyword 'inf' is recognized.
-  * {{{resource.min}}} A file which contains the guaranted minimum of the given resource in the first line. The special keyword 'inf' is recognized.
+  * {{{resource.min}}} A file which contains the guaranteed minimum of the given resource in the first line. The special keyword 'inf' is recognized.
   * {{{resource.soft}}} A file which contains the soft- of the given resource in the first line. The special keyword 'inf' is recognized.
  
  == Managing packages ==
@@ -192, +192 @@

  # rm -rf /{etc/vservers,vservers,vservers/.pkg}/test
  }}}
  
- == Common problems ==
+ == Common problems / Useful tricks ==
  
  === Starting vserver fails with Dynamic Context error ===
  {{{
@@ -306, +306 @@

  
  Just after installation in each vserver 16MB RAM-based filesystem is mounted in /tmp. If you want your /tmp filesystem to be bigger, reside on diffrent device or not be mounted at all see {{{/etc/vservers/test/fstab}}}.
  
+ === disabling interface ===
+ it's very convenient to disable some interface so it won't be activated on vserver boot
+ {{{
+ # touch /etc/vservers/test/interfaces/0/disabled
+ }}}
+ 


More information about the pld-cvs-commit mailing list