| 00:04 puck | oh ffs. I was looking in the wrong hook file. The one that is actually broken has /bin/sh. |
| 00:04 puck | I'll do a mass update to fix that shit. |
| 00:04 puck | mikap: Thanks for the tip |
| 00:05 mikap | puck: you're welcome, i know - this one is tricky and error-prone, i'll provide that as a tip through the upcoming FAQ :) |
| 00:09 puck | Cool, it'd also be good to add that to the NEWS file |
| 00:10 mikap | hm good idea actually, thanks! |
| 00:10 puck | np |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| justleen (~leen@rev-131-102.virtu.nl) joined #fai. |
| alekibango (~alekibang@ip-94-113-35-25.net.upcbroadband.cz) left irc: Remote host closed the connection |
| aptituz (~schoenfel@188.109.191.166) left irc: Ping timeout: 480 seconds |
| msc (~msc@gw1.cgn3.hosteurope.de) joined #fai. |
| msc (msc@gw1.cgn3.hosteurope.de) left #fai. |
| msc (~msc@gw1.cgn3.hosteurope.de) joined #fai. |
| \sh (~shermann@nat.de.netviewer.com) joined #fai. |
| 08:45 \sh | moins |
| 08:51 justleen | morn'n |
| juri_ (~juri@linuxpmi.org) left irc: Ping timeout: 480 seconds |
| juri_ (~juri@linuxpmi.org) joined #fai. |
| ErKa (keryell@m3.wifi.enstb.org) joined #fai. |
| alekibango (~alekibang@ip-94-113-35-25.net.upcbroadband.cz) joined #fai. |
| alekibango (~alekibang@ip-94-113-35-25.net.upcbroadband.cz) left irc: Remote host closed the connection |
| sep (~sep@40.211.jostedal.no) left irc: Remote host closed the connection |
| sep (~sep@40.211.jostedal.no) joined #fai. |
| alekibango (~alekibang@ip-94-113-35-25.net.upcbroadband.cz) joined #fai. |
| 14:48 FBI | fai: 3 mika committed revision 6124 to 7 fai: fai: re-add support for hostname=... bootoption when using live-config |
| 14:48 FBI | fai: live-config provides hostname handling through a separate script |
| 14:48 FBI | fai: and $HOSTNAME of bootoption hostname=... isn't available in the |
| 14:48 FBI | fai: environment any longer. |
| 14:54 FBI | fai: 3 mika committed revision 6125 to 7 fai: man/fai-class.1: replace dpkg --print-installation-architecture with --print-architecture |
| 14:54 FBI | fai: Thanks: Michael Log <mmlogin@gmail.com> |
| 14:54 FBI | fai: Signed-off-by: Michael Prokop <mika@debian.org> |
| 14:56 FBI | fai: 3 mika committed revision 6126 to 7 fai: bin/install_packages: mention import variables $aptoptions and $FAI_DEBSOURCESDIR |
| 14:56 FBI | fai: Thanks: Michael Log <mmlogin@gmail.com> |
| 14:56 FBI | fai: Signed-off-by: Michael Prokop <mika@debian.org> |
| 15:09 FBI | fai: 3 mika committed revision 6127 to 7 fai: bin/fai-cd: fix quote handling of rsync check |
| 15:09 FBI | fai: Make sure the check for rsync executable returns the proper |
| 15:09 FBI | fai: value. Avoid "&&" logic and use if...then.. instead. More |
| 15:09 FBI | fai: details in thread "fai-cd: quotes around command for -x test" on |
| 15:09 FBI | fai: linux-fai-devel mailinglist. |
| justleen (~leen@rev-131-102.virtu.nl) left irc: Quit: Leaving. |
| msc (~msc@gw1.cgn3.hosteurope.de) left irc: Quit: msc |
| 15:16 FBI | fai: 3 mika committed revision 6128 to 7 fai: debian/changelog: document rsync check [r6127] |
| 15:18 FBI | fai: 3 mika committed revision 6129 to 7 fai: debian/changelog: update for $aptoptions and $FAI_DEBSOURCESDIR [r6126] |
| 15:19 FBI | fai: 3 mika committed revision 6130 to 7 fai: debian/changelog: update for --print*arch issue [r6125] |
| 15:20 FBI | fai: 3 mika committed revision 6131 to 7 fai: debian/changelog: update for hostname issue [r6124] |
| 15:33 h01ger | # set protocol type for saving logs. Values: ssh, rsh, ftp |
| 15:33 h01ger | FAI_LOGPROTO=ssh |
| 15:33 h01ger | can i simply use syslog? |
| 15:35 mikap | where should "syslog" store it?! |
| 15:35 h01ger | it should send the logs via syslog |
| 15:35 h01ger | i thought that was implemented already, i just wanted to use it now ;) |
| 15:37 mikap | no, not available |
| 15:41 h01ger | hmf |
| 15:44 oz_ | h01ger: if you want to use syslog, use syslog? |
| 15:44 oz_ | you can log to a remote logserver with normal syslogd, imho |
| 15:45 oz_ | just modify the install nfsroot accordingly. |
| 15:45 oz_ | or am I wrong here? |
| 15:45 h01ger | probably not |
| 15:46 h01ger | what do i need to modify? ;) |
| 15:46 h01ger | the hosts already log to a central server |
| 15:46 h01ger | but not the fai logs |
| 15:46 oz_ | ah, fai logs |
| 15:47 oz_ | hehe |
| 15:47 oz_ | yes, I think you're right, holger. |
| 15:48 oz_ | but I just now cannot check :-( |
| 15:49 oz_ | but: you always can use logger |
| 15:49 h01ger | $ LANG=C apt-cache show logger |
| 15:49 h01ger | W: Unable to locate package logger |
| 15:50 oz_ | gold:~# which logger |
| 15:50 oz_ | /usr/bin/logger |
| 15:50 oz_ | gold:~# dpkg -S /usr/bin/logger |
| 15:50 oz_ | bsdutils: /usr/bin/logger |
| 15:50 oz_ | gold:~# |
| 15:51 oz_ | but that could be some work |
| 15:52 oz_ | or you just write all the logs to loggger at once, after the installation is finished |
| ErKa (keryell@m3.wifi.enstb.org) left irc: Ping timeout: 480 seconds |
| 15:54 FBI | fai: 3 mika committed revision 6132 to 7 fai: doc/lenny-instructions.txt: provide instructions how to install Debian/lenny with 3.4.x releases |
| 15:54 FBI | fai: Thanks: Thomas Lange <lange@informatik.uni-koeln.de> |
| 15:54 FBI | fai: Signed-off-by: Michael Prokop <mika@debian.org> |
| 15:56 FBI | fai: 3 mika committed revision 6133 to 7 fai: debian/NEWS: provide information regarding lenny release, /bin/dash issue and new FAI URL http://fai-project.org/ |
| 15:56 FBI | fai: Signed-off-by: Michael Prokop <mika@debian.org> |
| verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat |
| 16:00 FBI | fai: 3 mika committed revision 6134 to 7 fai: README: replace lenny with squeeze |
| 16:00 FBI | fai: Signed-off-by: Michael Prokop <mika@debian.org> |
| ErKa (keryell@keryell.pck.nerim.net) joined #fai. |
| maxy (~maxy@190.55.95.11) left irc: Ping timeout: 480 seconds |
| maxy (~maxy@190.55.95.11) joined #fai. |
| msc (~msc@gw1.cgn3.hosteurope.de) joined #fai. |
| Action: h01ger is now using git-http successfully for a repository which originally resides in svn |
| 18:22 h01ger | but anonymous access via http is much easier with git then opening read-only svn access :-) |
| 18:22 h01ger | (because port 80 is open in the firewall already, svn+git are not...) |
| ErKa (keryell@keryell.pck.nerim.net) left irc: Remote host closed the connection |
| maxy (~maxy@190.55.95.11) left irc: Read error: Connection reset by peer |
| maxy (~maxy@190.55.95.11) joined #fai. |
| 19:12 snark1 | why does FAI try to update /etc/fstab with /dev/dm-1, /dev/dm-2, etc. instead of /dev/mapper or /dev/VolGroup? any pointers on how to change this behavior? Installing Lucid from a squeeze nfsroot... |
| Nick change: snark1 -> snark |
| 19:19 snark | I found a mailing list archive about it, apparently the fix is in 4.0 though... |
| 19:20 snark | I'll try the patch from there for now.. |
| 19:23 snark | BTW, I never got the ip= stuff to work, it always tries to do DHCP :-( I know I have the parameters right now... |
| eartoast (~glawe@login.physik.fu-berlin.de) left irc: Ping timeout: 480 seconds |
| maxy (~maxy@190.55.95.11) left irc: Ping timeout: 480 seconds |
| maxy (~maxy@190.55.95.11) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| maxy (~maxy@190.55.95.11) left irc: Ping timeout: 480 seconds |
| maxy (~maxy@190.55.95.11) joined #fai. |
| 22:42 FBI | fai: 3 mt committed revision 6135 to 7 fai: hostname -> HOSTNAME change isn't necessary, has been fixed properly |
| 22:58 FBI | fai: 3 mt committed revision 6136 to 7 fai: fai, make-fai-nfsroot: Use df -P for guaranteed one-line-is-one-mount output |
| 22:58 FBI | fai: Thanks michael log <mmlogin@gmail.com> for the patch. |
| 22:59 FBI | fai: 3 mt committed revision 6137 to 7 fai: changelog entry for df patch |
| 23:08 FBI | fai: 3 mt committed revision 6138 to 7 fai: examples/simple/disk_config/FAIBASE: Added bootable:1, which is still necessary on some systems |
| 23:08 FBI | fai: Thanks Maximiliano Curia for reporting this. |
| 23:09 FBI | fai: 3 mt committed revision 6139 to 7 fai: examples/simple/package_config/GNOME: Remove gnome-apt, ice*-gnome-support |
| 23:09 FBI | fai: These don't exist in squeeze anymore (thanks Karl Wallner for reporting this). |
| 23:09 mikap | nice :) |
| 23:10 FBI | fai: 3 mt committed revision 6140 to 7 fai: changelog entries for r6138, r6139 |
| 23:20 FBI | fai: 3 mt committed revision 6141 to 7 fai: fai-guide.txt: Improved documentation of hooks |
| 23:20 FBI | fai: Thanks Peter Bittner for providing the text. |
| 23:20 FBI | fai: 3 mt committed revision 6142 to 7 fai: changelog entry for r6141 |
| 23:21 FBI | fai: 3 mt committed revision 6143 to 7 fai: install_packages: Fix dpkg hold output |
| 23:21 FBI | fai: Thanks Michael Log <mmlogin@gmail.com> for the patch. |
| 23:22 FBI | fai: 3 mt committed revision 6144 to 7 fai: changelog entry for r6143 |
| 23:24 FBI | fai: 3 mt committed revision 6145 to 7 fai: setup-storage/Commands.pm: Quote fs argument in parted mkpart calls |
| 23:24 FBI | fai: Special characters may be in use that confuse the shell as in, e.g., |
| 23:24 FBI | fai: linux-swap(v1) (thanks Peter Kruse for the patch). |
| 23:24 FBI | fai: 3 mt committed revision 6146 to 7 fai: changelog entry for r6145 |
| 23:26 FBI | fai: 3 mt committed revision 6147 to 7 fai: Several patches merged into trunk |
| --- Fri Oct 15 2010 |