1117238674 M * rs off to bed, good night folk 1117238683 M * DaPhreak night rs 1117238690 M * Vudumen gn rs 1117239212 M * Bertl night rs! 1117239302 M * Vudumen well i go to bed too. have a good night allz. 1117239415 M * Bertl what now? hehe ... have a good night! 1117239497 M * DaPhreak Bertl: rc2 runs smooth on .11 ;) 1117239509 M * Bertl ah, good to hear! 1117239545 M * DaPhreak well i think i give this unload-forcing later a try (maybe on my other machine) 1117239567 M * Bertl yeah, maybe on an emulator? 1117239638 M * DaPhreak hmmm .. yeah :) 1117239650 M * DaPhreak qemu should be fine or not ? 1117239655 M * Bertl yup 1117242041 J * explasm__ explasm@p549FE280.dip.t-dialin.net 1117242479 Q * eXplasm2 Ping timeout: 480 seconds 1117242795 M * DaPhreak n8 guys :) 1117243075 M * Bertl night! 1117245559 Q * MrX Read error: Connection reset by peer 1117246037 Q * eyck Ping timeout: 480 seconds 1117246196 M * Bertl okay, I'm off to bed now ... have a good one, everyone! 1117246213 N * Bertl Bertl_zZ 1117246950 J * eyck eyck@81.219.64.71 1117248714 M * eyck hmm 1117248746 M * eyck so, this is the hour of #vserver peek activity 1117256310 Q * eyck Read error: Connection reset by peer 1117256327 J * eyck eyck@81.219.64.71 1117257275 M * explasm__ good morning =D 1117265190 Q * flock Remote host closed the connection 1117266282 J * flock ~restless@l192-117-111-12.broadband.actcom.net.il 1117271802 N * Doener_zZz Doener 1117271809 M * Doener morning 1117271874 M * DaPhreak morning Doener :) 1117273280 Q * rs Quit: rs 1117275656 M * Doener test compiling a fix for the vkill multithreading bug now... too bad that there's still no test case... 1117278199 Q * albeiro Ping timeout: 480 seconds 1117278986 M * Doener boots and vkill still works... no idea if it solves the problems though... ;) 1117279089 M * Doener http://www.13thfloor.at/~doener/vserver/patches/delta-vkill-fix.diff 1117279110 M * Doener and now it's time for lunch... :) 1117279112 N * Doener Doener|gone 1117279457 M * FaUl Bertl_zZ: hmm, ok 1117279469 M * FaUl Bertl_zZ: seems that we missed us :-) 1117280209 Q * brc Ping timeout: 480 seconds 1117282604 N * Bertl_zZ Bertl 1117282620 M * Bertl morning folks! 1117282653 M * eyck morning 1117282809 M * Bertl hey eyck! so everything fine with 1.2.10.1? 1117282829 M * Bertl (because if so, we're going to release a 1.2.11 or so) 1117282943 N * Doener|gone Doener 1117282949 M * Doener back now... 1117282955 M * Doener morning Bertl! 1117282985 M * Bertl hey Doener! 1117282994 M * Bertl again, lost your backtick? 1117283027 M * Doener s/lost/got rid of/ ;) 1117283040 M * Bertl :) 1117283061 M * Doener http://www.13thfloor.at/~doener/vserver/patches/delta-vkill-fix.diff 1117283095 M * Bertl hey, 'fix' sounds promising! 1117283144 M * Doener well, i strongly expect it to fix it... but i didn't test, as there's no test-case (yet) 1117283168 M * Bertl uhum, what's that? 1117283169 M * Bertl (void*)(long)(priv == 0) 1117283192 M * Doener the 'usual' way to choose between the predefined siginfo thingies 1117283202 M * Doener that's how it's done in vanilla... 1117283209 M * Bertl really? 1117283211 M * Doener yep 1117283231 M * Doener the siginfo "pointer" == {0,1,2} cases are special 1117283231 M * Bertl that looks terribly ugly .. didn't see it before ... 1117283268 M * Doener int 1117283268 M * Doener send_sig(int sig, struct task_struct *p, int priv) 1117283268 M * Doener { 1117283268 M * Doener return send_sig_info(sig, (void*)(long)(priv != 0), p); 1117283268 M * Doener } 1117283304 M * Doener hm, did i use ==? that would be a bug then I'd say... let me check... 1117283315 M * Bertl yup 1117283331 M * Doener ah right, the second one... 1117283380 M * Doener http://www.13thfloor.at/~doener/vserver/patches/delta-vkill-fix2.diff 1117283739 M * Vudumen Bertl: a question. which distribution would you like on the v20z? (we have 64-bit debian and redhat currently) 1117284132 M * Bertl hmm ... well I'd personally prefer Mandrake, but I guess both debian/sarge and fc2/3 would be fine 1117284157 M * Vudumen Bertl: if i can download a 64bit mandrake it's okay :) 1117284177 M * Bertl sec 1117284215 M * Vudumen ok i found 1117284218 M * Vudumen ftp://ftp.fsn.hu/pub/linux/distributions/mandrake/official/iso/10.2/x86_64/Mandriva-Linux-2005-Limited-Edition-Download-CD.x86_64.iso 1117284221 M * Vudumen is it okay? 1117284235 M * Bertl yeah, should be fine ... 1117284240 M * Vudumen fine :) 1117284271 M * Bertl but as I said, debian/fedora should be fine too 1117284287 M * Vudumen well i prefer debian but you will use this machine not me :) 1117284365 M * Bertl yeah, but you'll have to install it, no? 1117284381 M * Vudumen well i don't think it would be problem :) 1117284904 M * eyck Bertl: it seems fine, are there any other changes expected in 1.2.11? 1117285129 M * Bertl no, not yet ... 1117286070 M * Bertl Doener: and how does the (void*)(long)(priv != 0) bypass the 'don't send signals to init) check? 1117286139 M * Bertl (or how is it supposed to do that?) 1117286141 M * Doener special case siginfo pointer == 1 --> si_code = SI_KERNEL 1117286148 M * Doener see send_signal() 1117286275 M * Bertl okay, in this case, could we at least make it: 1117286289 M * Bertl (void*)priv 1117286308 M * Bertl and avoid that additional obfuscation? 1117286344 M * Doener probably, as we know that we only pass 0/1 1117286456 M * Doener http://www.13thfloor.at/~doener/vserver/patches/delta-vkill-fix3.diff 1117286597 M * Bertl okay, looks better to me ... 1117286660 M * Bertl once rs is around, we can probably test it ... 1117286675 M * Bertl he talked about creating/coding a test case even ... 1117286702 M * Doener how would i try to create a test case for that? 1117286719 M * Bertl I'd say as it is related to threading 1117286724 M * Doener i tried with some sleeping threads... but probably i misunderstood your idea about it... 1117286734 M * FaUl ah, Bertl :-) 1117286757 M * Bertl Doener: hmm, well, probably threads and a waiting threadgroup leader 1117286763 M * Bertl hey FaUl! 1117286912 M * Doener -rwxr-xr-x 1 root root 12 May 19 12:02 /etc/vservers/.defaults/apps/vshelper-delegate/shutdown 1117286917 M * Doener that's right, right? 1117286930 M * Bertl looks good, yes 1117286932 M * Doener because i got a sysv initstyle vserver that hangs nevertheless... 1117286947 M * Doener might be related to the "vserver xxx stop" being killed... 1117286969 M * Doener Rebooting... /usr/lib/util-vserver/vserver.stop: line 79: 16066 Killed "${NICE_CMD[@]}" ${USE_VNAMESPACE:+$_VNAMESPACE --enter "$S_CONTEXT" -- } $_VCONTEXT $SILENT_OPT --migrate --chroot --xid "$S_CONTEXT" -- "${INITCMD_STOP[@]}" 1117286985 M * Bertl yeah, the killContext function is still wrong 1117287022 M * Bertl should do a vkill -1 first, then kill init if there is one 1117287071 J * knoppix_ ~knoppix@dsl-213-023-133-003.arcor-ip.net 1117287079 M * Bertl welcome knoppix_! 1117287112 M * Bertl Doener: hmm, not sure that's what happens ... 1117287173 M * Doener init-based vserver shuts down just fine... 1117287217 M * Bertl probably a 'reboot' from inside a sysv based vserver should be ignored 1117287247 M * Bertl looks to me like the following happens: 1117287260 M * Bertl reboot -f -> reboot helper -> shutdown -> reboot -f 1117287297 M * Bertl or does the kill at the end of the shutdown kill the script itself? 1117287331 J * sebd ~sebd@lesdeveloppementsdurables.org 1117287338 M * Bertl welcome sebd! 1117287347 M * sebd hi everybody 1117287351 M * matti Hi. 1117287352 M * matti ;] 1117287714 M * FaUl Bertl: http://faul.bundessicherheitsministerium.de/iptables-1.3.1-vnet-v6.diff 1117287732 M * FaUl Bertl: do you want a delta against the 1.2.9 diff, too? 1117287754 M * Bertl no, I guess that is obsolete by now ... 1117288093 M * FaUl finally i've found why stroul implicit declared even if i've included stdlib.h :) 1117288103 M * FaUl (should have been strtoul of course :) 1117288769 M * Doener hmpf, i give up on writing a test case... 1117289262 M * FaUl Bertl: have you looked over my patch? looks good? 1117289496 M * Bertl no time yet .. 1117290030 M * FaUl ok 1117292437 Q * nox jupiter.oftc.net uranium.oftc.net 1117292437 Q * explasm__ jupiter.oftc.net uranium.oftc.net 1117292437 Q * meebey jupiter.oftc.net uranium.oftc.net 1117292437 Q * cereal jupiter.oftc.net uranium.oftc.net 1117292437 Q * DaPhreak jupiter.oftc.net uranium.oftc.net 1117292437 Q * romke jupiter.oftc.net uranium.oftc.net 1117292437 Q * Loki|muh_ jupiter.oftc.net uranium.oftc.net 1117292437 Q * locksy jupiter.oftc.net uranium.oftc.net 1117292437 Q * micah_ jupiter.oftc.net uranium.oftc.net 1117292437 Q * FaUl jupiter.oftc.net uranium.oftc.net 1117292437 Q * Psy0rz jupiter.oftc.net uranium.oftc.net 1117292437 Q * maharaja jupiter.oftc.net uranium.oftc.net 1117292437 Q * ndim jupiter.oftc.net uranium.oftc.net 1117292437 Q * Vudumen jupiter.oftc.net uranium.oftc.net 1117292437 Q * janra jupiter.oftc.net uranium.oftc.net 1117292437 Q * gaba jupiter.oftc.net uranium.oftc.net 1117292437 Q * eyck jupiter.oftc.net uranium.oftc.net 1117292437 Q * matti jupiter.oftc.net uranium.oftc.net 1117292437 Q * lilo jupiter.oftc.net uranium.oftc.net 1117292438 Q * Pazzo jupiter.oftc.net uranium.oftc.net 1117292438 Q * sith jupiter.oftc.net uranium.oftc.net 1117292438 Q * gregster jupiter.oftc.net uranium.oftc.net 1117292438 Q * bro jupiter.oftc.net uranium.oftc.net 1117292438 Q * BWare jupiter.oftc.net uranium.oftc.net 1117292438 Q * Seraph jupiter.oftc.net uranium.oftc.net 1117292438 Q * Hunger jupiter.oftc.net uranium.oftc.net 1117292438 Q * case jupiter.oftc.net uranium.oftc.net 1117292438 Q * mugwump jupiter.oftc.net uranium.oftc.net 1117292438 Q * stupidawy jupiter.oftc.net uranium.oftc.net 1117292455 J * eyck eyck@81.219.64.71 1117292455 J * explasm__ explasm@p549FE280.dip.t-dialin.net 1117292455 J * matti matti@212.244.232.46 1117292455 J * meebey meebey@booster.qnetp.net 1117292455 J * lilo ~lilo@lilo.usercloak.oftc.net 1117292455 J * cereal ~cereal@217.20.124.153 1117292455 J * DaPhreak ~phreak@lms.rz.uni-greifswald.de 1117292455 J * romke ~romke@procyon.romke.net 1117292455 J * Loki|muh_ loki@satanix.de 1117292455 J * locksy ~locksy@mrtg.sisgroup.com.au 1117292455 J * Pazzo ~Pazzo@host130-250.pool8172.interbusiness.it 1117292455 J * nox ~nox@noxlux.de 1117292455 J * micah_ micah@micha.hampshire.edu 1117292455 J * janra janra@paradox.homeip.net 1117292455 J * FaUl ~immo@ip88.164.1211G-CUD12K-01.ish.de 1117292455 J * Psy0rz ~psy0rz@195.169.61.234 1117292455 J * maharaja maharaja@ipax.at 1117292455 J * ndim hun@helena.bawue.de 1117292455 J * Vudumen vudumen@perverz.hu 1117292455 J * gaba ~gaba@protest.net 1117292455 J * Hunger Hunger.hu@Hunger.hu 1117292455 J * Seraph kk@projects.verfaction.de 1117292455 J * sith sith@aaronp.com 1117292455 J * gregster ~gregor@greart.de 1117292455 J * case ~case@donpanic.faveve.uni-stuttgart.de 1117292455 J * bro ~vanity@lanparty.lv 1117292455 J * BWare ~bware@office.intouch.net 1117292455 J * mugwump ~samv@210-54-92-184.ipnets.xtra.co.nz 1117292455 J * stupidawy foo@you.wish.you.were.pimp.olicio.us 1117293298 M * Bertl okay, back later! 1117293302 N * Bertl Bertl_oO 1117293730 M * witchdoc_ hmm 1117293736 N * witchdoc_ witchdoc 1117293738 M * witchdoc re 1117293740 M * witchdoc :-) 1117293747 M * witchdoc time for weekend 1117293747 M * DaPhreak welcome back witchdoc ;) 1117293758 M * witchdoc hehe, i forgot my screen 1117293773 M * witchdoc hi DaPhreak 1117293948 M * witchdoc cya 1117293954 Q * witchdoc Quit: leaving 1117294460 M * romke are there any cons against ext3 on disk where vservers dir resides? (considering normal system quota) 1117294846 J * albeiro albeiro@albeiro.usercloak.oftc.net 1117295119 M * DaPhreak romke: well be sure that you enable extended attributes otherwise you won't be able to tag the data 1117295121 M * romke hi albeiro 1117295189 M * albeiro hey romke 1117295198 M * romke DaPhreak: as I use unique uids inside guests I only need that normal quota limits will be considered in guests 1117295233 M * DaPhreak no idea about the quotas 1117295240 M * albeiro romke: got some nice shell to irc from ? irssi is segfaulting all the time on all shells i have (lexx, atlantis, etc) ? ;p 1117295353 J * yarihm ~yarihm@217-162-204-252.dclient.hispeed.ch 1117295902 J * Doener` ~doener@p54875031.dip.t-dialin.net 1117296307 M * matti Fouk. 1117296317 M * matti Dman /upgarde command, what is for? 1117296318 M * matti ;p 1117296324 M * matti s/Dman/Damn/ 1117296332 Q * Doener Ping timeout: 480 seconds 1117296852 M * romke matti: say you installed new irssi version, to run new version normally you have to exit irssi (close all server connections etc). /upgrade executes new irssi version on the fly and saves all connections 1117297433 J * monrad ~monrad@213083190130.sonofon.dk 1117298878 Q * albeiro Quit: 1117298958 J * albeiro ~albeiro@albeiro.usercloak.oftc.net 1117298971 M * albeiro matti: no more irssi segfaults ;p 1117300178 M * romke albeiro: restart is sheduled on monday evening (vserver-2.0-rc2) 1117300207 M * albeiro ok, thx for notice 1117300419 Q * eyck Read error: Connection reset by peer 1117302507 Q * ruut Ping timeout: 480 seconds 1117302671 Q * ndim Ping timeout: 480 seconds 1117303192 J * eyck eyck@81.219.64.71 1117303226 M * eyck hi 1117303250 M * daniel_hozac hey 1117305650 Q * mountie Read error: Connection reset by peer 1117305656 J * mountie ~mountie@CPEdeaddeaddead-CM000a739acaa4.cpe.net.cable.rogers.com 1117306239 Q * mountie Ping timeout: 480 seconds 1117307066 Q * knoppix_ Remote host closed the connection 1117308577 J * erwan_ho ~erwan@konilope.dyndns.org 1117309097 Q * flock Ping timeout: 480 seconds 1117309165 J * flock ~restless@l192-117-111-12.broadband.actcom.net.il 1117309704 J * ruut ~ruut@p549CA675.dip0.t-ipconnect.de 1117309882 Q * ruut Quit: 1117310797 M * FaUl *sproing* 1117311410 Q * erwan_ho Remote host closed the connection 1117313199 J * ndim hun@193.7.176.7 1117313955 Q * lilo Remote host closed the connection 1117313966 J * lilo ~lilo@lilo.usercloak.oftc.net 1117315955 J * ntrs ~ntrs@68.188.50.87 1117315960 Q * ntrs Quit: 1117324295 M * Doener` good night folks! 1117324298 N * Doener` Doener_zZz 1117324399 M * FaUl n8 Doener_zZz , im goin to bed, 2 1117324496 J * ndim_ hun@helena.bawue.de 1117324515 Q * ndim_ Quit: