User Tools

Site Tools


docs:lxc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
docs:lxc [2013-11-19 23:52]
glen [config for network] use xensource mac prefix 00:16:3e
docs:lxc [2013-11-24 15:24]
glen lxc-stop issue
Line 24: Line 24:
  
 Build the guest container. Build the guest container.
 +
 ==== Bare minimum, no template ==== ==== Bare minimum, no template ====
  
Line 61: Line 62:
  
 !!! WARNING: pld template for LXC is yet to be written !!!  !!! WARNING: pld template for LXC is yet to be written !!! 
 +
 +===== Common problems / Useful tricks =====
 +
 +==== lxc-stop is not graceful ====
 +
 +Currently ''​lxc-stop -n test''​ sends ''​SIGPWR''​ to init inside container, but ''​rc-scripts''​ fails to shutdown things properly (shutdown scripts are not invoked). For workaround, stop services manually before issueing ''​lxc-stop''​.
 +
 +Details: In process table is only this process runrning, no further actions from ''​rc-scripts'':​
 +<​file>​
 +/​sbin/​shutdown -f -h +2 Power Failure; System Shutting Down
 +</​file>​
 +
 +==== loginuid ====
 +
 +''​pam_loginuid.so''​ does not allow ''​sshd''​ to login
 +
 +<​file>​
 +Nov 24 16:02:10 test sshd[2694]: error: PAM: pam_open_session():​ Cannot make/remove an entry for the specified session
 +</​file>​
 +
 +
 +Similar problem as [[http://​kb.parallels.com/​en/​112597|here]],​ to workaround, disable ''​pam_loginuid.so''​ in the authentication rules:
 +<​file>​
 +# sed '/​pam_loginuid.so/​s/​^/#/​g'​ -i  /​etc/​pam.d/​*
 +</​file>​
  
 ===== Vserver comparision ===== ===== Vserver comparision =====
docs/lxc.txt ยท Last modified: 2016-08-21 00:36 by glen