| 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 _julian | can 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 _julian | oz_: ?! |
| 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 _julian | oz_: 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 _julian | ok 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 _julian | actually 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 _julian | hm, or is only the ssh key from the nfs-root relevant? |
| 10:00 _julian | hm, crap. can't get the reading of the repository working in make-fai-nfsroot |
| 10:01 _julian | always 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 _julian | oz_: 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 _julian | hm, 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 _julian | although 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 falko | hi how can is set an apt proxy ? |
| 10:58 _julian | do 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 _julian | hm, it seems the ssh keys are only installed after the apt update... |
| 11:06 _julian | is there any way I could add a hook before the apt repository is updated? |
| 11:06 _julian | so that I could add a ssh key in there |
| 11:19 _julian | or 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 _julian | oz_: 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 jmux | Normally you don't have to rebuild the NFSroot. |
| 12:17 jmux | If you need the repository during installation use the repository / prepareapt hook. |
| 12:18 jmux | I have a sources.list in my config space and simply do a fcopy /etc/apt/sources.list in the hook. |
| 12:19 falko | does fai uses the directory /etc/fai/apt/ as a normal apt dir therfore stuff like apt.conf or apt.conf.d/... works ? |
| 12:19 falko | ah great .. |
| 12:20 falko | is there a link to an example? i bever found a list of available hooks |
| 12:22 jmux | falko: from the prepareapt hook: "cp -r $FAI_ETC_DIR/apt/* $FAI_ROOT/etc/apt/" |
| 12:22 falko | great thanks! |
| 12:23 jmux | I 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 falko | great! |
| 12:30 jmux | The 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 jmux | Is 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 Mrfai | I assume that access to the repository is already working when you call softupdate. |
| 16:06 Mrfai | But we may want to move this small part into another task. |
| 16:06 Mrfai | A 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 jmux | Mrfai: 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 jmux | I'll send a mail to the list for discussion. |
| 16:29 Mrfai | fine. |
| 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 |