[00:35] hacman_ (~hacman@f048162020.adsl.alicedsl.de) joined #fai. [00:37] hacman (~hacman@f049065047.adsl.alicedsl.de) left irc: Ping timeout: 480 seconds [06:26] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [06:53] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Read error: Connection reset by peer [06:54] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [07:34] Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. [07:59] im back :) [08:00] it is debian [08:12] verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. [09:11] Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving [09:12] Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. [09:58] i have configured the pxe boot to be in a vlan [09:59] i load the pxlinux.0 [09:59] but when it runs the install kernel [09:59] after loading the ethernet driver it start another dhcp request [09:59] and configured the ethernet interface [10:00] but how i could do a vlan conf at this moment ? [10:02] i need to setup the interface in a vlan before the dhcp request [10:02] I think you should ask the initramfs people, if this is possible [10:04] Mrfai: ok [10:06] Mrfai: vlan config could not be done in the fai modified rcS script ? [10:07] I think it's to late, since the initramfs tools do the nfs mount before any FAI script is started [10:07] Mrfai: yes right [10:15] Mrfai: is there an irc channel for initramfs ? [10:16] not sute. maybe mikap can answer it [10:16] \sh (~shermann@nat.de.netviewer.com) joined #fai. [10:25] fai: 3 jblache committed revision 6088 to 7 fai: Rework mdadm output parsing code to make it more tolerant to changes in the output format [10:26] fai: 3 jblache committed revision 6089 to 7 fai: Add changelog entry for mdadm output parsing changes [11:07] verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Ping timeout: 480 seconds [11:30] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds [11:41] laurentl: \sh does vlan config IIRC [11:41] \sh: ^^^ can you help out here? [11:41] cool :) [11:42] <\sh> mikap: sure [11:42] <\sh> what's the problem? [11:42] when initramfs mount the network interface [11:42] i need it mount a vlan interface [11:42] <\sh> ouch... [11:43] <\sh> I wonder if this is really possible [11:43] i extract ma initrd file [11:43] <\sh> no... [11:43] a start looking at the scripts [11:43] <\sh> you need to check the /usr/share/initramfs-tools/ scripts if it's possible [11:43] <\sh> but just a guess now [11:43] i saw a 23networking script [11:44] there is some ipconfig command [11:44] <\sh> 1. install the 8021q module inside the initramfs [11:44] <\sh> (do that via /etc/initramfs-tools/modules file) [11:44] vlan package doesn't provide any i-t scripts/hooks [11:44] <\sh> mikap: yes...but you need it anyways [11:45] <\sh> laurentl: I think you want to do the nfs mount via the vlan interface, right? [11:45] yep [11:45] yes [11:45] <\sh> this is totally wrong :) [11:45] the conf on my switch is a trunk [11:45] <\sh> I mean doing the nfsmount during fai install via vlan is totally wrong design in your network :) [11:46] <\sh> I know :) [11:46] <\sh> but you should think about having a native with it, for untagged ip packages [11:46] in fact i use the ipmitool to redirect the output of the console [11:46] and i need to have tje ipmi vlan and the fai vlan [11:46] <\sh> cisco switch? [11:46] on the juniper port scitch [11:47] <\sh> best practice from our DC is: 1. configure your switch port as trunk, for tagged pakets, and have a native trunk vlan configured for untagged pakets [11:48] hum right [11:48] <\sh> during FAI install you do your network stuff on the native vlan , and then you install your production system with vlan interfaces etc. and after reboot it's using the trunk configuration [11:48] i try this [11:48] <\sh> ipmi is totally useless during installation...if you have the possibility use HW with ILO or other remote insight boards [11:49] \sh: sure, but if vlan should be supported within initramfs the package should provide the according i-t scripts, that was my point :) [11:49] <\sh> mikap: the problem again here is ipconfig, vlan interfaces are virtual and ipconfig + kernel params are only using hw nic decies [11:49] <\sh> devices even [11:49] yes [11:50] <\sh> because when you do your PXE boot, I never saw something like "configure vlan id for pxe interface" [11:50] i can configure the boot pxe in a vlan [11:51] on a dell r410 server [11:51] <\sh> laurentl: yes, but then you have at least an access port or a native trunk config on your port [11:51] no [11:51] <\sh> pxe does untagged pakets first [11:51] only the fai and ipmi vlan tag [11:52] no native [11:52] <\sh> laurentl: trunk means the os or the system is doing the tagging, the switch only checks for the allowed vlans on the trunk [11:52] <\sh> how do you configure your vlan id on the NIC in the bios? [11:53] <\sh> HP can't do that, IBM can't do it..and I wonder if dell machines can do such things [11:53] on the dell server [11:53] i can do a ctrl+S [11:53] it is not in the bios [11:53] and edit the lan card parameter [11:54] <\sh> this means you have a manual step in your provisioning of the server, you want to avoid that [11:54] my problem is after that [11:54] when i configured the server like this [11:54] i can load the pxlinux.0 kernel by tftp [11:54] <\sh> yes..because kernel + initramfs are only using (right now) a HW nic interface [11:54] but after when it load the fai kernel [11:55] and start to execute the initramfs tool [11:55] it does a dhcp request [11:55] <\sh> the pxe loader gives back "eth0" or "eth1" but not vlan id infos with it [11:55] but not in a vlan configuration [11:55] <\sh> the pakets then are untagged...because the kernel doesn't know how to tag them, because the whole vlan config for the hw nic is missing from initramfs [12:00] doesnt work with the native vlan specified on the switch [12:00] :/ [12:01] it is normal the return packet are not tagged anymore [12:01] so there is not solution [12:01] i must wait the vlan support in the initramfs [12:04] <\sh> laurentl: yes, you need to get rid of your NIC parameter which you set on the machine now [12:04] yes but if i do not use this i cant get my console by ipmi [12:04] <\sh> laurentl: when you set the vlan id in your hw nic settings, then you have to remove them...native only works for untagged pakets, but you are tagging them now hw wise via the server config [12:04] and cant use the pxe menu [12:05] <\sh> dell has no real remote insight? only impi? [12:05] i must use a full automatic install [12:05] there are drac [12:05] but dont know how it works [12:05] <\sh> like HPs ILO? [12:05] yes [12:06] <\sh> another reason to not use dell servers ;) [12:06] <\sh> I mean you can hack vlan support into your initramfs but then you need to tweak the kernel param stuff of fai, too [12:06] <\sh> and I really wonder if ipconfig can deal with vlan interfaces [12:07] for the fai kernel i just need to add [12:07] live-getty console=tty0 console=ttyS1,115200n8 [12:07] it is not a problem [12:07] hum no i understand [12:08] you mean to retrieve the vlan parameter specified in the kernel command [12:08] <\sh> yes... [12:08] ok [12:08] <\sh> the vlan tool adds a vlan id tag info to the hw interfaces (eth0 e.g.) but then it tries to rename the interface, too, so you can't boot from eth0 but from e.g. vlan100 [12:08] i saw this post [12:09] http://kerneltrap.org/mailarchive/linux-netdev/2010/2/8/6268717/thread [12:09] but not sur to understand well [12:09] it seem a guy wrote a patch to add vlan support [12:10] maybe i just need to add the vconfig binary [12:11] and add some vconfig command into the networking script [12:14] is there any irc channel with initramfs dev ? [12:16] <\sh> -> mikap ;) [12:20] ok :) [12:20] mikap: you need how many money to add vlan support in initramfs ? :D [12:23] h01ger (holger@62.201.164.82) left #fai (cu!). [12:27] laurentl: hehe [13:01] <\sh> oh I'm doomed... [13:01] <\sh> when a sysadmin needs to explain a java dev how to code in java and what to code in java...this is utterly wrong [13:06] 8-} [13:06] epic FAIL [13:16] \sh: well, it'd be worse the other way round, right? ;) [13:31] <\sh> BlindBunny1: indeed :) [13:40] Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving [14:31] siggg (~jean@80.12.80.112) joined #fai. [14:37] alekibango (~alekibang@ip-94-113-35-25.net.upcbroadband.cz) left irc: Remote host closed the connection [14:45] mikap: where i could the ipconfig source ? [14:45] +get [14:46] apt-get source klibc-utils [14:48] ok thanks [14:49] alekibango (~alekibang@ip-94-113-35-25.net.upcbroadband.cz) joined #fai. [14:55] \sh (~shermann@nat.de.netviewer.com) left irc: Remote host closed the connection [15:12] ebbie (~username@berlin046.server4free.de) left irc: Quit: connection reset by user [15:26] siggg (~jean@80.12.80.112) left irc: Ping timeout: 480 seconds [15:50] fai: 3 mika committed revision 6090 to 7 fai: debian/changelog: mention /usr/share/live-initramfs check in make-fai-nfsroot. [16:07] siggg (~jean@LPuteaux-156-16-100-112.w80-12.abo.wanadoo.fr) joined #fai. [16:30] laurentl (~laurentl@office-nat.ladtech.fr) left irc: Remote host closed the connection [16:38] fai: 3 mt committed revision 6091 to 7 fai: Clarify error message in case of invalid use of swap/luks in disk_config [16:38] fai: setup-storage/Parser.pm: Clarify error message in case of invalid use of [16:38] fai: swap/luks (thanks Patrick Schoenfeld for pointing this out). [16:38] fai: 3 mt committed revision 6092 to 7 fai: Changelog entry for previous commit [16:40] fai: 3 mt committed revision 6093 to 7 fai: Updated experimental patches to match current trunk [17:11] msc (~msc@gw1.cgn3.hosteurope.de) left irc: Quit: msc [17:20] Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving. [17:26] siggg (~jean@LPuteaux-156-16-100-112.w80-12.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds [17:31] fai: 3 mika committed revision 6094 to 7 fai: bin/make-fai-nfsroot: change check for /usr/share/live-initramfs to /usr/share/initramfs-tools/scripts/live [17:31] fai: The check for directory $NFSROOT/usr/share/live-initramfs fails [17:31] fai: starting with live-boot 2.0.0-1 due to renamed directories. [17:31] fai: Checking for executable file /usr/share/initramfs-tools/scripts/live [17:31] fai: 3 mika committed revision 6095 to 7 fai: Release new version 3.4.2. [17:31] fai: Signed-off-by: Michael Prokop [19:06] fai: 3 mika committed revision 6096 to 7 fai: Tagging stable release 3.4.2. [00:00] --- Sat Oct 2 2010