[00:11] uvjdsp (~yournick@pD95F3788.dip.t-dialin.net) joined #fai. [00:13] yournick (~yournick@pD95F6B18.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [01:20] uvjdsp (~yournick@pD95F3788.dip.t-dialin.net) left irc: Ping timeout: 480 seconds [01:43] puck (~puck@leibniz.catalyst.net.nz) left irc: Ping timeout: 480 seconds [07:21] allee (~ach@dialin-212-144-128-149.pools.arcor-ip.net) joined #fai. [08:36] polemon: we use fai to install and manage (!) vastly different systems. how fai treats each cluster is controled by lookup of dns TXT records for us. [08:38] Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. [08:40] fai-guy (~fai-guy@p4FC23458.dip0.t-ipconnect.de) joined #fai. [09:38] ErKa (~keryell@APuteaux-154-1-19-193.w83-199.abo.wanadoo.fr) joined #fai. [09:48] Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving [09:49] Mrfai (~lange@134.95.9.202) joined #fai. [10:02] ErKa (~keryell@APuteaux-154-1-19-193.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds [10:03] ErKa (~keryell@APuteaux-154-1-19-193.w83-199.abo.wanadoo.fr) joined #fai. [11:04] yournick (~yournick@pD95F3788.dip.t-dialin.net) joined #fai. [11:08] Hrm ... fai-mirror keeps telling me "No candidate version found for " for each package it tries to download. [11:08] Any ideas what might be wrong? [11:09] broken mirror [11:11] The same mirror is working fine on the host. [11:11] Also, the Packages file does include all of those packages. [11:12] try an official mirror once, please [11:14] yournick (~yournick@pD95F3788.dip.t-dialin.net) left irc: Read error: Connection reset by peer [11:16] stockholm: do you have any documentation/examples on using dns TXT for differenting the clusters? [11:16] allee (~ach@dialin-212-144-128-149.pools.arcor-ip.net) left irc: Read error: Connection reset by peer [11:17] Mrfai: Oh, I think, I've found the problem - I'll verify that and write a bug report (+ patch) then. [11:19] allee (~ach@dialin-212-144-128-044.pools.arcor-ip.net) joined #fai. [12:20] version="Version 1.9.12, 4-december-2008" [12:20] Mrfai: Wow, how did you manage the time travels? ;-) [12:25] oops [12:25] should be september [12:26] s/dec/sept/ [12:28] Mrfai: $ROOTCMD aptitude -y purge ~nlinux-image (in make-fai-nfsroot) [12:28] Mrfai: In the (very unlikely) case that a user "nlinux-image" exists, that won't work ;-) [12:33] \~n may fix that [12:33] Yep. [12:39] torkel: its trivial, we dont have documentation. [12:42] torkel: check out the for example the txt record for alice.lon.spotify.net, sara or joy. [12:42] torkel: the code to that looks like this: [12:43] ifclass FAI_INSTALL && { [12:43] # Detect what partition class we should have [12:43] txt_services="$(host -t TXT $HOSTNAME)" [12:43] if [ $? -eq 0 ]; then [12:43] if echo "$txt_services" | grep -v "^$HOSTNAME has no TXT record$" > /dev/null; then [12:43] echo "$txt_services" | cut -d ' ' -f 4- | awk '{gsub(/"/,""); print toupper($0) }' | perl -pe 's/(\S+)\b/$1_PARTITION/g' [12:43] fi [12:43] # We should terminate here if we are running in install mode. This is because [12:43] # a lot of our services require postgres to be running, and that is rather [12:43] # difficult to accomplish in install mode so we are working around it. [12:43] fi [12:43] exit 0 [12:43] } [12:44] # This way works with one or several TXT entries for a primary hostname [12:44] txt_services="$(host -t TXT $HOSTNAME)" [12:44] if [ $? -eq 0 ]; then [12:44] if echo "$txt_services" | grep -v "^$HOSTNAME has no TXT record$" > /dev/null; then [12:44] echo "$txt_services" | cut -d ' ' -f 4- | awk '{gsub(/"/,""); print toupper($0) }' [12:44] fi [12:44] fi [12:50] stockholm, paste.debian.net? [12:53] yes, i thought i would not disturb a lifely discussion or some thought trail. i use paste.d.n otherwise. [13:19] alleeHol (~ach@dialin-212-144-130-050.pools.arcor-ip.net) joined #fai. [13:24] allee (~ach@dialin-212-144-128-044.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds [13:48] rgsteele||work (~chatzilla@75.147.74.137) joined #fai. [13:49] Mrfai: There is a typo in the FAI guide, line 322 (of fai-guide.sgml of current trunk): "must me" -> "must be" [13:49] FAI guide? [13:49] more like FAIL guide :3 [13:49] Hey guys. Anybody here used FAI to generate XFS filesystems that are > 3GB and had problems mounting the filesystem again on reboot? [13:49] I won't write a bug for that one ;-) [13:50] I'm getting weird errors where it doesn't like the superblock. [14:01] Er, so about setup-storage - does the host (FAI server) execute parted? [14:01] Or does it use the parted from the nfsroot? [14:01] s/parted/parted package/ [14:06] tokkee: I wrote down this simple bug report from you [14:07] Mrfai: Any chance you might know? [14:07] rgsteele||work: during isntallation if always uses thigs from inside the nfsroot, since the install client only have the nfsroot [14:07] Hm... [14:07] Alright. [14:07] Thanks [14:09] alleeHol (~ach@dialin-212-144-130-050.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds [14:09] alleeHol (~ach@dialin-212-144-130-041.pools.arcor-ip.net) joined #fai. [14:13] Mrfai: Can I simply chroot into the nfsroot and remove/install packages, or is it absolutely critical that I add them to /etc/fai/NFSROOT and run make-fai-nfsroot? [14:32] Mrfai: I sent an update to bug 504662 regarding perl scripts not executing during FAI installation [14:37] Mrfai: In the introduction to chapter 5 of the FAI guide, I guess it's supposed to be "Using a 10 Mbit LAN does not decrease [...]" instead of "[...] increase [...]", right? [14:37] rgsteele||work, you can, but they will be lost next time you recreate it [14:48] rgsteele||work: you should rerun make-fai-nfsroot. Maybe the other way also works, but if you have any problems, rerun make-fai-nfsroot [14:48] mcarvalh: ok, thanks [14:51] Mrfai: The preferred way to send in patches is using the BTS, right? [15:03] yep [15:26] Mrfai: I see in my FAI logs that FAI is making msdos labels for my XFS partitions: Executing: udevsettle --timeout 10 && parted -s /dev/sdb mklabel msdos [15:26] Is this intentional? [15:27] I think that's why my XFS problems are happening - msdos partitions have a 2TB limit. [15:29] rgsteele||work: I think there was this discusson on one of the two fai mailing lists. [15:29] MAybe searhc in the archive [15:30] yepo msdos labels have a 2 TB limit, you need a gpt disk label [15:30] Yeah [15:30] That's what I thought [15:30] I can specify that in my FAI configs, correct? [15:31] not sure, I'm not yet an setup-storage expert. Try it. it should support gpt labels [15:31] Yep it is [15:32] Cool, thanks Mrfai [15:35] rgsteele||work: it would be nice if you set a real name in irc. Were do you use FAI? [15:36] Mrfai: You mean, what organization, or geographical location? [15:37] Or, what distro/environment? [15:38] both :-) [15:39] Eh, I dunno if my employer wants me to discuss the technologies we use internally. I'm bad at office politics :) [15:39] But, location is southeastern Pennsylvania, United States. [15:39] ok, that's fine for me. [15:39] Using FAI to install Ubuntu Server [15:40] Please fille out the fai questionnaire if you finished a project with fai. You can say anonymous at important parts [15:41] Haven't finished the project yet. Still have a couple of weird anomalies. [15:42] but don't forget the questionnaire :-) [16:17] alleeHol (~ach@dialin-212-144-130-041.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds [17:18] fai-guy (~fai-guy@p4FC23458.dip0.t-ipconnect.de) left irc: Quit: leaving [17:48] Mrfai (~lange@134.95.9.202) left irc: Quit: leaving [17:55] ErKa (~keryell@APuteaux-154-1-19-193.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds [18:20] Nic0 (~courtel@fw.tls.cena.fr) left irc: Remote host closed the connection [19:01] stockholm: thanks! Looks like a really nice way to define classes. [19:51] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [20:15] alleeHol (~ach@dialin-212-144-131-039.pools.arcor-ip.net) joined #fai. [21:00] teratoma (~teratoma@i.dont.get.mad.i.get.stabby.net) joined #fai. [21:32] alleeHol (~ach@dialin-212-144-131-039.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds [21:43] rgsteele||work (~chatzilla@75.147.74.137) left irc: Remote host closed the connection [22:32] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Remote host closed the connection [22:58] yournick (~yournick@pD95F3788.dip.t-dialin.net) joined #fai. [00:00] --- Sat Nov 8 2008