fxcp_ (~ctp@brsg-d9bee544.pool.mediaWays.net) joined #fai.
fxcp (~ctp@brsg-d9befdf5.pool.mediaWays.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
06:34 StereoI'd say it's a good project for a translation because those of us who speak german could all help, update the documentation, etc.
08:17 oz__moin ook
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai.
sepski (~sep@40.211.jostedal.no) joined #fai.
lazyb0y (~henning@faiwiki.informatik.uni-koeln.de) left irc: Ping timeout: 480 seconds
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
11:10 MrfaiI just disconnected faiwiki, because I have major network problems here in my subnet. I have to debug the problems, before I can reconnect faiwiki again. I hope to find the error during this day.
11:10 stockholmouch
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Ping timeout: 480 seconds
Joelio (~joel@office-112.zen.co.uk) joined #fai.
11:44 mikapMrfai: =>
11:44 mikapif [ X$action = Xdirinstall -a -n "$newhostname" ]; then export HOSTNAME=$newhostname
11:44 mikapfi
11:44 mikap=> is this by intention that this is only used for dirinstall?
11:44 mikapwhy shouldn't softupdate be logged to the specified -u hostname as well?
11:45 mikapI don't see any reason why /var/log/fai/foo vs. /var/log/hostname_of_fai_system should be used if I use -u foo in both cases (dirinstall and softupdate)
11:46 mikapthis is #456978 I'm refering to, jftr
ErKa (~keryell@APuteaux-154-1-46-165.w83-199.abo.wanadoo.fr) joined #fai.
mgoetze (~mgoetze@corelli.mgoetze.net) got netsplit.
stockholm (~andreas@marta.schuldei.org) got netsplit.
zirpu (~zirpu@nefud.org) got netsplit.
zirpu (~zirpu@nefud.org) returned to #fai.
mgoetze (~mgoetze@corelli.mgoetze.net) returned to #fai.
stockholm (~andreas@marta.schuldei.org) returned to #fai.
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Remote host closed the connection
dr3as_ (~dr3as@70.80-202-66.nextgentel.com) joined #fai.
dr3as (~dr3as@70.80-202-66.nextgentel.com) left irc: Ping timeout: 480 seconds
13:48 stockholmhow do i see all disks in a lvn volume group?
Mrfai (~lange@134.95.9.205) joined #fai.
14:06 torkelvgdisplay --verbose <vgname>
14:13 stockholmtorkel: den stönade bara lite om att det visste inte om alla diskar var med eller inte.
sepski (~sep@40.211.jostedal.no) left irc: Quit: Leaving
14:14 oz__smorebrod
14:40 Joeliois there anything up with the FAI wiki @ http://faiwiki.informatik.uni-koeln.de/index.php/Main_Page ?
14:41 oz__Thomas said there were network problems
14:41 oz__he's going to fix that this afternoon
14:41 Joeliook, no problem, just checking ;)
15:00 MrfaiI think I can enable faiwiki now. Just a few minutes
lazyb0y (~henning@faiwiki.informatik.uni-koeln.de) joined #fai.
15:07 Mrfaifaikwiki is online again
15:14 Joelioawesome, cheers Mrfai
Mrfai (~lange@134.95.9.205) left irc: Quit: leaving
Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai.
siggg (~jean@88-123-153-220.rev.libertysurf.net) joined #fai.
15:58 mikapMrfai: got my message regarding hostname?
16:06 Joeliowhere do I download the gpg key for the repository?
cbmuser (~glaubitz@z6.physik.fu-berlin.de) left irc: Quit: Install catweasel-controller :-).
les (~lars@s6.math.TU-Berlin.DE) left irc: Ping timeout: 480 seconds
16:24 Mrfaimikap: yep, but I was busy with my network problems
16:26 Joeliowhere do I download the gpg key for the repository please? I did manage to grab it a while back from a gpg keyserver, but I'll be damned if I can find it now
16:26 Mrfaimikap: I can;'t find the mail any more. Can you please send it again
16:26 JoelioIs there any reason why this is not included in the docs / site
16:27 MrfaiJoelio: good idea. I'll try to add it to the web page.
16:27 JoelioMrfai: Lifesaver! I'm rebuilding our FAI install (after testing) so I can write up the install procedure for documentation etc.
16:28 Joelio.. and then put it into prodcution :)
cbmuser (~glaubitz@z6.physik.fu-berlin.de) joined #fai.
16:35 Joelio.. in the meantime is there anywhere to get this key from?
16:35 mikapMrfai: http://paste.grml.org/795
16:37 MrfaiJoelio: I think I got it:
16:37 Mrfaigpg -a --recv-keys AB9B66FD
16:37 Mrfai gpg -a --export AB9B66FD | apt-key add -
16:37 MrfaiThat's it
16:37 Mrfaimikap: danke
16:41 MrfaiJoelio: I added this hint to the fai web page
16:41 JoelioCool, I had to use..
16:41 Joelio gpg --keyserver pgp.mit.edu -a --recv-keys AB9B66FD
16:41 Joeliothough, to select which keyserver to use
16:42 Joeliothe  gpg -a --export AB9B66FD | apt-key add -
16:42 Joelioworked fine after that
16:45 mikapMrfai: mail resend as well
16:54 JoelioDoes anyone have any more in-depth steps for setting up the log user? .. specifically what the .rhosts file needs to contain etc.. (I'm completely new to this part of FAI)
16:54 Joeliothanks!
16:56 JoelioAhh, does the user get created when I run fai-setup? is there anything else that I need to do?
16:57 MrfaiBy default, the user fai get created and passwordless access via ssh is created
16:59 Joeliocool, cheers for your help today Mrfai!
16:59 stockholmhm, i have this "fai-chboot doesnt work" error at end of installations despite my eartlier successes in fixing it.
Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving
siggg (~jean@88-123-153-220.rev.libertysurf.net) left irc: Ping timeout: 480 seconds
Joelio (~joel@office-112.zen.co.uk) left irc: Quit: Lost terminal
18:21 mgoetzehm, if i change the variable ROOTPW, will it have any effect on softupdates?
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
sepski (seppity@79.170.82.110) joined #fai.
sepski (seppity@79.170.82.110) left irc: Quit: Leaving
ErKa (~keryell@APuteaux-154-1-46-165.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds
sepski (seppity@79.170.82.110) joined #fai.
sepski (seppity@79.170.82.110) left irc: Quit: Leaving
fxcp_ (~ctp@brsg-d9bee544.pool.mediaWays.net) left irc: Quit: Ex-Chat
torkel_ (~torkel@ip64.degernas.se) joined #fai.
torkel_ (~torkel@ip64.degernas.se) left irc: Remote host closed the connection
--- Wed Jan 14 2009

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