_julian (~quassel@hmbg-5f765299.pool.mediaWays.net) joined #fai.
_julian_ (~quassel@hmbg-4d06fe6e.pool.mediaWays.net) left irc: Ping timeout: 480 seconds
codice (~codice@ip65-46-15-18.z15-46-65.customer.algx.net) left irc: Read error: Connection reset by peer
codice (~codice@ip65-46-15-18.z15-46-65.customer.algx.net) joined #fai.
sneumann (~sneumann@router-sub.ipb-halle.de) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving.
ErKa (keryell@keryell.pck.nerim.net) joined #fai.
bscherre (~bscherre@193.196.193.20) joined #fai.
07:57 bscherrehi, I've reported a problem here last thursday: FAI copies all files but not the rc.local file
07:57 bscherrehere's my /srv/fai/config/hooks/instsoft.PATIENTEN file: http://pastebin.com/HsPyandD
07:59 bscherrePATIENTEN is my own class that gets called. All listed files are copied and listet in the log, except for the rc.local. I neither get an error log nor a success log, that's what's puzzeling me
08:00 bscherreah, the file on pastebin says "fcopy -vB" in the rc.local line, but I've also tried it with "fcopy -Bi" and "fcopy -vBi" - no success at all
08:09 oz__that's strange, yes
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
allee (~quassel@allee.mpe.mpg.de) left irc: Remote host closed the connection
08:25 bscherreit totally works if I rename "rc.local" to "rclocal"!
08:25 bscherreI'm gonna doublecheck whether it's the file name itself or maybe the ending or the .
08:26 alekibangogrub_pc  setup fails on debian sid, having the partition in raid (works in squeeze). is that known bug?
08:36 bscherrethat's a hell of a bug :D "dc.local" or "rclocale" get copied, "rc.local" simply gets ignored
08:37 oz__bscherre: workarund for this: use a postinstallscript...
08:38 bscherreoz_: like 40-misc or something?
08:40 oz__the cfengine script?
allee (~quassel@allee.mpe.mpg.de) joined #fai.
08:41 oz__hm. I rather meant to create some init script, I have S19postinstall, which removes itself after 1 run
08:41 oz__I always put thing which don't work in fai in there
08:42 bscherreoz__: Ah, and then put it into the live image's /etc/init.d?
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
08:43 oz__however you boot the client, yes :)
08:44 oz__Mrfai: 10:36 < bscherre> that's a hell of a bug :D "dc.local" or "rclocale" get  copied, "rc.local" simply gets ignored
08:44 bscherreoz__: I'll try that, thanks!
08:45 oz__Mrfai: is that behaviour intended for some reason?
08:45 oz__bscherre: you're around freiburg, right?
08:52 bscherreoz__: Yes - is that shown somewhere or do you know the IP?
09:05 bscherreoz__: Ah I see you're in Freiburg, too ;)
09:06 bscherreoz__: Or at least from Freiburg
09:10 bscherreoz__: If you're at your company's place, we're in near walking range, hehe
09:11 oz__;)
09:11 oz__meeting could be nice some day
09:16 bscherreoz__: I often get a pizza at Pizza Boxx ;)
09:17 bscherreoz__: Do you know whether I can use the same fcopy syntax (with $target) within such a postinstall script?
09:18 oz__no, no by default
09:19 oz__a postinstall script is noch working in the fai environment, but is a normal init script
09:19 oz__but by that you bypass problems in the FAI envirnment
09:19 bscherreoz__: Ok, thanks!
09:20 oz__bscherre: but feel free to mail the issue on the fai mailing list
09:22 bscherreoz__: Sure, I will report the rc.local issue
09:43 Mrfaibscherre: If you think it's a bug, please file a bug report in the BTS (bugs.debian.org)
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai.
09:47 bscherreMrfai: Maybe it's a feature... Sorry ;) Yep, I'll report it to the Debian bugtracker
sneumann (~sneumann@router-sub.ipb-halle.de) left irc: Ping timeout: 480 seconds
11:12 mgoetzebscherre: you should fix your computer's clock
11:13 mgoetze(apparently, i closed your bug before you even sent it)
11:14 bscherremgoetze: yeah, I see ;)
11:15 bscherremgoetze: but here's my answer: I know about fcopy's -v and -i, but it makes no difference. The log files don't mention rc.local while they do mention all other copied or not copied files. The script copies all other files so it's apparently working
11:16 mgoetzebscherre: it makes no difference because fcopy is not called at all
11:16 mgoetzebscherre: what's the point of that [ -s ... ] ?!?
11:17 bscherremgoetze: hm, but why are other files copied?
11:17 bscherremgoetze: not sure, I used that 2 years ago and just copied the command
11:20 bscherremgoetze: If I simply alter the line "[ -s $target/etc/rc.local ] || fcopy -Bi /etc/rc.local" to "[ -s $target/etc/rclocal ] || fcopy -Bi /etc/rclocal" it works, so I kind of have to do at least something right with this script
11:24 oz__bscherre: I'll check a simple fcopy /etc/rc.local on on of my boxes, wait
11:25 oz__this line really looks...erm...suspicios? :)
11:27 bscherreoz__: Okok, just tell me the right line ;)
11:27 bscherreBut again: All file here http://pastebin.com/HsPyandD are copied except for rc.local
11:28 oz__-s $target/etc/rc.local
11:28 oz__must be checked
11:28 oz__re-try this without any test before, that's what I do right now
11:29 bscherreBut again: All file here http://pastebin.com/HsPyandD are copied except for rc.local
11:29 bscherrewhoops, sorry wrong window
11:32 bscherreand if I remove one file (line) from this script, this file does not get copied anymore. So in my understanding, the script works and fcopy gets called. Sorry if I get something totally wrong, but I don't see where
11:42 bscherreok, maybe we'll do it the other way: I simply want to copy config files. What exact fcopy command do I write into instsoft.CLASS?
11:45 mgoetzebscherre: what's wrong with just "fcopy -v /etc/rc.local"?
11:45 mgoetzebscherre: the others don't exist yet, thus the [ -s ] test does not inhibit their copying
11:46 mgoetzebscherre: again please explain why you want to include [ -s $target/etc/rc.local ] || ...
11:48 mgoetzebscherre: "so I kind of have to do at least something right with this script" - yes, it copies the file only if it doesn't exist (with nonzero size) yet. if that's what you want that's what it's doing, because $target/etc/rc.local already exists
11:49 oz__rm it before, then fcopy and you're fine.
11:54 bscherremgoetze: fcopy formerly didn't work here (I probably made another mistake) so I used this [ -s line without getting the meaning...
11:54 bscherremgoetze: I'm sorry, totally my fault, now it works with "fcopy -v FILE"
11:56 oz__yea, works here too.
11:56 oz__bscherre: working with fai is....complex. ;)
11:57 bscherreoz__ & mgoetze: thank you both very very much for your time and sorry for the confusion
11:57 mgoetzejust surprised Mrfai told you to file a bug report rather than looking at your script :)
11:58 oz__yah :-D
11:58 bscherreoz__: yes, but I did some testing with it 2 years ago and worked great, so I thought I could not be so dumb now ;)
11:58 oz__sorry for not asking for the script
11:59 bscherreyes, that kind of mislead me because I posted it right at the beginning. But then again, my mistake not to question the syntax
11:59 oz__<de>"Schwamm drüber"</de> ;)
12:00 bscherre:)
12:10 bscherreagain thanks, have a nice day, gotta go!
bscherre (~bscherre@193.196.193.20) left irc: Quit: Verlassend
ErKa (keryell@keryell.pck.nerim.net) left irc: Remote host closed the connection
ErKa (keryell@m3.wifi.enstb.org) joined #fai.
mgoetze (~mgoetze@corelli.mgoetze.net) left irc: Quit: Lost terminal
15:19 FBIfai: 3 lange committed revision 6522 to 7 fai:  call genisoimage with -R instead of -r
15:19 FBIfai: Quote from a mail:
15:19 FBIfai: According to the genisoimage man page the "-r" does what normally would be
15:20 FBIfai: consider the sane thing and sets all directories to 555. This makes sense as
15:20 FBIfai: most people will want the cdfs to be readable by normal users. The problem is
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving
mgoetze (~mgoetze@corelli.mgoetze.net) joined #fai.
verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat
ErKa (keryell@m3.wifi.enstb.org) left irc: Ping timeout: 480 seconds
17:34 FBIfai: 3 lange committed revision 6523 to 7 fai:  maverick -> natty
allee (~quassel@allee.mpe.mpg.de) left irc: Remote host closed the connection
allee (~quassel@allee.mpe.mpg.de) joined #fai.
allee (~quassel@allee.mpe.mpg.de) left irc: Remote host closed the connection
allee (~quassel@allee.mpe.mpg.de) joined #fai.
allee (~quassel@allee.mpe.mpg.de) left irc: Remote host closed the connection
allee (~quassel@allee.mpe.mpg.de) joined #fai.
allee (~quassel@allee.mpe.mpg.de) left irc: Remote host closed the connection
allee (~quassel@allee.mpe.mpg.de) joined #fai.
allee (~quassel@allee.mpe.mpg.de) left irc: Remote host closed the connection
sneumann (~sneumann@pD9E39E17.dip.t-dialin.net) joined #fai.
sneumann (~sneumann@pD9E39E17.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
ErKa (~keryell@keryell.pck.nerim.net) joined #fai.
ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds
--- Wed May 4 2011

Generated by irclog2html.pl 2.1_h01ger1 by Jeff Waugh - find it at freshmeat.net! Customized by Holger 'h01ger' Levsen