1378777537 N * l0kit Guest6148 1378777543 J * l0kit ~1oxT@0001b54e.user.oftc.net 1378777939 Q * Guest6148 Ping timeout: 480 seconds 1378787682 Q * jrayhawk Remote host closed the connection 1378788102 Q * ichavero_ Read error: Operation timed out 1378789663 J * hijacker_ ~hijacker@cable-84-43-134-121.mnet.bg 1378790118 M * Bertl_oO off to bed now ... have a good one everyone! 1378790123 N * Bertl_oO Bertl_zZ 1378791000 Q * thierryp Remote host closed the connection 1378793285 Q * MooingLemur Remote host closed the connection 1378793601 J * MooingLemur ~troy@phx-pnap.pinchaser.com 1378793770 Q * DelTree Remote host closed the connection 1378794076 J * DelTree ~deplagne@2a00:c70:1:213:246:39:115:2 1378795090 J * Ghislain ~aqueos@adsl1.aqueos.com 1378795271 Q * hijacker_ Quit: Leaving 1378795616 J * thierryp ~thierry@zebra.inria.fr 1378795742 Q * thierryp Remote host closed the connection 1378795791 J * thierryp ~thierry@zebra.inria.fr 1378796165 J * jrayhawk ~jrayhawk@nursie.omgwallhack.org 1378796459 J * thierryp_ ~thierry@zebra.inria.fr 1378796459 Q * thierryp Read error: Connection reset by peer 1378798088 Q * hparker Quit: I've fallen off the 'net and can't get up 1378798107 J * hparker ~hparker@0000fb24.user.oftc.net 1378801792 Q * ncopa Quit: Leaving 1378802238 J * ncopa ~test@3.203.202.84.customer.cdi.no 1378810746 Q * ircuser-1 Ping timeout: 480 seconds 1378810770 J * benl ~benl@dockoffice.sonassihosting.com 1378812195 M * benl Hey guys 1378812217 M * benl I've applied a cgroup memory limit on a guest 1378812232 M * benl memory.limit_in_bytes 1378812239 M * benl And set VIRT_MEM on the guest flags 1378812252 M * benl in the guest, the memory limit has taken effect (free -m confirms it) 1378812280 M * benl but I've made some graphs for RSS and VSZ 1378812330 M * benl and the guest is far exceeding its allocation in VSZ 1378812334 M * benl Is this normal behaviour 1378812662 J * BlackPanx ~kvirc@31.15.133.178 1378812698 M * BlackPanx http://www.picpaste.com/pics/kernel_panic-LUxFfO89.1378812683.png 1378812701 M * BlackPanx anyone can help with this ? 1378812715 M * BlackPanx it's default vserver kernel provided by daniel_hozac from his repo 1378812728 M * BlackPanx installed packages: kernel, kernel-headers, kernel-firmware 1378812739 M * BlackPanx seems not to boot at all 1378812751 M * BlackPanx not on my server, nor in virtual machine 1378812766 M * BlackPanx any idea what could be wrong ? 1378812857 M * BlackPanx i have made list of .ko files that are new in this kernel and one of the working ones... i seem to have problem finding correct .ko that i should include while creating initrd to make it boot properly... becouse it seems it just doesnt have some drivers to find and mount root partition on disk 1378812960 M * BlackPanx http://pastebin.com/VSGXe2Aj 1378812966 M * BlackPanx this is list of .ko files that are different 1378812988 M * BlackPanx i compared latest kernel with 2.6.32-131.12.1.el6.vs2.3.0.36.29.6.18.x86_64 1378813183 M * BlackPanx should i just try adding all missing .ko modules to new kernel with mkinitrd 1378813186 M * BlackPanx and see if it works ' 1378813188 M * BlackPanx ? 1378813303 J * ircuser-1 ~ircuser-1@35.222-62-69.ftth.swbr.surewest.net 1378814651 Q * thierryp_ Remote host closed the connection 1378814835 J * thierryp ~thierry@zebra.inria.fr 1378815138 N * Bertl_zZ Bertl 1378815145 M * Bertl morning folks! 1378815175 M * BlackPanx morning Bertl 1378815262 M * Bertl please boot without -qiet and upload the boot log 1378815338 M * BlackPanx okay 1378815340 M * BlackPanx second 1378815470 M * benl Hey Bertl. 1378815501 M * benl Is it normal for a guest to exceed VSZ for its cgroup defined memory limit, memory.limit_in_bytes, 1378815510 M * benl Ie. significantly exceed the figure 1378815529 M * Bertl VSZ being? 1378815548 M * benl `vserver-stat` 1378815553 M * benl virtual memory size 1378815780 M * BlackPanx http://picpaste.com/pics/kernel_panic2-b4fw1IqZ.1378815769.png 1378815784 M * BlackPanx here's the new pic 1378815806 M * Bertl benl: yes, that is just a sum over all processes address space 1378815859 M * Bertl BlackPanx: now please grab the entire log and upload it 1378815899 M * Bertl (e.g. via serial console) 1378815905 M * BlackPanx it's virtual server 1378815939 M * BlackPanx idk if i can connect host and guest with "serial" and ttyS ... 1378816027 M * Bertl in kvm for example, you just add -nographic 1378816047 M * Bertl and for the kernel, you use console=ttyS0,115200n8 (or similar) 1378817162 M * BlackPanx ok finally managed it 1378817164 M * BlackPanx second 1378817165 M * BlackPanx i paste it 1378817188 M * BlackPanx http://pastebin.com/kEtGxC8E 1378817512 M * BlackPanx it does also mention: "Probing EDD (edd=off to disable)... ok" 1378817526 M * BlackPanx and after that, all these lines i pasted 1378817530 M * BlackPanx on pastebin 1378817792 M * Bertl it looks like your initramfs is missing drivers/kernel modules for whatever vg_stress-* is on 1378817815 M * Bertl the rd_NO_DM certainly doesn't help there 1378817888 M * BlackPanx on the other server, i dont' have rd_NO_DM and same issue. i'll try without this flag 1378817892 M * BlackPanx that's added by default 1378817905 M * Bertl did you install the 'new' packages for initramfs? 1378818040 M * BlackPanx same result if booting without rd_NO_DM option 1378818050 M * BlackPanx if you are asking if my initramfs exists 1378818052 M * BlackPanx yes it exists 1378818060 M * BlackPanx and it's correct, right from repository 1378818070 M * Bertl no, what distro did you install daniel_hozac's kernel on? 1378818071 M * BlackPanx i even tried making it again with mkinitrd and kernel name 1378818078 M * BlackPanx centos 6.4 1378818088 M * BlackPanx latest 1378818089 M * Bertl he has packages for centos 6? 1378818099 M * BlackPanx he has packages for rhel 6 :) 1378818135 M * Bertl well, and for whatever reason, you think that's the same? 1378818155 M * BlackPanx becouse so far, none of the kernels complained. in whole history of his kernels... 1378818161 M * BlackPanx it always worked 1378818169 M * Bertl anyway, I presume your initramfs is bad and your boot options are not really understood/processed 1378818199 M * BlackPanx i removed all options actually... except console and few things that are really necessary, no difference. 1378818210 M * BlackPanx passing init option doesnt help either 1378818216 M * Bertl I don't see the initramfs detect any disk subsystem or create the lvms or try to mount something 1378818220 M * BlackPanx i'll try rebuilding it on centos 1378818245 M * BlackPanx exactly, that's why i'm thinking he missed some .ko module that was included in previous kernels 1378818282 M * Bertl well, what does mkinitrd tell you when building the initramfs? 1378818295 M * Bertl (for the new kernel) 1378818297 M * BlackPanx it says it worked... no error 1378818313 M * Bertl try verbose mode, it should list what drivers are included 1378818315 M * BlackPanx i moved initramfs that was installed with repository... 1378818323 M * BlackPanx and tried creating new one 1378818330 M * BlackPanx and it created it 1378818334 M * BlackPanx i'll try verbose. thanks 1378818351 M * Bertl also upload the output of that command for further clues 1378818508 M * BlackPanx this could be long paste 1378818640 M * BlackPanx http://pastebin.com/HxSg9erd 1378818641 M * BlackPanx here it is 1378818835 M * BlackPanx is grub-install mandatory after this mkinitrd ? 1378818972 M * BlackPanx i'll use daniel's .src.rpm and try rebuilding that one on centos, maybe it helps... not really sure... i'm clueless currently. 1378819012 M * BlackPanx or the other idea was to put all .ko files from old working kernel or default centos's one (same version as daniel's) in initramfs and hoping best 1378819119 M * BlackPanx kernel-2.6.32-358 is cento's kernel... and if i just make difference of .ko files included in one initramfs and the other, and just specify them manually when doing mkinitrd command... you think that would be idea ? 1378819179 Q * thierryp Remote host closed the connection 1378819334 J * thierryp ~thierry@zebra.inria.fr 1378819380 M * Bertl the kernel modules seem to be there, I think the dracut (did you update that one?) doesn't know how to handle your storage devices 1378819404 Q * thierryp Remote host closed the connection 1378819414 M * BlackPanx i didn't update dracut 1378819415 M * BlackPanx at all 1378819451 M * Bertl just asking, okay, unpack the initramfs and upload the script 1378819626 M * Bertl (the dracut script that is) 1378819871 M * BlackPanx oh dracut script 1378819872 M * BlackPanx okay 1378819910 M * BlackPanx where is it found , or at least the name of it ? 1378819984 M * BlackPanx i extracted actually both, initramfs-2.6.32-358 from centos repository and daniel's initramfs-2.6.32-358.14.1.el6.vs2.3.0.36.29.6.31... to compare 1378819997 M * BlackPanx to see where it went wrong or, what is missing 1378820224 M * Bertl https://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html#_troubleshooting 1378820257 M * Bertl try to follow steps 1-3 and inspect the output 1378820273 M * Bertl (or probably better upload it somewhere :) 1378820297 M * Bertl keep the shell running, we will need to inspect a few things 1378820601 M * BlackPanx will try 1378820670 M * BlackPanx umm 1378820676 M * BlackPanx Kernel command line: ro root=/dev/mapper/vg_stress-lv_root LANG=en_US.UTF-8 rd_NO_MD rd_LVM_LV=vg_stress/lv_swap SYSFONT=latarcyrheb-sun16 rd_LVM_LV=vg_stress/lv_root KEYBOARDTYPE=pc KEYTABLE=slovene console=ttyS0 rd.shell rd.debug log_buf_len=1M 1378820684 M * BlackPanx and it doesnt pass me to shell 1378820685 M * BlackPanx :/ 1378820726 M * BlackPanx it continues to point it says no init found... and kernel panic. same as before. 1378820758 M * BlackPanx i did unpack both initramfs's and all .ko's included in default centos kernel are also included in daniel's. 1378820787 M * BlackPanx and default centos's kernel boots, daniels dont. meaning there must be some other silly issue 1378821119 M * BlackPanx Using the dracut shell points me to: initrd /dracut-2.6.29.5-191.fc11.x86_64.img 1378821125 M * BlackPanx i need to create this dracut i guess 1378821133 M * BlackPanx becouse for now i don't have it in /boot/ 1378821187 M * Bertl well, according to your logs, /sbin/dracut is executed 1378821202 M * BlackPanx yes 1378821211 M * BlackPanx but there is no dracut-somethingsomething.img in /boot 1378821212 M * Bertl I don't know which version you have, but if it is recent, it should honor the shell part 1378821316 M * Bertl try to remove everything but console=ttyS0 and rd.shell from the kernel commandline 1378821333 M * Bertl and maybe add 'debug' there 1378821382 M * BlackPanx i'll do exactly as told on the website... removed everyhing except root and rdshell and console 1378821385 M * Bertl also check that the initramfs actually has an '/init' 1378821400 M * Bertl remove the root as well for a test 1378821428 M * BlackPanx okay 1378821487 M * BlackPanx it has init 1378821491 M * BlackPanx and it's exactly the same 1378821498 M * BlackPanx as default centos's kernel 1378821523 M * Bertl please upload the initramfs for me to examine 1378821721 M * BlackPanx Command line: ro rd.shell console=ttyS0 1378821730 M * BlackPanx and still falls to kernel panic 1378821731 M * BlackPanx no shell 1378821735 M * BlackPanx i will pack it 1378821737 M * BlackPanx second... 1378821891 M * BlackPanx let's see if this works 1378821895 M * BlackPanx else i put it online somewhere 1378821899 M * BlackPanx not sure where though 1378822073 M * BlackPanx http://www.filedropper.com/initramfs-2632-358141el6vs2303629631x8664 1378822074 M * BlackPanx here 1378822095 M * BlackPanx Click on "Download This File" Gray button 1378822110 M * BlackPanx the rest seems to be ads 1378822111 M * BlackPanx -.- 1378822285 M * Bertl well, it's downloading, 42MB atm 1378822357 M * Bertl don't use .tgz when you do not compress (gzip) it :) 1378822590 M * Bertl well, I'd say your initramfs is wrong/broken 1378822609 M * BlackPanx i did 1378822612 M * BlackPanx gzip it 1378822635 M * Bertl the download arrived as .tar (with .tgz extension) 1378822636 M * BlackPanx tar -zcvf flags 1378822645 M * BlackPanx were used for packing 1378822646 M * BlackPanx huh 1378822653 M * Bertl anyway, no problem there 1378822656 M * BlackPanx okay 1378822660 M * BlackPanx thanks for headsup 1378822683 M * BlackPanx i think this initramfs actually doesnt get loaded at all 1378822688 M * BlackPanx it doesnt even get there 1378822691 M * BlackPanx to load it in 1378822707 M * Bertl what is your grub? kernel line? 1378822721 M * Bertl (or better, the entire grub boot section) 1378822723 M * BlackPanx kernel /vmlinuz-2.6.32-358.14.1.el6.vs2.3.0.36.29.6.31.x86_64 ro rd.shell console=ttyS0 1378822726 M * BlackPanx currently 1378822734 M * BlackPanx as you said i shouldn't put root and stuff inside 1378822745 M * Bertl upload the grub.conf to pastebin 1378822761 M * Bertl (or menu.lst or whatever centos uses) 1378822790 M * BlackPanx http://pastebin.com/n6PK8SXm 1378822798 M * BlackPanx it's symling from menu.lst to grub 1378822799 M * BlackPanx so it's same 1378822817 M * BlackPanx the bottom kernel boots 1378822827 M * BlackPanx and is working (default centos's kernel) 1378822833 M * BlackPanx and top is vs that doesnt work 1378822969 M * BlackPanx if we somehow fix this issue, i'll email daniel the solution, so he can fix his kernel in repository 1378822986 M * Bertl I don't think the kernel is broken :) 1378823018 M * BlackPanx kernel is fine... initramfs is broken 1378823019 M * Bertl can you upload the actual initramfs image for me please (i.e. not the unpacked) 1378823022 M * BlackPanx sure 1378823045 M * Bertl and please do an md5sum of the intramfs and the kernel 1378823113 M * BlackPanx i did move daniel's kernel before and re-created new one with mkinitrd (the paste i forwarded to you) so md5sum wont match, but i can check the "old" one that i moved 1378823118 M * BlackPanx and submit md5sums 1378823134 M * BlackPanx initramfs-2.6.32-358.14.1.el6.vs2.3.0.36.29.6.31.x86_64.img_bak is the one provided from daniel 1378823134 M * Bertl yes, please do 1378823148 M * BlackPanx 3f3a9ed02c3b4c3bf9e8a1826d7c27c6 initramfs-2.6.32-358.14.1.el6.vs2.3.0.36.29.6.31.x86_64.img_bak 1378823157 M * BlackPanx is from repository 1378823164 M * Bertl huh? 1378823177 M * BlackPanx 673d15d71710b89d25ee58e664c1d1e8 vmlinuz-2.6.32-358.14.1.el6.vs2.3.0.36.29.6.31.x86_64 1378823182 M * BlackPanx is kernel 1378823191 M * BlackPanx from repository 1378823194 M * BlackPanx of daniel hozac 1378823197 M * Bertl where did you find a package? for the initramfs? 1378823219 M * BlackPanx second. 1378823229 M * BlackPanx kernel-2.6.32-358.14.1.el6.vs2.3.0.36.29.6.31.x86_64 : The Linux kernel 1378823229 M * BlackPanx Repo : dhozac-vserver 1378823229 M * BlackPanx Matched from: 1378823229 M * BlackPanx Filename : /boot/initramfs-2.6.32-358.14.1.el6.vs2.3.0.36.29.6.31.x86_64.img 1378823242 M * BlackPanx seems it's from dhozac's repository 1378823274 M * BlackPanx http://rpm.hozac.com/dhozac/rhel/$releasever/vserver/$basearch 1378823278 M * BlackPanx is his url 1378823284 M * Bertl I don't think so, it was probably generated after the kernel was installed 1378823296 M * BlackPanx [root@stress boot]# yum provides */initramfs-2.6.32-358.14.1.el6.vs2.3.0.36.29.6.31.x86_64.img 1378823300 M * BlackPanx this is what i got 1378823305 M * BlackPanx from this command 1378823314 M * Bertl (which might make rpm believe that it belongs to the kernel) 1378823322 M * BlackPanx maybe i'm wrong... 1378823326 M * Bertl anyway, please upload that one somewhere 1378823334 M * BlackPanx from dhozac's repository ? 1378823335 M * BlackPanx sure. 1378823351 M * Bertl from your system after it got installed 1378823367 M * BlackPanx yes 1378823368 M * BlackPanx okay 1378823423 M * BlackPanx i did rename it to _bak, so name is wrong but content should be exactly the same that i got from repository 1378823436 M * BlackPanx one second it's being uploaded 1378823463 M * BlackPanx http://www.filedropper.com/initramfs-2632-358141el6vs2303629631x8664_1 1378823522 M * BlackPanx this is initramfs provided from daniel (or, as you say, was generated by my system when installing kernel rpm) 1378823757 M * Bertl it seems that upload service sucks 1378823768 M * BlackPanx http://www.mijnbestand.nl/share.php?key=QP6NC6CCBO7L 1378823772 M * BlackPanx new upload 1378823773 M * Bertl the initramfs is uncompressed as well 1378823775 M * BlackPanx faster 1378823780 M * BlackPanx nonuncompressed 1378823782 M * BlackPanx i hope 1378823815 M * BlackPanx it seems to understand when one file is compressed and it decompresses it on that service 1378823819 M * BlackPanx try the other link 1378823877 M * Bertl yep, that seems to work 1378823881 M * BlackPanx oh okay 1378823948 M * Bertl the download I mean 1378823956 M * BlackPanx yes 1378823989 M * BlackPanx the thing is, why i wish this kernel to work is the new bugfix daniel put inside that makes few crucial things work on our infrastructure... 1378824122 Q * DelTree Remote host closed the connection 1378824210 M * BlackPanx meanwhile i'll try to build kernel from src.rpm that daniel provided 1378824217 M * BlackPanx and see if i get any luck 1378824238 M * Bertl okay, the problem as far as I can see is that the kernel cannot execute binaries from this initramfs 1378824243 M * Bertl checking now for the reason 1378824255 M * BlackPanx huh 1378824267 M * BlackPanx okay. 1378824273 M * BlackPanx take your time. 1378824287 M * BlackPanx thanks for helping 1378824307 M * Bertl np 1378824445 J * DelTree ~deplagne@2a00:c70:1:213:246:39:115:2 1378825358 M * Bertl the kernel doesn't execute a static binary either, so I presume it has to do with some kind of secure boot/trusted computing madness 1378825376 M * Bertl i.e. the kernel requires the binaries to be signed/different/whatever 1378825404 M * Bertl (but maybe I'm wrong and just some kind of security check is preventing execution) 1378825440 M * Bertl Failed to execute /bin/sh 1378825452 M * Bertl I tried with a dash.static as well, same result 1378825686 M * BlackPanx hum 1378825689 M * BlackPanx that seems weird 1378825696 M * BlackPanx i can upload also the default centos's 1378825699 M * BlackPanx if it helps you 1378825700 M * BlackPanx maybe 1378825707 M * BlackPanx by finding issues with it 1378825711 M * BlackPanx maybe selinux has to do with it ? 1378825714 M * BlackPanx something something ? 1378825715 M * Bertl doesn't seem weird to me, the thing is, rhel is into secure booting (because of microsoft_ 1378825746 M * Bertl so I wouldn't be too surprised if that only works on rhel 1378825748 M * BlackPanx oh 1378825758 M * BlackPanx darn! 1378825768 M * BlackPanx that is new feature then... 1378825816 M * BlackPanx but i think swenTjuln managed to make it work on centos... i'll ask him when i see him around 1378825824 M * Bertl but maybe the kernel is broken, no idea 1378825834 M * BlackPanx i'll just recompile it 1378825836 M * BlackPanx on centos 1378825840 M * BlackPanx and create package 1378825844 M * BlackPanx and see if that works 1378825850 M * BlackPanx if it doesn't... i'll ask swen 1378825859 M * BlackPanx how he managed to make it work 1378825888 M * Bertl I'm not sure why you are messing with this kernel and not building your own 1378825902 M * BlackPanx um 1378825914 M * BlackPanx i hope it's gonna be stable more than mine ? :) 1378825923 M * BlackPanx idk... 1378825923 M * Bertl because it is older? 1378825952 M * BlackPanx um... not becouse of that, but i hope more people use it and therefore more chance to get support when it crashes or hangs or having weird issues 1378825957 M * BlackPanx becouse more people report it 1378825958 M * BlackPanx i guess 1378825968 M * BlackPanx i dont know exact answer to this question 1378825978 M * BlackPanx maybe i should build my own... 1378825998 J * thierryp ~thierry@home.parmentelat.net 1378826036 M * BlackPanx i do use beng's repository for debian distro and it's REALLY stable... i can't compliment him enough. 1378826042 M * BlackPanx it's perfect 1378826055 M * BlackPanx and really keeps up to date 1378826075 M * Bertl so why do you run centos then? 1378826088 M * Bertl (with rhel kernels :) 1378826113 M * BlackPanx we have 200+ servers. each distro is good for certain things... 1378826124 M * BlackPanx some packages are different etc... 1378826144 M * BlackPanx depends. it's hard to say: just becouse of this, i run debian. 1378826207 M * BlackPanx we run debian on hadoop servers, on some frontend webservers we run centos 1378826266 M * BlackPanx we even run ubuntu on some servers... for example bigbluebutton expects only "11.10" ubuntu, and it doesn't work on any other. call it shitty app, but ... we need it. and it's awesome once it's running. 1378826305 M * BlackPanx i tried... got stuck, returned and just went the easy way and listened to developer's. 1378826319 M * BlackPanx it worked out of the box 1378826332 Q * thierryp Remote host closed the connection 1378826335 M * BlackPanx either way, i'm compiling new kernel now for centos 1378826353 M * BlackPanx hopefully will boot... 1378826369 M * BlackPanx since it's centos system that's building it with daniel's spec's 1378826391 J * thierryp ~thierry@home.parmentelat.net 1378827891 M * Bertl daniel_hozac: any idea why your kernel cannot execute static binaries like dash.static for x86_64 ? 1378828354 M * Bertl hmm, no, I spoke too soon, it can execute static binaries 1378828615 M * Bertl basically all binaries you have in your initramfs do segfault 1378828642 M * Bertl BlackPanx: that was addressed to you :) 1378829363 J * bonbons ~bonbons@2001:a18:20f:4601:49cc:199a:aa19:3ee4 1378832732 M * Bertl BlackPanx: I'd suggest to avoid that kernel :) it seems that everything even remotely dynamic segfaults with no apparent reason, purely static binaries execute, so you can run e.g. busybox.statc :) 1378832771 M * Bertl I have no idea what exactly causes this and it is non-trivial to debug, as you would need to build a static strace/ulimit/etc 1378832803 M * Bertl I'd say, the kernel might work on rhel, but I wouldn't use it on anything else 1378834166 M * Jb_boin its not possible to run a RH/Centos on a newer kernel without specific patches? 1378834384 M * Bertl I don't see why it shouldn't be possible 1378834420 M * Bertl but daniel_hozac's rhel kernel seems to dislike most dynamic binaries/libraries for whatever reason 1378837129 M * Bertl off for a nap ... bbl 1378837135 N * Bertl Bertl_zZ 1378846136 Q * benl Quit: HydraIRC -> http://www.hydrairc.com <- Go on, try it! 1378846576 Q * bonbons Quit: Leaving 1378846971 Q * MooingLemur Read error: Connection reset by peer 1378846975 J * MooingLemur ~troy@phx-pnap.pinchaser.com 1378847173 J * cuba33ci_ ~cuba33ci@1-164-208-45.dynamic.hinet.net 1378847528 Q * cuba33ci Ping timeout: 480 seconds 1378847529 N * cuba33ci_ cuba33ci 1378851882 N * Bertl_zZ Bertl 1378851886 M * Bertl back now ... 1378856761 N * l0kit Guest6273 1378856770 J * l0kit ~1oxT@0001b54e.user.oftc.net 1378856986 Q * Ghislain Quit: Leaving. 1378857165 Q * Guest6273 Ping timeout: 480 seconds