| juri_ (~demo@ip70-178-4-218.ks.ks.cox.net) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| 08:32 stockholm | can i schedule a script to run for a softupdate run, and only that script? |
| 08:34 stockholm | i want to upgrade apt to its https variant |
| 08:34 stockholm | and all the package installs are only sensible to do if the new apt is installed |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 482 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| 09:05 stockholm | where is mt? |
| 09:05 stockholm | i WANT him! |
| glance (~glance@hatchepsut.acc.umu.se) left irc: Remote host closed the connection |
| ErKa (keryell@m2.wifi.enstb.org) joined #fai. |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. |
| mettler (~mettler@dsl-62-220-14-162.berlikomm.net) joined #fai. |
| 10:46 mettler | moin |
| 10:54 allee | stockholm: AFAIU every file package_config/<class> is run seperate install run. So add a class, with just installs apt-get and use it as the first CLASS in the list. |
| sep (~sep@40.211.jostedal.no) joined #fai. |
| mettler (~mettler@dsl-62-220-14-162.berlikomm.net) left irc: Quit: My damn controlling terminal disappeared! |
| 11:34 Mrfai | siretart: wie sieht es mit Ubuntu 8.04 aus. Laeuft FAI damit? Wenn nicht, was muss noch gemacht werden? Es waere gut wenn FAI darauf laufen wuerde weil das release ja auch ein LTS-Release ist. |
| 12:04 siretart | Mrfai: ja, wir haben es im prinzip zum laufen bekommen, wenn man strategisch 'wichtige' dateien aus dem nfsroot entfernt |
| 12:05 siretart | Mrfai: mein student behauptet auch das problem mit dem grub hinbekommen zu haben. wenn das stimmt, und ich den diese woche noch erwische, sollte ich diese woche noch ein gefixtes fai nach ubuntu hochschieben koennen |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| 12:55 insomnia | Mrfai: habe folgendes problem. Der fai-server läuft jetzt soweit. jetzt möchte ich wenn ich die clients über pxe boote ein auswahlmenü erhalten indem ich auswähle ob z.B. etch mit kde, etch ohne kde, lenny mit kde oder lenny ohne kde installiert werdn soll. h01ger sagte mir jetzt schon das ich das mit grub lösen könnte, jedoch finde ich den ansatz nicht |
| 12:56 insomnia | hast du da einen tip für mich |
| 13:01 allee | Mrfai, siretart: for grub I used the workaround in https://bugs.launchpad.net/ubuntu/+source/fai/+bug/187659 but this implies for now no menu.lst changes via fcopy |
| 13:07 siretart | allee: so 'update-grub -y' worked for you? |
| 13:11 Mrfai | insomnia: du hast zwei moeglichekiten. Ein Menu mit pxe bauen oder nachdem FAI lauft ein Menu mit dialog bauen. |
| 13:11 allee | siretart: -y instead of echo yes? Yes this works but also the other 4 steps described there |
| 13:12 Mrfai | insomnia: in PXE gibt es die moeglichkeit mit menu.c32 menues zu bauen |
| 13:12 allee | siretart: aber die bloeden Dual/Quad core Dell Optiplex kernel panicen nach wie vor :( Da muss ich wohl noapic etc ausprobieren ... |
| 13:13 Mrfai | insomnia: fuer ein menue mit Hilfe des befehls dialog siehe: http://www.informatik.uni-koeln.de/fai/download/developers/30menu.source |
| 13:24 insomnia | Mrfai: und wo müsste dann diese Datei hin? |
| 13:27 Mrfai | 30menu.source muss in das class/ Verzeichnis |
| 13:49 stockholm | allee: i need to add lines to apt/sources.list inbetween |
| 13:50 stockholm | allee: after the new apt is installed i need to add new repositories |
| 13:50 stockholm | before more packages can be installed |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| 13:53 allee | stockholm: after softupdate updated apt-get, you can fcopy a sources.list file (or use postinst to add them if apt-get is recent enough) |
| 14:03 stockholm | fcopy of files are after package installation task |
| 14:03 stockholm | allee: i dont understand how this could work |
| ErKa (keryell@m2.wifi.enstb.org) left irc: Remote host closed the connection |
| 14:11 allee | stockholm: hooks/instsoft.<class> ? not sure if hooks are post of pre hooks |
| 14:12 allee | stockholm: or run softupdate twice. 1st updates apt and later fcopies sources.list, 2nd used new sources.list |
| 14:16 stockholm | allee: run softupdates twice would work just fine. but how do i get it to run two different things each time? |
| 14:20 allee | stockholm: softupdate scripts should be writen: do it or if already done do nothing |
| 14:21 allee | stockholm: if it's really should only be done once: for h in host1 host2 ...; do ssh $h ...; done ;) |
| ErKa (keryell@dhcp1.info.enstb.org) joined #fai. |
| 14:26 stockholm | allee: yes (to " do it or if already done do nothing") but i would need something like "do it if new apt is there", and that in places where no scripting is possible (in package lists) |
| 14:27 allee | stockholm: check apt-get --version or dpkg -l apt-get ? |
| 14:29 stockholm | i cant check stuff in /packages/CLASS like that, can i? |
| 14:29 stockholm | allee: ^? |
| 14:30 allee | stockholm: yes, or in hooks/ or in fcopy postinst script for sources.list or .... |
| 14:31 stockholm | allee: what? how can i have checks in /packages/CLASS? (syntax?, example?) |
| 14:32 allee | stockholm: package/* are no scripts, so you can't check there |
| 14:34 allee | stockholm: have a look at the fcopy manpage for preinst postinst. I've the feeling that's the best way to do what you want. |
| 14:36 stockholm | allee: let me explain the setup: |
| 14:38 stockholm | allee: i have three repositories: a debmirror, a private repository containing an apt that can do https and is accessible via http and a private repository that is accessibly via https and contains a couple of packages i need to install on machines |
| 14:39 stockholm | allee: i want to be able to upgrade machines with softupdates to be able to pull stuff from all the repositories. |
| 14:39 stockholm | allee: the normal apt barfs if it encounters a https line in sources.list, so that must be added AFTER the new apt is installed. |
| glance (glance@montezuma.acc.umu.se) joined #fai. |
| glance (glance@montezuma.acc.umu.se) left irc: |
| glance (glance@montezuma.acc.umu.se) joined #fai. |
| glance (glance@montezuma.acc.umu.se) left irc: |
| glance (glance@montezuma.acc.umu.se) joined #fai. |
| 14:46 allee | stockholm: okay, so use a fcopy postinst script next to sources.list. Check if apt-get is recent enough and add the https:// with ainsl |
| 14:52 stockholm | and if it is not the packages from the https repository wont be found and thats that? |
| 15:04 allee | yes. No https in sources.list, no packages from this repo |
| mettler (~mettler@dsl-62-220-14-162.berlikomm.net) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| 15:30 stockholm | allee: i was more thining in terms of "no packages -> crash" vs "no packages -> so what?" |
| 15:33 allee | stockholm: show about if apg-get --version ... ; then whatever; else cp /dev/null /dev/kmem; fi # in sources.list postinst ;) |
| 15:47 stockholm | allee: i am talking about packages in package_config/CLASS that are not accessible since they are in the https repository |
| rraphink (~raphink@wormhole.x-echo.com) left irc: Ping timeout: 480 seconds |
| 16:07 slaq | hmm. i'm using the patched setup_harddisks script to install to a softraid. the installation seems to work fine but FAI doesn't install grub. anyone ever had that problem? (my google search didn't find anything useful so far) |
| 16:08 slaq | there is a file ./files/boot/grub/menu.lst/postinst which seems to be responsible for setting up grub |
| 16:08 slaq | but when is that supposed to be called? |
| 16:13 Mrfai | man fcopy |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving |
| 16:34 allee | stockholm: So use hooks/ to fcopy sources.list that includes the deb https:// entries |
| kugg (~kugg@1-1-1-48a.mdp.mlm.bostream.se) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| mettler (~mettler@dsl-62-220-14-162.berlikomm.net) left irc: Quit: My damn controlling terminal disappeared! |
| ErKa (keryell@dhcp1.info.enstb.org) left irc: Ping timeout: 480 seconds |
| 18:14 stockholm | is mt reachable? |
| ErKa (~keryell@keryell.pck.nerim.net) joined #fai. |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| juri_ (~demo@ip70-178-4-218.ks.ks.cox.net) left irc: Ping timeout: 480 seconds |
| maswan (maswan@kennedy.acc.umu.se) left irc: Ping timeout: 480 seconds |
| maswan (maswan@kennedy.acc.umu.se) joined #fai. |
| eartoast (~glaweh@ssh.physik.fu-berlin.de) joined #fai. |
| juri_ (~demo@ip70-178-238-79.ks.ks.cox.net) joined #fai. |
| juri__ (~demo@ip70-178-238-79.ks.ks.cox.net) joined #fai. |
| juri_ (~demo@ip70-178-238-79.ks.ks.cox.net) left irc: Read error: Connection reset by peer |
| juri_ (~demo@ip70-178-238-79.ks.ks.cox.net) joined #fai. |
| juri__ (~demo@ip70-178-238-79.ks.ks.cox.net) left irc: Read error: Connection reset by peer |
| kugg (~kugg@1-1-1-48a.mdp.mlm.bostream.se) joined #fai. |
| juri_ (~demo@ip70-178-238-79.ks.ks.cox.net) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| --- Wed Mar 26 2008 |