| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| allee (~ach@allee.mpe.mpg.de) joined #fai. |
| allee (~ach@allee.mpe.mpg.de) left irc: Quit: Konversation terminated! |
| allee (~ach@dhcp-137-28.mpe.mpg.de) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| sep (~sep@40.211.jostedal.no) left irc: Server closed connection |
| sep (~sep@40.211.jostedal.no) joined #fai. |
| allee (~ach@dhcp-137-28.mpe.mpg.de) left irc: Ping timeout: 480 seconds |
| fai-guy (~fai-guy@p4FC2344D.dip0.t-ipconnect.de) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| mludi42 (~or4000@213-205-85-140.net.novis.pt) joined #fai. |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. |
| allee (~ach@allee.mpe.mpg.de) joined #fai. |
| siggg (~jean@dyn-83-156-145-242.ppp.tiscali.fr) joined #fai. |
| allee (~ach@allee.mpe.mpg.de) left irc: Remote host closed the connection |
| allee (~ach@allee.mpe.mpg.de) joined #fai. |
| siggg (~jean@dyn-83-156-145-242.ppp.tiscali.fr) left irc: Ping timeout: 480 seconds |
| 10:38 eartoast_ | moin |
| 11:13 lazyb0y | mahlzeit! |
| 11:14 stockholm | lazyb0y: ich habe cesar schon geschrieben und die fragen weitergeleitet. |
| 11:14 stockholm | lazyb0y: und puffer ist gut |
| 11:14 lazyb0y | stockholm: danke - du bist super! |
| 11:14 stockholm | :-) |
| 11:14 stockholm | danke :-) |
| 11:15 lazyb0y | hmm, diese lenny sachen sind ja scheinbar noch sehr unrund... |
| 11:16 lazyb0y | liegt wohl alles an kernel-geschichten, aber solange nicht der endgltige 2.6.25er drin ist, hilft testen wohl auch nicht viel - oder? |
| 11:19 h01ger | teste in sid |
| 11:35 h01ger | lazyb0y, stockholm: http://wiki.debian.org/FAI/Extremadura2008 speaks about august or october, while the schedule says september... |
| 11:36 stockholm | h01ger: can you update the wiki? |
| 11:36 h01ger | is the pope catholic? |
| 11:40 stockholm | h01ger: very much so. |
| 11:40 stockholm | i am not sure if he is christian, though |
| 11:40 stockholm | any more questions? :-) |
| 11:41 h01ger | none yet |
| 11:43 h01ger | stockholm, now after reading lazyb0ys mail i understand what you asked for |
| Action: h01ger suggests to remove every name from the list and ask people to readd themselves |
| 11:43 h01ger | lazyb0y, ^ |
| 11:49 lazyb0y | h01ger: I see no point in this and will not do it. |
| 11:50 lazyb0y | I want to be sure to have a means of reaching everybody who put his name on the list. |
| 11:51 lazyb0y | and the page http://wiki.debian.org/FAI/Extremadura2008 does not have the word october in it, and august only in thomas "not before august" statement |
| 11:52 lazyb0y | ah, i see, since you changed it :) thanks |
| 11:55 h01ger | einmal mit profis arbeiten.. |
| 11:59 lazyb0y | ? |
| 12:00 stockholm | lol! |
| lyric (~leehartle@209.182.184.2) joined #fai. |
| 13:43 mludi42 | hi, said alread that I wrote a templating addition to FAI. with this it is possible to define configuration values centrally and use them in /hooks /scripts and /files. I uploaded it to http://users.informatik.haw-hamburg.de/~ripka_o/fai-replace. you can read some example usage in the pod:: perldoc fai-replace. Feedback is appreciated. |
| 13:49 Mrfai | mludi42: please put this into the fai wiki, so we have all those things in one place |
| 13:49 mludi42 | I ask about this, the anwser was to write an email with the wiki article to some address that was not mentioned. |
| 13:50 Mrfai | I don't understand. |
| 13:50 Mrfai | do you need an account for the wiki? |
| 13:50 mludi42 | exactly |
| 13:51 Mrfai | Can you give me your full name and email address, then I can create you an account right now |
| 13:51 Mrfai | We prefer the full name for wiki accounts |
| 14:03 lazyb0y | mludi42: wow, you wrote an own templateing engine implementation?! |
| 14:04 lazyb0y | you might want to look at this: http://faiwiki.informatik.uni-koeln.de/index.php/FaiTemplates |
| 14:04 mludi42 | i look at this, but it was not what i wanted |
| 14:04 lazyb0y | ok |
| 14:05 mludi42 | it is not very sophisticated, i just wanted to be able to reaplace strings using the class concept of fai in scripts,hooks,files and on the server it self to have a central configuration. |
| 14:05 lazyb0y | (I did never test this, either - just thought, "there are many template engines already") |
| 14:05 lazyb0y | sound sophisticated :) |
| 14:11 lazyb0y | I usually just to some perl -pi -e '/PLACEHOLDER/myvar/G' /path/to/file things in normal scripts, but the idea to have central place where it's saved whcih placeholder has to be filled with what for which class is interesting |
| 14:15 eartoast_ | mludi42: i created a templates-from-env script, which parses files and substitutes ##blah## by the contents of the $blah environment variable |
| 14:15 mludi42 | initially I put all my variables in the *var files, this has some adavantage of the FaiTemplates because it allows to reuse already defined variables. But it was a mess. So I decided I want to be able to reuse already defined variables and have a class based concept. |
| 14:16 eartoast_ | this i use in the individual preinst scripts called by fcopy |
| 14:18 mludi42 | I see there are some solutions and also that this is a common problem. What I would like is to get the best of them and include the result as a feature in FAI. |
| 14:21 Mrfai | I recently saw another Template engine solution for FAI, which may be based on the version in the wiki. I have contact to the autor and will try that this will go into public domain. |
| 14:26 lazyb0y | I guess, at least for parsing and filling in data, an existing solution could be used (Text::Template/Mason/template toolkit) |
| 14:27 lazyb0y | so only for defining _which_ data, fai-specific code must be written |
| 14:27 lazyb0y | could probable save quite some development and maintenance time... |
| 14:39 eartoast_ | maybe one could integrate this in fcopy? |
| 14:53 mludi42 | the thing is I do not only want to be able to use it for files but also for hooks and scripts. |
| 14:57 eartoast_ | ah, ok |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving |
| fai-guy (~fai-guy@p4FC2344D.dip0.t-ipconnect.de) left irc: Quit: leaving |
| siggg (~jean@dyn-83-156-145-242.ppp.tiscali.fr) joined #fai. |
| allee (~ach@allee.mpe.mpg.de) left irc: Remote host closed the connection |
| mludi42 (or4000@213-205-85-140.net.novis.pt) left #fai. |
| allee (~ach@allee.mpe.mpg.de) joined #fai. |
| siggg (jean@dyn-83-156-145-242.ppp.tiscali.fr) left #fai. |
| snoop (~sagem@194.3.40.246) left irc: Quit: Quitte |
| juri_ (~root@wsip-68-98-200-252.ks.ok.cox.net) left irc: Ping timeout: 480 seconds |
| juri_ (~root@wsip-68-98-200-252.ks.ok.cox.net) joined #fai. |
| allee (~ach@allee.mpe.mpg.de) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| torkel (torkel@ip64.degernas.se) left irc: Quit: leaving |
| lyric (~leehartle@209.182.184.2) left irc: Quit: lyric |
| torkel (torkel@ip64.degernas.se) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| --- Thu Jun 26 2008 |