[01:28] _julian_ (~quassel@hmbg-4d06d780.pool.mediaWays.net) joined #fai. [01:36] _julian (~quassel@hmbg-4d06fbc5.pool.mediaWays.net) left irc: Ping timeout: 480 seconds [02:07] al (d@niel.cx) joined #fai. [02:43] Nic0 (~courtel@fw.tls.cena.fr) got netsplit. [02:43] FBI (~FBI@fbi.bot.oftc.net) got netsplit. [02:44] Nic0 (~courtel@fw.tls.cena.fr) returned to #fai. [02:44] FBI (~FBI@fbi.bot.oftc.net) returned to #fai. [04:48] sneumann_ (~sneumann@p5B0F675A.dip.t-dialin.net) joined #fai. [05:36] sneumann_ (~sneumann@p5B0F675A.dip.t-dialin.net) left irc: Read error: Operation timed out [06:18] sneumann_ (~sneumann@router-sub.ipb-halle.de) joined #fai. [08:04] justleen (~leen@rev-131-102.virtu.nl) joined #fai. [08:23] sep (~sep@40.211.jostedal.no) left irc: Ping timeout: 480 seconds [08:32] rofl_ (takinovah@212.117.169.179) joined #fai. [08:46] woop [08:46] anyone around? [08:46] nope. [08:48] im trying to setup squeeze install in my debian lenny fai setup [08:48] but its stopping at IP-Config dhcp [08:48] and i can see on the dhcp server that does DHCPOFFER [08:48] but the fai just stops there [08:53] sep (~sep@40.211.jostedal.no) joined #fai. [09:11] <\sh> rofl_: it's not fai [09:11] <\sh> rofl_: it's ipconfig (even I don't know exactly, but ipconfig is your bugger) [09:11] ait [09:12] <\sh> rofl_: initramfs -> dhcp is done via ipconfig of klibc [09:12] ill upgrade to squeeze then [09:12] <\sh> that doesn't help normally [09:12] installing lenny work seamlessly tho [09:12] only squeeze bugging [09:12] <\sh> same kernel? [09:12] <\sh> same initramfs? [09:12] Action: oz_ runs squeeze - everything ok [09:13] nope and nope \sh :) [09:13] <\sh> rofl_: which nic? [09:13] bxn2 [09:13] bnx2* [09:13] <\sh> firmware is loaded ? [09:13] <\sh> what you can do is the following [09:13] yeah all nics pop up [09:13] and i see the dhcp offers [09:13] on the tftp server [09:14] <\sh> adjust your kernel append line to break=premount [09:14] hmm.. i wonder if it wasn't the bnx2 we hade to build a initrd image for [09:14] <\sh> this will give you an initramfs shell prompt [09:14] no, sry.. netxen [09:15] <\sh> now you are able to do the ipconfig call by yourself... [09:15] \sh: thx [09:15] <\sh> if that works...you are ok, if not, replace ipconfig [09:15] sh: how do I "restart" the fai proccess once in initram? [09:16] <\sh> justleen: just exit from initramfs it will follow the way down... [09:16] <\sh> it's the first premount run of initramfs which is before the live-premount runs [09:16] cool [09:16] thnx [09:17] <\sh> DEBUG=1 is also a good candidate for testing kernel + initramfs + fai.. put it before the break= commandline option on the kernel append line [09:19] <\sh> I spend one week to debug ipconfig bugs and replaced it [09:21] <\sh> the fix is just ready for release...I need to test it in my nfsroot + bootkernel, before I push it to mikap [09:21] <\sh> s/ipconfig/udhcpc/ <- perfect [09:48] Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai. [09:52] \sh: with the append break and getting the initramfs shell [09:52] i get timeouts on dhcp [09:54] can i install udhcpc in the initramfs? [09:58] <\sh> rofl_: not easily [09:58] any other alternatives? [09:58] static ip is the only? [09:58] <\sh> yep [09:59] maybe i could use the lenny kernel/initrd? [09:59] <\sh> rofl_: check which version of live-initramfs is installed in your nfsroot, pls [09:59] <\sh> eventually you can help me to test my live-boot/live-initramfs fix for using udhcpc [09:59] :> [09:59] 2sec [10:01] ii live-boot-initramfs-tools 2.0.14-1 [10:01] <\sh> perfect :) [10:02] <\sh> rofl_: would you like to test? [10:02] whatever gets me the dhcp working ;-) [10:02] <\sh> ok... [10:02] <\sh> so follow the instructions :) [10:02] <\sh> chroot into your nfsroot [10:03] <\sh> chroot /bin/bash [10:03] <\sh> apt-get install udhcpc [10:03] done [10:04] <\sh> cd /usr/share/initramfs-tools [10:04] <\sh> (be sure to be inside the nfsroot, pretty pls :)) [10:04] yes [10:04] ofc [10:04] <\sh> cd hooks [10:05] <\sh> vi udhcp and add the content of http://paste.ubuntu.com/558035/ to this file [10:05] <\sh> save it, chmod 755 udhcp [10:06] done [10:06] <\sh> now [10:06] <\sh> cd .. [10:06] <\sh> cd scripts [10:07] <\sh> when you do a "ls -la" you should see files like "live-functions" , "live-helpers" etc. [10:07] yeah [10:07] <\sh> if so, do a "vi udhcp-helpers" [10:07] <\sh> and add the content of http://paste.ubuntu.com/558037/ to it [10:08] <\sh> save it [10:08] done [10:08] no chmodding? [10:08] <\sh> ok... [10:09] <\sh> nope [10:09] <\sh> now edit the "live" script [10:09] <\sh> jump to line 37 [10:09] . /scripts/live-helpers [10:09] <\sh> right [10:10] <\sh> press "A" and add to the next line [10:10] <\sh> . /scripts/udhcp-helpers [10:10] fi [10:10] . /scripts/live-helpers [10:10] . /scripts/udhcp-helpers [10:10] if [ ! -f /live.vars ] [10:11] <\sh> yepp [10:11] <\sh> now find the function "Arguments ()" [10:11] yes [10:12] <\sh> search for the "ip=*) " inside that function [10:12] ip=*) [10:12] STATICIP="${ARGUMENT#ip=}" [10:12] <\sh> right [10:12] <\sh> ok...the last line before ;; should be export STATICIP right? [10:12] right [10:12] <\sh> ok after the ;; add the following: [10:13] <\sh> http://paste.ubuntu.com/558041/ [10:13] http://pastie.org/1495538 [10:14] <\sh> that's it :9 [10:14] <\sh> now find the function "do_netsetup ()" [10:14] <\sh> replace this function completly with the content of http://paste.ubuntu.com/558042/ [10:15] Hi, I had reported problems with a syntax error during disk_conif/FAIBASE a while ago, [10:15] I am running 4.0~beta2+experimental51 packages now and things are fine [10:15] \sh: affirmative, done [10:15] <\sh> rofl_: super. [10:15] <\sh> now let me fetch a cup of coffee..because we are just ready to test ;) [10:16] :) [10:18] im ready [10:19] break= [10:19] as before? [10:20] <\sh> well...wait [10:20] do i need to recreate the initrd? [10:20] <\sh> now we have to update your initramfs inside the nfsroot, you have to copy the initrd file for your kernel to your tftp root [10:20] <\sh> yes [10:20] <\sh> update-initramfs -k all -u [10:20] <\sh> inside the nfsroot pls :) [10:20] <\sh> oh wait.,..before you start [10:20] lol [10:21] sry [10:21] i fired away the update-initramfs [10:21] <\sh> doesn't matter..you have to do it again. [10:21] <\sh> check in /etc/initramfs-tools/modules that your modules for your nics are listed [10:21] <\sh> e.g. [10:21] <\sh> bnx2x [10:21] <\sh> bnx2 [10:22] <\sh> if it's not there, add it [10:22] <\sh> and save the file [10:22] <\sh> and update-initramfs -k all -u [10:23] its there [10:23] :> [10:23] <\sh> exit from the chroot of your nfsroot and copy /boot/initrd- / [10:24] <\sh> add to your kernel append command line "DEBUG=1 break=premount" [10:25] <\sh> go to your boot console of your install client and reboot it and when you are on the initramfs busybox prompt say "hell, yes" ;) [10:25] <\sh> you have to know, this patch is untested, so you are the first one to find out if that works ;) [10:26] :D [10:26] damn, lunch [10:26] <\sh> are you able to copy & paste from your install client console? [10:27] nope [10:27] shitty java kvm [10:27] :| [10:27] <\sh> ah no worries [10:27] <\sh> we debug it :) [10:27] initramfs shell up [10:27] hell, yes [10:27] hell: not found [10:27] :P [10:27] <\sh> hehe [10:27] <\sh> ok..now cd /scripts [10:28] yes [10:28] <\sh> . /live [10:28] syntax error [10:28] ouch [10:28] line 185 [10:28] <\sh> not ./live but source the file in with source /live or just . /live [10:28] uhcpd-helpers [10:28] ah [10:28] sry [10:28] got it [10:29] <\sh> byte=$(($byte/2)) [10:29] <\sh> my mistake [10:29] <\sh> I wrote $$($byte/2)) but it should be byte=$(($byte/2)) [10:29] where? [10:29] <\sh> ok...back to you nfsroot fix udhcp-helpers [10:29] in live file? [10:29] okey [10:30] are you here in 30 mins? [10:30] <\sh> after the fix update-initramfs -k all -u and so on. [10:30] need my lunchbreak [10:30] <\sh> as said, untested ;) [10:30] get grumpy otherwise [10:30] ;) [10:30] <\sh> rofl_: good appetite :) [10:30] bbs [10:55] right [10:55] im back [10:55] and fixed the byte= [10:55] . live [10:55] where do we continue? [10:57] <\sh> so you . /live [10:57] <\sh> ok... [10:58] <\sh> now you should trigger the "do_netmount" from the prompt [10:58] hmm [10:58] get bnx2 messages [10:58] ingard (cake@212.117.169.179) joined #fai. [10:58] <\sh> sorry... [10:58] sleep invalid number 0.1 [10:58] udhcp_process_kernel_paramters not found [10:59] udhcp_generate_dhcp_script not found [10:59] dhcp request for eth5 [10:59] <\sh> ok [10:59] (the dhcpserver is running on eth0, 1) [10:59] <\sh> moment...we need to fix [11:00] <\sh> first fix is in your nfsroot:/usr/share/initramfs-tools/scripts/live [11:00] <\sh> in line 586 [11:00] <\sh> udhcp_process_kernel_parameters and not udhcp_process_kernel_paramters [11:01] <\sh> the second fix in the same file [11:01] udevadm settle [11:01] line 586 [11:01] <\sh> no [11:01] <\sh> after udhcp_bring_up_interfaces [11:01] line 590udhcp_process_kernel_paramters [11:01] ok [11:01] done [11:01] <\sh> and then replace udhcp_generate_dhcp_script with udhcp_generate_script [11:02] <\sh> save it...update initramfs copy it and again boot :) [11:02] [ -x "/sbin/udhcpc" ] || exit # But do handle any static IP requests [11:02] udhcp_generate_script [11:02] udhcp_do_dhcp [11:02] right? [11:03] <\sh> jepp [11:04] allright [11:04] ill try again then [11:05] <\sh> ok..give me one second..need to file a bug [11:10] mkay [11:11] <\sh> sorry..had to file a bug about a tomcat6 update which doesn't configure cleanly when you have some strange JAVA_OPTS set [11:11] <\sh> ok... [11:11] <\sh> now back on the initramfs shell prompt? [11:11] yep [11:11] <\sh> ok... [11:11] dhcp request for eth5 [11:11] and alot of bnx2 nics up [11:11] and there it stands [11:11] <\sh> ok... [11:12] get DHCPOFFER in the tftp daemon.log [11:12] but doesnt look like it accepts it [11:12] <\sh> do you see udhcp outputs? [11:12] i guess that is DHCP request for eth5... [11:12] but thats the only occurence [11:12] <\sh> no there should be udcpc outputs [11:12] ouch [11:13] no udhcpc output then [11:13] <\sh> eventually wrong initrd loaded? [11:13] hm no [11:13] <\sh> ok..try to ctrl-c [11:13] doesnt work [11:13] <\sh> ok reboot [11:13] ait [11:13] <\sh> and wait on the initramfs prompt [11:13] coffee break [11:13] this server is so damn slow to boot [11:13] dell r610 [11:18] back [11:18] . /scripts/live [11:19] <\sh> ok. [11:19] <\sh> before you do anything now [11:20] <\sh> check which name your eth device has, which has a carrier... [11:20] <\sh> you can find out [11:20] <\sh> cd /sys/class/net/ [11:20] <\sh> cd [11:21] i have 6 nics [11:21] <\sh> e.g. cd eth0 [11:21] 4 has nics but no dhcp [11:21] and 2 has dhcp [11:21] <\sh> ahhhh [11:21] <\sh> very good [11:21] <\sh> you can deal with it much better [11:21] i guess eth0, eth1 has dhcp [11:21] <\sh> wait [11:22] <\sh> please add to your pxelinux.cfg/ file the following line [11:22] <\sh> IPAPPEND 2 [11:22] last line? [11:22] <\sh> pxelinux will push the macaddress of your real pxe nic device to the kernel command line as BOOTIF [11:22] <\sh> between label and kernel i have it [11:23] <\sh> so, BOOTIF will be the real device you made your pxe requests with... [11:23] LABEL fai-squeeze [11:23] IPAPPEND 2 kernel fai-squeeze/vmlinuz-2.6.32-5-amd64 append initrd=fai-squeeze/initrd.img-2.6.32-5-amd64 ip=dhcp [11:23] <\sh> label ... \n ipappend 2\n kernel [11:23] yes [11:23] <\sh> so a newline in between [11:23] LABEL fai-squeeze [11:24] IPAPPEND 2 kernel fai-squeeze/vmlinuz-2.6.32-5-amd64 [11:24] <\sh> a newline between IPAPPEND 2 and the kernel line ;) [11:25] lol its my cp bugging [11:25] it looks right here [11:25] ;) [11:25] <\sh> ok [11:25] <\sh> reboot the box ;) [11:25] coffee! [11:25] oh wait [11:25] no more [11:25] :) [11:28] back [11:28] now what [11:29] <\sh> ok. [11:29] <\sh> . /scripts/live [11:29] yup [11:29] <\sh> do_netsetup [11:30] wtf [11:30] ./bin/sh: device##*/: not found [11:30] <\sh> aha [11:30] and then dhcp request for eth5 [11:31] <\sh> ok [11:31] <\sh> back into your nfsroot [11:32] <\sh> vi /usr/share/initramfs-tools/scripts/udhcp-helpers [11:32] <\sh> go to function "udhcp_process_kernel_parameters()" [11:32] <\sh> and find the line where it says "interface=$(device##*/) [11:33] <\sh> this line needs to be replaced with "interface=${device##*/} [11:33] <\sh> update your initramfs and copy it and reboot ;) [11:33] typo? :) [11:33] <\sh> yes [11:34] <\sh> as said, untested, I wrote it from scratch from my temp fixes in our production environment ;) so bugs are there ;) [11:38] hmmm [11:38] do_netsetup [11:38] see bnx2 messages [11:38] sleep: invalid number 0.1 [11:38] dhcp request for eth5.... [11:38] and there it stops [11:39] i can see DHCPOFFER on the dhcpserver [11:39] <\sh> hmm... [11:39] <\sh> are you using dhcp-helper or ip helper on your switches? [11:39] <\sh> aka dhcp-relay [11:39] yeah [11:40] <\sh> and you are sure you configured them correctly ? routing etc.? [11:40] <\sh> so that your dhcp also can reach your client? [11:40] well im quite sure that my lenny install in fai works [11:40] ill try it to be sure [11:40] it should work when i get the pxe booting to work anyhow? [11:41] <\sh> yes [11:41] <\sh> can you do me a favour [11:42] <\sh> in udhcp-helpers script in udhcp_process_kernel_parameters() find the line with "interface=${device##*/} and add another line under that line with echo "INTERFACE PXE: $interface" [11:42] <\sh> regenerate your initramfs and copy it and reboot [11:42] <\sh> . /scripts/live [11:42] <\sh> udhcp_process_kernel_parameters [11:43] Action: \sh grabs a coffee [11:43] ok [11:44] udhcp_process_kernel_parameters ? [11:44] or do_netsetup netmount ? [11:48] <\sh> udhcp_process_kernel_parameters [11:48] <\sh> it should output something about INTERFACE PXE: [11:49] command not found [11:50] <\sh> ok... [11:50] <\sh> then do . /scripts/udhcp-helpers [11:50] not foundyes [11:50] still [11:51] <\sh> hmmm [11:51] <\sh> can you make a photo of the output pls? eventually with ls -la /scripts/ [11:53] <\sh> and upload it somewhere or send me the picture via email to sh@sourcecode.de pls [11:58] sent [12:01] <\sh> and udhcp_process_kernel_parameters gives you a not found? [12:01] ah sry [12:02] <\sh> ok.. [12:02] <\sh> please adjust the do_netsetup() function in /scripts/live to exit after udhcp_process_kernel_parameters pls [12:03] exit 0? [12:03] <\sh> yepp [12:06] and then do_netsetup? [12:06] <\sh> first . /scripts/live and then do_netsetup [12:07] yes [12:07] <\sh> ah you wrote "udhcp_process_kernel_parameters" wrong ;) udhcpc_... is really not known ;) [12:07] d-o-h [12:07] :) [12:07] wow [12:07] kernel paniced [12:07] Mrfai, ah. thanks for the 479537 pointer! IMO something to make fai 4.0 even more awesome ;) [12:08] <\sh> rofl_: any output a la "INTERFACE PXE:..."? [12:08] i just saw interface pxe: eth0 [12:08] and then kernel panic [12:08] <\sh> ok...remove the exit 0 from the script [12:10] <\sh> and in /scripts/udhcp-helpers in function udhcp_do_dhcp() there is a line which says [12:10] <\sh> if udhcpc -n -C .... [12:11] <\sh> please remove the -C from that line [12:11] <\sh> regenerate initramfs and copy it and reboot again [12:14] great, I just discovered dc2/fai-config-dir with all that ubuntu love inside. [12:14] question: how to install dc2 ? [12:14] <\sh> sneumann_: hehe [12:14] cat TODO [12:14] TODO: [12:14] - write documentation ;) [12:14] \sh: . /scripts/live && do_netsetup [12:14] <\sh> yepp [12:15] kernel panic [12:15] OUCH [12:15] i saw some mount messages [12:15] and then boom [12:15] <\sh> you removed the exit 0 from the udcp-helpers function udhcp_process_kernel_parameters ? [12:16] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [12:16] \sh: yup [12:17] panic 0x86 [12:17] mntput_no_expire [12:17] filp_close [12:17] exit_ptrace [12:17] do_exit [12:17] do_group_exit [12:17] sys_exit_group [12:17] system_call_fastpath [12:17] <\sh> ok... [12:17] i saw pxe interace eth0 [12:17] and some mount root filesystem [12:17] <\sh> you don't have any "quiet" on your kernel append commandline right? [12:18] LABEL fai-squeeze [12:18] IPAPPEND 2 kernel fai-squeeze/vmlinuz-2.6.32-5-amd64 append initrd=fai-squeeze/initrd.img-2.6.32-5-amd64 ip=dhcp root=/dev/nfs nfsroot=/srv/fai/nfsroot_squeeze boot=live FAI_FLAGS=verbose,sshd,createvt FAI_ACTION=install DEBUG=1 break=premount [12:19] <\sh> ok...adjust your append line like this: DEBUG=1 quiet=n and remove the break=premount [12:19] <\sh> reboot and press thumbs [12:21] gotta boot the server through apc poweroutlets when kernel panic [12:21] ctrl alt del doesnt work [12:21] argh [12:21] <\sh> hmmm..dell doesn't have something like HP ilo power buttons? [12:22] we dont use the management, only kvm [12:25] fsck kernel panic [12:25] <\sh> ok...I'll have to check myself... [12:27] Action: \sh prepares packages + new nfsroot and screw some vmwares [12:47] looks like the new dell perc isnt suppported by lenny [12:47] so the lenny kernel/initrd wont do [12:47] hehe [12:47] doh [13:18] <\sh> ok..testing on BL465c G7 ;) [13:18] <\sh> which is much harder because of Flex10 Fabrics [13:20] we had some problem with a quite new HP machine [13:20] or at least some HP machine [13:20] <\sh> osmo: which ones? [13:20] can't remember right now, but we had to make changes in the pxe boot [13:20] <\sh> osmo: like adding option routers? [13:21] \sh: thanks for all the help with FAI btw, contact me if you want more testing [13:21] ill have to go with static ips then i guess [13:21] <\sh> rofl_: I'm testing it right now..so I can give you a success message.. [13:21] no, but sorry.. this might be unrelated, i haven't read all backlog [13:21] but we had problems with booting from local disk [13:21] \sh: well if it works for you now then theres something else really wrong :| [13:22] <\sh> rofl_: we have switchport vlan access ; ip helper on cisco asa + dhcp setup ...pxe always worked out of the box [13:22] <\sh> but not the ipconfig stuff, that's why I changed it for my setup to udhcp and now I want it to go upstream [13:24] here's what we did for the boot from local disk problem: [13:24] LABEL localboot MENU LABEL Boot from first hard drive COM32 chain.c32 APPEND hd0 [13:24] man, sry [13:24] \sh: ill try with static and then well see if it still kernel panics [13:25] but have to wait until tomorrow [13:25] gotta do some meetings [13:25] :< [13:33] <\sh> ok dhcp already works ... now for the rest [13:33] Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving [13:36] darn [13:36] <\sh> strike [13:37] <\sh> ok give me a sec [13:37] <\sh> I really forgot something in the source [13:38] <\sh> rofl_: what architecture do you have? amd64 or i386? [13:38] amd64 [13:41] <\sh> rofl_: you are able to recreate your nfsroot, right ? when I send you new live-initramfs packages of srcpkg:live-boot you are able to install them inside your nfsroot manually and try to boot your machine... [13:58] alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) left irc: Quit: Konversation terminated! [13:58] alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) joined #fai. [14:02] <\sh> mikap: when I send you the debdiff for the udhcp patch and the resulting bin packages, are you able to test it with your setup somehow? [14:02] \sh: sure [14:03] <\sh> rofl_: ok..I'll send you the binary packages :) [14:03] \sh: ty :) [14:03] im done for the day now [14:04] so i have to test it tomorrow [14:04] alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) left irc: Remote host closed the connection [14:05] <\sh> rofl_: no problem :) just check in your nfsroot with dpkg -l|grep live-boot which package set you have installed and then dpkg -i [14:05] <\sh> and you should apt-get install udhcpc inside your nfsroot and recreate all initramfs stuff [14:06] <\sh> it works here with the IPAPPEND 2 parameter in the pxelinux.cfg/ files [14:07] <\sh> rofl_: send [14:15] Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai. [14:22] alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) joined #fai. [14:23] <\sh> Mrfai: I don't know but I send out a mail to fai-linux and fai-linux-devel with some binary attachments, eventually you have to unmoderate them somehow... [14:24] Yep, you'll send a mail with 160k size. [14:25] <\sh> Mrfai: yep..pls let it go through :) [14:27] Mmmm. I prefer that the attached .deb files are put somewhere on the internet and not distributed via mail. [14:28] <\sh> Mrfai: am I able to attach it to the fai wiki somehow? [14:28] yes. You can upload images or binaries there. [14:29] use this link http://wiki.fai-project.org/wiki/Special:Upload [14:31] <\sh> lol .deb is not a permitted filetype ;) [14:31] I'd be surprised if so [14:32] <\sh> ".gz" is not a permitted file type. Permitted file types are png, gif, jpg, jpeg, pdf, tar.gz, tgz, tar.bz, tar.bz2. <- hmmm [14:32] <\sh> when the upload file is a tar.gz [14:33] let me check if I can change the list of permitted types [14:33] <\sh> ok... [14:33] <\sh> tgz works ;) [14:36] Do you need more than .deb? [14:37] <\sh> Mrfai: no...no debs anymore, I put them in a tgz, eventually put .gz in your alloweded file exts [14:37] tar.gz are allowed [14:37] same for tgz [14:38] <\sh> ok http://wiki.fai-project.org/wiki/User:StephanHermann works [14:39] <\sh> Mrfai: just drop the mails from the queue...I'll write another one with the link to the tgz [14:39] ok [14:39] will do so [14:40] <\sh> thx a lot :) [14:42] <\sh> ok...new mail is out [14:45] alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) left irc: Quit: Konversation terminated! [14:45] alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) joined #fai. [15:55] sneumann_ (~sneumann@router-sub.ipb-halle.de) left irc: Ping timeout: 480 seconds [15:57] justleen (~leen@rev-131-102.virtu.nl) left irc: Quit: Leaving. [16:30] ErKa (~keryell@APuteaux-154-1-45-140.w83-199.abo.wanadoo.fr) joined #fai. [16:41] justleen (~leen@s5591f74f.adsl.wanadoo.nl) joined #fai. [16:46] sneumann_ (~sneumann@p5B0F675A.dip.t-dialin.net) joined #fai. [16:51] Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving [17:04] verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat [18:22] justleen (~leen@s5591f74f.adsl.wanadoo.nl) left irc: Ping timeout: 480 seconds [18:43] alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) left irc: Quit: Konversation terminated! [18:43] alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) joined #fai. [19:00] sneumann__ (~sneumann@p5B0F7FA7.dip.t-dialin.net) joined #fai. [19:04] sneumann_ (~sneumann@p5B0F675A.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [19:31] Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving. [19:34] Nic0 (~courtel@fw.tls.cena.fr) joined #fai. [20:07] \sh: yes, but not those days [21:09] ErKa (~keryell@APuteaux-154-1-45-140.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds [21:12] justleen (~leen@s5591f74f.adsl.wanadoo.nl) joined #fai. [21:33] sneumann__ (~sneumann@p5B0F7FA7.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [21:35] justleen (~leen@s5591f74f.adsl.wanadoo.nl) left irc: Quit: Leaving. [21:35] justleen (~leen@s5591f74f.adsl.wanadoo.nl) joined #fai. [21:48] justleen (~leen@s5591f74f.adsl.wanadoo.nl) left irc: Quit: Leaving. [21:48] justleen (~leen@s5591f74f.adsl.wanadoo.nl) joined #fai. [21:59] justleen (~leen@s5591f74f.adsl.wanadoo.nl) left irc: Ping timeout: 480 seconds [22:07] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds [22:31] alekibango_ (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) joined #fai. [22:31] alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) left irc: Read error: Connection reset by peer [22:49] ErKa (~keryell@80.125.172.66) joined #fai. [22:52] pjustice (~pjustice@yagi.h-net.msu.edu) left irc: Ping timeout: 480 seconds [23:03] HerrK (~keryell@80.125.172.66) joined #fai. [23:03] ErKa (~keryell@80.125.172.66) left irc: Read error: Connection reset by peer [23:17] HerrK (~keryell@80.125.172.66) left irc: Read error: Connection reset by peer [00:00] --- Wed Jan 26 2011