| ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| torkel (torkel@ip64.degernas.se) joined #fai. |
| torkel (torkel@ip64.degernas.se) left irc: Quit: leaving |
| torkel (torkel@ip64.degernas.se) joined #fai. |
| 07:43 telmich | good morning |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| ErKa (keryell@keryell.pck.nerim.net) joined #fai. |
| 07:52 telmich | I'm trying to save the logfiles to a loghost, but on the installation machine it asks me to manually add the ssh-fingerprint |
| 07:52 telmich | should'n that be done via StrictHostKeyChecking no? |
| sepski (~sep@raserv.aasen.cx) left irc: Ping timeout: 480 seconds |
| teratoma (~teratoma@i.dont.get.mad.i.get.stabby.net) got netsplit. |
| teratoma (~teratoma@i.dont.get.mad.i.get.stabby.net) returned to #fai. |
| 08:10 telmich | should fai-setup or make-fai-nfsroot not add the ssh-fingerprint of LOGSERVER to nfsroot:root/.ssh/known_hosts? |
| 08:10 telmich | no, ignoring would be better...anyway |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| 08:35 oz_ | moin |
| 08:35 oz_ | h01ger: there is another lenny update issue..exim ;) |
| Action: oz_ already had lenny-fun this morning |
| Action: h01ger moins |
| 08:54 paveq | I have problem with installing kdm |
| 08:54 paveq | configure fails |
| 08:54 paveq | error is not very specific |
| 08:55 paveq | how do I debug this |
| 08:55 oz_ | error msg? |
| 08:55 paveq | post-installation script returned error |
| 08:56 oz_ | and what is this error? :) |
| 08:56 paveq | I don't know |
| 08:56 oz_ | so, find out... |
| 08:57 paveq | yes, how |
| 08:57 paveq | does aptitude leave it unpacked somewhere |
| 08:57 paveq | where are deb packages stored... |
| 08:58 paveq | I guess somewhere in /var, but didn't find them |
| 08:58 h01ger | /var/log/fai |
| 08:58 oz_ | check /var/log |
| 08:58 oz_ | software.log mostly leads to enlightenment... |
| siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai. |
| 08:59 oz_ | in /var/log/fai/*/* |
| 09:00 paveq | hmm |
| 09:00 paveq | it seems to wait input from user |
| 09:00 paveq | probably wants to ask wether to use gdm or kdm |
| 09:00 paveq | weird, since I have these in debconf: |
| 09:00 paveq | gdm shared/default-x-display-manager select kdm |
| 09:00 paveq | kdm shared/default-x-display-manager select kdm |
| 09:01 paveq | error doesn't say what it expects |
| 09:01 oz_ | paveq: to debug these issues, I log into the install client and try to install the pkg by hand... |
| 09:01 paveq | and dpkg --configure fails |
| 09:01 paveq | oz_: I'm working on client all the time :) |
| 09:01 oz_ | mostly, you need to copy a configfile to the application |
| 09:01 paveq | maybe |
| 09:02 paveq | I'm trying to find out what is wants |
| 09:02 oz_ | yes, we need to know this |
| 09:02 paveq | maybe I just don't know correct flags to dpkg.. |
| Action: oz_ changes location |
| 09:03 paveq | I guess every install in fai is configured not to ask anything |
| 09:03 paveq | if I could temporarily change that, I could answer the question and later find out what comes to debconf-get-selections |
| 09:05 paveq | hmm |
| 09:05 paveq | apparently this has to do with "kdm shared/default-x-display-manager select kdm" |
| 09:05 paveq | it seems not to override anything in the installation... |
| 09:05 paveq | get-selections actually gives gdm there |
| 09:18 paveq | works now |
| 09:20 oz_ | nice :-) |
| torkel (torkel@ip64.degernas.se) left irc: Ping timeout: 480 seconds |
| 10:08 paveq | how can I reconfigure aptitude to ask questions normally after fai install |
| 10:08 paveq | in case I want to see what questions are available and what are the defaults |
| 10:08 paveq | and how they appear in debconf |
| 10:18 oz_ | hm? |
| 10:18 oz_ | configure apt |
| 10:29 paveq | well how? |
| 10:29 paveq | dpkg-reconfigure apt? |
| 10:29 paveq | doesn't ask anything |
| 10:30 paveq | maybe something in /etc |
| 10:44 FBI | fai: 3 holger committed revision 5273 to 7 fai: * device2grub: Add /dev/i2o/hdX to the list of recognized devices. Thanks |
| 10:44 FBI | fai: to J?\195?\188rgen Kahnert for the patch. (Closes: #515101) |
| 11:22 paveq | hmm |
| 11:22 paveq | somehow correct keymap fails to come up |
| 11:24 h01ger | paveq, dpkg-reconfigure -a |
| 11:26 paveq | h01ger: I have the keymap in FAIBASE.var |
| 11:27 paveq | actually running "install-keymap fi" does nothing, even after reboot... |
| 11:29 paveq | weird, seems to be partially correct keymap |
| 11:29 h01ger | install-keymap fi-latin1 ? |
| 11:31 paveq | I will try that one too |
| 11:47 paveq | doesn't work |
| 11:47 paveq | loadkeys fi-latin1 actually does load the layout |
| 11:47 paveq | but.. somehow its still wrong |
| 11:47 paveq | also, missing all locales except POSIX and C |
| 11:47 h01ger | dpkg-reconfigure locales |
| 11:48 h01ger | or, apt-get install locales-all ;) |
| 11:49 paveq | h01ger: but how to do with fai? |
| 11:49 paveq | FAIBASE debconf-file seems to contain locale lines |
| 11:49 paveq | but they also seem not to work |
| 11:50 paveq | oops, I might have a typo there :) |
| 11:51 h01ger | dpkg-reconfigure locales ; debconf-get-selections |grep locales > $file ; #put $file into faiconfigdir/debconf/CLASSNAME |
| 11:57 paveq | hmm, this keymap issue is weird |
| 11:58 paveq | correct keymap is actually loaded |
| 11:58 paveq | but few keys won't work right |
| 11:58 paveq | standard finnish keyboard |
| 11:59 paveq | like keycodes are wrong or something |
| 12:03 paveq | ah |
| 12:03 paveq | its /etc/console/boottime.kmap.gz |
| 12:04 paveq | it needs to be correct, or even loadkeys won't fix i |
| 12:04 paveq | it |
| 12:07 paveq | so the line "$ROOTCMD install-keymap $KEYMAP || true" probably does not get executed properly for some reason |
| 12:40 paveq | install-keymap in chroot fails with "cannot open file latin-fi1" |
| 12:41 paveq | nevermind |
| 12:41 paveq | typo again |
| 12:41 h01ger | but works outside? |
| 12:43 paveq | it works |
| 12:43 paveq | boottime.kmap.gz is the right one |
| 12:51 paveq | h01ger: the size of boottime.kmap.gz is different when its generated by dpkg-reconfigure console-common |
| 12:52 paveq | smaller |
| Action: h01ger has no idea about boottime.kmap.gz |
| 12:54 paveq | something must go wrong when its generated at install |
| 12:54 paveq | I will try to copy working one as workaround with fcopy for now |
| jstein (~jstein3@cip1.ph-cip.uni-koeln.de) joined #fai. |
| 14:05 jstein | ian-live |
| felix (~felix@brln-4dba3015.pool.einsundeins.de) joined #fai. |
| 15:05 felix | hi, i have hhere a new fai server. the local debian mirror ist on the same computer. is there a way to config the variable FAI_DEBOOTSTRAP in make-fai-nfsroot.conf like file:/........ like in the sources.list? |
| 15:12 h01ger | oz_, the tls config snipplets yesterday, dont they just disable ssl?!? |
| 15:12 h01ger | felix, yes. just use the normal synatx |
| 15:18 felix | i configured it like that FAI_DEBOOTSTRAP="lenny file:/files/scratch/debmirror/" , but it won't build the NFSROOT. It failes with the message E: Failed getting release file file:/.......... and chroot: cannot run comand 'apt-get': No such file or directory |
| 15:18 h01ger | "lenny file:/files/scratch/debmirror/" looks definitly wrong. "deb file:/files/scratch/debmirror/" or even without the deb |
| 15:19 h01ger | just like you'd put file sources into sources.list |
| 15:21 felix | okay, thx, that works better :) |
| 15:22 oz_ | h01ger: nope, afaik not |
| 15:22 oz_ | but I'll check this |
| 15:27 felix | okay, it works better, but not good. now it tells me: Calling debootstrap ....... , and then this: E: No such script: /usr/share/debootstrap/scripts/deb |
| 15:30 felix | and also the same chroot error |
| 15:31 felix | does somebody know why? |
| 15:43 felix | or does anybody know an other way how i can try it? |
| sepski (~sep@raserv.aasen.cx) joined #fai. |
| 15:55 h01ger | felix, is that etch or lenny? it smells a bit like a broken mirror |
| Administrador (~gilbertog@200.55.182.62) joined #fai. |
| Nic0 (courtel@fw.tls.cena.fr) left #fai. |
| 15:59 felix | @ h01ger: its an lenny mirror and server, i don#t think its broken. but how can i test it? |
| 15:59 luk_work | felix: it tries to install deb instead of lenny |
| 16:01 luk_work | debootstrap lenny file://files/scratch/debmirror/ might work |
| 16:01 luk_work | so you might want to try FAI_DEBOOTSTRAP=" lenny file://files/scratch/debmirror/" AFAICS |
| 16:02 felix | looks good, something works. i had it too much like a sources.list |
| 16:02 felix | yes, thanx luk_work and h01lger |
| 16:02 luk_work | np |
| 16:02 felix | and all the other, maybe i will come back ;) |
| 16:04 h01ger | :) |
| rgsteele||work (~ryan@75.147.74.137) joined #fai. |
| Administrador (~gilbertog@200.55.182.62) left irc: Remote host closed the connection |
| felix (~felix@brln-4dba3015.pool.einsundeins.de) left irc: Quit: Verlassend |
| 17:24 vca | hi. I was using fai-cd before lenny went stable w/ no problems. some time after the lenny stable release, fai-cds stopped booting. I had to add aufs to modules and fai-chboot by hand to get the ISO image to work. |
| 17:25 vca | not sure if that's normal. it wasn't the case previously |
| 17:25 h01ger | thomas build images and put them on http://www.informatik.uni-koeln.de/fai/fai-cd and he didnt report any problems.. |
| 17:29 vca | i'm not totally clear what happened exactly. I didn't have live-initramfs installed before and the images made by fai-cd seemed to work. some time after I dist-upgraded I got the "missing scripts/live" error which tipped me off to the missing initramfs-live and then realized aufs module wasn't loading |
| 17:30 vca | I'll give it a try on a fresh lenny install, maybe something in the upgrade confused it? |
| 17:33 h01ger | probably |
| 17:33 vca | thanks tho, i just figured i'd make mention of it just in case |
| 17:34 vca | I don't know what i'd do without precious FAI :) waste a lot of time doing things manually probably, or getting interns to do it, hehe |
| siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| fxcp (~ctp@brsg-d9beee47.pool.mediaWays.net) joined #fai. |
| 18:37 fxcp | close |
| formorer (formorer@ruprecht.snow-crash.org) left irc: Remote host closed the connection |
| formorer (formorer@ruprecht.snow-crash.org) joined #fai. |
| jstein (~jstein3@cip1.ph-cip.uni-koeln.de) left irc: Quit: Leaving |
| Shingoshi (~Shingoshi@c-98-246-122-42.hsd1.or.comcast.net) left irc: Remote host closed the connection |
| rgsteele||work (~ryan@75.147.74.137) left irc: Remote host closed the connection |
| Shingoshi (~Shingoshi@c-98-246-122-42.hsd1.or.comcast.net) joined #fai. |
| torkel (torkel@ip64.degernas.se) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| --- Sat Feb 21 2009 |