| _julian_ (~quassel@hmbg-4d06d780.pool.mediaWays.net) joined #fai. |
| _julian (~quassel@hmbg-4d06fbc5.pool.mediaWays.net) left irc: Ping timeout: 480 seconds |
| al (d@niel.cx) joined #fai. |
| Nic0 (~courtel@fw.tls.cena.fr) got netsplit. |
| FBI (~FBI@fbi.bot.oftc.net) got netsplit. |
| Nic0 (~courtel@fw.tls.cena.fr) returned to #fai. |
| FBI (~FBI@fbi.bot.oftc.net) returned to #fai. |
| sneumann_ (~sneumann@p5B0F675A.dip.t-dialin.net) joined #fai. |
| sneumann_ (~sneumann@p5B0F675A.dip.t-dialin.net) left irc: Read error: Operation timed out |
| sneumann_ (~sneumann@router-sub.ipb-halle.de) joined #fai. |
| justleen (~leen@rev-131-102.virtu.nl) joined #fai. |
| sep (~sep@40.211.jostedal.no) left irc: Ping timeout: 480 seconds |
| rofl_ (takinovah@212.117.169.179) joined #fai. |
| 08:46 rofl_ | woop |
| 08:46 rofl_ | anyone around? |
| 08:46 juri_ | nope. |
| 08:48 rofl_ | im trying to setup squeeze install in my debian lenny fai setup |
| 08:48 rofl_ | but its stopping at IP-Config dhcp |
| 08:48 rofl_ | and i can see on the dhcp server that does DHCPOFFER |
| 08:48 rofl_ | but the fai just stops there |
| 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 rofl_ | ait |
| 09:12 \sh | rofl_: initramfs -> dhcp is done via ipconfig of klibc |
| 09:12 rofl_ | ill upgrade to squeeze then |
| 09:12 \sh | that doesn't help normally |
| 09:12 rofl_ | installing lenny work seamlessly tho |
| 09:12 rofl_ | only squeeze bugging |
| 09:12 \sh | same kernel? |
| 09:12 \sh | same initramfs? |
| Action: oz_ runs squeeze - everything ok |
| 09:13 rofl_ | nope and nope \sh :) |
| 09:13 \sh | rofl_: which nic? |
| 09:13 rofl_ | bxn2 |
| 09:13 rofl_ | bnx2* |
| 09:13 \sh | firmware is loaded ? |
| 09:13 \sh | what you can do is the following |
| 09:13 rofl_ | yeah all nics pop up |
| 09:13 rofl_ | and i see the dhcp offers |
| 09:13 rofl_ | on the tftp server |
| 09:14 \sh | adjust your kernel append line to break=premount |
| 09:14 osmo | 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 osmo | no, sry.. netxen |
| 09:15 \sh | now you are able to do the ipconfig call by yourself... |
| 09:15 rofl_ | \sh: thx |
| 09:15 \sh | if that works...you are ok, if not, replace ipconfig |
| 09:15 justleen | 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 justleen | cool |
| 09:16 justleen | 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 |
| Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai. |
| 09:52 rofl_ | \sh: with the append break and getting the initramfs shell |
| 09:52 rofl_ | i get timeouts on dhcp |
| 09:54 rofl_ | can i install udhcpc in the initramfs? |
| 09:58 \sh | rofl_: not easily |
| 09:58 rofl_ | any other alternatives? |
| 09:58 rofl_ | static ip is the only? |
| 09:58 \sh | yep |
| 09:59 rofl_ | 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 rofl_ | :> |
| 09:59 rofl_ | 2sec |
| 10:01 rofl_ | ii live-boot-initramfs-tools 2.0.14-1 |
| 10:01 \sh | perfect :) |
| 10:02 \sh | rofl_: would you like to test? |
| 10:02 rofl_ | 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 <path to your nfsroot> /bin/bash |
| 10:03 \sh | apt-get install udhcpc |
| 10:03 rofl_ | done |
| 10:04 \sh | cd /usr/share/initramfs-tools |
| 10:04 \sh | (be sure to be inside the nfsroot, pretty pls :)) |
| 10:04 rofl_ | yes |
| 10:04 rofl_ | 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 rofl_ | 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 rofl_ | 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 rofl_ | done |
| 10:08 rofl_ | 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 rofl_ | . /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 rofl_ | fi |
| 10:10 rofl_ | . /scripts/live-helpers |
| 10:10 rofl_ | . /scripts/udhcp-helpers |
| 10:10 rofl_ | if [ ! -f /live.vars ] |
| 10:11 \sh | yepp |
| 10:11 \sh | now find the function "Arguments ()" |
| 10:11 rofl_ | yes |
| 10:12 \sh | search for the "ip=*) " inside that function |
| 10:12 rofl_ | ip=*) |
| 10:12 rofl_ | STATICIP="${ARGUMENT#ip=}" |
| 10:12 \sh | right |
| 10:12 \sh | ok...the last line before ;; should be export STATICIP right? |
| 10:12 rofl_ | right |
| 10:12 \sh | ok after the ;; add the following: |
| 10:13 \sh | http://paste.ubuntu.com/558041/ |
| 10:13 rofl_ | 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 sneumann_ | Hi, I had reported problems with a syntax error during disk_conif/FAIBASE a while ago, |
| 10:15 sneumann_ | I am running 4.0~beta2+experimental51 packages now and things are fine |
| 10:15 rofl_ | \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 rofl_ | :) |
| 10:18 rofl_ | im ready |
| 10:19 rofl_ | break= |
| 10:19 rofl_ | as before? |
| 10:20 \sh | well...wait |
| 10:20 rofl_ | 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 rofl_ | lol |
| 10:21 rofl_ | sry |
| 10:21 rofl_ | 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 rofl_ | its there |
| 10:23 rofl_ | :> |
| 10:23 \sh | exit from the chroot of your nfsroot and copy <path to your nfsroot>/boot/initrd-<version> <path to your tftp root>/ |
| 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 rofl_ | :D |
| 10:26 rofl_ | damn, lunch |
| 10:26 \sh | are you able to copy & paste from your install client console? |
| 10:27 rofl_ | nope |
| 10:27 rofl_ | shitty java kvm |
| 10:27 rofl_ | :| |
| 10:27 \sh | ah no worries |
| 10:27 \sh | we debug it :) |
| 10:27 rofl_ | initramfs shell up |
| 10:27 rofl_ | hell, yes |
| 10:27 rofl_ | hell: not found |
| 10:27 rofl_ | :P |
| 10:27 \sh | hehe |
| 10:27 \sh | ok..now cd /scripts |
| 10:28 rofl_ | yes |
| 10:28 \sh | . /live |
| 10:28 rofl_ | syntax error |
| 10:28 rofl_ | ouch |
| 10:28 rofl_ | line 185 |
| 10:28 \sh | not ./live but source the file in with source /live or just . /live |
| 10:28 rofl_ | uhcpd-helpers |
| 10:28 rofl_ | ah |
| 10:28 rofl_ | sry |
| 10:28 rofl_ | 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 rofl_ | where? |
| 10:29 \sh | ok...back to you nfsroot fix udhcp-helpers |
| 10:29 rofl_ | in live file? |
| 10:29 rofl_ | okey |
| 10:30 rofl_ | are you here in 30 mins? |
| 10:30 \sh | after the fix update-initramfs -k all -u and so on. |
| 10:30 rofl_ | need my lunchbreak |
| 10:30 \sh | as said, untested ;) |
| 10:30 rofl_ | get grumpy otherwise |
| 10:30 rofl_ | ;) |
| 10:30 \sh | rofl_: good appetite :) |
| 10:30 rofl_ | bbs |
| 10:55 rofl_ | right |
| 10:55 rofl_ | im back |
| 10:55 rofl_ | and fixed the byte= |
| 10:55 rofl_ | . live |
| 10:55 rofl_ | 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 rofl_ | hmm |
| 10:58 rofl_ | get bnx2 messages |
| ingard (cake@212.117.169.179) joined #fai. |
| 10:58 \sh | sorry... |
| 10:58 rofl_ | sleep invalid number 0.1 |
| 10:58 rofl_ | udhcp_process_kernel_paramters not found |
| 10:59 rofl_ | udhcp_generate_dhcp_script not found |
| 10:59 rofl_ | dhcp request for eth5 |
| 10:59 \sh | ok |
| 10:59 rofl_ | (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 rofl_ | udevadm settle |
| 11:01 rofl_ | line 586 |
| 11:01 \sh | no |
| 11:01 \sh | after udhcp_bring_up_interfaces |
| 11:01 rofl_ | line 590udhcp_process_kernel_paramters |
| 11:01 rofl_ | ok |
| 11:01 rofl_ | 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 rofl_ | [ -x "/sbin/udhcpc" ] || exit # But do handle any static IP requests |
| 11:02 rofl_ | udhcp_generate_script |
| 11:02 rofl_ | udhcp_do_dhcp |
| 11:02 rofl_ | right? |
| 11:03 \sh | jepp |
| 11:04 rofl_ | allright |
| 11:04 rofl_ | ill try again then |
| 11:05 \sh | ok..give me one second..need to file a bug |
| 11:10 rofl_ | 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 rofl_ | yep |
| 11:11 \sh | ok... |
| 11:11 rofl_ | dhcp request for eth5 |
| 11:11 rofl_ | and alot of bnx2 nics up |
| 11:11 rofl_ | and there it stands |
| 11:11 \sh | ok... |
| 11:12 rofl_ | get DHCPOFFER in the tftp daemon.log |
| 11:12 rofl_ | but doesnt look like it accepts it |
| 11:12 \sh | do you see udhcp outputs? |
| 11:12 rofl_ | i guess that is DHCP request for eth5... |
| 11:12 rofl_ | but thats the only occurence |
| 11:12 \sh | no there should be udcpc outputs |
| 11:12 rofl_ | ouch |
| 11:13 rofl_ | no udhcpc output then |
| 11:13 \sh | eventually wrong initrd loaded? |
| 11:13 rofl_ | hm no |
| 11:13 \sh | ok..try to ctrl-c |
| 11:13 rofl_ | doesnt work |
| 11:13 \sh | ok reboot |
| 11:13 rofl_ | ait |
| 11:13 \sh | and wait on the initramfs prompt |
| 11:13 rofl_ | coffee break |
| 11:13 rofl_ | this server is so damn slow to boot |
| 11:13 rofl_ | dell r610 |
| 11:18 rofl_ | back |
| 11:18 rofl_ | . /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 <your device which should have a carrier> |
| 11:21 rofl_ | i have 6 nics |
| 11:21 \sh | e.g. cd eth0 |
| 11:21 rofl_ | 4 has nics but no dhcp |
| 11:21 rofl_ | 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 rofl_ | i guess eth0, eth1 has dhcp |
| 11:21 \sh | wait |
| 11:22 \sh | please add to your pxelinux.cfg/<foo> file the following line |
| 11:22 \sh | IPAPPEND 2 |
| 11:22 rofl_ | 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 rofl_ | LABEL fai-squeeze |
| 11:23 rofl_ | 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 rofl_ | yes |
| 11:23 \sh | so a newline in between |
| 11:23 rofl_ | LABEL fai-squeeze |
| 11:24 rofl_ | 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 rofl_ | lol its my cp bugging |
| 11:25 rofl_ | it looks right here |
| 11:25 rofl_ | ;) |
| 11:25 \sh | ok |
| 11:25 \sh | reboot the box ;) |
| 11:25 rofl_ | coffee! |
| 11:25 rofl_ | oh wait |
| 11:25 rofl_ | no more |
| 11:25 rofl_ | :) |
| 11:28 rofl_ | back |
| 11:28 rofl_ | now what |
| 11:29 \sh | ok. |
| 11:29 \sh | . /scripts/live |
| 11:29 rofl_ | yup |
| 11:29 \sh | do_netsetup |
| 11:30 rofl_ | wtf |
| 11:30 rofl_ | ./bin/sh: device##*/: not found |
| 11:30 \sh | aha |
| 11:30 rofl_ | 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 oz_ | 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 rofl_ | hmmm |
| 11:38 rofl_ | do_netsetup |
| 11:38 rofl_ | see bnx2 messages |
| 11:38 rofl_ | sleep: invalid number 0.1 |
| 11:38 rofl_ | dhcp request for eth5.... |
| 11:38 rofl_ | and there it stops |
| 11:39 rofl_ | 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 rofl_ | 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 rofl_ | well im quite sure that my lenny install in fai works |
| 11:40 rofl_ | ill try it to be sure |
| 11:40 rofl_ | 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 |
| Action: \sh grabs a coffee |
| 11:43 rofl_ | ok |
| 11:44 rofl_ | udhcp_process_kernel_parameters ? |
| 11:44 rofl_ | or do_netsetup netmount ? |
| 11:48 \sh | udhcp_process_kernel_parameters |
| 11:48 \sh | it should output something about INTERFACE PXE: <whatever> |
| 11:49 rofl_ | command not found |
| 11:50 \sh | ok... |
| 11:50 \sh | then do . /scripts/udhcp-helpers |
| 11:50 rofl_ | not foundyes |
| 11:50 rofl_ | 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 rofl_ | sent |
| 12:01 \sh | and udhcp_process_kernel_parameters gives you a not found? |
| 12:01 rofl_ | 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 rofl_ | exit 0? |
| 12:03 \sh | yepp |
| 12:06 rofl_ | and then do_netsetup? |
| 12:06 \sh | first . /scripts/live and then do_netsetup |
| 12:07 rofl_ | yes |
| 12:07 \sh | ah you wrote "udhcp_process_kernel_parameters" wrong ;) udhcpc_... is really not known ;) |
| 12:07 rofl_ | d-o-h |
| 12:07 rofl_ | :) |
| 12:07 rofl_ | wow |
| 12:07 rofl_ | kernel paniced |
| 12:07 h01ger | 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 rofl_ | i just saw interface pxe: eth0 |
| 12:08 rofl_ | 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 sneumann_ | great, I just discovered dc2/fai-config-dir with all that ubuntu love inside. |
| 12:14 sneumann_ | question: how to install dc2 ? |
| 12:14 \sh | sneumann_: hehe |
| 12:14 sneumann_ | cat TODO |
| 12:14 sneumann_ | TODO: |
| 12:14 sneumann_ | - write documentation ;) |
| 12:14 rofl_ | \sh: . /scripts/live && do_netsetup |
| 12:14 \sh | yepp |
| 12:15 rofl_ | kernel panic |
| 12:15 rofl_ | OUCH |
| 12:15 rofl_ | i saw some mount messages |
| 12:15 rofl_ | and then boom |
| 12:15 \sh | you removed the exit 0 from the udcp-helpers function udhcp_process_kernel_parameters ? |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| 12:16 rofl_ | \sh: yup |
| 12:17 rofl_ | panic 0x86 |
| 12:17 rofl_ | mntput_no_expire |
| 12:17 rofl_ | filp_close |
| 12:17 rofl_ | exit_ptrace |
| 12:17 rofl_ | do_exit |
| 12:17 rofl_ | do_group_exit |
| 12:17 rofl_ | sys_exit_group |
| 12:17 rofl_ | system_call_fastpath |
| 12:17 \sh | ok... |
| 12:17 rofl_ | i saw pxe interace eth0 |
| 12:17 rofl_ | and some mount root filesystem |
| 12:17 \sh | you don't have any "quiet" on your kernel append commandline right? |
| 12:18 rofl_ | LABEL fai-squeeze |
| 12:18 rofl_ | 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 rofl_ | gotta boot the server through apc poweroutlets when kernel panic |
| 12:21 rofl_ | ctrl alt del doesnt work |
| 12:21 rofl_ | argh |
| 12:21 \sh | hmmm..dell doesn't have something like HP ilo power buttons? |
| 12:22 rofl_ | we dont use the management, only kvm |
| 12:25 rofl_ | fsck kernel panic |
| 12:25 \sh | ok...I'll have to check myself... |
| Action: \sh prepares packages + new nfsroot and screw some vmwares |
| 12:47 rofl_ | looks like the new dell perc isnt suppported by lenny |
| 12:47 rofl_ | so the lenny kernel/initrd wont do |
| 12:47 rofl_ | hehe |
| 12:47 rofl_ | doh |
| 13:18 \sh | ok..testing on BL465c G7 ;) |
| 13:18 \sh | which is much harder because of Flex10 Fabrics |
| 13:20 osmo | we had some problem with a quite new HP machine |
| 13:20 osmo | or at least some HP machine |
| 13:20 \sh | osmo: which ones? |
| 13:20 osmo | 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 rofl_ | \sh: thanks for all the help with FAI btw, contact me if you want more testing |
| 13:21 rofl_ | 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 osmo | no, but sorry.. this might be unrelated, i haven't read all backlog |
| 13:21 osmo | but we had problems with booting from local disk |
| 13:21 rofl_ | \sh: well if it works for you now then theres something else really wrong :| |
| 13:22 \sh | rofl_: we have switchport vlan access <vlan id> ; 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 osmo | here's what we did for the boot from local disk problem: |
| 13:24 osmo | LABEL localboot MENU LABEL Boot from first hard drive COM32 chain.c32 APPEND hd0 |
| 13:24 osmo | man, sry |
| 13:24 rofl_ | \sh: ill try with static and then well see if it still kernel panics |
| 13:25 rofl_ | but have to wait until tomorrow |
| 13:25 rofl_ | gotta do some meetings |
| 13:25 rofl_ | :< |
| 13:33 \sh | ok dhcp already works ... now for the rest |
| Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving |
| 13:36 rofl_ | 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 rofl_ | 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... |
| alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) left irc: Quit: Konversation terminated! |
| 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 rofl_ | \sh: sure |
| 14:03 \sh | rofl_: ok..I'll send you the binary packages :) |
| 14:03 rofl_ | \sh: ty :) |
| 14:03 rofl_ | im done for the day now |
| 14:04 rofl_ | so i have to test it tomorrow |
| 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 <package names according to your dpkg -l output> |
| 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/<foo> files |
| 14:07 \sh | rofl_: send |
| Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai. |
| 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 Mrfai | Yep, you'll send a mail with 160k size. |
| 14:25 \sh | Mrfai: yep..pls let it go through :) |
| 14:27 Mrfai | 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 Mrfai | yes. You can upload images or binaries there. |
| 14:29 Mrfai | use this link http://wiki.fai-project.org/wiki/Special:Upload |
| 14:31 \sh | lol .deb is not a permitted filetype ;) |
| 14:31 oz_ | 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 Mrfai | let me check if I can change the list of permitted types |
| 14:33 \sh | ok... |
| 14:33 \sh | tgz works ;) |
| 14:36 Mrfai | 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 Mrfai | tar.gz are allowed |
| 14:37 Mrfai | 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 Mrfai | ok |
| 14:39 Mrfai | will do so |
| 14:40 \sh | thx a lot :) |
| 14:42 \sh | ok...new mail is out |
| alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) left irc: Quit: Konversation terminated! |
| alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) joined #fai. |
| sneumann_ (~sneumann@router-sub.ipb-halle.de) left irc: Ping timeout: 480 seconds |
| justleen (~leen@rev-131-102.virtu.nl) left irc: Quit: Leaving. |
| ErKa (~keryell@APuteaux-154-1-45-140.w83-199.abo.wanadoo.fr) joined #fai. |
| justleen (~leen@s5591f74f.adsl.wanadoo.nl) joined #fai. |
| sneumann_ (~sneumann@p5B0F675A.dip.t-dialin.net) joined #fai. |
| Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving |
| verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat |
| justleen (~leen@s5591f74f.adsl.wanadoo.nl) left irc: Ping timeout: 480 seconds |
| alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) left irc: Quit: Konversation terminated! |
| alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) joined #fai. |
| sneumann__ (~sneumann@p5B0F7FA7.dip.t-dialin.net) joined #fai. |
| sneumann_ (~sneumann@p5B0F675A.dip.t-dialin.net) left irc: Ping timeout: 480 seconds |
| Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving. |
| Nic0 (~courtel@fw.tls.cena.fr) joined #fai. |
| 20:07 mikap | \sh: yes, but not those days |
| ErKa (~keryell@APuteaux-154-1-45-140.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds |
| justleen (~leen@s5591f74f.adsl.wanadoo.nl) joined #fai. |
| sneumann__ (~sneumann@p5B0F7FA7.dip.t-dialin.net) left irc: Ping timeout: 480 seconds |
| justleen (~leen@s5591f74f.adsl.wanadoo.nl) left irc: Quit: Leaving. |
| justleen (~leen@s5591f74f.adsl.wanadoo.nl) joined #fai. |
| justleen (~leen@s5591f74f.adsl.wanadoo.nl) left irc: Quit: Leaving. |
| justleen (~leen@s5591f74f.adsl.wanadoo.nl) joined #fai. |
| justleen (~leen@s5591f74f.adsl.wanadoo.nl) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| alekibango_ (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) joined #fai. |
| alekibango (~alekibang@ip-94-113-217-204.net.upcbroadband.cz) left irc: Read error: Connection reset by peer |
| ErKa (~keryell@80.125.172.66) joined #fai. |
| pjustice (~pjustice@yagi.h-net.msu.edu) left irc: Ping timeout: 480 seconds |
| HerrK (~keryell@80.125.172.66) joined #fai. |
| ErKa (~keryell@80.125.172.66) left irc: Read error: Connection reset by peer |
| HerrK (~keryell@80.125.172.66) left irc: Read error: Connection reset by peer |
| --- Wed Jan 26 2011 |