[06:34] Nick change: \sh_away -> \sh [06:54] <\sh> moins [07:04] \sh: may I ask you for you notes how to install Suse with FAI? [07:04] moin, btw :) [07:11] meandtheshel1 (~markus@85.127.114.183) joined #fai. [07:32] <\sh> oz: first part is written on http://www.sourcecode.de/install_sles_with_fai [07:34] thx a lot [07:45] Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. [07:49] ErKa (keryell@m6.wifi.enstb.org) joined #fai. [08:01] hm. a question aside of fai [08:02] is it possible to allwo scp but not ssh with login to a host? [08:02] yep. hav a look at package scponly [08:03] and http://www.debian-administration.org/articles/94 [08:05] thx ! [08:06] moin [08:43] <\sh> Bluemoon: habt ihr die sles9 mit updates gekauft? [08:44] <\sh> Bluemoon: wenn ja, dann hast du doch einen novell ics login mit download funktion fuer die updates... [08:45] <\sh> Bluemoon: ich hab hier ein kleines script geschrieben, welches die downloads der updates automatisieren sollte...aber irgendwo ist novell kaputt oder mein script... [08:45] <\sh> Bluemoon: ich koennte dir das script mal rueberschicken, und du koenntest das mal testen ;) [08:47] sh, ich denke das wir das mit updates gekauft haben [08:47] sh, schick mal her dat ding :) [08:53] <\sh> Bluemoon: http://www.sourcecode.de/node/10 :) [08:53] <\sh> Bluemoon: start it with ./getUpdates.pl [08:55] sh, thx [08:55] versuche ich mal ; [08:55] <\sh> ich wechsel mal meinen standort...bis nachher [08:55] huch [08:55] :) [08:55] Nick change: \sh -> \sh_away [09:08] paljas (~paljas@sarastro.cs.uu.nl) joined #fai. [09:16] sergej (~kvirc@130.75.117.106) joined #fai. [09:17] hallo an alle [09:17] baldy (baldy@baldy.biz) left irc: Quit: kernel update [09:22] How to solve the fai/ubuntu /var/run/network (tmpfs) problem? Adding "mkdir -p $target/var/run/network" to scripts/FAIBASE/30-interface does not seem to work. [09:46] Nick change: \sh_away -> \sh [10:49] paljas: probably you must do it _before_ the disks are fully mounted [10:50] or do it like i describe in my post to the thread "Re: fai-multi-distribution with Ubuntu support released" on the mailing list [10:50] (which includes unmounting /var before creating the directory - the network sudir must exist on the / partition! [10:51] I'm not sure if and where one could make the dir before all filesystems are mounted, have to look sources or ask Mrfai when the filesystems are mounted... [10:51] probably directly after being created, then you have no chance and must stick to my hack [10:52] maybe ubuntu does not like it at all that /var is a seperate partition? [10:52] if yes, then blame ubuntu for doing such nasty things [10:52] Mrfai: no, it works fine when you use their installer... [10:54] They just build a tmpfs there, and they have a comment in their init scripts that they need the /var/run/network, but stupid enough, they don't just check and create it exactly where this comment is :) [10:54] but, yes, it's nasty :) (the n was just for the question if they like this partition por not) [10:55] Mrfai: whyt do you say - where are the fs mounted? can there be a hook between disk formatting and mounting? [10:55] s/whyt/what/ [10:57] task_mountdisks is doing the stuff [10:58] yes there can be a hook between the two tasks [11:04] ah, cool [11:10] <\sh> Bluemoon: and ? did you try it ? [11:11] sh, ja, aber bei meinem account haut was nicht hin [11:11] sh,

You do not have the correct privileges to download the file.

[11:11] <\sh> Bluemoon: dann hast keinen commercial support denke ich [11:11] <\sh> Bluemoon: in deinem profile muss eine update lizenz mit drin sein ;) [11:13] hm :) [11:14] products and subscriptions Total: 12 Active: 12 [11:14] <\sh> hmm... [11:14] systems Total: 1 Active: 1 [11:14] <\sh> ./getUpdates.pl ? [11:14] jepp [11:15] dann kommt diese fehlermeldung von oben [11:15] <\sh> und auf der seite http://support.novell.com/linux/psdb/x86_64SUSESLES9.html kannst dir die updates durchklickern und auch downloaden fuer sles9? [11:15] klickern ja, aber nicht downloaden [11:15] <\sh> hmmm....dann stimmt was nicht [11:15] <\sh> mit dem account...strange... [11:15] die suse-saecke wieder :) [11:17] <\sh> also hier faengt er wenigstens an downzuloaden und laesst mich dann nicht mehr...als ob er sein cookie verliert...aber mit wget und curl genau die gleiche geschichte [11:21] baldy (baldy@baldy.biz) joined #fai. [11:29] lazyb0y: I tried your 50-var-run-hack, but it does not seem to work here. Maybe I don't understand it. It still have no /var/run/network after the final reboot. How is this going to work anyway, as /var/run is recreated every boot? What do you mean with "the network sudir"? [11:38] <\sh> paljas: it just says, that it need /var/run without mounted tmpfs during boottime, because at least one script checks against /var/run/ [11:39] <\sh> it needs to be available in /var before even coming up completly [11:39] <\sh> so, the script creates the dir .. to need to be created it needs to have an unmounted /var tmpfs (if var is a separate partition) [11:41] <\sh> I hate kernel maintaining [11:42] paljas: hmm, maybe a mkdir /var/run/network is also missing there? [11:43] paljas: and you use the complete script, including the unmount/mount stuff before and after mkdir? [11:43] yes: $ROOTCMD umount /var ; $ROOTCMD mkdir /var/run ; $ROOTCMD mount /var [11:44] you mean missing in 50-var-run-hack ? [11:45] <\sh> $ROOTCMD mkdir -p /var/run/network [11:45] I'll try that. [11:47] paljas: yes. even if it looks as I don't need it, for me the scripts works, for dapper [11:47] I'm doing 7.04 [11:48] that might be different... they seem to keep adding hacks that make our life hard :) [12:05] im running in last http://www.acc.umu.se/~glance/98-var-run-lock [12:08] "$ROOTCMD mkdir -p /var/run/network" in 50-var-run-hack does not seem to help :-( [12:08] <\sh> http://theinvisiblethings.blogspot.com/ very good [12:10] paljas: you need to do it on the root fs. [12:10] not on te /var fs [12:14] glance: sorry, I don't understand. "on the root fs"? [12:15] paljas: the fs that / resides on. [12:15] not the fs that mounts as /var/ [12:17] Yes, i know what root fs is. But you mean as a cwd? The $target root or the root at installtime? [12:19] O, now I see your 98-var-run-lock link. Will try that. [13:04] Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving [13:05] Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. [13:18] 98-var-run-lock does not work. I also tried: $ROOTCMD mkdir -p $target/var/run ; $ROOTCMD mkdir -p $target/var/lock No go. Whatever I do, while rebooting, the client says: /var/run does not exist, skip mounting. Idem /var/lock [13:19] h01ger: do you have any rpm related patches anywhere? [13:19] Note that networking is working fine while installing. I can ssh to the client just fine. [13:19] lazyb0y: bitte den neuen people branch ins wiki eintragen [13:20] Mrfai, people/h01ger/softupdate-git-rpm - but its not really patches, i mostly just commented stuff out. [13:26] h01ger: I still believe you never committed this stuff. see http://svn.debian.org/wsvn/fai/people/h01ger/softupdate-git-rpm/bin/install_packages?op=file&rev=0&sc=0 [13:26] there are no calls to dpkg and includes of the apt perl stuff commented out... [13:37] Is there ueberhaupt anyone who has succesfully installed a networking ubuntu 7.04 client with fai?? [13:39] Is there ueberhaupt anyone :) [13:39] paljas: yes, some did it [14:05] Nick change: \sh -> \sh_away [14:08] MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. [14:24] lazyb0y, http://wiki.debian.org/DebianEdu/HowTo/Debian2DebianEdu is almost complete now :) [14:24] looking into the svn issue now... [14:29] Mrfai, lazyb0y, commmited as r4371 [14:29] please excuse me. i think i didnt really want to commit this lame hack.. [14:31] DonDiego (~diego@cerebus.informatik.RWTH-Aachen.DE) joined #fai. [14:31] hi [14:32] MT (~MT@dove.informatik.tu-muenchen.de) left irc: Ping timeout: 480 seconds [14:54] MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. [15:09] i have a question about the install kernel [15:10] it's located in /srv/tftp/fai/vmlinuz-install [15:11] and IIUC make-fai-nfsroot should update it when run [15:11] according to what i define in /etc/fai/make-fai-nfsroot.conf [15:13] but when i rerun make-fai-nfsroot, the image is not changed.. [15:16] yes, it should do this, if the DHCP setup is also made (that's the default). Try make-fai-nfsroot -v and maybe -k or -K. [15:16] Action: Mrfai is looking at the HOST/HOSTNAME problem [15:17] -K helped [15:18] hmmm [15:20] DonDiego: This will change with FAI 3.2. See #431613 [15:32] the weirdest thing is happening.. [15:32] i netboot fai as usual [15:32] the machine gets the kernel image from tftp [15:33] and then it does not start the fai installation [15:33] but runs init scripts instead [15:33] your nfsroot is broken. [15:33] i rebuilt it a trillion times with make-fai-nfsroot already .. [15:33] check this: [15:33] suenner[~]> ls -l /srv/fai/nfsroot/etc/init.d/rcS [15:33] lrwxrwxrwx 1 root root 13 2007-05-11 12:21 /srv/fai/nfsroot/etc/init.d/rcS -> /usr/sbin/fai [15:34] if rcS is not a symlink, your nfsroot is broken [15:34] it is not a symlink.. [15:34] hmmm [15:36] Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving [15:36] Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. [15:42] hmmm [15:42] i moved away the nfsroot [15:42] reran make-fai-nfsroot [15:42] and rcS is not a symlink [15:43] something is fishy [15:50] wtf.. [15:51] it seems not all of the packages from /etc/fai/NFSROOT were installed into the nfsroot ... [16:00] DonDiego: check the sources in make-fai-nfsroot.conf [16:00] or is that already out of date? [16:01] isn't it /etc/fai/apt/sources.list? [16:01] ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds [16:04] MT (~MT@dove.informatik.tu-muenchen.de) left irc: Ping timeout: 480 seconds [16:22] hmmm [16:22] is there an option for setup_harddisks so that it creates a partition without formatting it? [16:25] sanso (~sanso@d213-101-247-12.cust.tele2.de) joined #fai. [16:28] DonDiego: preserve [16:28] Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving [16:30] Mrfai (~lange@xdsl-81-173-230-148.netcologne.de) joined #fai. [16:31] Mrfai (~lange@xdsl-81-173-230-148.netcologne.de) left irc: [16:32] Mrfai (~lange@xdsl-81-173-230-148.netcologne.de) joined #fai. [16:42] does preserve create a partition if it does not exist? [16:42] i mean [16:42] does setup_harddisks create a partition if preserve is specified? [16:42] yep [16:42] AFAIK ;-) [16:46] MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. [16:53] ErKa (keryell@keryell.pck.nerim.net) joined #fai. [17:00] MT (~MT@dove.informatik.tu-muenchen.de) left irc: Ping timeout: 480 seconds [17:01] h01ger: cool, will test it ASAP(which is sometime next week, after finishing the rhel stuff...) [17:05] lazyb0y: ich versuche mich an dem HOST/HOSTNAME problem [17:05] stimmt es das es in FAI 3.1.8 alles ok lief? Ich meine mit dirinstall? [17:09] Mrfai: ja, definitiv, hundert mal probiert [17:09] Mrfai: siehe bugreport, es ist letztendlich die if bedingingung, die du in fai-class rausgenommen hattest [17:10] ok schau ich mir nochmals an [17:10] wenn die nicht da ist, wird HOSTNAME immer von uname gesetzt, und das ist doof [17:11] ja, ich denke auch es sollte niergends uname aufgerufen werden um den hostnamen zu bestimmen. DAs kann bei dirinstall nur in die Hose gehen [17:13] Mrfai: genau, wenn man das uname ding sicher nirgends braucht, ist die einfachste lsung, diese zeile einfach wegzuschmeissen [17:16] ich werde versuchen uname rauszuschmeissen und nur noch HOSTNAME zu nutzen. Muss nur schauen ob das setzen von HOSTNAME auch an kindprozesse ordentlich weitergegeben wird [17:18] komisch fai-savelog hat auch noch einen `hostname` aufruf drin. Der macht doch sicherlich auch probleme. [17:27] bye [17:27] thanks for the help [17:27] DonDiego (~diego@cerebus.informatik.RWTH-Aachen.DE) left irc: Quit: home [17:30] Mrfai: hmm, weiss nicht genau, wie die savelog funktionieren, aber ich habe ja auch schon einen wischlist bug gefilet, dass die logs unter dem namen des hosts gespeichert werden, auf dem man dirinstall ausfuehrt, statt unter dem -u argument von dirinstall... [17:32] lazyb0y: wenn ich fai-savelog richtig lese sollte das jetzt schon passieren. Wegen: HOSTNAME=`hostname` [17:53] Mrfai (~lange@xdsl-81-173-230-148.netcologne.de) left irc: Read error: Connection reset by peer [17:59] Mrfai (~lange@xdsl-87-78-46-14.netcologne.de) joined #fai. [18:00] da bin ich wieder [18:02] katze hatt wohl das kabel rausgezogen [18:03] *ggg* [18:03] hast eine oder mehrere? [18:04] und: du brauchst screen beim ircen... [18:06] allee (~ach@lapex-mcallee.mpe.mpg.de) left irc: Remote host closed the connection [18:08] oz_: mehrere, aber nur eine laueft immer ueber das notebook. screen find ich nicht so schoen. Will nur online sein wenn ich auch da bin. Mostly. [18:09] re [18:15] Mrfai: fändest du es nicht praktisch, manchmal was nachlesen zu können? [18:16] nein. Ich habe schon so viel zu viel zu bearbeiten. Ausserdem gibt es ja die IRC logs. [18:17] gibt es denn einen ueberblick, wieviel leute an FAI/Suse arbeiten und mit welchen suse-versionen? [18:19] Mrfai: ja, ich habe mich falsch ausgedrueckt, also, dass sie unter dem namen von -u gespeichert werden, ist erwuenscht, tatsache ist aber, dass sie unter dem hostname des rechners gespeichert werden, auf dem ich fai dirinstall starte [18:20] ok, wird geaendert. Soon. [18:20] keine eile, ich weiss es ja :) fuer andere koennte es nervig sein :) [18:20] das mit dem hostname ist schlimmer... [18:21] sollte jetzt gefixt sein. Ich habe nur fai-class geaendert. das fai skript selber konnte so bleiben [18:21] Action: Mrfai testet gerade dirinstall [18:23] dann muss ich meinen rhel branch morgen ja nochmal anlegen :) noch hab ich da nix gemacht... [18:25] wir sollten uns mal auf eine fai version einigen, und die nie wieder aendern! [18:28] Aber dann wird mir ja ganz langweilig ;-) [18:28] lazyb0y: fai-savelog ist nun gefixt [18:29] wenn Du so weiter machst, muss ich heute noch schnell ein paar bugs finden... [18:30] befor du die findest habe ich die schon gefixt [18:30] hehe [18:30] oh, jetzt habe ich so viel gefixt, und keine closes: #... in die commit message geschrieben. Sorry [18:31] kommt aber ins changelog rein. und svn-trunk tag gibt es gleich auch fuer diese Bugs. [18:32] meinerseins (~michael@e176095022.adsl.alicedsl.de) joined #fai. [18:36] lazyb0y: ist #429733 und #429553 sind doch irgendwie das gleiche. Oder sehe ich da etwas nicht? Auf jeden Fall sind die IMO jetzt behoben durch den fix an fai-savelog [18:36] meinerseins (~michael@e176095022.adsl.alicedsl.de) left irc: [18:40] Mrfai: hmm, der eine ist fuer die location auf dem target chroot, der andere fuer die location auf dem host, auf dem man dirinstall ausfuehrt [18:41] ok [18:41] ich schau nochmals [18:41] wenn du meinst, dass beides nun geht, mach zu. wie ich es verstanden habe, hast du jetzt aber eher 429733 gefixt [18:42] der ist auch eher der wichtigste [18:42] ja. aber ich schau auch mal nach 429553 [18:42] gucke gerade den spottify talk von der debconf, der macht ja auch werbung fuer fai [18:43] Mrfai: BTW, die XENU klasse, die ich dir eute geschickt habe: die paketliste ist noch nach rhel und DEFAULT_DEBIAN getrennt, du willst fuer die simple examples wohl einfach nur die debian packages nehmen?! [18:45] yep, ware gut [18:46] ware gut? [18:46] ah, waere gut, wenn ich dir das nochmal gefixt schicke! :) [18:47] ja, mach ich morgen... [18:48] ok [18:48] fuer heute ist's gut jetzt - bis dennsen! [18:50] sanso (~sanso@d213-101-247-12.cust.tele2.de) left irc: Ping timeout: 480 seconds [18:50] tschau. Ich mach noch etwas weiter [18:53] allee (~ach@lapex-mcallee.mpe.mpg.de) joined #fai. [19:52] allee (~ach@lapex-mcallee.mpe.mpg.de) left irc: Remote host closed the connection [20:15] kugg (~kugg@90-227-248-186-no120.tbcn.telia.com) joined #fai. [20:18] hi [20:29] ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds [20:50] Mrfai (~lange@xdsl-87-78-46-14.netcologne.de) left irc: Quit: leaving [20:52] allee (~ach@lapex-mcallee.mpe.mpg.de) joined #fai. [22:48] meandtheshel1 (~markus@85.127.114.183) left irc: Quit: Leaving. [22:54] allee (~ach@lapex-mcallee.mpe.mpg.de) left irc: Ping timeout: 480 seconds [23:11] allee (~ach@lapex-mcallee.mpe.mpg.de) joined #fai. [00:00] --- Thu Jul 5 2007