| ErKa (keryell@173-228-88-116.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds |
| ErKa (keryell@173-228-88-116.dsl.dynamic.sonic.net) joined #fai. |
| ErKa (keryell@173-228-88-116.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds |
| ErKa (keryell@173-228-88-116.dsl.dynamic.sonic.net) joined #fai. |
| jonas (~jonas@117.204.64.7) joined #fai. |
| Nick change: jonas -> Guest14138 |
| Nick change: Guest14138 -> jonas |
| jonas (~jonas@117.204.64.7) left irc: Remote host closed the connection |
| shod (~shod@ip-109-47-246-86.web.vodafone.de) joined #fai. |
| sneumann (~sneumann@pD9FEB72E.dip.t-dialin.net) joined #fai. |
| sneumann (~sneumann@pD9FEB72E.dip.t-dialin.net) left irc: Ping timeout: 480 seconds |
| _julian (~quassel@hmbg-5f77c7b7.pool.mediaWays.net) joined #fai. |
| _julian_ (~quassel@hmbg-4d06ead2.pool.mediaWays.net) left irc: Ping timeout: 480 seconds |
| _julian_ (~quassel@hmbg-4d06fa85.pool.mediaWays.net) joined #fai. |
| _julian (~quassel@hmbg-5f77c7b7.pool.mediaWays.net) left irc: Ping timeout: 480 seconds |
| shod (~shod@ip-109-47-246-86.web.vodafone.de) left irc: Quit: Leaving. |
| shod (~shod@ip-109-47-246-86.web.vodafone.de) joined #fai. |
| \sh (~sadig@nat.de.netviewer.com) joined #fai. |
| sneumann (~sneumann@router-sub.ipb-halle.de) joined #fai. |
| ErKa (keryell@173-228-88-116.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds |
| pav5088 (~Mark@ppp118-208-12-216.lns20.bne1.internode.on.net) left irc: Remote host closed the connection |
| fonk (~fonk@unforgotten.de) joined #fai. |
| 08:21 fonk | Hi! Is there any supported way to rollout different debian releases with one fai installation? |
| 08:22 oz_ | http://wiki.fai-project.org/wiki/FAI_multi-distribution |
| 08:22 oz_ | hth |
| 08:23 fonk | ah, thank you |
| 08:49 fonk | they're talking about a basefiles folder... in version 3.2.17 from debian lenny, there is no such folder. does anyone know in which version it got introduced? do i need 3.4.7 (as in squeeze) or even 3.4.8 as mentioned in the howto? |
| 08:50 oz_ | just "basefiles", not "basefiles folder" |
| 08:50 oz_ | /srv/fai/nfsroot/live/filesystem.dir/var/tmp/base.tgz |
| 09:04 fonk | ah okay.. i begin to understand... but how does fai select the right basefile? is this all done in config-space or do i need a minimum version of fai for this? |
| 09:06 fonk | i want to achieve that i can install lenny and squeeze with one fai installation, but my fai server is currently on lenny (with the debian packaged version of fai) |
| 09:14 oz_ | read the documentation. it's described there. it's selected by the fai classes. |
| 09:14 oz_ | https://lists.uni-koeln.de/pipermail/linux-fai/2011-September/009243.html |
| jonas (~jonas@117.204.70.121) joined #fai. |
| Nick change: jonas -> Guest14159 |
| 09:36 fonk | oz_: yes, sure. i didn't mean how _i_ select the basefile, i wanted to know if the fai script selecing the basefile is in the config-dir (so i can use it with any fai version) or if it's in the program scripts (so i need a special minimun version). but as i see, thomas announced "that FAI now can install and configure CentOS |
| 09:36 fonk | and Scientific Linux Cern" on 15.11.2011, so i think a recent version is needed |
| Guest14159 (~jonas@117.204.70.121) left irc: Ping timeout: 480 seconds |
| 09:37 fonk | perhaps even 3.4.8 as mentioned in the document - so can't use it with the lenny packaged version of fai |
| coda (~coda@dhcp113-33.satec.es) joined #fai. |
| \sh (~sadig@nat.de.netviewer.com) left irc: Remote host closed the connection |
| 12:39 sneumann | Hi I am just installing a few more blades, using a FAI configuration previously known to work, based on 4.0~beta2+experimental51 (yes, rather old I confess) |
| 12:39 sneumann | Nevertheless |
| 12:42 sneumann | Problem is the nodes have eth0 (normal network) and eth1 (nfs storage network). After booting, only eth1 is configured, and there we don't have DNS configured. |
| 12:42 sneumann | Any way to force FAI to configure both ethX ? |
| pav5088 (~Mark@ppp118-208-12-216.lns20.bne1.internode.on.net) joined #fai. |
| ErKa (keryell@173-228-88-116.dsl.dynamic.sonic.net) joined #fai. |
| shod1 (~shod@ip-109-47-246-86.web.vodafone.de) joined #fai. |
| shod (~shod@ip-109-47-246-86.web.vodafone.de) left irc: Ping timeout: 480 seconds |
| 13:05 sneumann | I have the impression (looking at dnsmasq logs) that during the initrd both eth0/1 are configured, |
| 13:06 sneumann | but afterwards in the / (aufs) only eth1 is left. Could that be ? Still figuring fai phases ... |
| 13:07 sneumann | The target system is an ubuntu 11.04 |
| 13:08 sneumann | The /etc/network/interfaces has "iface ethX inet manual" for all ethXs. |
| 13:09 sneumann | would that mean that the hotplug event for eth0 is lost ? |
| 13:09 sneumann | could that mean that the hotplug event for eth0 is lost ? |
| 13:12 sneumann | Question: |
| 13:12 sneumann | what is generating the /etc/network/interfaces file ? |
| 13:12 sneumann | in my fai/nfsroot/live/filesystem.dir/etc/network it contains only the loopback interface |
| 13:14 sneumann | Can I use FAI boot options to enforce dhclient for eth0 as well ? |
| 13:17 sneumann | http://fai-project.org/fai-guide/ar01s07.html |
| 13:17 sneumann | The list of network devices is stored in $netdevices. |
| 13:17 sneumann | where is that used, and why is only eth1 configured in my case ? |
| 13:18 sneumann | In /var/log/live.log I found "Looking for a connected Ethernet interface ..." found eth1. |
| 13:18 sneumann | Why not the others ? |
| 13:19 sneumann | if I echo $netdevices both eth0 and eth1 show up. |
| 13:25 sneumann | found a possible suspect: |
| 13:25 sneumann | http://lists.debian.org/debian-live/2010/08/msg00134.html |
| 13:26 sneumann | [PATCH] live-boot: make multiple connected NICs work |
| 13:32 sneumann | Such a file is found e.g. at |
| 13:32 sneumann | this place: /srv/fai/nfsroot/live/filesystem.dir/usr/share/initramfs-tools/scripts/live-premount/select_eth_device |
| 13:33 sneumann | I guess I can't just edit that, it will get overwritten. |
| 13:33 sneumann | Question: where does it come from: |
| 13:33 sneumann | Question: where does it come from? |
| 15:16 sneumann | anyone ? |
| 15:17 oz_ | basefiles, probably |
| 15:21 FBI | fai: 3 lange committed revision 6695 to 7 fai: code restructuring for getting generic nfsroot easier |
| 15:22 sneumann | oz_: thx, I'll look into that. |
| 15:23 FBI | fai: 3 lange committed revision 6696 to 7 fai: ignore error |
| 15:26 sneumann | oz_, seems not. |
| 15:26 sneumann | tar tzvf /srv/fai/nfsroot/live/filesystem.dir/var/tmp/base.tgz | grep select_eth_device |
| 15:26 sneumann | gives nothing |
| and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) joined #fai. |
| shod1 (~shod@ip-109-47-246-86.web.vodafone.de) left irc: Quit: Leaving. |
| 15:46 mikap | select_eth_device was used in live-initramfs IIRC |
| sneumann (~sneumann@router-sub.ipb-halle.de) left irc: Ping timeout: 480 seconds |
| sneumann (~sneumann@pD9FEB72E.dip.t-dialin.net) joined #fai. |
| ErKa (keryell@173-228-88-116.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds |
| and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) left irc: Quit: Konversation terminated! |
| shod (~shod@p5DDA9F0D.dip.t-dialin.net) joined #fai. |
| ErKa (keryell@173-228-88-116.dsl.dynamic.sonic.net) joined #fai. |
| shod (~shod@p5DDA9F0D.dip.t-dialin.net) left irc: Quit: Leaving. |
| sneumann (~sneumann@pD9FEB72E.dip.t-dialin.net) left irc: Quit: Konversation terminated! |
| sneumann (~sneumann@pD9FEB72E.dip.t-dialin.net) joined #fai. |
| ErKa (keryell@173-228-88-116.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds |
| deekthesqueak (~deek@tukwila.zonarsystems.net) joined #fai. |
| 23:43 deekthesqueak | Hello I'm having a problem getting two drive raid1 setup with setup-storage. Would someone be able to help me out? I'm using FAI 3.2.17 on lenny |
| ErKa (keryell@173-228-88-172.dsl.dynamic.sonic.net) joined #fai. |
| ErKa (keryell@173-228-88-172.dsl.dynamic.sonic.net) left irc: Ping timeout: 480 seconds |
| --- Fri Oct 21 2011 |