1329525084 Q * hparker Remote host closed the connection 1329525233 J * bergerx ~bergerx@46.196.251.4 1329526390 N * Bertl_zZ Bertl 1329526429 M * Bertl disposable: first, you should avoid 2.6.26 like hell 1329526495 J * hparker ~hparker@2001:470:1f0f:32c:beae:c5ff:fe01:b647 1329526505 M * Bertl disposable: that said, if your guest shows 2.6.17, then somebody configured the guest's uts settings (namely the release entry) to show that 1329526530 M * Bertl search http://www.nongnu.org/util-vserver/doc/conf/configuration.html for 'uts' to get the details 1329526729 Q * dowdle 1329530411 Q * ghislain Quit: Leaving. 1329532402 N * BobR_zZ BobR 1329532574 N * BobR BobR_zZ 1329542473 Q * hparker Quit: I've fallen off the 'net and can't get up 1329547768 M * Bertl off to bed now ... have a good one everyone! 1329547772 N * Bertl Bertl_zZ 1329552182 J * qwerty1 ~werty@28IAACT9K.tor-irc.dnsbl.oftc.net 1329552664 J * ghislain ~AQUEOS@adsl1.aqueos.com 1329555403 Q * ensc|w Remote host closed the connection 1329555419 J * ensc|w ~ensc@www.sigma-chemnitz.de 1329556226 J * bonbons ~bonbons@2001:960:7ab:0:249a:349b:220c:1cca 1329558038 Q * theocrite Ping timeout: 480 seconds 1329558072 J * theocrite ~Hubert@kim.theocrite.org 1329562388 Q * Mr_Smoke Read error: Connection reset by peer 1329562510 J * Mr_Smoke ~smokey@layla.lecoyote.org 1329562704 J * hijacker_ ~hijacker@cable-84-43-136-96.mnet.bg 1329563405 N * Bertl_zZ Bertl 1329563409 M * Bertl morning folks! 1329566326 J * Hollow ~Hollow@91-66-255-107-dynip.superkabel.de 1329567375 Q * hijacker_ Quit: Leaving 1329567809 Q * Aiken Remote host closed the connection 1329573446 N * BobR_zZ BobR 1329573678 J * hparker ~hparker@2001:470:1f0f:32c:beae:c5ff:fe01:b647 1329573862 Q * Hollow Quit: Hollow 1329573883 N * BobR BobR_afk 1329577872 J * Hollow ~Hollow@91-66-255-107-dynip.superkabel.de 1329582073 M * Hollow Mr_Smoke, daniel_hozac: i've pushed a bunch of commits to util-vserver to fix the remaining croup bugs 1329582103 M * Hollow daniel_hozac: i've also setup gitosis so we can easily manage repo access. the remote url is now git@linux-vserver.org:util-vserver.git 1329582170 M * Hollow daniel_hozac: would be nice if we can get a pre3017 that i can add to gentoo then 1329582402 M * daniel_hozac http://git.linux-vserver.org/cgi-bin/gitweb.cgi?p=util-vserver.git;a=commitdiff;h=b86560b87e73f011c96a303dcaca640eea1f2551 looks inaccurate. 1329582420 M * daniel_hozac why remove the test to make sure that it's actually being used? 1329582554 M * daniel_hozac and why http://git.linux-vserver.org/cgi-bin/gitweb.cgi?p=util-vserver.git;a=commitdiff;h=6fdb192300e968e4a7db93060e18560a4429729e, since it then cannot work on anything older than the new openrc? 1329582684 M * Hollow well, there is no support for older openrc anyway, and the current code still does not work 1329582704 M * daniel_hozac "still does not work"? in what way? 1329582705 M * Hollow and i've assumed per_ss=1 since it would be a majr hassle to implement the getection in vserver-stat 1329582722 M * daniel_hozac per_ss=1 has always been there. 1329582758 M * daniel_hozac not really, you know the memory subsystem should be there, since that's what's being used. 1329582762 M * Hollow no, it wasn't, and that's why vserver-stat segfaulted (since the path did not exist with per_ss=0) 1329582776 M * daniel_hozac you're mixing several separate issues. 1329582783 M * Hollow probably :) 1329582793 M * Hollow let me explain: 1329582841 M * Hollow vserver-stat segfaulted because it was using per_ss=0 and the cgroup fs was mounted with per_ss=1 1329582855 M * daniel_hozac no, it segfaulted because the fopen checked for == -1 and not NULL. 1329582856 M * Hollow i.e. the calculated path was not right and open was not checked properly 1329582897 M * Hollow now i've made it using per_ss=1 if /sys/fs/cgroup is accessible 1329582908 M * daniel_hozac but you should check for /sys/fs/cgroup/memory 1329582927 M * daniel_hozac since /sys/fs/cgroup will be there on any recent kernel, doesn't mean it's running a recent distribution that uses it. 1329582950 M * Hollow hmm, isn't /sys/fs/cgroup a tmpfs that should be mounted at init time? 1329582958 M * daniel_hozac if it's used, yes. 1329582961 M * daniel_hozac the directory still exists. 1329582967 M * daniel_hozac (as it is the mountpoint) 1329582982 M * Hollow ok, so sysfs provides the directory out of the box? 1329583028 M * daniel_hozac yes. 1329583041 M * daniel_hozac i'll just revert those two and fix it... 1329583074 M * Hollow i'm already fixing it 1329583085 M * Hollow but ok 1329583090 M * Hollow do as you please :) 1329583215 M * Hollow i'll check the remaining problems with the init script then 1329583242 M * daniel_hozac what remaining problems? 1329583259 M * Hollow can't remember, but wil check as soon as you push … maybe i was just not paying attention before 1329583270 M * Hollow at least Mr_Smoke said it has been fixed 1329583309 M * daniel_hozac it's already pushed. 1329583314 M * Hollow thanks 1329583500 M * Hollow daniel_hozac: ok, never mind, it works … must have used an older version of the init script without noticing 1329583581 M * Hollow i'll push the next snapshot to gentoo asap then and stabilize it, since currently it's quite broken (the new openrc version is already stable *sigh*) 1329583596 M * daniel_hozac sounds like a good idea. 1329583622 M * Hollow thanks for taking care of it with Mr_Smoke 1329583639 M * daniel_hozac thanks for the fixes 1329594543 J * hijacker_ ~hijacker@cable-84-43-136-96.mnet.bg 1329595858 M * Bertl off for now ... bbl 1329595863 N * Bertl Bertl_oO 1329596331 J * petzsch ~markus@p57B66F31.dip.t-dialin.net 1329599579 Q * petzsch Quit: Leaving. 1329599584 M * Mr_Smoke kudos on working out this cgroup issue together :) 1329599870 J * BenG ~bengreen@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com 1329600590 M * Mr_Smoke so pre3025 has it all then ? let's test ! 1329600973 Q * BenG Quit: I Leave 1329601172 Q * hijacker_ Quit: Leaving 1329601353 J * petzsch ~markus@p57B66F31.dip.t-dialin.net 1329601843 M * Mr_Smoke Hollow: thanks :) 1329601857 M * Mr_Smoke Hollow: also, I had opened a bug w/r/t the dietlibc version dependency 1329601862 M * Mr_Smoke i just added a comment that it can be closed 1329608899 Q * petzsch Quit: Leaving.