1165363359 M * Bertl daniel_hozac: does bit 10 look okay for you? 1165363381 M * daniel_hozac yep, that's what i'm using here. 1165363428 M * Bertl okay, I made them explicit in the enum, so that we do not change them accidentially 1165363447 M * Bertl VCI_KCBIT_SPACES = 10, 1165363454 M * daniel_hozac okay, that's the primary reason i was asking if they were stable. 1165363588 M * Bertl for bonbons patches, a new chbind was designed, right? 1165363601 M * daniel_hozac well, 0.30.212 should support it too 1165363618 M * daniel_hozac but yes, chbind6 was a quick hack to handle it. 1165363619 M * Bertl with the add ip interfaces? 1165363630 M * daniel_hozac right. 1165363643 M * Bertl so an ipv6 guest would be created without ips 1165363646 M * daniel_hozac but the IPv6 support is mostly a hack still, as there is no definite kernel interface. 1165363658 M * daniel_hozac hmm? 1165363663 M * Bertl then you would add the ips with a 'new' type or what? 1165363686 M * daniel_hozac pre-0.30.212, or what? 1165363698 M * Bertl nah, I'm talking about the 212 interface 1165363703 M * daniel_hozac i'm not quite sure what you're asking, could be because it's late... 1165363721 M * Bertl can you give me an example what chbind6 does :) 1165363732 M * daniel_hozac well, chbind6 is pre-0.30.212. 1165363733 M * Bertl (or the part replacing chbind6 in 212) 1165363743 M * daniel_hozac chbind supports IPv6 addresses now. 1165363758 M * Bertl hmm, but the kernel doesn't :) 1165363772 M * daniel_hozac well, a bonbons' patched kernel will ;) 1165363788 M * Bertl okay, so that interface is what I'm interested in 1165363813 M * daniel_hozac it just uses the vc_net_add(nid, {vcNET_IPV6,
}) interface. 1165363822 M * Bertl net_create() does not support passing ips) 1165363834 M * daniel_hozac stuffs the address in the 4 uint32_t's for IP, and the prefix in mask[0]. 1165363838 M * daniel_hozac exactly. 1165363846 M * Bertl so the context is first created, then the ips are added 1165363857 M * daniel_hozac ncontext does net_create, nattribute sets potential flags and capabilites, and naddress adds all the addresses. 1165363863 M * Bertl the interface therefore is net_add() 1165363874 M * daniel_hozac right. 1165363882 Q * eyck Read error: Operation timed out 1165363886 M * daniel_hozac but net_add has been used since 0.30.210. 1165363888 M * Bertl that is called with NXA_TYPE_IPV6, and the ipv6 ip 1165363900 J * eyck ~eyck@nat-old.nowanet.pl 1165363904 M * daniel_hozac exactly. 1165363919 M * Bertl okay, removal of ipv6 ips is supported too? 1165363924 M * daniel_hozac yep. 1165363943 M * Bertl good, so we just have to settle on the same type and arguments 1165363959 M * Bertl that will also provide the first (simple) interface for 1165363973 M * Bertl building the check tree (a linear one, in this case) 1165364023 M * Bertl we have a mask there too and a count value 1165364039 M * daniel_hozac right. 1165364043 M * Bertl I think we could probably arrange to keep the struct 1165364065 M * Bertl does ipv6 use the mask in the interface for the prefix? 1165364079 M * daniel_hozac yeah, mask[0] has the prefix. 1165364090 M * Bertl mask[0]? 1165364101 M * Bertl that's a cruel hack, indeed 1165364134 M * Bertl we should consider putting the prefix into count 1165364144 M * daniel_hozac hmm? 1165364152 M * daniel_hozac what would mask do in that case? 1165364169 M * Bertl allow for actual networks (i.e. masked ips) 1165364169 Q * eyck Read error: Operation timed out 1165364196 M * daniel_hozac masked in the non-netmask sense? 1165364204 M * Bertl yes, but I think we will have to redesign the interface 1165364224 M * daniel_hozac yeah, i guess so. 1165364279 M * Bertl okay, will draft something up ASAP 1165364312 M * daniel_hozac well, i have to get some sleep now, i have to get up early tomorrow for school. 1165364322 M * Bertl okay, have a good one then! 1165364331 M * Bertl and thanks for your time! 1165364335 M * daniel_hozac so there's no rush, at least not for me. but i won't mind rewriting the IPv6 support. 1165364350 M * daniel_hozac you too! good night 1165364715 J * eyck_ ~eyck@nat-old.nowanet.pl 1165365289 J * gerrit ~gerrit@142.131.214.233 1165365592 M * Bertl okay, I guess I'm off to bed now too ... 1165365601 M * Bertl have a good one everyone ... cya tomorrow! 1165365606 N * Bertl Bertl_zZ 1165365611 J * dreamind ~dreamind@C2107.campino.wh.tu-darmstadt.de 1165365618 Q * dreamind 1165365962 M * derjohn2 daniel_hozac, about the lastest v6 patch I found in your homedir; http://paste.linux-vserver.org/732 1165365987 J * derjohn ~aj@dslb-084-058-192-144.pools.arcor-ip.net 1165366141 Q * gerrit Ping timeout: 480 seconds 1165366446 Q * derjohn2 Ping timeout: 480 seconds 1165366558 Q * Piet Quit: Piet 1165372749 Q * Radiance Quit: changing servers 1165372846 J * Radiance a7e0373f6f@halt.1984world.eu 1165376291 Q * bronson Ping timeout: 480 seconds 1165376748 Q * Johnnie Read error: Connection reset by peer 1165376852 J * Johnnie ~jdlewis@jdlewis.org 1165379341 J * bronson ~bronson@adsl-75-36-147-248.dsl.pltn13.sbcglobal.net 1165380217 J * gerrit ~gerrit@142.131.214.233 1165380488 Q * Hollow Remote host closed the connection 1165380519 J * Hollow ~hollow@styx.xnull.de 1165382590 M * daniel_hozac derjohn: hmm, that's with delta-2.1.1.2.2-ipv6.diff? AFAICT it has the necessary includes, but i can take a closer look... 1165385160 J * FireEgl ~FireEgl@adsl-61-147-76.bhm.bellsouth.net 1165385817 M * bronson What is Persistent Context Support? 1165385916 M * daniel_hozac you can have a context without any processes. 1165385957 M * cehteh do we have a 2.6.19 patch already? 1165385960 M * bronson ah. doesn't sound like I'd use it. :) 1165385966 M * daniel_hozac cehteh: we have five :) 1165385970 M * daniel_hozac (see topic) 1165385971 M * cehteh heh ok 1165385977 M * cehteh looked at the wiki :P 1165385980 M * daniel_hozac ... which is incorrect, actually. 1165385988 M * cehteh heh 1165385989 T * daniel_hozac http://linux-vserver.org/ | latest stable 2.02.1, exp 2.02.2-rc8, devel 2.1.1.3, 2.2.0-pre5, 2.1.x-t5(2.6.19), stable+grsec 2.0.2.1, devel+grsec 2.1.1 | util-vserver-0.30.211 | libvserver-1.0.2 & vserver-utils-1.0.3 | He who asks a question is a fool for a minute; he who doesn't ask is a fool for a lifetime -- share the gained knowledge on the Wiki, and we'll forget about the minute ;) 1165386048 M * cehteh well maybe i wait until 2.6.19.1 is out G* 1165387491 Q * ntrs_ Ping timeout: 480 seconds 1165389381 M * maharaja re 1165390794 Q * bronson Ping timeout: 480 seconds 1165390878 Q * sebastian Remote host closed the connection 1165391771 J * cdrx ~legoater@82.227.199.249 1165392770 J * bronson ~bronson@adsl-75-36-147-248.dsl.pltn13.sbcglobal.net 1165393718 J * meandtheshell ~markus@85-124-174-126.dynamic.xdsl-line.inode.at 1165394273 Q * FireEgl Quit: Leaving.. 1165396193 Q * mugwump Ping timeout: 480 seconds 1165396297 J * DavidS ~david@vpn.uni-ak.ac.at 1165396396 J * mugwump ~samv@watts.utsl.gen.nz 1165396854 J * dna ~naucki@185-221-dsl.kielnet.net 1165397328 J * kawsper ~kawsper@0x535c2a6e.ronxx3.adsl-dhcp.tele.dk 1165397495 J * sebastian ~info@office.star-hosting.de 1165398181 J * Wildgoose ~chatzilla@mail.wildgooses.com 1165398944 Q * shedi Quit: Leaving 1165399438 Q * kawsper Remote host closed the connection 1165399993 J * prae ~Benjamin@host.187.57.23.62.rev.coltfrance.com 1165401472 Q * prae Quit: Quitte 1165401522 Q * mugwump Ping timeout: 480 seconds 1165401544 J * lilalinux ~plasma@dslb-084-058-192-144.pools.arcor-ip.net 1165401649 Q * lilalinux Remote host closed the connection 1165401769 J * lilalinux ~plasma@dslb-084-058-192-144.pools.arcor-ip.net 1165402041 J * mugwump ~samv@watts.utsl.gen.nz 1165404623 J * agav ~agavaz2@boirel1.hp.com 1165404929 Q * agav 1165404939 J * Piet hiddenserv@tor.noreply.org 1165404986 Q * virtuoso Ping timeout: 480 seconds 1165405933 Q * lilalinux Quit: Leaving 1165405937 J * lilalinux ~plasma@dslb-084-058-192-144.pools.arcor-ip.net 1165406261 J * virtuoso ~s0t0na@shisha.spb.ru 1165406468 Q * ensc Killed (NickServ (GHOST command used by ensc_)) 1165406477 J * ensc ~irc-ensc@p54B4DCB0.dip.t-dialin.net 1165406586 J * Torsti76 tkurbad@gate.iwm-kmrc.de 1165407636 Q * Aiken Ping timeout: 480 seconds 1165409629 J * HobGoblin ~jaaa@sr-fw1.router.uk.clara.net 1165409891 Q * goblin Read error: Operation timed out 1165409975 N * HobGoblin goblin 1165410265 Q * Piet Ping timeout: 480 seconds 1165410738 J * Piet hiddenserv@tor.noreply.org 1165411943 Q * Wildgoose Ping timeout: 480 seconds 1165412369 Q * lilalinux Ping timeout: 480 seconds 1165412730 J * lilalinux ~plasma@dslb-084-058-192-144.pools.arcor-ip.net 1165412935 J * Wildgoose ~chatzilla@mail.wildgooses.com 1165413595 J * comfrey ~comfrey@201.243.174.242 1165413702 J * otaku42 ~otaku42@legolas.otaku42.de 1165413705 M * otaku42 moin 1165413741 J * ntrs ~ntrs@68-188-55-120.dhcp.stls.mo.charter.com 1165414025 M * otaku42 question: i have two vservers running on the same host, let's call them vs1 and vs2. inside vs1 runs an IRC bot that writes log files to a specific directory. i want to make these files visible for the webserver that runs in vs2. is there an easy way to accomplish that goal? 1165414571 J * musis musis@200217003211.user.veloxzone.com.br 1165414692 M * musis alguem fala portuga 1165414707 N * musis hatoon 1165414730 M * hatoon portuga 1165414733 M * hatoon aqui 1165414841 M * doener otaku42: a bind mount should do the trick 1165414857 M * hatoon hi doener 1165414874 M * doener hi hatoon 1165414911 M * hatoon are you speak inglês ? 1165414925 M * hatoon are you speak portugues ? 1165414928 M * hatoon doener: 1165414938 M * otaku42 doener: have a link at hands about bind mounts? otherwise i'll go and see if i can find something :) 1165414957 M * doener hatoon: I speak english and german, but the channel is limited to english 1165414996 M * doener otaku42: assuming that the host can see that directory, just add a line like this to the vserver's fstab (/etc/vservers/$NAME/fstab): 1165415026 M * doener /path/in/host /path/in/vserver none bind 0 0 1165415052 M * doener the paths being relative to the host's/guest's root directory respectively 1165415107 M * doener ... to the webserver guest's fstab that is 1165415111 M * otaku42 doener: an article at golem.de ( http://www.golem.de/0609/47601.html ) suggests that bind mount requires vserver 2.0.2, is that correct? 1165415178 M * doener no, plain bind mounts are in vanilla. the bind mount extensions just allow a bind mount to have properties different from the original mount 1165415219 M * otaku42 doener: ah, ok. will give that a try, thanks 1165415221 M * doener eg. if /foo/bar is on an ext3 fs mounted rw and you bind mount it somewhere, vanilla would make that bind mount rw, too, even if you create it as ro 1165415245 M * doener BME allows the bind mount to actually become ro although its source is rw (for example) 1165415445 J * ybanafa ybanafa@82.114.187.95 1165415500 M * otaku42 doener: ah... well, BME might be interesting for another idea i have in mind, for this task the vanilla bind mount should work fine. 1165415563 Q * ybanafa 1165415805 M * otaku42 doener: bingo, that worked! thanks a lot for the hint 1165415811 M * doener you're welcome 1165416553 Q * hatoon Quit: using sirc version 2.211+KSIRC/1.3.12 1165416686 J * Wildgoose_ ~chatzilla@mail.wildgooses.com 1165416812 Q * Wildgoose Ping timeout: 480 seconds 1165416819 N * Wildgoose_ Wildgoose 1165416958 Q * sebastian Remote host closed the connection 1165417589 J * sebastian ~info@office.star-hosting.de 1165418595 M * harry bleh no time for kernel patch today... :S 1165419931 J * marcfiu ~mef@68.246.220.28 1165419936 P * marcfiu 1165420936 J * MOXfh_Qdb ~hollow@styx.xnull.de 1165420977 Q * Hollow Read error: Connection reset by peer 1165421009 Q * m4z Remote host closed the connection 1165421014 J * m4z_ m4z@bastard-operator.from-hell.net 1165421022 N * m4z_ m4z 1165421762 P * Torsti76 1165421907 Q * DavidS Quit: Leaving. 1165422084 N * otaku42 otaku42_away 1165422092 Q * DreamerC Remote host closed the connection 1165422207 Q * sebastian 1165422310 J * DreamerC ~dreamerc@59-115-48-84.dynamic.hinet.net 1165422433 Q * nebuchadnezzar Quit: Monde de Merde 1165422778 J * stefani ~stefani@tsipoor.banerian.org 1165422991 Q * Wildgoose Ping timeout: 480 seconds 1165423256 Q * gerrit Quit: Client exiting 1165423776 J * nebuchadnezzar ~nebu@zion.asgardr.info 1165424187 Q * mugwump Ping timeout: 480 seconds 1165425048 J * bonbons ~bonbons@83.222.39.117 1165426748 N * Bertl_zZ Bertl 1165426752 M * Bertl morning folks! 1165426854 M * daniel_hozac morning Bertl! 1165426878 M * daniel_hozac here's an odd one: why would cat /proc/virtual/{info,status} not return anything? 1165426925 M * Bertl hmm, let's check the code .. it changed in 2.6.19 (that's what you're referring to, I guess?) 1165426946 M * daniel_hozac right. 1165426984 M * daniel_hozac which reminds me, why don't we just remove the static from proc_fill_cache rather than duplicate it to kernel/vserver/proc.c? 1165427075 M * Bertl hmm, could work now .. IIRC, it was slightly different before 1165427109 M * Bertl ah, still has different args, IIRC 1165427116 M * daniel_hozac ah, ok. 1165427138 M * daniel_hozac i didn't check very closely, i just noticed it in fs/proc/base.c last time around. 1165427144 M * Bertl does /proc/virtnet/{info,status} show something? 1165427169 M * daniel_hozac nope. 1165427178 M * Bertl at least we are consistent :) 1165427182 M * daniel_hozac hehe :) 1165427280 M * nebuchadnezzar lol 1165427382 M * nebuchadnezzar how are you guys ? 1165427441 M * daniel_hozac i'm fine thanks, and how are you? 1165427462 M * nebuchadnezzar well, my sun is back now 1165427485 M * nebuchadnezzar I can bother you with sparc problems :-) 1165427530 M * daniel_hozac yay :) 1165427556 M * Bertl nebuchadnezzar: Linux-VServer related? 1165427566 M * nebuchadnezzar off course 1165427572 M * nebuchadnezzar when I'll rebuild a kernel 1165427600 M * nebuchadnezzar not so easy to install a debian on a Qlogic Powerd system 1165427606 M * daniel_hozac Bertl: will the revalidate's work? does [xn]id_is_hashed return true for 0? 1165427638 M * Bertl the entire lookup is wrong ... 1165427653 M * Bertl fixing that as we speak ... for a test 1165427693 M * Bertl will do a cleanup/recombination in the proc code 1165427724 M * Bertl I had that planned when I first 'hacked' the new proc code, but I did forget about it 1165427748 M * daniel_hozac ah. 1165430130 M * Bertl btw, I came up with a slightly modified version of the match block approach 1165430161 M * Bertl which should prevent creating loops completely (but will reduce the generality a little) 1165430190 M * daniel_hozac sounds good, how did you do that? 1165430207 M * Bertl well, basically we already had the idea at some point, IIRC 1165430223 M * Bertl - provide a 'handle' node '0' 1165430246 M * Bertl - add the parent node handle and condition (Yes/No) to the create function 1165430266 M * Bertl - have some kind of 'put in action command' 1165430284 M * Bertl that effectively avoids recursion 1165430304 M * Bertl and should allow to use RCU for all structures 1165430310 M * Bertl (making them lock free) 1165430349 M * Bertl in addition we could also allow to 'modify' blocks when in action 1165430358 M * Bertl allowing for: 1165430374 M * Bertl - safe removal and/or addition without rebuild 1165430391 M * Bertl - simple exchanging one ip/matchblock with another one 1165430520 M * daniel_hozac sounds really good to me. 1165431137 M * Bertl hehe, the proc stuff was tricky, but I figured it now 1165431155 M * Bertl you were on the right track, but the revalidate is not triggered 1165431185 M * Bertl the read function resolves the xid though, and doesn't handle the no xid case 1165431217 M * daniel_hozac ah! 1165431245 M * Bertl i.e. the revalidate had to be fixed too, of course 1165431264 M * Bertl will add a few comments and upload new versions in a few minutes 1165431286 M * daniel_hozac okay, i'll test those then. 1165431556 Q * meandtheshell Ping timeout: 480 seconds 1165431689 J * mugwump ~samv@watts.utsl.gen.nz 1165431709 M * Bertl welcome mugwump! 1165432375 J * meandtheshell ~markus@85-124-39-182.dynamic.xdsl-line.inode.at 1165433685 M * daniel_hozac Bertl: why was MAX_S_CONTEXT and MIN_D_CONTEXT moved to base.h? and why is there no #ifdef __KERNEL__ there? 1165433756 M * daniel_hozac ah right, they're used in __vs_check, nevermind the first question. 1165433759 M * Bertl it was moved because it is used for both 1165433777 M * Bertl the kernel condition, hmm ... 1165433818 M * Bertl I don't think we need base.h in userspace ... 1165433839 M * daniel_hozac well, apparently MAX_S_CONTEXT and MIN_D_CONTEXT are used. 1165433846 M * Bertl but I guess as it is now, it will break the includes 1165433873 M * Bertl hum, how do you handle the CONFIG_VSERVER_DYNAMIC_IDS then? 1165433901 M * daniel_hozac yeah, i just saw this code... it looks rather broken in that regard. 1165433961 M * Bertl I think base.h is kernel only, will add an #if there for the export removal 1165433965 Q * Piet Ping timeout: 480 seconds 1165434029 J * Piet hiddenserv@tor.noreply.org 1165434053 M * Bertl hmm, actually I think that is not even required, building the ekrnel headers now 1165434075 M * daniel_hozac hum, no way to detect if dynamic ids are available, other than testing for them? 1165434092 M * Bertl there is a VCI flag for that, IIRC 1165434140 M * daniel_hozac i thought so too, but i don't see it. 1165434163 M * Bertl if not, we can add it, it was planned IIRC 1165434196 M * Bertl header checks are fine (fixed space_cmd.h) and don't include base.h 1165434207 Q * Piet Remote host closed the connection 1165434246 M * Bertl daniel_hozac: i.e. you should use the headers generated by 'make headers_install' 1165434260 M * Bertl checking the vci now 1165434289 M * daniel_hozac i thought of that the last update, but IIRC it didn't install enough headers. 1165434312 M * Bertl okay, in this case, please let me know what you are missing 1165434349 M * Bertl did we ever use the VCI_KCBIT_0 ? 1165434372 M * Bertl if not, then I'd suggest to use that for dynamic ids 1165434442 Q * weasel Remote host closed the connection 1165434466 M * daniel_hozac kernel/legacy.h is needed, and is missing NB_IPV4ROOT (defined in network.h) 1165434483 M * daniel_hozac oh, that's installed. 1165434484 M * daniel_hozac ugh. 1165434486 M * daniel_hozac sorry. 1165434534 M * Bertl VCI_KCBIT_DYNAMIC = 0, fine? 1165434590 M * Bertl hmm, probably we should negate that though? 1165434623 M * daniel_hozac yeah, negating it sounds good. 1165434637 M * Bertl VCI_KCBIT_NO_DYNAMIC = 0, 1165434974 M * Bertl http://vserver.13thfloor.at/Experimental/patch-2.6.19-vs2.1.x-t6.diff 1165434983 M * Bertl let me know if something is still missing/wrong 1165435788 M * daniel_hozac will do. 1165435864 M * daniel_hozac why is VCI_KCBIT_SPACES set twice? :) 1165435917 M * daniel_hozac oh, nevermind, that's my fault. 1165435994 M * daniel_hozac i probably should've gotten some more sleep... i don't seem to be fully awake :) 1165436048 M * Bertl left overs from the tests I presume ... 1165436065 M * daniel_hozac indeed. 1165436077 Q * dna Quit: Verlassend 1165436117 M * daniel_hozac well, make headers_install seems to work fine, except for the code depending on MIN_D_CONTEXT and MAX_S_CONTEXT. 1165436125 M * daniel_hozac (which i'll have to fix anyway) 1165436153 M * Bertl good 1165436314 M * Bertl as we agreed that we want to increase the release frequency, I hereby start the rc series for 2.2.0 :) 1165436321 M * Bertl http://vserver.13thfloor.at/Experimental/patch-2.6.19-vs2.2.0-rc1.diff 1165436388 M * daniel_hozac so what does the roadmap look like? will IPv6 or any of the other network stuff get in to 2.2.0? 1165436429 M * Bertl nope, but 2.3.0 will start with the lback stuff 1165436442 M * Bertl we need to have a stable branch for post 2.6.19 1165436462 M * daniel_hozac agreed. 1165436469 M * Bertl and I do not see an easy way to get a 2.0.x for 2.6.19 1165436488 M * Bertl we'll fix up the enter stuff for 2.0.x on 2.6.18.x 1165436499 M * Bertl but that's it for 2.0 IMHO 1165436515 M * daniel_hozac the enter stuff? 1165436531 M * Bertl enter/leave which seems still broken there 1165436594 Q * cdrx Quit: Leaving 1165436668 M * daniel_hozac oh right! i had forgotten about that. 1165436736 M * Bertl IIRC, you suggested to include context.h only in sched.h ? 1165436756 M * Bertl did you try that? i.e. does that work with the strange dependancies we have there? 1165436761 J * yang ~yang@yang.sponsor.oftc.net 1165436770 M * Bertl welcome yang! 1165436771 M * daniel_hozac hmm, i can't remember, i don't think i tried it though. 1165436790 M * Bertl np, I'll figure it out ... 1165436801 M * yang Heya Bertl ! The wireless router is on its way, you can speed up compiling for that mips machine :)) 1165436842 M * Bertl yang: excellent, we are starting the 2.2.0 rcs now, so that an't hurt testing ... 1165436848 M * yang Bertl: When I get the router, I will link machine in the net again 1165436992 M * yang heya Radiance :) 1165438296 M * Bertl daniel_hozac, ensc: btw, did you see the ML posting with the 2 of 18 test failed? 1165438306 M * Bertl (was Nov 27) 1165438381 M * ensc Bertl: it's a debian issue (when you mean the vhash* tests) 1165438410 M * ensc but I do not know what to do there 1165438432 M * Bertl okay, was an answer posted? as I don't see one in my mailbox 1165438469 M * Bertl if not, please could you give a short answer with the details you already figured and cc that to micah? 1165438509 M * Bertl (who will now wake up, as I mentioned his nick :) 1165438554 M * daniel_hozac i guess there's not much we can do about that Debian issue, IIRC it only happens with one of the beecrypt versions available. 1165438608 M * ensc problem with these two tests were already seen years ago (or better: they were written to trace down the problem) 1165438639 M * daniel_hozac Bertl: mask = vc_get_space_mask(); vc_{set,enter}_namespace(xid, {.mask=mask}); look ok? 1165438647 M * Bertl ensc: okay, so a simple 'please upgrade beecrypt to something sane' should suffice, no? 1165438661 M * ensc but some debian guy has to look into it; the hashcalc-plain.c test should use only plain beecrypt functions without any vserver stuff 1165438672 M * Bertl daniel_hozac: depends, you have a special casing for set/enter 1165438678 M * ensc 'please upgrade' for debian? 1165438704 M * Bertl daniel_hozac: if you specify a mask of 0, the full spectrum will be done 1165438725 M * Bertl daniel_hozac: so unless you want to specify a subset, that's the one you want 1165438735 M * daniel_hozac okay, even better :) 1165438784 M * Bertl vcontext/network probably wants to set/enter specific values 1165438808 M * Bertl ensc: well, to the folks on the ML 1165438845 M * Bertl daniel_hozac: which reminds me that I want to add specific set/unshare() calls for compatibility 1165438866 J * Aiken ~james@tooax6-207.dialup.optusnet.com.au 1165438954 Q * TheSeer Remote host closed the connection 1165438989 M * Bertl morning Aiken! 1165439112 M * Aiken hi 1165439135 M * Aiken getting sick of compiling kernels to where aoe got broken 1165439153 Q * Guy- Remote host closed the connection 1165439157 J * Guy- d42rI2hiSN@chardonnay.math.bme.hu 1165439176 Q * mire Ping timeout: 480 seconds 1165439349 M * Bertl Aiken: unable to find the most recent verson which works? 1165439352 J * Blissex ~Blissex@82-69-39-138.dsl.in-addr.zen.co.uk 1165439396 M * Aiken 2.6.19-rc2 works, 2.6.19-rc3 through rc6 OOPES, 2.6.29 and master silently fail 1165439409 M * Aiken I don't like the 'silently fails' bit 1165439433 M * Aiken using git bisect I might have the patch that started the OOPS 1165439448 M * Bertl i.c. well, I guess it is time to involve upstream 1165439450 M * Aiken I don't know it goes from OOPS to silently fails 1165439469 M * Bertl probably those who broke it, will know better what happened 1165439495 M * Aiken seems to be the usual, new release lets break alpha :( 1165439523 M * Bertl the main problem is, nobody cares to test on non ppc/x86 platforms 1165439538 M * Bertl (ppc because Linus owns one :) 1165439544 Q * comfrey Quit: Lost terminal 1165439593 M * Aiken I was thinking update my copy of the Linus tree to check the latest master in the vain hope it was fixed over night then I have enough to report the bug 1165439733 M * Aiken would have have been simplier to if I killed the copy of windows that is installed on my drive tower and put it back in the alpha for extra hd :) 1165439860 M * Bertl hehe, I guess that is still an option :) 1165439881 J * weasel weasel@asteria.debian.or.at 1165439943 J * mire ~mire@104-166-222-85.adsl.verat.net 1165439972 J * yarihm ~yarihm@84-75-123-221.dclient.hispeed.ch 1165440039 M * Bertl wb weasel! mire! yarihm! 1165440111 Q * Smutje Ping timeout: 480 seconds 1165441713 J * prae ~Benjamin@foxhound.sherpadown.net 1165441782 Q * prae 1165441941 Q * bonbons Quit: Leaving 1165442298 J * Smutje ~Smutje@xdsl-87-78-98-134.netcologne.de 1165442576 J * FireEgl ~FireEgl@adsl-61-147-76.bhm.bellsouth.net 1165443479 N * MOXfh_Qdb Hollow 1165443726 J * DavidS ~david@chello062178045213.16.11.tuwien.teleweb.at 1165443868 Q * yarihm Quit: Leaving 1165443939 M * Bertl nap attack ... off to bed, probably back later ... 1165443947 N * Bertl Bertl_zZ 1165444399 J * yarihm ~yarihm@84-75-123-221.dclient.hispeed.ch 1165444486 Q * mnemoc Ping timeout: 480 seconds 1165444577 J * mnemoc ~amery@kilo105.server4you.de 1165445292 P * stefani I'm Parting (the water) 1165445449 Q * bronson Ping timeout: 480 seconds 1165445707 J * Osgiliath ~osgiliath@vdebian.org 1165447860 J * shedi ~siggi@inferno.lhi.is 1165449051 J * gry_ ~jnrr@85.103.44.112 1165449213 Q * Osgiliath Quit: The Sign Of Wrath Awaked.