jonas (~jonas@221.133.45.194) left irc: Read error: Connection reset by peer
_julian (~quassel@hmbg-4d068be8.pool.mediaWays.net) joined #fai.
_julian_ (~quassel@hmbg-5f763576.pool.mediaWays.net) left irc: Ping timeout: 480 seconds
ErKa (keryell@173-228-88-102.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds
ErKa (~keryell@209.129.244.250) joined #fai.
ErKa (~keryell@209.129.244.250) left irc: Ping timeout: 480 seconds
sneumann_ (~sneumann@pD95541C1.dip.t-dialin.net) joined #fai.
sneumann_ (~sneumann@pD95541C1.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
ErKa (keryell@173-228-88-152.dsl.dynamic.sonic.net) joined #fai.
sneumann_ (~sneumann@router-sub.ipb-halle.de) joined #fai.
jonas (~jonas@222.254.162.144) joined #fai.
Nick change: jonas -> Guest16225
Nick change: Guest16225 -> jonas
jonas (~jonas@222.254.162.144) left irc: Ping timeout: 480 seconds
jonas (~jonas@222.254.159.174) joined #fai.
jmux (~jan-marek@lhm246.muenchen.de) joined #fai.
verwilst (~verwilst@d5152FEFB.static.telenet.be) joined #fai.
09:01 _juliancan I use split sources.list files in /etc/fai/apt/sources.list.d ? or is this not supported
09:05 oz__julian: *EEK*
09:06 _julianoz_: ?!
09:07 oz_I'm just speaking for me now, I don't know what the rest thinks about this...
09:07 oz_but, I really dislike these /etc/<pkg>/config.d/ thingies
09:08 oz_they tent to blow up configs and make them hard to maintain
09:08 oz_IMHO this violates the KISS principle (Keep It Simple, Stupid!)
09:08 oz_but that just my opinion.
09:08 _julianoz_: well in this case I do like it, because one can clearly seperate between official repositories and addon repositories
09:09 oz__julian: imho it's "the path to the dark side"
09:09 _julian(c:
09:09 oz_but with regard to apt, it's supported.
ErKa (keryell@173-228-88-152.dsl.dynamic.sonic.net) left irc: Read error: Operation timed out
09:09 _julianok cool
09:09 oz_look at the apt documentation.
09:09 oz_but it's UGLY UGLY UGLY
09:09 oz_messing up stuff
09:11 _julianactually I have one other issue regarding apt sources, which I wonder how to properly deal with in fai... I have a repository which is accessed through ssh and private key auth. - unfortunately this requires the ssh-key of the client to be known by the server. but as this key is likely to be changing for each installation it is kind of a problem
09:27 _julianhm, or is only the ssh key from the nfs-root relevant?
10:00 _julianhm, crap. can't get the reading of the repository working in make-fai-nfsroot
10:01 _julianalways returns with Read error - read (0: Success)
10:03 oz_what happens when you add "exit 0" at the end of the script?
10:06 _julianoz_: which script? - only thing I did for now was adding the repository to /etc/fai/apt/sources.list.d/my.list, add the .ssh/id_rsa.pub from nfsroot to the server and run make-fai-nfsroot -p
10:11 oz_the make-fai-nfsroot script
10:12 oz_you could set "set -x" in the script for debugging
Nick change: stockhol1 -> stockholm
sneumann_ (~sneumann@router-sub.ipb-halle.de) left irc: Remote host closed the connection
sneumann (~sneumann@router-sub.ipb-halle.de) joined #fai.
jonas (~jonas@222.254.159.174) left irc: Ping timeout: 480 seconds
10:40 _julianhm, got things a bit further. I simply did a chroot to the nfsroot after make-fai-nfsroot completed. then I could do an aptitude update - but unfortunately the install system itself runs into the same issue again.
10:40 _julianalthough after instsallation finishes I can switch to vt2, do an aptitude update - and it works
falko (~fr@orwell.qc.chemie.tu-darmstadt.de) joined #fai.
10:41 falkohi how can is set an apt proxy ?
10:58 _juliando I have to rebuild the nfsroot after changing scripts in config/class ?
11:02 oz_no
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai.
11:05 _julianhm, it seems the ssh keys are only installed after the apt update...
11:06 _julianis there any way I could add a hook before the apt repository is updated?
11:06 _julianso that I could add a ssh key in there
11:19 _julianor actually I could add them to base.tgz...
11:24 oz_I think this would be the best
mikap (~mika@mail.michael-prokop.at) left irc: Ping timeout: 480 seconds
mikap (~mika@mail.michael-prokop.at) joined #fai.
11:38 _julianoz_: is the base.tgz regenerated by make-fai-nfsroot? or can I simply add the files and that's it?
11:41 oz__julian: look in the script, I don't know
12:16 jmux_julian: when do you have to access the ssh'd-repository? You're mixing up nfsroot and installation.
12:16 jmuxNormally you don't have to rebuild the NFSroot.
12:17 jmuxIf you need the repository during installation use the repository / prepareapt hook.
12:18 jmuxI have a sources.list in my config space and simply do a fcopy /etc/apt/sources.list in the hook.
12:19 falkodoes fai uses the directory /etc/fai/apt/ as a normal apt dir therfore stuff like  apt.conf or apt.conf.d/... works ?
12:19 falkoah great ..
12:20 falkois there a link to an example? i bever found a list of available hooks
12:22 jmuxfalko: from the prepareapt hook: "cp -r $FAI_ETC_DIR/apt/* $FAI_ROOT/etc/apt/"
12:22 falkogreat thanks!
12:23 jmuxI don't know, if there is a list in the FAI guide, but grep "^task_" /usr/lib/fai/subroutines gives you the list
12:25 falkogreat!
12:30 jmuxThe sequence is confdir, setup, defclass, defvar, and action, which selects from install, softupdate, dirinstall and sysinfo based on FAI_ACTION
ErKa (keryell@173-228-88-152.dsl.dynamic.sonic.net) joined #fai.
jonas (~jonas@222.254.159.174) joined #fai.
15:26 jmuxIs there any reason, why task repository is not called on softupdate? This way I can't use FAI_ALLOW_UNSIGNED for softupdates, as apt.conf.d/10fai is always deleted in task finish.
16:06 MrfaiI assume that access to the repository is already working when you call softupdate.
16:06 MrfaiBut we may want to move this small part into another task.
16:06 MrfaiA bug report for this would be nice, so it will not be forgotten
sneumann (~sneumann@router-sub.ipb-halle.de) left irc: Ping timeout: 480 seconds
16:23 jmuxMrfai: I'm doing dist-upgrades via soft-update, so I guess I'll propose to add the repository task to softupdate for 4.0
16:24 jmuxI'll send a mail to the list for discussion.
16:29 Mrfaifine.
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: Lost terminal
verwilst (~verwilst@d5152FEFB.static.telenet.be) left irc: Quit: Ex-Chat
and1bm (~andi@HSI-KBW-095-208-066-227.hsi5.kabel-badenwuerttemberg.de) joined #fai.
sneumann (~sneumann@pD95541C1.dip.t-dialin.net) joined #fai.
shod (~shod@p5DDA9C09.dip.t-dialin.net) left irc: Quit: Leaving.
jmux (~jan-marek@lhm246.muenchen.de) left irc:
Nic0 (courtel@fw.tls.cena.fr) left #fai.
jonas (~jonas@222.254.159.174) left irc: Ping timeout: 480 seconds
and1bm (~andi@HSI-KBW-095-208-066-227.hsi5.kabel-badenwuerttemberg.de) left irc: Quit: Konversation terminated!
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
simNIX (~simNIX@156-60.bbned.dsl.internl.net) left irc: Remote host closed the connection
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
sneumann (~sneumann@pD95541C1.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
--- Wed Nov 9 2011

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