[00:48] incognitu (incognitu@nettuning.nl) left irc: Ping timeout: 480 seconds [08:07] msc (~msc@gw2.cgn3.hosteurope.de) joined #fai. [08:25] allee-k (~allee-k@p54A43473.dip.t-dialin.net) joined #fai. [08:30] Nabilou (~Nabilou@mail.sysun-technologies.com) joined #fai. [08:53] Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. [09:18] verwilst (~verwilst@77.73.176.113) joined #fai. [09:38] ErKa (~keryell@APuteaux-154-1-20-247.w83-199.abo.wanadoo.fr) joined #fai. [09:41] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. [12:14] ErKa (~keryell@APuteaux-154-1-20-247.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds [13:00] faibot joined #fai. [13:02] MrCatEye (~me@office.metaversum.com) got netsplit. [13:02] Adri2000 (~adri2000@88.165.188.51) got netsplit. [13:02] uchimata (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) got netsplit. [13:03] glance_ (~glance@kennedy.acc.umu.se) joined #fai. [13:03] eartoast_ (~glawe@login.physik.fu-berlin.de) joined #fai. [13:03] Adri2000 (~adri2000@88.165.188.51) returned to #fai. [13:03] MrCatEye (~me@office.metaversum.com) returned to #fai. [13:03] uchimata (~uchimata@HSI-KBW-078-043-160-035.hsi4.kabel-badenwuerttemberg.de) returned to #fai. [13:06] pjustice (~pjustice@yagi.h-net.msu.edu) left irc: Ping timeout: 480 seconds [13:08] pjustice (~pjustice@yagi.h-net.msu.edu) joined #fai. [13:09] sep (~sep@40.211.jostedal.no) joined #fai. [13:46] ErKa (~keryell@APuteaux-154-1-20-247.w83-199.abo.wanadoo.fr) joined #fai. [13:55] MrCatEye (me@office.metaversum.com) left #fai. [14:02] MrCatEye (~me@office.metaversum.com) joined #fai. [14:10] MrCatEye (me@office.metaversum.com) left #fai. [14:29] guys, which script, settings, etc... is responsible for grub's menu.lst ? My Problem is that amd64 was installed correctly, but there is nothing in grub's menu except "memtest86+" -- I can't boot my newly installed system. Nevertheless everything, including menu.lst was correct for i386 . [14:33] It's ./examples/simple/files/boot/grub/menu.lst/postinst and the script update-grub [14:40] serge: grep -ir grub /srv/fai/config [14:40] serge: however, i suspect your problem is actually that you did not install a kernel [14:40] serge: check software.log and search for linux-image [14:41] Yes, I did for both i386 and amd64 . But I guess there is something is misconfigured for amd64... [14:44] because my server system is amd64, and when I was trying to do fai-setup -v there was a problem -- by default the fai was still configured for i386 kernel, so I had to fix it in make-fai-nfsroot.conf --> KERNELPACKAGE=/usr/lib/fai/kernel/linux-image-2.6.18-fai-kernels_1_amd64.deb [14:45] ..well now I look at fai_3.3.2.tar.gz ...probably will try to build *.deb pkgs for Etch... [14:46] serge: check software.log and search for linux-image [14:46] ok.. [14:46] thnx [14:48] The variable KERNELPACKAGE is not used any more (since 3.2). [14:48] mgoetze: software.log is on the newly installed system?.. Well, first I need to find the way to boot it.. :) or to have access to the disk content someway [14:49] in Etch it's v. 3.1.x [15:00] oh right you're the person still using etch. sorry, i'm not really interested in supporting that [15:01] you'll have to make do with the hint that i suspect you didn't install a kernel, and figure it out yourself ;) [15:01] ok one more hint: you can add sshd or createvt to FAI_FLAGS to aid in debugging... [15:46] didn't run etch out of security support these days? [15:47] yep. [15:48] And there's no FAI and etch support from my site any more. [15:48] But I can give commercial support how to upgrade FAI to lenny ;-) [15:50] Nabilou (~Nabilou@mail.sysun-technologies.com) left irc: Ping timeout: 480 seconds [15:50] hehe [15:51] Mrfai: is FAI part of you phd thesis or sth like that? [15:52] no. It's part of my research and work (without creating a phd) [15:53] uchimata: Did you already fill out the FAI questionnaire? [15:56] Mrfai: aye [15:56] Mrfai: alright, I'm sorry for not knowing anything about your person, just always read the uni-koeln url ;) [15:58] aye = yes? [15:59] hm... seems to be too underground ;) aye = yes, aye [15:59] ok, fine [16:00] I'm that uni-mannheim guy ;) [16:01] ok. I have to add your questionnaire to the official list. But not today. That will be done next week. [16:02] don't hurry... [16:04] Nabilou (~Nabilou@mail.sysun-technologies.com) joined #fai. [16:15] there are some reasons why we didn't switch to Lenny yet.. sorry :( ANd I don't ask for too much support. Just give me a clue... Well, I've mounted the hdd f [16:15] of the broken system: [16:15] shell.log: ERROR: No kernel was installed. Have a look at shell.log [16:16] have a look at software.log [16:16] software.log: Couldn't find any package whose name or description matched "linux-image-486" [16:17] it is... [16:17] it was amd64 OS installation [16:18] so you only have to fix this [16:18] there are similar configs for i386 and yesterday it worked OK [16:18] yes [16:20] i grepped the configs and I'm a little bit confused where to change this string?.. because I see it in several different places [16:22] ./config/package_config/DEFAULT or FAIBASE ? [16:25] apparently it should be FAIBASE, so how must it look like for amd64 "linux-image- ??? " linux-image-2.6-amd64 ? [16:26] In FAI >3.3 it's in DEFAULT. Don't know were it was in older versions. [16:26] There it's: [16:26] PACKAGES aptitude AMD64 [16:26] linux-image-amd64 [16:26] memtest86+ [16:26] But package names for etch may be different [16:26] Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving [16:31] Nabilou (~Nabilou@mail.sysun-technologies.com) left irc: Quit: Quitte [16:52] Mrfai: well, I've just fixed it somehow ;) Thanks to everybody for participation. It's time to continue reading the docs to develop an installation for production use. [16:53] and my LAN debmirror worked fine too [16:59] it's sorry that 3.3.2 is bonded to the latest version (...>=7) of debhelper . It would be nice to backport this package for older Debian systems. I see there are a lot of people who is still using even Sarge (!) [17:13] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Quit: Leaving. [17:32] verwilst (~verwilst@77.73.176.113) left irc: Quit: Ex-Chat [18:34] Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving. [19:12] ErKa (~keryell@APuteaux-154-1-20-247.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds [19:19] pysik_newbee (~pysik_new@f053077198.adsl.alicedsl.de) joined #fai. [19:19] schšnen guten abend leute [19:19] hab da mal ein anliegen [19:20] weiss einer ob es eine software gibt mit deren hilfe man eine flŠche rotieren lassen kann um eine achse und das somit entstande volumen bestimmen kann? [19:23] pysik_newbee: EWRCHANNEL [19:30] ewrchannel? da kann mir geholfen werden? [19:44] pysik_newbee (~pysik_new@f053077198.adsl.alicedsl.de) left irc: Quit: Leaving [19:56] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [21:38] guys, this line " logical / 1500- rw,errors=remount-ro ; -m 5 reiser " is not good for ReiserFS. Where can I consult for appropriate parameters, or pls give me a quick fix if you can. Thanks. [21:39] I meant correct mount options [21:47] serge, do you live in a museum? ;) [21:47] etch, setup_harddisks and reiserfs, what a horrible combination [21:49] reiserfs is an excellent fs, way much more reliable then ext3. FAI on my Etch amd64 now is fixed and working.. [21:50] reiserfs is history, even suse stopped using it [21:50] I think I'll make reiser working ... Doesn't matter, it's excellent code [21:51] have a nice weekend! [21:53] serge (~serge@g25-110.citenet.net) left irc: Quit: Leaving [22:42] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving. [23:00] allee-k (~allee-k@p54A43473.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [00:00] --- Sat Jan 23 2010