1301875550 Q * Romster synthon.oftc.net larich.oftc.net 1301875550 Q * ser synthon.oftc.net larich.oftc.net 1301875550 Q * fLoo synthon.oftc.net larich.oftc.net 1301875550 Q * imcsk8 synthon.oftc.net larich.oftc.net 1301875550 Q * quasisane synthon.oftc.net larich.oftc.net 1301875591 J * Romster ~romster@202.168.100.149.dynamic.rev.eftel.com 1301875591 J * ser ~ser@host1.tldp.ibiblio.org 1301875591 J * quasisane ~sanep@c-76-24-80-97.hsd1.nh.comcast.net 1301875591 J * imcsk8 ~ichavero@nat.ti.uach.mx 1301875591 J * fLoo ~fLoo@irc.coresec.de 1301876879 Q * bonbons Quit: Leaving 1301878699 Q * fisted Ping timeout: 480 seconds 1301878699 J * fisted_ ~fisted@p508843D8.dip.t-dialin.net 1301878723 Q * fLoo synthon.oftc.net larich.oftc.net 1301878723 Q * imcsk8 synthon.oftc.net larich.oftc.net 1301878723 Q * Romster synthon.oftc.net larich.oftc.net 1301878723 Q * ser synthon.oftc.net larich.oftc.net 1301878723 Q * quasisane synthon.oftc.net larich.oftc.net 1301878752 J * Romster ~romster@202.168.100.149.dynamic.rev.eftel.com 1301878752 J * ser ~ser@host1.tldp.ibiblio.org 1301878752 J * quasisane ~sanep@c-76-24-80-97.hsd1.nh.comcast.net 1301878752 J * imcsk8 ~ichavero@nat.ti.uach.mx 1301878752 J * fLoo ~fLoo@irc.coresec.de 1301883696 Q * FireEgl Ping timeout: 480 seconds 1301885501 Q * derjohn_foo Ping timeout: 480 seconds 1301893037 J * derjohn_mob aj@88.128.163.73 1301894291 J * ichavero_ ~ichavero@148.229.9.250 1301894726 J * FireEgl FireEgl@Sebastian.Atlantica.DollarDNS.Net 1301896864 J * ncopa ~ncopa@3.203.202.84.customer.cdi.no 1301896889 N * Bertl_zZ Bertl 1301896894 M * Bertl morning folks! 1301897113 Q * ichavero_ Quit: This computer has gone to sleep 1301897148 J * ichavero_ ~ichavero@148.229.9.250 1301897477 Q * ichavero_ Quit: This computer has gone to sleep 1301897522 J * ichavero_ ~ichavero@148.229.9.250 1301897715 Q * ichavero_ 1301897749 J * ichavero_ ~ichavero@148.229.9.250 1301898168 M * hijacker morning 1301898327 J * ghislain ~AQUEOS@adsl2.aqueos.com 1301898995 M * SwenTjuln morning! 1301900364 J * petzsch ~markus@dslb-188-103-060-161.pools.arcor-ip.net 1301900634 M * daniel_hozac Bertl: hmm? 1301900851 M * Bertl well, not sure how we planned to do that back then, but it seems that the current naddress does something 'unexpected' with network ranges :) 1301900908 M * daniel_hozac hmm 1301900937 M * daniel_hozac i believe vcmd_match_ipv4_v0 is what we're meant to be using. 1301900948 M * Bertl http://paste.linux-vserver.org/19235 1301900965 M * Bertl this is what happens after the 'fix' 1301900971 M * daniel_hozac but it doesn't appear to be doing that :) 1301901019 M * daniel_hozac does the kernel still support the *match* functions? 1301901031 M * Bertl well, it's probably a good idea that it doesn't use the match function as it was never implemented :) 1301901045 M * daniel_hozac heh 1301901070 M * Bertl anyway, my suggestion would be to improve on the existing interface 1301901082 M * Bertl i.e. just add ip2 there, bump the version and use that 1301901115 M * daniel_hozac works for me. 1301901144 M * daniel_hozac ranges do seem to be completely broken right now. 1301901161 M * daniel_hozac naddress fills an ip2 field in the uv struct for it, but nothing feeds that to the kernel :) 1301901206 M * Bertl yeah, I thought so, the 'check' part in the kernel seems okay, but the interface to set ranges was broken since forever it seems 1301901214 M * daniel_hozac yeah. 1301901230 M * daniel_hozac and i guess nobody would have been able to find that out with the support missing in util-vserver. 1301901238 M * Bertl hehe 1301901262 M * Bertl okay, I also 'found out' that we already have a new prio_bias related interface :) 1301901270 M * daniel_hozac oh? 1301901287 M * Bertl yeah, I was kind of surprised as well 1301901315 M * daniel_hozac mainline, or something of ours we've just forgotten? :) 1301901324 M * Bertl the latter 1301901331 M * daniel_hozac hehe 1301901339 M * Bertl it seems that I adapted the interfaces when we removed the scheduler part 1301901352 M * daniel_hozac oh 1301901370 M * Bertl #define VCMD_set_prio_bias VC_CMD(SCHED, 4, 0) 1301901370 M * Bertl #define VCMD_get_prio_bias VC_CMD(SCHED, 5, 0) 1301901405 M * Bertl it's hooked up, and I presume it might just work :) 1301901422 M * daniel_hozac lol 1301901422 M * daniel_hozac wow. 1301901423 M * daniel_hozac okay 1301901430 M * daniel_hozac i'll add support for it to util-vserver. 1301901574 M * Bertl great! thanks! will upload the patch for the net range interface shortly 1301901622 M * daniel_hozac eest: okay 1301901629 M * daniel_hozac -eest: :-) 1301901681 Q * derjohn_mob Ping timeout: 480 seconds 1301902490 Q * ghislain Quit: Leaving. 1301902902 M * Bertl daniel_hozac: http://vserver.13thfloor.at/ExperimentalT/delta-nrange-fix02.diff 1301902986 M * daniel_hozac hmm 1301902995 M * daniel_hozac should the remove functions really call add? :) 1301903056 M * Bertl that's what you get from that evil copy/paste functionality built into modern editors :) 1301903063 M * daniel_hozac hehe 1301903082 M * Bertl wouldn't have happened with 'ed' :) 1301903134 M * Bertl there is another copy/paste bug in this patch 1301903145 M * Bertl uploading a fixed version in a few seconds 1301903165 M * daniel_hozac that the new remove interface still doesn't use ip2? 1301903171 M * Bertl yep 1301903171 M * daniel_hozac or something else? 1301903173 M * daniel_hozac ah 1301903223 M * Bertl I think we can safely extend (in the near future) the remove function to handle single IP/MASK/RANGE entries 1301903245 M * Bertl i.e. by doing a 1:1 match, and if found, remove that entry 1301903273 M * daniel_hozac i thought the only problem with doing that now was locking. 1301903297 M * Bertl hmm? care to elaborate? 1301903326 M * daniel_hozac we'd have to use locking to modify the context structure by removing an entry 1301903339 M * daniel_hozac or rcu or something similar 1301903353 M * Bertl we do not lock it when removing all entries either 1301903366 M * Bertl i.e. we xchg there 1301903412 M * daniel_hozac maybe we should? :) 1301903413 M * Bertl of course, we could as well use rcu or add locking (so that we do not have to copy the entire list) 1301903430 M * Bertl yeah, probably we should do so anyway 1301903479 M * Bertl updated patch uploaded as fix03 1301903564 J * ghislain ~AQUEOS@adsl2.aqueos.com 1301903565 M * daniel_hozac looks good. 1301903735 M * Bertl good! please drop me a note when I can test with util-vserver :) 1301903756 M * daniel_hozac will do 1301903776 Q * arekm Ping timeout: 480 seconds 1301904205 Q * ichavero_ Quit: This computer has gone to sleep 1301904642 J * arekm arekm@carme.pld-linux.org 1301904983 J * bonbons ~bonbons@2001:960:7ab:0:608e:f318:40bb:263f 1301906132 J * derjohn_mob ~aj@213.238.45.2 1301906376 M * Bertl time for a nap ... bbl 1301906390 N * Bertl Bertl_zZ 1301906429 M * daniel_hozac enjoy 1301908000 Q * bonbons Quit: Leaving 1301908062 J * bonbons ~bonbons@2001:960:7ab:0:608e:f318:40bb:263f 1301910825 Q * wurtel Ping timeout: 480 seconds 1301910827 J * wurtel ~paul@gw-office.telegraaf.net 1301911572 Q * petzsch Quit: Leaving. 1301911962 J * ViRUS ~mp@p579B550D.dip.t-dialin.net 1301912002 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1301914423 J * petzsch ~markus@dslb-188-103-060-161.pools.arcor-ip.net 1301917547 Q * bonbons Quit: Leaving 1301917682 J * bonbons ~bonbons@2001:960:7ab:0:511b:f356:56a9:f417 1301918649 J * st-7138 ~st-7138@a89-154-147-132.cpe.netcabo.pt 1301918788 Q * st-7138 Remote host closed the connection 1301918901 J * st-7236 ~st-7236@a89-154-147-132.cpe.netcabo.pt 1301919064 Q * st-7236 1301919259 Q * jeroen_ Ping timeout: 480 seconds 1301919280 J * jeroen_ ~jeroen@imap.powerinternet.eu 1301919799 Q * jeroen_ Ping timeout: 480 seconds 1301919820 J * jeroen_ ~jeroen@imap.powerinternet.eu 1301921544 Q * Romster Ping timeout: 480 seconds 1301922048 J * Romster ~romster@202.168.100.149.dynamic.rev.eftel.com 1301922371 Q * BenG Quit: I Leave 1301922540 Q * FireEgl Ping timeout: 480 seconds 1301925236 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1301925492 J * ktwilight__ ~keliew@91.176.24.156 1301925791 Q * ktwilight_ Ping timeout: 480 seconds 1301926043 Q * BenG Quit: I Leave 1301927436 J * dowdle ~dowdle@scott.coe.montana.edu 1301928232 J * FireEgl ~FireEgl@173-16-9-3.client.mchsi.com 1301929604 J * AndrewLe1 ~andrew@n201.enc.hlc.edu.tw 1301929654 J * Marillio1 ~dirk@178.63.150.30 1301929663 J * karasz_ ~karasz@shell.opensde.net 1301929694 J * ensc_ ~irc-ensc@p5DF2F1FD.dip.t-dialin.net 1301929779 J * _Radiance ~Radiance@193.16.154.187 1301929802 J * C14r ~C14r@mail.cipworx.de 1301929816 J * hoax__ U2FsdGVkX1@dhcp-077-249-151-209.chello.nl 1301929828 J * daniel_hozac_ ~daniel@c-923071d5.08-230-73746f22.cust.bredbandsbolaget.se 1301929849 Q * wurtel reticulum.oftc.net kilo.oftc.net 1301929849 Q * derjohn_mob reticulum.oftc.net kilo.oftc.net 1301929849 Q * ensc reticulum.oftc.net kilo.oftc.net 1301929849 Q * Marillion reticulum.oftc.net kilo.oftc.net 1301929849 Q * AndrewLee reticulum.oftc.net kilo.oftc.net 1301929849 Q * daniel_hozac reticulum.oftc.net kilo.oftc.net 1301929849 Q * Radiance reticulum.oftc.net kilo.oftc.net 1301929849 Q * karasz reticulum.oftc.net kilo.oftc.net 1301929849 Q * C14r_ reticulum.oftc.net kilo.oftc.net 1301929849 Q * hoax_ reticulum.oftc.net kilo.oftc.net 1301929849 Q * nkukard reticulum.oftc.net kilo.oftc.net 1301929849 N * Marillio1 Marillion 1301929856 N * _Radiance Radiance 1301929879 N * karasz_ karasz 1301930391 J * derjohn_mob ~aj@213.238.45.2 1301930404 J * nkukard ~nkukard@41-133-112-179.dsl.mweb.co.za 1301932548 J * ichavero_ ~ichavero@148.229.9.250 1301933038 Q * petzsch Quit: Leaving. 1301933149 Q * derjohn_mob Ping timeout: 480 seconds 1301933358 Q * bonbons Quit: Leaving 1301933430 N * Bertl_zZ Bertl 1301933435 M * Bertl back now ... 1301933479 J * bonbons ~bonbons@2001:960:7ab:0:ec5c:572:c294:ea81 1301933683 Q * ichavero_ Quit: This computer has gone to sleep 1301936553 J * wurtel ~paul@gw-office.telegraaf.net 1301937066 Q * ViRUS Quit: If there is Artificial Intelligence, then there's bound to be some artificial stupidity. (Thomas Edison) 1301938228 J * manana ~mayday090@84.17.25.149 1301938749 J * petzsch ~markus@dslb-188-103-060-161.pools.arcor-ip.net 1301939893 Q * ghislain Quit: Leaving. 1301941423 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1301941925 Q * petzsch Quit: Leaving. 1301943436 J * ensc ~irc-ensc@p5DF2FD4C.dip.t-dialin.net 1301943849 Q * ensc_ Ping timeout: 480 seconds 1301947569 J * petzsch ~markus@dslb-188-103-060-161.pools.arcor-ip.net 1301950344 Q * bonbons Quit: Leaving 1301951445 Q * BenG Quit: I Leave 1301954207 Q * cuba33ci Read error: Connection reset by peer 1301954303 J * cuba33ci ~cuba33ci@111-240-167-241.dynamic.hinet.net 1301954551 N * daniel_hozac_ daniel_hozac 1301954849 J * ichavero_ ~ichavero@148.229.9.250 1301954888 Q * petzsch Quit: Leaving. 1301955202 J * st-13176 ~st-13176@a89-154-147-132.cpe.netcabo.pt 1301955212 Q * st-13176 1301955249 J * st-13189 ~st-13189@a89-154-147-132.cpe.netcabo.pt 1301955355 Q * st-13189 1301957707 Q * ichavero_ Quit: This computer has gone to sleep 1301959973 Q * ktwilight__ Read error: Connection reset by peer 1301960002 J * ktwilight__ ~keliew@91.176.24.156