[01:17] kardan_ (~kardan@p54BE6D15.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [01:31] kardan_ (~kardan@p54BE6D15.dip.t-dialin.net) joined #fai. [01:41] kardan_ (~kardan@p54BE6D15.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [01:46] kardan_ (~kardan@p54BE6D15.dip.t-dialin.net) joined #fai. [02:03] kardan_ (~kardan@p54BE6D15.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [02:19] kardan (~kardan@p54BE6D15.dip.t-dialin.net) joined #fai. [02:28] kardan (~kardan@p54BE6D15.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [06:45] sep (~sep@40.211.jostedal.no) left irc: Remote host closed the connection [07:11] Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. [07:13] kardan (~kardan@p54BE6D15.dip.t-dialin.net) joined #fai. [07:18] sep (~sep@40.211.jostedal.no) joined #fai. [07:21] mikap: ich werd mir heute deine Bug reports ansehen. Sie sollten einfach zu fixen sein [07:35] <\sh> moins [07:35] Action: oz__ moins back [07:37] <\sh> Mrfai: I don't know which hardware you have hands on, but could you provide me a list of remote insight boards you are using (iLo and FSC insight boards excluded) in your daily business? eventually a pointer to documentation for those boards (api documentation e.g. for providing remote power on/off switching via xml api etc.)? [07:39] kardan (~kardan@p54BE6D15.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [07:40] sep (~sep@40.211.jostedal.no) left irc: Remote host closed the connection [07:42] sep (~sep@40.211.jostedal.no) joined #fai. [07:42] kardan (~kardan@p54BE6D15.dip.t-dialin.net) joined #fai. [07:56] wr| (~wr@p54BE6D15.dip.t-dialin.net) left irc: Quit: aaaannnnd...gone! [08:01] kardan (~kardan@p54BE6D15.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [08:05] kardan (~kardan@p54BE6D15.dip.t-dialin.net) joined #fai. [08:06] uchimata_ (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) joined #fai. [08:13] uchimata (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) left irc: Ping timeout: 480 seconds [08:20] \sh: System Information Manufacturer: Supermicro Product Name: X7DBT [08:20] with an ipmi board [08:21] q Manufacturer: transtec AG [08:21] Product Name: X7DB8 [08:21] also with IPMI [08:22] I'm using the package ipmitool for remote power on/off and listing of ipmi events. temperature can also be monitored [08:28] siggg (~jean@AVelizy-151-1-82-115.w86-205.abo.wanadoo.fr) joined #fai. [08:32] mikap: Ich kann #539969 nicht sehen. Im Code scheint alles richtig zu sein. [08:32] grep FAI_DEBOO /srv/fai/nfsroot/live/filesystem.dir/usr/lib/fai/subroutines-linux [08:33] echo "Calling debootstrap $1 $FAI_DEBOOTSTRAP_OPTS $FAI_ROOT $2" [08:33] yes '' | LC_ALL=C debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2 [08:33] Das sieht bei mir richtig aus. [08:35] <\sh> Mrfai: peppercon abklatsch? (dieses ipmi board?) [08:39] keine Ahnung. ipmitool> fru [08:39] FRU Device Description : Builtin FRU Device (ID 0) Board Mfg : Super Micro Board Product : IPMI2.0 Board Serial : Board Part Number : AOC-IPMI20-E Product Manufacturer : Super Micro [08:40] <\sh> Mrfai: found it thx :) [09:00] sep (~sep@40.211.jostedal.no) left irc: Remote host closed the connection [09:04] fai: 3 lange committed revision 5493 to 7 fai: add comment [09:06] uchimata (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) joined #fai. [09:13] uchimata_ (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) left irc: Ping timeout: 480 seconds [09:13] Mrfai: das $1 ist anscheinend nicht das, was man erwartet :) [09:15] ok, dann schqau ich da mal rein [09:15] set -x sollte es ja zeigen :-) [09:22] ja :) [09:22] Mrfai: das mit dem 801er ist sehr komisch :) [09:45] h01ger (~holger@socket.layer-acht.org) left #fai (cu). [09:48] mikap: in 3.2.20 ist der echo output nicht gleich dem aufruf von debootstrap. Bei dem echo sind die Parameter vertauscht [09:50] verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. [09:50] Mrfai: ich habs IIRC sogar mit 3.2.23~beta11 getestet, das problem existiert also anscheinend in allen fai-versionen [09:51] Mrfai: ich habs selbst auch mal mit parameterwechsel probiert und bin auf die schnauze gefallen, das problem liegt nämlich IMO woanders [09:52] bei mir laueft es mit 3.2.20 hier ohne probleme [09:52] Mrfai: $FAI_DEBOOTSTRAP_OPTS -> da ist das erste argument nämlich die suite (squeeze/lenny/....) und deswegen stehts an der falschen stelle [09:52] Mrfai: dirinstall? [09:52] mikap: das ist der fehler. FAI_DEBOOTSTRAP_OPTS sollte die suite nicht enthalten [09:52] diesuite steht in FAI_DEBOOTSTRAP (ohne OPTS) [09:53] Mrfai: äh?! [09:53] ./lib/subroutines-linux: LC_ALL=C debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2 [09:53] ja, das ist richtig. $1 sollte die suite sein, $2 die url zum mirror [09:54] grep FAI_DEBOOT conf/make-fai-nfsroot.conf [09:54] FAI_DEBOOTSTRAP="lenny http://ftp.debian.org/debian" [09:54] FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info" [09:54] ist auch so dokumentiert [09:54] grep deboot conf/make-fai-nfsroot.conf [09:54] # Parameter for debootstrap: " " [09:56] d'oh :) [09:56] das $1 ist eine gute falle [09:58] ach moment, aber konfiguriert hab ich das eh so: [09:58] /etc/grml/fai/make-fai-nfsroot.conf:FAI_DEBOOTSTRAP="sid http://debian.netcologne.de/debian/" [09:58] /etc/grml/fai/make-fai-nfsroot.conf:FAI_DEBOOTSTRAP_OPTS="--arch amd64 --exclude=dhcp-client,info" [10:00] Calling debootstrap sid --arch i386 --exclude=dhcp-client,info /grml-live/grml-sid/grml_chroot http://debian.netcologne.de/debian/ [10:00] -> das problem hab ich definitiv [10:06] Dann setz doch mal ein set -x in subroutines-linux in zeile 150. nicht in der nfsroot, sondern auf deinem host system [10:08] Mrfai: debug: $1 = sid / FAI_DEBOOTSTRAP_OPTS = --arch i386 --exclude=dhcp-client,info / FAI_ROOT = /grml-live/grml-sid2/grml_chroot / $2 = http://debian.netcologne.de/debian/ [10:09] das ist in der zeile vor LC_ALL=C debootstrap in call_debootstrap9) [10:10] das ist OK [10:10] echo "Calling debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2" [10:10] LC_ALL=C debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2 [10:10] -> und *dann* passt es [10:11] suenner[~]> grep LC_ALL ~/fai-3.2.21/lib/subroutines-linux LC_ALL=C debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2 [10:11] sorry. noch mal [10:11] grep LC_ALL ~/fai-3.2.21/lib/subroutines-linux [10:12] LC_ALL=C debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2 [10:12] Also bei mir sieht alles richtig aus [10:13] und in 3.2.20 sieht es so aus: [10:13] yes '' | LC_ALL=C debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2 [10:13] Mrfai: ah, in 3.2.20 ist das noch falsch [10:13] jo, genau das hat mir reingesch* [10:16] dpkg -i ~/fai-client_3.2.23\~beta11_all.deb ~/fai-server_3.2.23\~beta11_all.deb ~/fai-doc_3.2.23\~beta11_all.deb - und jetzt passt es [10:16] dann hast du aber eine gaenderte 3.2.20 version, weil da war es auch schon richtig [10:17] also IMO ist das kein bug in 3.2.20 [10:17] nein: [10:17] 3.2.20 0 [10:17] 500 http://www.informatik.uni-koeln.de lenny/koeln Packages [10:18] Mrfai: svn diff -r 5404:5406 [10:18] siehe debian/changelog -> * subroutines-linux: fix log message [10:18] der changelog-eintrag ist "suboptimal" :) [10:20] ja, das ist nur der echo Befehl, aber nicht der Aufruf von debootstrap selber [10:20] also man sieht das falsche, es wird aber das richtige ausgefuehrt [10:20] Mrfai: mach daneben ein '[Closes: #539969]' hin (IIRC ist das ja der sogar der bugfix den ich dir geschickt habe, nur seh ich meinen namen dabei nicht) [10:20] Mrfai: jaaaaaaaaaaaaaaa! das ist ja mein bugreport! [10:20] "This is what's inside fai.log:" [10:21] mir geht's ja ums log! [10:21] funktionieren tut debootstrap in fai eh, nur im log steht's falsch und c/p ist damit kaputt [10:21] ok, ich dachte es funktioniert auch nicht [10:22] nönö, das tut brav - wenn das nicht getan hätte würde bei mir FAI seit eh und je nicht funktionieren ;) [10:22] :-) [10:23] Mrfai: [10:23] 16:52:11< mikap> Mrfai: I'm talking about dirinstall ;) [10:23] 16:52:15< mikap> Mrfai: # dpkg -L fai-client | xargs grep FAI_DEBOOTSTRAP_OPTS [10:23] 16:52:15< mikap> /usr/lib/fai/subroutines-linux: echo "Calling debootstrap $1 $FAI_DEBOOTSTRAP_OPTS $FAI_ROOT $2" [10:23] 16:52:15< mikap> /usr/lib/fai/subroutines-linux: yes '' | LC_ALL=C debootstrap $FAI_DEBOOTSTRAP_OPTS $1 $FAI_ROOT $2 [10:23] 16:52:28< mikap> definitely not the same cmdline layout [10:24] das *ist* mein bugfix :-/ hmpf, wäre mein name daneben gestanden hätte mir das jetzt 1h meines lebens erspart :( [10:24] Mrfai: irclog/oftc/#fai/#fai.2009-05-04.log - exakt der bugfix [10:25] http://grml.org/tmp/0001-Fix-order-of-debootstrap-cmdline-for-working-copy-pa.patch - sogar patch geliefert :( [10:25] *doppelseufz* [10:25] ok, mache ich in zukunft besser [10:26] jaaaaaaaaaaaaaaa :) [10:26] das thema hatten wir doch schon mal, oder? ;) [10:27] am besten ist es so was auch in dem experimental branch im fai svn zu packen. Dann geht es nicht so schnell verloren wie im IRC [10:29] Mrfai: Date: Mon, 4 May 2009 17:05:25 +0200 -> mein patch -> Thomas Lange Mon, 04 May 2009 17:10:29 +0200 == dein changelog -> das ging nicht verloren sondern du hast absichtlich nicht meinen patch genommen und mich wie auch das stichwort debootstrap im changelog nicht angebracht [10:29] ok egal, ich geh jetzt mal davon aus dass das nicht mehr passiert ;) [11:33] pjustice (~pjustice@yagi.h-net.msu.edu) left irc: Ping timeout: 480 seconds [11:55] pjustice (~pjustice@yagi.h-net.msu.edu) joined #fai. [12:00] ErKa (~keryell@keryell.pck.nerim.net) joined #fai. [12:50] mikap: zu dem task_error /debootstrap bug hab ich eine Mail geschickt. [12:50] Mrfai: ok [13:26] kardan (~kardan@p54BE6D15.dip.t-dialin.net) left irc: Remote host closed the connection [13:30] uchimata_ (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) joined #fai. [13:30] uchimata (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) left irc: Read error: Connection reset by peer [13:35] uchimata (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) joined #fai. [13:41] uchimata_ (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) left irc: Ping timeout: 480 seconds [13:47] uchimata_ (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) joined #fai. [13:51] uchimata_ (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) left irc: Read error: Connection reset by peer [13:52] uchimata_ (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) joined #fai. [13:54] uchimata (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) left irc: Ping timeout: 480 seconds [14:03] uchimata (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) joined #fai. [14:05] uchimata_ (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) left irc: Ping timeout: 480 seconds [14:44] ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds [15:20] Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving [15:52] verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat [16:26] siggg (~jean@AVelizy-151-1-82-115.w86-205.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds [20:00] meinerseins (~michael@c180228.adsl.hansenet.de) joined #fai. [20:21] meinerseins (~michael@c180228.adsl.hansenet.de) left irc: Quit: leaving [20:57] verwilst (~verwilst@78-21-56-40.access.telenet.be) joined #fai. [21:19] __morgoth__ (51123c3d@webchat.mibbit.com) joined #fai. [21:21] <__morgoth__> hello where can i find informations on how base.tgz is built. i would like to remove some packages from base cause i don't need them [21:21] <__morgoth__> tnx [21:24] its built during make-fai-nfsroot. [21:26] <__morgoth__> tnx i know but which routine is building it so i could change it to include some other packages i didn't notice some config file which describes base.tgs so i supose it is hardcoded in some routine [21:28] the "class" NFSROOT contains the packages placed in the nfsroot, amd make-fai-nfsroot.conf has FAI_DEBOOTSTRAP_OPTS [21:30] <__morgoth__> tnx i will check out [21:30] __morgoth__ (51123c3d@webchat.mibbit.com) left irc: Quit: http://www.mibbit.com ajax IRC Client [22:20] verwilst (~verwilst@78-21-56-40.access.telenet.be) left irc: Quit: Ex-Chat [22:52] simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai. [23:11] Winkie_ (~urmom@ur.fa.gs) joined #fai. [23:11] Winkie (~urmom@ur.fa.gs) left irc: Read error: Connection reset by peer [00:00] --- Thu Aug 6 2009