| MT (~MT@dove.informatik.tu-muenchen.de) left irc: Quit: MT |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. |
| MT (~MT@dove.informatik.tu-muenchen.de) left irc: Ping timeout: 480 seconds |
| MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. |
| Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. |
| MT (~MT@dove.informatik.tu-muenchen.de) left irc: Read error: Connection reset by peer |
| 06:36 theBro | Mrfai: did you already send the mail to linux-fai (I just subscribed and the archives don't show anything yet) |
| ErKa (~keryell@keryell.pck.nerim.net) joined #fai. |
| AndyVM (~chatzilla@86-39-2-142.customer.fulladsl.be) joined #fai. |
| 07:54 AndyVM | Hello. As proposed on the wiki and the mailing, I'm joining this IRC looking for a bug in my FAI installation... |
| 07:54 AndyVM | Anyone active here ? |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| 07:58 AndyVM | Regarding the copy fail in FAI 3.1.8 - see http://archives.free.net.ph/thread/20070522.081259.d3f3f789.en.html |
| 08:05 AndyVM | I found out a new thing: when manually executing cfagent, the script works. But when applying the "-k" parameter, it doesn't copy the files either (and that's exactly what -k does :)...). It produces the same log as what I get during FAI installation. Is it possible that FAI executes cfagent with the -k option? |
| 08:19 h01ger | do you have "cfagent -f" in your scripts? works for me :) |
| 08:21 AndyVM | check - that's there |
| 08:22 AndyVM | #!/usr/sbin/cfagent -v -f |
| 08:23 AndyVM | Any idea which script in FAI trigger the execution of cfagent ? |
| 08:23 h01ger | and you're using cfengine2? |
| 08:23 AndyVM | indeed, comes with FAI 3.1.8 in Debian |
| 08:24 h01ger | control: |
| 08:24 h01ger | actionsequence = ( directories editfiles ) |
| 08:24 h01ger | EditFileSize = ( 30000 ) |
| 08:24 h01ger | directories: |
| 08:24 h01ger | any:: |
| 08:24 h01ger | editfiles: |
| 08:24 h01ger | any:: |
| 08:24 h01ger | you also have? |
| 08:25 AndyVM | control: |
| 08:25 AndyVM | any:: |
| 08:25 AndyVM | OutputPrefix = ( "cfengine" ) |
| 08:25 AndyVM | actionsequence = ( |
| 08:25 AndyVM | copy |
| 08:25 AndyVM | editfiles |
| 08:25 AndyVM | tidy |
| 08:25 AndyVM | directories |
| 08:25 AndyVM | links |
| 08:25 AndyVM | shellcommands |
| 08:25 AndyVM | ) |
| 08:25 AndyVM | copy: |
| 08:25 AndyVM | any:: |
| 08:25 AndyVM | [...] |
| 08:25 AndyVM | shellcommands: |
| 08:25 AndyVM | any:: |
| 08:27 AndyVM | The script actually works without errors when executing it manaully. |
| 08:27 AndyVM | When running it with FAI, it does the same thing as executing it manually with the "-k" parameter set, which indeed prevents the copying of files and replaces them with "Checking for potential rule::" |
| 08:30 h01ger | and if you run it manually without -k it just works? |
| 08:32 AndyVM | exactly, as discussed on the mailing list. I can send you the full logs (as I run it with -v) if you'ld like. |
| nomeata (nobody@nomeata.de) joined #fai. |
| 08:40 h01ger | AndyVM, no thanks / sorry no time to really dig into it. sorry. |
| 08:41 AndyVM | no problem, thx for trying. Maybe Mrfai is the man to contact - that's Thomas Lange, I presume ? |
| 08:41 h01ger | /usr/lib/fai/subroutines executes the scripts iirc |
| 08:41 h01ger | ypu |
| 08:42 AndyVM | thx for the last hint - that's a new thing to look at |
| 08:43 h01ger | "grep -l cfengine `dpkg -L fai*`" might also help |
| nomeata (nobody@nomeata.de) left irc: Quit: Client exiting |
| MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. |
| 09:40 Mrfai | theBro: the mail is sent |
| 09:41 Mrfai | AndyVM: Mmm. I'm wondering why we added -k to the cfagent call? -K is ok, but -k? |
| 09:41 AndyVM | indeed, I just figured that out in /usr/bin/fai-do-scripts: ./$file -qKkI -D${cfclasses} >> $LOGDIR/cfagent.log 2>&1 |
| 09:41 Mrfai | AndyVM: So just remove the -k from fai-do-scripts and maybe file a bug report, that we remove this flag in the future |
| 09:42 AndyVM | ok. I'll do that. Took me a while to find out, but it's worth it |
| 09:43 AndyVM | Probably a typo: -K is very usefull as it's "no lock" |
| 09:47 Mrfai | I grep'ed the whole changelog, but didn't find a comment why I've added -k to the cfagent call. But -k was already used for cfengine1. |
| 09:50 MT | very nice Mrfai ... |
| 09:50 MT | (the mkinitrd-thing) |
| 09:51 AndyVM | And in cfengine1 , -k already was "no-copy" But I can assure you: it did copy on the previous "Sarge" fai with cfengine1 |
| 09:51 AndyVM | strange, but bug found and solved |
| 09:52 Mrfai | MT: And so simple. Why did nobody had this idea before? |
| 09:52 MT | ähm - well, don't know... |
| 09:53 Mrfai | MT: But yesterday suddenly this idea came into my mind. |
| 09:53 Mrfai | Without the help of any drugs :-) |
| 09:53 MT | :-D |
| 10:02 Mrfai | AndyVM: -k was added in FAI 3.0. I got the new cfagent script during the FAI developers workshop. Maybe I didn't check it well, or I just forgot to write a changelog entry, why -k was added. |
| 10:02 Mrfai | sanso|work: AFAIR you worked on the cfengine2 transition. Do you remember why -k was added to the cfagent call? |
| 10:03 AndyVM | http://svn.debian.org/wsvn/fai/trunk/bin/fai-do-scripts?op=diff&rev=3651&sc=0 - nice to know that we are looking to the same thing :) |
| Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. |
| ErKa (~keryell@keryell.pck.nerim.net) joined #fai. |
| 10:08 theBro | Mrfai: nice solution for mkinitrd-cd.. I myself thought yesterday about getting it from unstable but that would have required getting way too much stuff to unstable |
| baldy (baldy@pptp.dial.ipv6-network.de) joined #fai. |
| 10:08 baldy | morschen |
| 10:12 AndyVM | Mrfai : where can I post a bug report ? |
| 10:16 Mrfai | HAve a look at bugs.debian.org |
| 10:18 AndyVM | thx - without "-k", everything works fine now |
| Typ0King (ExUser@217.206.198.18) joined #fai. |
| AndyVM (~chatzilla@86-39-2-142.customer.fulladsl.be) left irc: Quit: ChatZilla 0.9.78.1 [Firefox 2.0.0.3/2007030919] |
| 10:30 Mrfai | problem with fai-cd. "Waiting for background jobs" is never finished. Calling wait_for_jobs works fine. |
| MT (~MT@dove.informatik.tu-muenchen.de) left irc: Remote host closed the connection |
| MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. |
| 10:47 sanso|work | Mrfai, -k was added to make sure that a previous run wouldn't block the current one |
| 12:47 Mrfai | ok. So -k should remain or be removed? |
| 13:06 sanso|work | I'd leave it in place |
| Typ0King (ExUser@217.206.198.18) left irc: Read error: Connection reset by peer |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| MT_ (~MT@dove.informatik.tu-muenchen.de) joined #fai. |
| MT (~MT@dove.informatik.tu-muenchen.de) left irc: Read error: Connection reset by peer |
| Nick change: MT_ -> MT |
| 15:13 Mrfai | "Waiting for background jobs" problem detected. /etc/init.d/rcS process is also running. So the "ps r | egrep...." has to be fixed. |
| ErKa (~keryell@m13.wifi.enstb.org) joined #fai. |
| MT (~MT@dove.informatik.tu-muenchen.de) left irc: Ping timeout: 480 seconds |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving |
| Lin (~igor@200.179.57.56) joined #fai. |
| MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. |
| mfl_ (~mfl@apoll.fnb.maschinenbau.tu-darmstadt.de) joined #fai. |
| ErKa (~keryell@m13.wifi.enstb.org) left irc: Ping timeout: 480 seconds |
| mfl_ (~mfl@apoll.fnb.maschinenbau.tu-darmstadt.de) left irc: |
| nomeata (nobody@nomeata.de) joined #fai. |
| Lin (~igor@200.179.57.56) left irc: Remote host closed the connection |
| MT_ (~MT@ppp-82-135-93-9.dynamic.mnet-online.de) joined #fai. |
| MT (~MT@dove.informatik.tu-muenchen.de) left irc: Ping timeout: 480 seconds |
| Lin (~igor@200.179.57.56) joined #fai. |
| Lin (~igor@200.179.57.56) left irc: Remote host closed the connection |
| Lin (~igor@200.179.57.56) joined #fai. |
| meandtheshell (~markus@85-124-39-210.dynamic.xdsl-line.inode.at) left irc: Quit: Leaving. |
| ErKa (~keryell@keryell.pck.nerim.net) joined #fai. |
| MT_ (~MT@ppp-82-135-93-9.dynamic.mnet-online.de) left irc: Ping timeout: 482 seconds |
| nomeata (nobody@nomeata.de) left irc: Quit: Client exiting |
| eartoast (~glaweh@g33.physik.fu-berlin.de) joined #fai. |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| --- Thu May 24 2007 |