Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
ErKa (keryell@dhcp1.info.enstb.org) joined #fai.
09:01 oz_moin
09:02 mgoetzemoin
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving.
Nic0 (~courtel@fw.tls.cena.fr) 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: Remote host closed the connection
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
bayoffire (~bayoffire@213.180.168.238) joined #fai.
09:48 bayoffirehello
09:48 mgoetzehi
09:49 bayoffireI have a problem with fai-chboot
09:50 bayoffireThe  FAI-Server does not set the Client to disable after installation
09:50 bayoffiredoes anyone know where to configure that?
09:50 bayoffireit used to work last week...
09:53 mgoetzehm, i think it works via $LOGUSER and $FAI_LOGPROTO in fai.conf
09:53 mgoetze(i don't use it myself, though)
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds
09:57 bayoffiredo you think there is something wrong with the permission with this user?
10:03 mgoetze*shrug* can the user even log in?
10:06 bayoffireyes he can
10:07 mgoetzeand does he have write permissions on /srv/tftp/fai (or whereever you keep your pxe conf)?
10:08 bayoffirefai@linux-server:/srv/tftp/fai$ touch the
10:08 bayoffirefai@linux-server:/srv/tftp/fai$ rm the
10:08 bayoffirefai@linux-server:/srv/tftp/fai$ fai-chboot
10:08 bayoffirebash: fai-chboot: command not found
10:08 bayoffireyes, he has write permission
10:08 bayoffirebut he can't execute fai-chboot
10:08 mgoetzeset $PATH appropriately?
10:09 bayoffiresorry, where do you set that?
10:09 mgoetze$HOME/.bashrc or something like that
10:11 bayoffirethere is not file like .bashrc in the homedirectory of the LOGUSER.
10:11 bayoffireThat user was createc by fai itself
10:11 bayoffirefai@linux-server:~$ cd $HOME
10:11 bayoffirefai@linux-server:~$ ls -la
10:11 bayoffireinsgesamt 20
10:11 bayoffiredrwxr-xr-x 2 fai  nogroup 4096 2009-03-23 10:54 .
10:11 bayoffiredrwxr-xr-x 7 root root    4096 2009-03-23 06:25 ..
10:11 bayoffire-rw-r--r-- 1 root root       0 2009-03-18 08:24 .account_created_by_fai_package
10:11 bayoffire-rw------- 1 fai  nogroup   51 2009-03-23 10:54 .bash_history
10:11 bayoffire-rw------- 1 fai  nogroup   35 2009-03-23 10:54 .lesshst
10:11 bayoffire-rw------- 1 fai  nogroup   18 2009-03-18 08:24 .rhosts
10:12 mgoetzemaybe cp /etc/skel/.* $HOME
rjd (rjd@sigkill.se) left #fai.
10:20 bayoffirehm... are you shure that this is required ? The homedirectory of that user is /var/log/fai .
10:20 bayoffireI saw that in the logfile of the Client:
10:20 bayoffirefai.log:WARNING: rsh -l fai linux-server failed. Can't call fai-chboot on the install server.
10:22 mgoetzewell, why can't it do that? what's it's $PATH, where is fai-chboot, what are the permissions of fai-chboot...
10:24 Mrfaibayoffire: you have to set up a .rhosts file for LOGUSER if you use rsh. Newer versions of FAI are using ssh instead of rsh.
10:26 bayoffire@ Mrfai: That could be the Problem. I set FAI_LOGPROTO=rsh. I will set it to sh and test it again
10:27 bayoffire@mgoetze: Thanks for your Help! I think, I'll first test it with ssh, this should be easier than with rsh
10:27 mgoetzesure, np
10:28 bayoffireone more question: do I need to run the fai-setup again after changing fai.conf ?
10:29 oz_depends, but mostly yes.
10:30 bayoffireok thanks
10:30 Mrfaiif the user $LOGUSER already exists, you may want to remove this user, as fai-setup creates ssh keys for this user.
10:35 bayoffireall right
siggg (~jean@guy78-4-82-243-43-101.fbx.proxad.net) joined #fai.
yournick (~yournick@p5DC43621.dip.t-dialin.net) joined #fai.
strby (~strby@ui505ap14-lps.civ.zcu.cz) joined #fai.
12:24 strbyhi, i made a small patch which added a HALT functionality to fai (client shutdown after installation) where I can send it?
12:24 oz_send it to thomas (lange@informatik.uni-koeln.de)
12:27 strbyoz_, thanks
12:29 h01gerno
12:29 h01gersend it as a patch to the bts, please
12:29 h01gerelse it will/might get lost in thomas mailbox
12:29 h01gerin the bts nothing gets lost
12:32 oz_hehe, okay
12:32 strbyh01ger:  ok, but what is bts :-)
12:34 oz_debian bug tracking system
12:36 h01gerbugs.debian.org
12:36 h01gerbugs.debian.org/src:fai
12:36 h01gerwww.debian.org/Bugs/Reporting
12:38 strbyh01ger:  :) thanks
12:39 h01geryou're welcome! :)
strby (~strby@ui505ap14-lps.civ.zcu.cz) left irc: Remote host closed the connection
yournick (~yournick@p5DC43621.dip.t-dialin.net) left irc: Read error: Connection reset by peer
12:59 bayoffire@ Mrfai & mgoetze: Thank you for your help! It works now with ssh
13:00 mgoetzesure, np
13:23 tanjixwhere do i disable that when booting a rescue system via FAI that the harddisk gets mounted to /tmp/target?
13:24 mgoetzeuse a real rescue system like grml instead?
13:28 tanjixsorry?
13:31 MrfaiWhen using FAI_ACTION=sysinfo the script /usr/lib/fai/task_sysinfo calls fai-mount-disk. You have to edit /usr/lib/fai/task_sysinfo inside the nfsroot and remove this call.
13:32 Mrfaior you may want to write a hook, which redefines fai-mount-disk to a noop function.
13:36 tanjix/usr/lib/fai/task_sysinfo does not exist with me
13:44 Mrfaiinside the nfsroot, normally it's /srv/fai/nfsroot/....
13:52 tanjixyeah, but there is no such file :(
tanjix (tanjix@mozart.star-hosting.de) left irc:
tanjix (tanjix@mozart.star-hosting.de) joined #fai.
strby (~strby@ui505ap14-lps.civ.zcu.cz) joined #fai.
ErKa (keryell@dhcp1.info.enstb.org) left irc: Ping timeout: 480 seconds
siggg (~jean@guy78-4-82-243-43-101.fbx.proxad.net) left irc: Ping timeout: 480 seconds
ErKa (~keryell@keryell.pck.nerim.net) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
--- Tue Mar 24 2009

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