| jetole (~Joe@irc.fossl.net) left irc: Server closed connection |
| jetole (~Joe@irc.fossl.net) joined #fai. |
| ErKa (~keryell@MTRLPQ02-1177747296.sdsl.bell.ca) joined #fai. |
| ErKa (~keryell@MTRLPQ02-1177747296.sdsl.bell.ca) left irc: Ping timeout: 480 seconds |
| xioxous (~bpkroth@66-168-18-252.dhcp.mdsn.wi.charter.com) left irc: Ping timeout: 480 seconds |
| xioxous (~bpkroth@66-168-18-252.dhcp.mdsn.wi.charter.com) 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. |
| meme (~quassel@141.28.99.251) joined #fai. |
| 10:20 meme | Hi |
| 10:21 meme | Can I use hooks to get a detailed Timestamp after a software package is installed? Or what would be the right way to implement this? |
| 10:25 meme | I don't need the times in realtime. A final collection after an installation is finished would be enough. |
| 10:30 BlindBunny | meme: add 'tail -f /tmp/fai/software.log | while read; do echo "$(date +%s): $REPLY"; done > /tmp/fai/software-timestamped.log &' in an instsoft hook, or something in that spirit. We talked about that 2 days ago. |
| 10:31 meme | BlindBunny: yeah I tried the way you described, but was not so successful yet. Thats why I asked again :-). I'll try that! |
| 10:36 mgoetze | meme: hooks are run before a task, installing packages is just one task |
| 10:46 allee | mhh, no \sh around :( |
| 10:46 meme | I see. I am trying BlinBunys suggestion in instsoft.LAST |
| 10:47 allee | someone workong on 3.3.3 ubuntu pkgs? If not I'll give it a try. |
| 10:49 meme | Oh, choosing instsoft.LAST was kind of stupid :-) |
| 10:49 meme | thanks mgoetz for the tip! |
| 10:52 meme | BlindBunny: doesn't it need to be tail -f $target/tmp... ? |
| 10:53 BlindBunny | meme: nope |
| 10:53 meme | okay :-) |
| 11:03 meme | hmm it seems that my client does not log to /tmp/fai/software.log during installation |
| 11:03 meme | tail: cannot open `/tmp/fai/software.log' for reading: No such file or directory |
| 11:04 BlindBunny | meme: it probably does not exist yet when the hook is called |
| 11:04 BlindBunny | meme: just do a touch on it before the tail |
| 11:04 meme | I#ll try |
| 11:05 BlindBunny | or I got the filename wrong but I think somebody here would have pointed that out |
| 11:05 meme | :-) |
| 11:19 mgoetze | no, software.log is right, it just won't exist yet at that point |
| ErKa (~keryell@MTRLPQ02-1177747296.sdsl.bell.ca) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| ErKa (~keryell@MTRLPQ02-1177747296.sdsl.bell.ca) left irc: Ping timeout: 480 seconds |
| verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat |
| meme (~quassel@141.28.99.251) left irc: Remote host closed the connection |
| allee (~ach@allee.mpe.mpg.de) left irc: Remote host closed the connection |
| verwilst (~verwilst@d54C6A330.access.telenet.be) joined #fai. |
| ErKa (~keryell@modemcable078.57-70-69.static.videotron.ca) joined #fai. |
| Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving. |
| ErKa (~keryell@modemcable078.57-70-69.static.videotron.ca) left irc: Remote host closed the connection |
| ErKa (~keryell@modemcable078.57-70-69.static.videotron.ca) joined #fai. |
| ErKa (~keryell@modemcable078.57-70-69.static.videotron.ca) left irc: Ping timeout: 480 seconds |
| verwilst (~verwilst@d54C6A330.access.telenet.be) left irc: Quit: Ex-Chat |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving. |
| --- Fri Feb 12 2010 |