1352769685 J * bzed_ ~bzed@bzed.netrep.oftc.net 1352769997 Q * bzed Ping timeout: 480 seconds 1352770000 N * bzed_ bzed 1352775635 Q * clopez Ping timeout: 480 seconds 1352776567 M * shaggy63 is there a way to make it so the guests can't talk to each other when using internal ips? 1352776632 Q * nlm Ping timeout: 480 seconds 1352777410 M * Bertl iptables? 1352777484 M * Bertl i.e. just add an iptables rule to block network traffic between the involved IPs via 'lo' on the host 1352777693 M * shaggy63 Thanks, I'll give that a try. 1352778122 M * Bertl you're welcome! 1352788557 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:3404:eb64:910a:20a 1352788607 Q * thierryp Remote host closed the connection 1352789755 M * Bertl off to bed now ... have a good one everyone! 1352789759 N * Bertl Bertl_zZ 1352789928 J * ncopa ~ncopa@3.203.202.84.customer.cdi.no 1352789991 P * dkg 1352790214 J * thierryp ~thierry@home.parmentelat.net 1352791014 Q * thierryp Remote host closed the connection 1352791872 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:9d0e:44d8:45c6:cf7c 1352792014 Q * thierryp Remote host closed the connection 1352792150 J * thierryp ~thierry@home.parmentelat.net 1352793565 J * Ghislain ~aqueos@adsl1.aqueos.com 1352793767 Q * thierryp Remote host closed the connection 1352794178 J * kir ~kir@swsoft-msk-nat.sw.ru 1352794268 P * kir 1352795658 J * BenG ~bengreen@cpc29-aztw23-2-0-cust144.18-1.cable.virginmedia.com 1352796200 J * thierryp ~thierry@zankai.inria.fr 1352797109 J * kir ~kir@swsoft-msk-nat.sw.ru 1352797117 J * arekm ~arekm@ixion.pld-linux.org 1352797345 Q * thierryp Remote host closed the connection 1352797434 J * thierryp ~thierry@zankai.inria.fr 1352797589 P * kir PING 1352797589 1352797936 M * _Shiva_ 2 1352800164 Q * BenG Quit: I Leave 1352800815 Q * quasisane Ping timeout: 480 seconds 1352802341 J * BenG ~bengreen@cpc29-aztw23-2-0-cust144.18-1.cable.virginmedia.com 1352802439 J * quasisane ~sanep@c-24-218-184-186.hsd1.nh.comcast.net 1352802867 Q * Aiken Ping timeout: 480 seconds 1352802946 Q * BenG Quit: I Leave 1352803727 J * Aiken ~Aiken@ppp219-137.static.internode.on.net 1352804192 J * clopez ~clopez@fanzine.igalia.com 1352804400 Q * fisted Remote host closed the connection 1352804433 J * nlm ~nlm@host85.190-30-214.telecom.net.ar 1352804456 J * fisted ~fisted@xdsl-87-78-19-149.netcologne.de 1352805242 Q * Aiken Ping timeout: 480 seconds 1352806782 Q * ircuser-1 Ping timeout: 480 seconds 1352807883 Q * fisted Quit: brb 1352809599 M * ccxCZ if I wanted to use eg. daemontools to keep the vservers up, what would be the best approach? use vserver foo start and script / init scheme where the init process persists? 1352809812 M * renihs hi ccxCZ :) 1352809826 M * renihs finally started using vserver? :) 1352810025 M * ccxCZ renihs: about .. 4 years ago? :] 1352810035 M * renihs oh :) 1352810049 M * renihs then i am confusing you with someone else :p 1352810314 J * ircuser-1 ~ircuser-1@35.222-62-69.ftth.swbr.surewest.net 1352811559 J * nlm_ ~nlm@host233.200-82-96.telecom.net.ar 1352811900 Q * nlm Ping timeout: 480 seconds 1352812680 J * padde_ ~padde@patrick-nagel.net 1352812847 Q * swenTjuln Ping timeout: 480 seconds 1352812870 J * swenTjuln ~Marko@195.95.173.243 1352812914 Q * padde Ping timeout: 480 seconds 1352812922 N * padde_ padde 1352813285 J * kir ~kir@swsoft-msk-nat.sw.ru 1352813555 P * kir 1352813593 Q * Chlorek Quit: - 1352813606 J * Chlorek chlorek@chlorek.com 1352813697 Q * jokar Ping timeout: 480 seconds 1352814717 J * nlm ~nlm@host233.200-82-96.telecom.net.ar 1352815062 Q * nlm_ Ping timeout: 480 seconds 1352815472 J * fisted ~fisted@xdsl-87-78-19-149.netcologne.de 1352817444 J * A85 ~user@p8183-ipbfp3701osakakita.osaka.ocn.ne.jp 1352818872 Q * arekm Quit: leaving 1352819242 N * Bertl_zZ Bertl 1352819262 M * Bertl morning folks! 1352819332 M * Bertl ccxCZ: do your guests shut down on a regular basis or what is the reason for keeping them up? 1352819378 M * ccxCZ automatic recovery from error states (eg. OOM) 1352819490 M * Bertl probably a cron job would do 1352819508 M * Bertl but you can actively wait for a guest shutdown 1352819878 M * ccxCZ well, the idea is to have one process which tries to keep everything up & running. when this one exits then kill everything left and restart 1352819911 M * ccxCZ this is similar to what traditional init does and I assume systemd guys will want to do the same 1352820124 M * mrfrenzy supervisord? 1352820264 M * Guy- ccxCZ: I wrote a wiki article about this, let me dig it up, a sec 1352820316 M * Guy- ccxCZ: http://linux-vserver.org/Running_runit-supervised_services_inside_a_vserver 1352820322 M * Bertl the guest won't stop until the last process is gone, so if you want to monitor a single process (but ignore other processes) you have to do that yourself (and kill off the other processes) 1352820323 M * ccxCZ mrfrenzy: yeah, there are many daemontools knockoffs, though I prefer the light ones 1352820395 M * ccxCZ Guy-: will read, thanks 1352820432 M * ccxCZ runit seems ideal in this case imo, lighter than sysv and does what is needed in vserver 1352820543 Q * thierryp Remote host closed the connection 1352820561 M * Guy- ccxCZ: basically, I think the best approach is to just replace init with runit in the guest, and use initstyle plain 1352820672 M * Guy- ccxCZ: if you want to automatically restart vservers that have quit mysteriously, you can have a runit service that starts the vserver and then downs itself once successful, and in a per-vserver post-stop script you can restart that runit service; oslt 1352820830 J * thierryp ~thierry@zankai.inria.fr 1352820866 M * ccxCZ does this approach cleanup vservers where the pid 1 died? 1352821090 M * Guy- ccxCZ: in the approach outlined in the wiki article, you don't have a pid 1 in the guest 1352821095 Q * FireEgl Quit: Leaving... 1352821108 M * Guy- ccxCZ: the guest's start command is set to /bin/true, and the guest is marked persistent 1352821155 M * Guy- ccxCZ: so its init exits right away, but the context sticks around and you can run stuff in it 1352821210 M * ccxCZ ic 1352821222 M * ccxCZ gtg, will look into it laters, thanks 1352821226 M * Guy- np 1352824284 Q * thierryp Remote host closed the connection 1352826543 J * bonbons ~bonbons@2001:960:7ab:0:b9c2:1ed2:680a:c556 1352829131 J * shaggy64 ~packethel@c-98-212-73-99.hsd1.in.comcast.net 1352829132 Q * shaggy63 Read error: Connection reset by peer 1352830907 Q * A85 Quit: さようなら 1352831692 Q * ensc|w Remote host closed the connection 1352831701 J * ensc|w ~ensc@www.sigma-chemnitz.de 1352832600 Q * clopez Ping timeout: 480 seconds 1352834225 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:df0:a16c:d9b2:d3a8 1352837482 Q * nkukard Ping timeout: 480 seconds 1352843362 J * Aiken ~Aiken@ppp219-137.static.internode.on.net 1352843425 Q * ravid Remote host closed the connection 1352844430 Q * bonbons Quit: Leaving 1352844807 J * FireEgl ~FireEgl@173-25-83-57.client.mchsi.com 1352847792 Q * fisted Remote host closed the connection 1352847847 J * fisted ~fisted@xdsl-84-44-238-96.netcologne.de 1352849173 Q * fisted Quit: leaving 1352849405 J * fisted ~fisted@xdsl-84-44-238-96.netcologne.de 1352850024 Q * fisted Ping timeout: 480 seconds