[00:05] maswan (~maswan@kennedy.acc.umu.se) left irc: Ping timeout: 480 seconds [00:12] maswan (maswan@kennedy.acc.umu.se) joined #fai. [02:58] kardan_ (~kardan@p54BE4BC6.dip.t-dialin.net) joined #fai. [03:05] |kardan| (~kardan@p54BE4859.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [06:36] mfl_ (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) joined #fai. [06:37] mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) left irc: Read error: No route to host [09:38] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [09:40] Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. [09:54] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving. [09:56] donnie (~donnie@93.83.155.242) joined #fai. [09:59] donnie (~donnie@93.83.155.242) left irc: [10:00] donnie (~Robert@93.83.155.242) joined #fai. [10:00] donnie (~Robert@93.83.155.242) left irc: [10:00] Nick change: mfl_ -> mfl [10:00] donnie (~Robert@93.83.155.242) joined #fai. [10:16] allee-k (~allee-k@alleehol.mpe.mpg.de) joined #fai. [10:38] Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving [10:38] Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. [10:45] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. [10:54] fai: 3 lange committed revision 5563 to 7 fai: test if $FAI_CONFIG_SRC is defined before using it [10:55] fai: 3 lange committed revision 5564 to 7 fai: option -s needs an argument [11:02] fai: 3 lange committed revision 5565 to 7 fai: add missing shift [11:12] sep (~sep@40.211.jostedal.no) left irc: Ping timeout: 480 seconds [11:53] mib_tuh7x6hi (c1fc95de@webchat.mibbit.com) joined #fai. [11:55] hi ! I'm writting a hook, that will check if the given class really exists. How can I stop the install if the class doesn't exists ? thx [11:58] if ifclass $CLASS; faireboot; fi [11:58] that would be the rough way. [12:00] hum ! thx.. I'll try that :) [12:04] :( that's not really what I need, as faireboot... reboot the server immediatelly... I would like to print an error saying that the class doesn't exists and the user should then press enter to reboot... is there something like "fai-stop/fai-halt" ? [12:06] maybe with a "read" before calling faireboot... :) [12:06] fai: 3 lange committed revision 5566 to 7 fai: NFSROOT, make-fai-nfsroot.conf: remove dhcp3-client and dhcp-client, [12:06] fai: since it's now in the default configuration of debootstrap [12:13] fai: 3 lange committed revision 5567 to 7 fai: NFSROOT: remove cvs, bootpc [12:16] mib_tuh7x6hi: maybe sleep 9999d. IMO exit will only terminate the hook itself, but not the whole installation [12:32] fai: 3 lange committed revision 5568 to 7 fai: NFSROOT: remove cvs, bootpc, expect, mdetect [12:34] fai: 3 lange committed revision 5569 to 7 fai: NEWS: add hint about missing packages in nfsroot [12:40] fai: 3 lange committed revision 5570 to 7 fai: dirinstall now uses $FAI_CONFIG_SRC instead of $FAI_CONFIGDIR [13:24] this is how I've done it : hook : defclass.DEFAULT [13:24] #!/bin/bash classe=${CLASSES} if [ -z ${classe} ]; then classe=DEFAULT fi if [ -f ${FAI}/class/${classe} ]; then echo -e "\033[1;32mI: La classe ${classe} semble exister :) OK.\033[0m" exit 0 else echo -e "\033[1;31mE: La classe ${classe} n'existe pas !!! KO.\033[0m" echo -e "\033[1;31mE: Appuyez sur Entrée, la machi [13:24] https://www.mibbit.com/pb/ukbURy [14:03] fai: 3 lange committed revision 5571 to 7 fai: change dirinstall example [14:10] fai: 3 lange committed revision 5572 to 7 fai: add -s to usage() [14:16] fai: 3 lange committed revision 5573 to 7 fai: remove string "copyright" [14:28] fai: 3 lange committed revision 5574 to 7 fai: add info for flag initial [14:51] fai: 3 lange committed revision 5575 to 7 fai: fix typo [15:19] ebbie (~username@berlin046.server4free.de) joined #fai. [15:43] fai: 3 lange committed revision 5576 to 7 fai: * NEWS: add hint about missing packages in nfsroot, changes in [15:43] fai: dirinstall [15:43] fai: * mkdebmirror: update for lenny, use cache feature of debmirror > 2 [15:45] fai: 3 lange committed revision 5577 to 7 fai: next beta [15:50] mib_tuh7x6hi (c1fc95de@webchat.mibbit.com) left irc: Quit: http://www.mibbit.com ajax IRC Client [16:05] fai: 3 lange committed revision 5578 to 7 fai: get-config-dir, get-config-dir-file: print more info, print warning if [16:05] fai: no method is defined [16:09] fai: 3 lange committed revision 5579 to 7 fai: examples/simple/files/etc/fai/*: update to more recent config files [16:14] allee-k (~allee-k@alleehol.mpe.mpg.de) left irc: Remote host closed the connection [16:16] fai: 3 lange committed revision 5580 to 7 fai: adjust nfsroot size [17:15] Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving [17:43] donnie (~Robert@93.83.155.242) left irc: Quit: Leaving [18:16] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Ping timeout: 480 seconds [18:38] rezd (~rezd@62.128.153.140) joined #fai. [18:55] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [20:46] rezd (~rezd@62.128.153.140) left irc: Quit: Leaving [22:14] glance (glance@gandhi.acc.umu.se) left irc: Ping timeout: 480 seconds [23:04] glance (glance@gandhi.acc.umu.se) joined #fai. [23:23] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds [00:00] --- Wed Oct 21 2009