[Vserver comparision] 

--- https://www.pld-linux.org/docs/lxc?rev=1384819198
+++ https://www.pld-linux.org/docs/lxc
@@ -62,14 +62,18 @@
  !!! WARNING: pld template for LXC is yet to be written !!! 
  
  ===== Vserver comparision =====
  
+ When in Vserver, guest processes are not visible in host, then in LXC all 
guest processes are visible. Beware when running ''killall(1)'' commands on 
host.
+ 
+ Also, unfortunately ''/proc/PID/root'' points to ''/'' for LXC guests as 
well, so ''rc-scripts'' ''filter_chroot()'' can't differentiate between host 
and guest processes.
+ 
+ **Commands:**
  ^ Vserver ^ LXC ^ Notes ^
- | vserver test enter | lxc-attach -n test -e | Use ''-e'' option with care, 
especially when restarting processess |
+ | vserver test enter | lxc-attach -n test -e | Use ''-e'' option with care, 
especially when restarting processes |
  | vserver test start | lxc-start -n test -d |
  | vserver test stop | lxc-stop -n test |
  | vserver-stat | %%lxc-ls --fancy --running%% | you need ''python3-lxc'' 
installed for this tool |
- 
  ===== Sample configs =====
  
  ==== config for network ====
  


Diff URL:
  https://www.pld-linux.org/docs/lxc?do=diff&r1=1384819198&r2=1384872187
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to