| maswan (~maswan@kennedy.acc.umu.se) left irc: Ping timeout: 480 seconds |
| maswan (maswan@kennedy.acc.umu.se) joined #fai. |
| kardan_ (~kardan@p54BE4BC6.dip.t-dialin.net) joined #fai. |
| |kardan| (~kardan@p54BE4859.dip.t-dialin.net) left irc: Ping timeout: 480 seconds |
| mfl_ (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) joined #fai. |
| mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) left irc: Read error: No route to host |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving. |
| donnie (~donnie@93.83.155.242) joined #fai. |
| donnie (~donnie@93.83.155.242) left irc: |
| donnie (~Robert@93.83.155.242) joined #fai. |
| donnie (~Robert@93.83.155.242) left irc: |
| Nick change: mfl_ -> mfl |
| donnie (~Robert@93.83.155.242) joined #fai. |
| allee-k (~allee-k@alleehol.mpe.mpg.de) joined #fai. |
| Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. |
| siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. |
| 10:54 FBI | fai: 3 lange committed revision 5563 to 7 fai: test if $FAI_CONFIG_SRC is defined before using it |
| 10:55 FBI | fai: 3 lange committed revision 5564 to 7 fai: option -s needs an argument |
| 11:02 FBI | fai: 3 lange committed revision 5565 to 7 fai: add missing shift |
| sep (~sep@40.211.jostedal.no) left irc: Ping timeout: 480 seconds |
| mib_tuh7x6hi (c1fc95de@webchat.mibbit.com) joined #fai. |
| 11:55 mib_tuh7x6hi | 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 oz_ | if ifclass $CLASS; faireboot; fi |
| 11:58 oz_ | that would be the rough way. |
| 12:00 mib_tuh7x6hi | hum ! thx.. I'll try that :) |
| 12:04 mib_tuh7x6hi | :( 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 mib_tuh7x6hi | maybe with a "read" before calling faireboot... :) |
| 12:06 FBI | fai: 3 lange committed revision 5566 to 7 fai: NFSROOT, make-fai-nfsroot.conf: remove dhcp3-client and dhcp-client, |
| 12:06 FBI | fai: since it's now in the default configuration of debootstrap |
| 12:13 FBI | fai: 3 lange committed revision 5567 to 7 fai: NFSROOT: remove cvs, bootpc |
| 12:16 Mrfai | mib_tuh7x6hi: maybe sleep 9999d. IMO exit will only terminate the hook itself, but not the whole installation |
| 12:32 FBI | fai: 3 lange committed revision 5568 to 7 fai: NFSROOT: remove cvs, bootpc, expect, mdetect |
| 12:34 FBI | fai: 3 lange committed revision 5569 to 7 fai: NEWS: add hint about missing packages in nfsroot |
| 12:40 FBI | fai: 3 lange committed revision 5570 to 7 fai: dirinstall now uses $FAI_CONFIG_SRC instead of $FAI_CONFIGDIR |
| 13:24 mib_tuh7x6hi | this is how I've done it : hook : defclass.DEFAULT |
| 13:24 mib_tuh7x6hi | #!/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 mib_tuh7x6hi | https://www.mibbit.com/pb/ukbURy |
| 14:03 FBI | fai: 3 lange committed revision 5571 to 7 fai: change dirinstall example |
| 14:10 FBI | fai: 3 lange committed revision 5572 to 7 fai: add -s to usage() |
| 14:16 FBI | fai: 3 lange committed revision 5573 to 7 fai: remove string "copyright" |
| 14:28 FBI | fai: 3 lange committed revision 5574 to 7 fai: add info for flag initial |
| 14:51 FBI | fai: 3 lange committed revision 5575 to 7 fai: fix typo |
| ebbie (~username@berlin046.server4free.de) joined #fai. |
| 15:43 FBI | fai: 3 lange committed revision 5576 to 7 fai: * NEWS: add hint about missing packages in nfsroot, changes in |
| 15:43 FBI | fai: dirinstall |
| 15:43 FBI | fai: * mkdebmirror: update for lenny, use cache feature of debmirror > 2 |
| 15:45 FBI | fai: 3 lange committed revision 5577 to 7 fai: next beta |
| mib_tuh7x6hi (c1fc95de@webchat.mibbit.com) left irc: Quit: http://www.mibbit.com ajax IRC Client |
| 16:05 FBI | fai: 3 lange committed revision 5578 to 7 fai: get-config-dir, get-config-dir-file: print more info, print warning if |
| 16:05 FBI | fai: no method is defined |
| 16:09 FBI | fai: 3 lange committed revision 5579 to 7 fai: examples/simple/files/etc/fai/*: update to more recent config files |
| allee-k (~allee-k@alleehol.mpe.mpg.de) left irc: Remote host closed the connection |
| 16:16 FBI | fai: 3 lange committed revision 5580 to 7 fai: adjust nfsroot size |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving |
| donnie (~Robert@93.83.155.242) left irc: Quit: Leaving |
| siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| rezd (~rezd@62.128.153.140) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| rezd (~rezd@62.128.153.140) left irc: Quit: Leaving |
| glance (glance@gandhi.acc.umu.se) left irc: Ping timeout: 480 seconds |
| glance (glance@gandhi.acc.umu.se) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| --- Wed Oct 21 2009 |