| hacman_ (~hacman@f048040085.adsl.alicedsl.de) joined #fai. |
| hacman (~hacman@g227202254.adsl.alicedsl.de) left irc: Ping timeout: 480 seconds |
| pav5088 (~Mark@ppp118-208-22-14.lns20.bne1.internode.on.net) left irc: Remote host closed the connection |
| pav5088 (~Mark@ppp118-208-22-14.lns20.bne1.internode.on.net) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| TeTeT (~spindler@91-67-105-160-dynip.superkabel.de) joined #fai. |
| goofy (~Freenode@95-89-146-66-dynip.superkabel.de) joined #fai. |
| ErKa (~keryell@APuteaux-154-1-23-76.w83-199.abo.wanadoo.fr) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving. |
| BlindBunny1 (~BlindBunn@power.informatik.RWTH-Aachen.DE) joined #fai. |
| siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. |
| ErKa (~keryell@APuteaux-154-1-23-76.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds |
| ErKa (~keryell@APuteaux-154-1-23-76.w83-199.abo.wanadoo.fr) joined #fai. |
| 11:27 BlindBunny1 | Hi! I have a script that allows for/resolves dependencies between FAI classes so class X is pulled in if class Y is present. So for example one can put generic NFS stuff into an NFS class and have v3 and v4 specific stuff in NFS3 and NFS4 classes and then let both NFS3 and NFS4 depend on NFS to pull that class in automatically. |
| 11:27 BlindBunny1 | Does that sound like something that might be useful in FAI in general? |
| 11:28 BlindBunny1 | I mean: who would I talk to to see if this could go into FAI proper? |
| Nick change: msantana_afk -> msantana |
| 12:21 hacman_ | BlindBunny1: There are already aquite a few solutions for this (not in FAI itself). e.g. http://faiwiki.informatik.uni-koeln.de/index.php/90-class-dependencies . I also think that FAI should have this functionality built-in... (we also have own scripts for that) |
| 12:25 BlindBunny1 | hacman_: oh great - another RTFW fail. I guess this is settled then - apart maybe from one more voice pro getting class dependencies into FAI proper :) |
| maxyz (~maxy@190.55.103.71) joined #fai. |
| 12:56 maxyz | Hi, I'm trying to use fai in a squeeze setup (to install squeeze clients). But update-initramfs seems to be not working inside the chroot. |
| 12:57 maxyz | Is there a known fix for this? |
| 13:03 Nic0 | AFAIK it's related to mdadm: |
| 13:03 Nic0 | http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg811312.html |
| 13:04 Nic0 | You can't remove mdadm from NFSROOT, as it's required by setup-storage |
| 13:05 Nic0 | The workaround I used for this problem, and another one related to aufs, is to install the grml kernel in the nfsroot |
| 13:06 Nic0 | http://www.mail-archive.com/linux-fai@uni-koeln.de/msg03315.html |
| 13:07 a1 | dito |
| maxyz (~maxy@190.55.103.71) left irc: Read error: Connection reset by peer |
| maxyz (~maxy@190.55.103.71) joined #fai. |
| maxyz (~maxy@190.55.103.71) left irc: Read error: Connection reset by peer |
| maxyz (~maxy@190.55.103.71) joined #fai. |
| 13:10 maxyz | Ok, I started to trace the problem, it seems to be that /var/lib/initramfs-tools is empty |
| 13:17 mikap | maxyz: you're aware of https://lists.uni-koeln.de/pipermail/linux-fai/2010-August/008209.html ? |
| 13:18 maxyz | mikap: No, of course not, I'm a new comer. :) |
| 13:23 maxyz | mikap: The work around is about a bug in aufs, but I'm having this issue while doing fai-setup |
| 13:24 mikap | maxyz: ah alright, which kernel version are you using? |
| 13:25 maxyz | In the chroot the /var/lib/initramfs-tools directory is empty. I don't really know which package should fill it. |
| 13:26 maxyz | mikap: 2.6.26-2-686 (lenny) in the host and 2.6.32-5-486 (squeeze) in the chroot |
| 13:27 mikap | maxyz: which fai version? |
| 13:28 maxyz | mikap: 3.3.5 (squeeze) |
| 13:30 mikap | maxyz: then upgrade! https://lists.uni-koeln.de/pipermail/linux-fai/2010-August/008142.html |
| 13:33 maxyz | Ok, I thought that the one in testing was the one to use. (I should have read the topic, though). My bad. |
| 13:33 maxyz | Thanks. |
| 13:51 mikap | np |
| 15:00 maxyz | mikap: The function check_nfsroot of make-fai-nfsroot, tries to check if live-initramfs is installed by checking a directory not present in the live-initramfs of squeeze. |
| 15:01 maxyz | mikap: Probably checking the existance of /usr/share/doc/live-initramfs might be a quick and dirty fix. Is that good enough? |
| 15:02 mikap | maxyz: huh, which directory are you speaking about? |
| msantana (msantana@SDF.ORG) left irc: Remote host closed the connection |
| 15:03 mikap | NFSROOT/usr/share/live-initramfs, hm |
| 15:03 maxyz | mikap: line 57 of make-fai-nfsroot: [ -d $NFSROOT/usr/share/live-initramfs ] |
| 15:04 mikap | i hate this crappy live-initramfs version from the debian-live people *hmpf* |
| 15:04 maxyz | mikap: Anyway it just reports an error, no bad consequences (I think). |
| 15:05 mikap | maxyz: but it fails at building for you? |
| 15:28 mikap | checking for /usr/share/initramfs-tools/scripts/live might be even better |
| 15:30 maxyz | mikap: It fails after creating the nfsroot successfully, I think the only thing left to do after the ERROR is to unmount. |
| 15:31 mikap | maxyz: yeah, though we've to deal with that anyway :-/ how annoying... |
| TeTeT (~spindler@91-67-105-160-dynip.superkabel.de) left irc: Quit: Leaving |
| siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Quit: Leaving. |
| 16:11 \sh | mikap, thomas still on holiday? |
| 16:11 mikap | \sh: until 5th of september |
| 16:11 \sh | ah ok :) |
| goofy (~Freenode@95-89-146-66-dynip.superkabel.de) left irc: Quit: Gettin' nuts. |
| pav5088 (~Mark@ppp118-208-22-14.lns20.bne1.internode.on.net) left irc: Read error: Connection reset by peer |
| maxyz (~maxy@190.55.103.71) left irc: Read error: Connection reset by peer |
| maxyz (~maxy@190.55.103.71) joined #fai. |
| TeTeT (~spindler@p54B0ECCD.dip.t-dialin.net) joined #fai. |
| goofy (~Freenode@95-89-146-66-dynip.superkabel.de) joined #fai. |
| maxyz (~maxy@190.55.103.71) left irc: Read error: Connection reset by peer |
| maxyz (~maxy@190.55.103.71) joined #fai. |
| goofy (~Freenode@95-89-146-66-dynip.superkabel.de) left irc: Quit: Gettin' nuts. |
| TeTeT (~spindler@p54B0ECCD.dip.t-dialin.net) left irc: Quit: Leaving |
| ErKa (~keryell@APuteaux-154-1-23-76.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds |
| maxyz (~maxy@190.55.103.71) left irc: Read error: Connection reset by peer |
| maxyz (~maxy@190.55.103.71) joined #fai. |
| maxyz (~maxy@190.55.103.71) left irc: Read error: Connection reset by peer |
| maxyz (~maxy@190.55.103.71) joined #fai. |
| \sh (~shermann@nat.de.netviewer.com) left irc: Quit: Leaving |
| ErKa (~keryell@212-198-242-212.rev.numericable.fr) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| ErKa (~keryell@212-198-242-212.rev.numericable.fr) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Quit: Leaving. |
| pav5088 (~Mark@ppp118-208-22-14.lns20.bne1.internode.on.net) joined #fai. |
| maxyz (~maxy@190.55.103.71) left irc: Ping timeout: 480 seconds |
| maxyz (~maxy@190.55.103.71) joined #fai. |
| maxyz (~maxy@190.55.103.71) left irc: Read error: Connection reset by peer |
| maxyz (~maxy@190.55.103.71) joined #fai. |
| --- Thu Sep 2 2010 |