uvjdsp (~yournick@pD95F3788.dip.t-dialin.net) joined #fai.
yournick (~yournick@pD95F6B18.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
uvjdsp (~yournick@pD95F3788.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
puck (~puck@leibniz.catalyst.net.nz) left irc: Ping timeout: 480 seconds
allee (~ach@dialin-212-144-128-149.pools.arcor-ip.net) joined #fai.
08:36 stockholmpolemon: 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.
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
fai-guy (~fai-guy@p4FC23458.dip0.t-ipconnect.de) joined #fai.
ErKa (~keryell@APuteaux-154-1-19-193.w83-199.abo.wanadoo.fr) joined #fai.
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
Mrfai (~lange@134.95.9.202) joined #fai.
ErKa (~keryell@APuteaux-154-1-19-193.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds
ErKa (~keryell@APuteaux-154-1-19-193.w83-199.abo.wanadoo.fr) joined #fai.
yournick (~yournick@pD95F3788.dip.t-dialin.net) joined #fai.
11:08 tokkeeHrm ... fai-mirror keeps telling me "No candidate version found for <pkg>" for each package it tries to download.
11:08 tokkeeAny ideas what might be wrong?
11:09 Mrfaibroken mirror
11:11 tokkeeThe same mirror is working fine on the host.
11:11 tokkeeAlso, the Packages file does include all of those packages.
11:12 Mrfaitry an official mirror once, please
yournick (~yournick@pD95F3788.dip.t-dialin.net) left irc: Read error: Connection reset by peer
11:16 torkelstockholm: do you have any documentation/examples on using dns TXT for differenting the clusters?
allee (~ach@dialin-212-144-128-149.pools.arcor-ip.net) left irc: Read error: Connection reset by peer
11:17 tokkeeMrfai: Oh, I think, I've found the problem - I'll verify that and write a bug report (+ patch) then.
allee (~ach@dialin-212-144-128-044.pools.arcor-ip.net) joined #fai.
12:20 tokkeeversion="Version 1.9.12, 4-december-2008"
12:20 tokkeeMrfai: Wow, how did you manage the time travels? ;-)
12:25 Mrfaioops
12:25 Mrfaishould be september
12:26 Mrfais/dec/sept/
12:28 tokkeeMrfai: $ROOTCMD aptitude -y purge ~nlinux-image (in make-fai-nfsroot)
12:28 tokkeeMrfai: In the (very unlikely) case that a user "nlinux-image" exists, that won't work ;-)
12:33 Mrfai\~n may fix that
12:33 tokkeeYep.
12:39 stockholmtorkel: its trivial, we dont have documentation.
12:42 stockholmtorkel: check out the for example the txt record for alice.lon.spotify.net, sara or joy.
12:42 stockholmtorkel: the code to that looks like this:
12:43 stockholmifclass FAI_INSTALL && {
12:43 stockholm    # Detect what partition class we should have
12:43 stockholm    txt_services="$(host -t TXT $HOSTNAME)"
12:43 stockholm    if [ $? -eq 0 ]; then
12:43 stockholm        if echo "$txt_services" | grep -v "^$HOSTNAME has no TXT record$" > /dev/null; then
12:43 stockholm            echo "$txt_services" | cut -d ' ' -f 4- | awk '{gsub(/"/,""); print toupper($0) }' | perl -pe 's/(\S+)\b/$1_PARTITION/g'
12:43 stockholm        fi
12:43 stockholm    # We should terminate here if we are running in install mode. This is because
12:43 stockholm    # a lot of our services require postgres to be running, and that is rather
12:43 stockholm    # difficult to accomplish in install mode so we are working around it.
12:43 stockholm    fi
12:43 stockholm    exit 0
12:43 stockholm}
12:44 stockholm# This way works with one or several TXT entries for a primary hostname
12:44 stockholmtxt_services="$(host -t TXT $HOSTNAME)"
12:44 stockholmif [ $? -eq 0 ]; then
12:44 stockholm    if echo "$txt_services" | grep -v "^$HOSTNAME has no TXT record$" > /dev/null; then
12:44 stockholm        echo "$txt_services" | cut -d ' ' -f 4- | awk '{gsub(/"/,""); print toupper($0) }'
12:44 stockholm    fi
12:44 stockholmfi
12:50 h01gerstockholm, paste.debian.net?
12:53 stockholmyes, i thought i would not disturb a lifely discussion or some thought trail. i use paste.d.n otherwise.
alleeHol (~ach@dialin-212-144-130-050.pools.arcor-ip.net) joined #fai.
allee (~ach@dialin-212-144-128-044.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds
rgsteele||work (~chatzilla@75.147.74.137) joined #fai.
13:49 tokkeeMrfai: There is a typo in the FAI guide, line 322 (of fai-guide.sgml of current trunk): "must me" -> "must be"
13:49 polemonFAI guide?
13:49 polemonmore like FAIL guide :3
13:49 rgsteele||workHey guys.  Anybody here used FAI to generate XFS filesystems that are > 3GB and had problems mounting the filesystem again on reboot?
13:49 tokkeeI won't write a bug for that one ;-)
13:50 rgsteele||workI'm getting weird errors where it doesn't like the superblock.
14:01 rgsteele||workEr, so about setup-storage - does the host (FAI server) execute parted?
14:01 rgsteele||workOr does it use the parted from the nfsroot?
14:01 rgsteele||works/parted/parted package/
14:06 Mrfaitokkee: I wrote down this simple bug report from you
14:07 rgsteele||workMrfai: Any chance you might know?
14:07 Mrfairgsteele||work: during isntallation if always uses thigs from inside the nfsroot, since the install client only have the nfsroot
14:07 rgsteele||workHm...
14:07 rgsteele||workAlright.
14:07 rgsteele||workThanks
alleeHol (~ach@dialin-212-144-130-050.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds
alleeHol (~ach@dialin-212-144-130-041.pools.arcor-ip.net) joined #fai.
14:13 rgsteele||workMrfai: 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 mcarvalhMrfai: I sent an update to bug 504662 regarding perl scripts not executing during FAI installation
14:37 tokkeeMrfai: 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 h01gerrgsteele||work, you can, but they will be lost next time you recreate it
14:48 Mrfairgsteele||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 Mrfaimcarvalh: ok, thanks
14:51 tokkeeMrfai: The preferred way to send in patches is using the BTS, right?
15:03 Mrfaiyep
15:26 rgsteele||workMrfai: 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 rgsteele||workIs this intentional?
15:27 rgsteele||workI think that's why my XFS problems are happening - msdos partitions have a 2TB limit.
15:29 Mrfairgsteele||work: I think there was this discusson on one of the two fai mailing lists.
15:29 MrfaiMAybe searhc in the archive
15:30 Mrfaiyepo msdos labels have a 2 TB limit, you need a gpt disk label
15:30 rgsteele||workYeah
15:30 rgsteele||workThat's what I thought
15:30 rgsteele||workI can specify that in my FAI configs, correct?
15:31 Mrfainot sure, I'm not yet an setup-storage expert. Try it. it should support gpt labels
15:31 rgsteele||workYep it is
15:32 rgsteele||workCool, thanks Mrfai
15:35 Mrfairgsteele||work: it would be nice if you set a real name in irc. Were do you use FAI?
15:36 rgsteele||workMrfai: You mean, what organization, or geographical location?
15:37 rgsteele||workOr, what distro/environment?
15:38 Mrfaiboth :-)
15:39 rgsteele||workEh, I dunno if my employer wants me to discuss the technologies we use internally.  I'm bad at office politics :)
15:39 rgsteele||workBut, location is southeastern Pennsylvania, United States.
15:39 Mrfaiok, that's fine for me.
15:39 rgsteele||workUsing FAI to install Ubuntu Server
15:40 MrfaiPlease fille out the fai questionnaire if you finished a project with fai. You can say anonymous at important parts
15:41 rgsteele||workHaven't finished the project yet.  Still have a couple of weird anomalies.
15:42 Mrfaibut don't forget the questionnaire :-)
alleeHol (~ach@dialin-212-144-130-041.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds
fai-guy (~fai-guy@p4FC23458.dip0.t-ipconnect.de) left irc: Quit: leaving
Mrfai (~lange@134.95.9.202) left irc: Quit: leaving
ErKa (~keryell@APuteaux-154-1-19-193.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds
Nic0 (~courtel@fw.tls.cena.fr) left irc: Remote host closed the connection
19:01 torkelstockholm: thanks! Looks like a really nice way to define classes.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
alleeHol (~ach@dialin-212-144-131-039.pools.arcor-ip.net) joined #fai.
teratoma (~teratoma@i.dont.get.mad.i.get.stabby.net) joined #fai.
alleeHol (~ach@dialin-212-144-131-039.pools.arcor-ip.net) left irc: Ping timeout: 480 seconds
rgsteele||work (~chatzilla@75.147.74.137) left irc: Remote host closed the connection
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Remote host closed the connection
yournick (~yournick@pD95F3788.dip.t-dialin.net) joined #fai.
--- Sat Nov 8 2008

Generated by irclog2html.pl 2.1_h01ger1 by Jeff Waugh - find it at freshmeat.net! Customized by Holger 'h01ger' Levsen