telmich_ (telmich@tee.schottelius.org) joined #fai.
incognitu (incognitu@nettuning.nl) left irc: Ping timeout: 480 seconds
telmich (telmich@tee.schottelius.org) left irc: Read error: Connection reset by peer
puck (~puck@leibniz.catalyst.net.nz) left irc: Ping timeout: 480 seconds
puck (~puck@leibniz.catalyst.net.nz) joined #fai.
incognitu (incognitu@nettuning.nl) joined #fai.
ErKa (keryell@m6.wifi.enstb.org) joined #fai.
Winkie (~urmom@ur.fa.gs) joined #fai.
08:17 Winkiehey guys, just dropped by to see if there had been any update with regards to AUFS on modern kernels (2.6.28+) or on ubuntu
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
09:08 verwilstany idea @ http://imagebin.ca/view/cCMvsd.html ?
09:12 oz_verwilst: how does the config file for the hdd look like?
09:22 verwilstoz_: http://pastie.org/521343
Nic0 (~courtel@fw.tls.cena.fr) left irc: Ping timeout: 480 seconds
09:29 kai_bommhh, for swap as option "rw"? I always thought swap option had to be "sw"
09:29 verwilstarg
09:30 verwilstkai_bo: damned, stupid mistake!
09:31 verwilsti corrected it on my other profiles last week, but i missed this one :P
09:31 verwilstthanks for the extra pair of eyes ;)
09:31 kai_bo;) np....i like to miss such stupid typos myself..
09:41 verwilstthe guy at the DC still says it shows the same thing though
09:44 verwilsti told him to fai another similar machine first though
09:44 verwilstto see if it's not hardware-related again like yesterday
09:47 oz_verwilst: does it work now?=
09:47 verwilststill waiting for response :)
10:00 verwilstoz_: works on the other machine :)
10:11 oz_neat!
faibot joined #fai.
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
FBI (~FBI@kosh.ganneff.de) joined #fai.
h01ger (~holger@socket.layer-acht.org) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) joined #fai.
ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds
Nic0 (~courtel@fw.tls.cena.fr) left irc: Ping timeout: 480 seconds
tube (~tube@count0.net) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) joined #fai.
ErKa (keryell@m6.wifi.enstb.org) joined #fai.
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Ping timeout: 480 seconds
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
12:29 \shhmm
12:29 \shcan somebody explain to me, why the fai-chboot generated pxelinux cfg file works and the system is booting fine, but using a self written file, system boots and fails with "trying to kill init"
12:30 mgoetzewrong kernel options
12:30 \shnope
12:30 \shI generated with python a new file with the same content as the original
12:31 \shgnarf
12:31 \shhappy happy emasc
12:31 \shemacs
12:32 \shwhen nfsroot=... is missing in the append...no wonder...osi layer 8 problem
12:33 \shbrainfck and blindness scks
12:34 \shbut when this works...I have a nice tftpd implementation which can use a database...
12:36 oz_\sh: didn't you do some doc on fai and jaunty?
12:37 \shoz_: I'm on it...I'm somewhat busy being travelling between karlsruhe and ffm
12:38 oz_ah. neat.
Action: oz_ is really kean to read && test this text
Action: kai_bo too
hulk_hoden (~i.like@141.28.72.97) joined #fai.
13:32 hulk_hodenhi, i've written a simple hook which should call passwd after the installation, so i created a file name 'passwd.LAST' in the $FAI/hooks directory, where i execute the passwd command and give out a simple echo to see where it's is being executed. but it seems thats the call never happens. did i forget something by creating the hook?
uchimata_ (~uchimata@i3ED6CC5B.versanet.de) joined #fai.
13:40 oz_hulk_hoden: you want to set user password or root passwd?
13:40 hulk_hodenroot pw
13:41 hulk_hodeni know this can be changed whithout a hook, but it shouldn't be done like that
13:41 oz_you need different password on each install?
13:41 hulk_hodenyes
13:41 oz_you need to run an expect script for that, imho
13:41 oz_and the script needs the usual execute permissions
13:41 hulk_hodenno hook?
uchimata (~uchimata@i3ED6DB24.versanet.de) left irc: Ping timeout: 480 seconds
13:42 oz_for the hook
13:43 hulk_hodenah
13:44 hulk_hodendo i need an except script too, if i want to configure vnc4server on every machine after installation? (with personalized password)
13:44 hulk_hodenexpect
13:45 oz_hulk_hoden: I think there'd be other solutions, too
13:46 oz_But need fast solutions, and autoexpect is easy to use
13:46 hulk_hodenwhere do i find informations about autoexpect?
13:48 hulk_hodensamples or something like that
13:48 oz_google give you all
13:48 oz_http://expect.nist.gov/example/autoexpect.man.html
13:48 hulk_hodenso, autoexpect is a part of the fai installation?
Action: oz_ also loves kibitz
13:49 oz_hulk_hoden: in my network, yes.
13:49 oz_but it's not a default
13:51 hulk_hodenhow do i call autoexpect out of a hook? simply execute it?
glance (~glance@kennedy.acc.umu.se) left irc: Ping timeout: 480 seconds
13:53 oz_yes
glance (~glance@kennedy.acc.umu.se) joined #fai.
13:54 oz_you need to install autoexpect in the FAI nfsroot
13:56 hulk_hodenokay... but nevertheless i have the problem, that my hook seems to not be called
13:56 hulk_hodeni'm missing my echo
13:57 oz_execute bits set? correct classes?
13:57 oz_config will cal the script?
13:57 oz_call, even
13:57 hulk_hodendon't understand
13:58 hulk_hodenah
13:58 hulk_hodenpermissions
13:58 hulk_hodenno, they look good
13:58 hulk_hoden755
13:59 hulk_hodenwhat do you mean with correct classes?
13:59 oz_where did you put this script?
14:00 hulk_hodenthe hook is in $FAI/hooks
14:00 hulk_hodendo i need a script which calls the hook? :|
14:01 oz_hulk_hoden: I think you can do this as a normal script no need for a hook
14:01 hulk_hodenok, so i should put it in $FAI/scripts/LAST ?
14:02 oz_no
14:02 oz_do an extra scipt
14:02 oz_ah
14:02 oz_yes, put it in this dir
14:02 hulk_hodenok, i'll try
14:02 hulk_hodenthank you!
14:03 kai_booz_ : he has called his "hook" passwd.LAST, should it not be called something liike "finish.<your_class>" or <instsoft.<your_class> ?
14:05 oz_yes.
14:05 oz_could be also
14:05 oz_you can do it any way you like.
14:05 oz_important is: it should work
14:06 hulk_hoden:D
14:08 hulk_hodenif i put it in $FAI/scripts/LAST should i name it 60- something? cause there's a script named 50-misc .. which probably should be called before
14:09 oz_depends on you taste also :)
14:09 hulk_hodenalright
14:09 oz_+r
14:20 hulk_hodenweird
14:20 hulk_hodeninstall output is: Executing LAST/60-passwd
14:20 hulk_hodenthen freeze
14:20 hulk_hodenno echo :/
mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) left irc: Quit: leaving
14:48 hulk_hodenseems my script is not being run :/
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds
sepski (~sep@raserv.aasen.cx) joined #fai.
ErKa (keryell@m6.wifi.enstb.org) joined #fai.
ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds
ok (~i.like@dyn-dosen-025.foo.fh-furtwangen.de) joined #fai.
verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Ping timeout: 480 seconds
hulk_hoden (~i.like@141.28.72.97) left irc: Ping timeout: 480 seconds
ok (~i.like@dyn-dosen-025.foo.fh-furtwangen.de) left irc: Quit: client.close();
ErKa (keryell@m6.wifi.enstb.org) joined #fai.
mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) joined #fai.
ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds
ErKa (keryell@m6.wifi.enstb.org) joined #fai.
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend
17:16 \shbah...I'm scary
17:16 \shmy tftpd server is talking database language
ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds
18:26 \shok...fai speaks sql too...or couchdb
18:27 \shand if someone has to offer a job regarding FAI and some CMDB development ... starting from 60k/anno, I'm up for adoption ;)
mgoetze (~mgoetze@mgoetze-2-pt.tunnel.tserv4.nyc4.ipv6.he.net) left irc: Ping timeout: 480 seconds
mgoetze (~mgoetze@corelli.mgoetze.net) joined #fai.
--- Wed Jun 24 2009

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