[00:07] WofFS (ejabberd@85.190.42.81) left #fai. [00:42] slumos (~Adium@c-76-126-156-159.hsd1.ca.comcast.net) joined #fai. [01:01] ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds [01:51] _julian_ (~quassel@hmbg-4d06a2c7.pool.mediaWays.net) joined #fai. [01:59] _julian (~quassel@hmbg-5f763f37.pool.mediaWays.net) left irc: Ping timeout: 480 seconds [02:57] slumos (Adium@c-76-126-156-159.hsd1.ca.comcast.net) left #fai. [07:52] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. [08:24] pav5088 (~Mark@ppp118-208-36-152.lns20.bne1.internode.on.net) joined #fai. [08:40] ErKa (keryell@m3.wifi.enstb.org) joined #fai. [09:07] pav5088_ (~Mark@ppp118-208-33-206.lns20.bne1.internode.on.net) joined #fai. [09:09] Nic0 (~courtel@fw.tls.cena.fr) joined #fai. [09:11] pav5088 (~Mark@ppp118-208-36-152.lns20.bne1.internode.on.net) left irc: Ping timeout: 480 seconds [09:43] verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. [10:14] siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds [10:18] Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai. [10:28] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. [10:29] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Remote host closed the connection [10:29] \sh (~shermann@nat.de.netviewer.com) joined #fai. [10:46] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. [11:06] ErKa (keryell@m3.wifi.enstb.org) left irc: Ping timeout: 480 seconds [11:21] stockhol1 (~andreas@johannes.schuldei.org) joined #fai. [11:24] siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Ping timeout: 480 seconds [11:27] stockholm (~andreas@johannes.schuldei.org) left irc: Ping timeout: 480 seconds [13:14] fai: 3 mgoetze-guest committed revision 6275 to 7 fai: Add missing svn:executable property to example scripts. [13:18] ErKa (keryell@m3.wifi.enstb.org) joined #fai. [13:19] fai: 3 mgoetze-guest committed revision 6276 to 7 fai: Add to simple-examples a Makefile for creating basefiles. [13:19] Mrfai: ^^ [13:22] Mrfai: btw, in squeeze, grub is now grub2, so perhaps we should change the GRUB class to install grub-legacy? [13:22] mgoetze: grub2 works for me [13:23] alekibango: yes but the idea in the simple-examples was previously that GRUB install grub1 and GRUB_PC installs grub2 [13:23] mgoetze: imho rather grub1 should go away... [13:23] grub2 ftw :) [13:23] grub1 works fine, even for people who don't know emacs keybindings :) [13:24] hehe... [13:24] mgoetze: fine. [13:24] mgoetze: well, squeeze is not called stable, so maybe you are right [13:24] but i use it already :) [13:24] hm? squeeze is stable since about 36 hours [13:25] ouch [13:25] missed that [13:25] wow [13:25] even debian home page is different :) [13:25] a bit :) [13:26] mgoetze: class names should not use a dash (see fai-class). I think this was because of cfengine classes, that did not allow a dash. [13:26] So maybe we habe to change the names of some basetgz's [13:26] Mrfai: ooops :) [13:26] do you use dash in your class names? [13:26] or minus [13:26] Im ean a - [13:27] no i use a _ [13:27] i will fix it [13:27] OK, that's fine. Then in the makefile we should also use _ instead of - [13:28] ok, anything else? [13:28] yes. [13:29] In Debian you must use mktemp. A world writeable directory is not allowed. TMPDIR=`mktemp` is fine. [13:30] ok [13:31] aptituz (~schoenfel@thehappy.de) joined #fai. [13:32] hi [13:32] hi [13:32] And there are many lines with the same content (the tar ... | (XZ) an gz things). Can this be dome more generic in a Makefile? In a shell script this would be easy. But we can also leave it as it is. It's only a cosmetic wishlist change. [13:33] well you could make a metarule which figures everything out from the name of the target... but it would be unreadable :) [13:34] i can't use TMPDIR=`mktemp` because when make calls itself it needs to know which directory to cleanup rather than generating a new one [13:35] anyway make will abort if the directory already exists [13:36] i could make sure the directory has mode 700 [13:39] before calling mktemp [13:39] maybe call make -DTMPDIR=..... inside the Makefile and check if TMPDIR is already defined. [13:39] before calling mktemp [13:43] <\sh> mgoetze: you created a debootstrap of centos with rinse...do you think it works with RHEL 4/5/6 out of the box? [13:43] if not blame the centOS guys ;-) [13:44] \sh: well i guess the problem is there are no public repositories for RHEL, so you will need to do some yum configuration [13:44] <\sh> Mrfai: hehehe...I wonder where I do get my packages from for RHEL...I need to work on a submarine project, to show some guys, that they don't need to wait for so long when using RH Satellite and kickstart ;) [13:46] if you have a private rhel repository in the same format as the centos one it should be easy... [13:47] Nick change: stockhol1 -> stockholm [13:55] <\sh> mgoetze: I'll try with centos first, and then try to get a rhel iso and a rhn subscription..hmm...I think my rhn account is still valid from old RH office days [14:05] eh... i can set a variable iff it's undefined with ?=, but that gives me deferred expansion semantics. i need TMPDIR:=`mktemp -d` but then it is set unconditionally... :( [14:23] <\sh> shell format? isn't it TMPDIR=`mktemp -d` ? [14:24] actually it's $(shell mktemp -d) ... i think i have it, am testing now [14:24] makefiles are a bit... arcane :) [14:24] <\sh> oh makefiles [14:29] he [14:54] fai: 3 mgoetze-guest committed revision 6277 to 7 fai: basefiles/Makefile: use mktemp, s/-/_/ in class names. [14:54] Mrfai: ^^ [14:57] fai: 3 mgoetze-guest committed revision 6278 to 7 fai: simple-examples: in squeeze, the GRUB 1 package is called "grub-legacy". [16:10] ErKa (keryell@m3.wifi.enstb.org) left irc: Ping timeout: 480 seconds [16:56] verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat [17:08] Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving [17:12] <\sh> going home...and playing dc universe online on ps3 [17:12] \sh (~shermann@nat.de.netviewer.com) left irc: Remote host closed the connection [17:53] arne (52aa2d71@ircip2.mibbit.com) joined #fai. [17:54] . [17:54] Nick change: arne -> Guest616 [18:05] .. [18:07] ErKa (keryell@keryell.pck.nerim.net) joined #fai. [21:03] ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds [21:19] WofFS (ejabberd@85.190.42.81) joined #fai. [21:22] WofFS (ejabberd@85.190.42.81) left #fai. [21:35] ^Miaou^ (~AntoineR@82.230.94.236) left irc: [21:36] ^Miaou^ (~AntoineR@82.230.94.236) joined #fai. [22:28] sefegiru (~q@dsdf-4db5402f.pool.mediaWays.net) joined #fai. [22:32] sefegiru (~q@dsdf-4db5402f.pool.mediaWays.net) left irc: [22:33] sefegiru (~q@dsdf-4db5402f.pool.mediaWays.net) joined #fai. [22:36] sefegiru (~q@dsdf-4db5402f.pool.mediaWays.net) left irc: [22:36] q (~q@dsdf-4db5402f.pool.mediaWays.net) joined #fai. [22:37] Nick change: q -> Guest639 [22:39] Guest639 (~q@dsdf-4db5402f.pool.mediaWays.net) left irc: [22:39] we9rw (~sdf09s@dsdf-4db5402f.pool.mediaWays.net) joined #fai. [22:40] we9rw (~sdf09s@dsdf-4db5402f.pool.mediaWays.net) left irc: [22:41] we9rw (~sdf09s@dsdf-4db5402f.pool.mediaWays.net) joined #fai. [22:41] we9rw (~sdf09s@dsdf-4db5402f.pool.mediaWays.net) left irc: [22:45] we9rw (~sdf09s@dsdf-4db5402f.pool.mediaWays.net) joined #fai. [23:08] we9rw (~sdf09s@dsdf-4db5402f.pool.mediaWays.net) left irc: Quit: Quit [23:51] Nick change: Guest2060 -> msantana [00:00] --- Tue Feb 8 2011