[06:23] telmich_ (telmich@tee.schottelius.org) joined #fai. [06:24] incognitu (incognitu@nettuning.nl) left irc: Ping timeout: 480 seconds [06:25] telmich (telmich@tee.schottelius.org) left irc: Read error: Connection reset by peer [07:22] puck (~puck@leibniz.catalyst.net.nz) left irc: Ping timeout: 480 seconds [07:26] puck (~puck@leibniz.catalyst.net.nz) joined #fai. [07:33] incognitu (incognitu@nettuning.nl) joined #fai. [07:49] ErKa (keryell@m6.wifi.enstb.org) joined #fai. [08:17] Winkie (~urmom@ur.fa.gs) joined #fai. [08:17] hey 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 [08:23] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai. [08:23] verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. [09:08] any idea @ http://imagebin.ca/view/cCMvsd.html ? [09:12] verwilst: how does the config file for the hdd look like? [09:22] oz_: http://pastie.org/521343 [09:23] Nic0 (~courtel@fw.tls.cena.fr) left irc: Ping timeout: 480 seconds [09:29] mmhh, for swap as option "rw"? I always thought swap option had to be "sw" [09:29] arg [09:30] kai_bo: damned, stupid mistake! [09:31] i corrected it on my other profiles last week, but i missed this one :P [09:31] thanks for the extra pair of eyes ;) [09:31] ;) np....i like to miss such stupid typos myself.. [09:41] the guy at the DC still says it shows the same thing though [09:44] i told him to fai another similar machine first though [09:44] to see if it's not hardware-related again like yesterday [09:47] verwilst: does it work now?= [09:47] still waiting for response :) [10:00] oz_: works on the other machine :) [10:11] neat! [10:20] faibot joined #fai. [10:21] verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai. [10:21] FBI (~FBI@kosh.ganneff.de) joined #fai. [10:21] h01ger (~holger@socket.layer-acht.org) joined #fai. [10:50] Nic0 (~courtel@fw.tls.cena.fr) joined #fai. [10:52] ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds [10:59] Nic0 (~courtel@fw.tls.cena.fr) left irc: Ping timeout: 480 seconds [11:29] tube (~tube@count0.net) joined #fai. [11:47] Nic0 (~courtel@fw.tls.cena.fr) joined #fai. [11:49] ErKa (keryell@m6.wifi.enstb.org) joined #fai. [12:02] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Ping timeout: 480 seconds [12:04] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai. [12:29] <\sh> hmm [12:29] <\sh> can 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] wrong kernel options [12:30] <\sh> nope [12:30] <\sh> I generated with python a new file with the same content as the original [12:31] <\sh> gnarf [12:31] <\sh> happy happy emasc [12:31] <\sh> emacs [12:32] <\sh> when nfsroot=... is missing in the append...no wonder...osi layer 8 problem [12:33] <\sh> brainfck and blindness scks [12:34] <\sh> but when this works...I have a nice tftpd implementation which can use a database... [12:36] \sh: didn't you do some doc on fai and jaunty? [12:37] <\sh> oz_: I'm on it...I'm somewhat busy being travelling between karlsruhe and ffm [12:38] ah. neat. [12:38] Action: oz_ is really kean to read && test this text [12:42] Action: kai_bo too [13:27] hulk_hoden (~i.like@141.28.72.97) joined #fai. [13:32] hi, 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? [13:35] uchimata_ (~uchimata@i3ED6CC5B.versanet.de) joined #fai. [13:40] hulk_hoden: you want to set user password or root passwd? [13:40] root pw [13:41] i know this can be changed whithout a hook, but it shouldn't be done like that [13:41] you need different password on each install? [13:41] yes [13:41] you need to run an expect script for that, imho [13:41] and the script needs the usual execute permissions [13:41] no hook? [13:42] uchimata (~uchimata@i3ED6DB24.versanet.de) left irc: Ping timeout: 480 seconds [13:42] for the hook [13:43] ah [13:44] do i need an except script too, if i want to configure vnc4server on every machine after installation? (with personalized password) [13:44] expect [13:45] hulk_hoden: I think there'd be other solutions, too [13:46] But need fast solutions, and autoexpect is easy to use [13:46] where do i find informations about autoexpect? [13:48] samples or something like that [13:48] google give you all [13:48] http://expect.nist.gov/example/autoexpect.man.html [13:48] so, autoexpect is a part of the fai installation? [13:48] Action: oz_ also loves kibitz [13:49] hulk_hoden: in my network, yes. [13:49] but it's not a default [13:51] how do i call autoexpect out of a hook? simply execute it? [13:53] glance (~glance@kennedy.acc.umu.se) left irc: Ping timeout: 480 seconds [13:53] yes [13:53] glance (~glance@kennedy.acc.umu.se) joined #fai. [13:54] you need to install autoexpect in the FAI nfsroot [13:56] okay... but nevertheless i have the problem, that my hook seems to not be called [13:56] i'm missing my echo [13:57] execute bits set? correct classes? [13:57] config will cal the script? [13:57] call, even [13:57] don't understand [13:58] ah [13:58] permissions [13:58] no, they look good [13:58] 755 [13:59] what do you mean with correct classes? [13:59] where did you put this script? [14:00] the hook is in $FAI/hooks [14:00] do i need a script which calls the hook? :| [14:01] hulk_hoden: I think you can do this as a normal script no need for a hook [14:01] ok, so i should put it in $FAI/scripts/LAST ? [14:02] no [14:02] do an extra scipt [14:02] ah [14:02] yes, put it in this dir [14:02] ok, i'll try [14:02] thank you! [14:03] oz_ : he has called his "hook" passwd.LAST, should it not be called something liike "finish." or ? [14:05] yes. [14:05] could be also [14:05] you can do it any way you like. [14:05] important is: it should work [14:06] :D [14:08] if 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] depends on you taste also :) [14:09] alright [14:09] +r [14:20] weird [14:20] install output is: Executing LAST/60-passwd [14:20] then freeze [14:20] no echo :/ [14:22] mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) left irc: Quit: leaving [14:48] seems my script is not being run :/ [14:48] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend [14:56] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai. [14:57] ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds [15:09] sepski (~sep@raserv.aasen.cx) joined #fai. [15:18] ErKa (keryell@m6.wifi.enstb.org) joined #fai. [15:31] ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds [15:35] ok (~i.like@dyn-dosen-025.foo.fh-furtwangen.de) joined #fai. [15:40] verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Ping timeout: 480 seconds [15:41] hulk_hoden (~i.like@141.28.72.97) left irc: Ping timeout: 480 seconds [15:50] ok (~i.like@dyn-dosen-025.foo.fh-furtwangen.de) left irc: Quit: client.close(); [16:01] ErKa (keryell@m6.wifi.enstb.org) joined #fai. [16:35] mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) joined #fai. [16:40] ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds [16:41] ErKa (keryell@m6.wifi.enstb.org) joined #fai. [17:03] kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend [17:16] <\sh> bah...I'm scary [17:16] <\sh> my tftpd server is talking database language [17:49] ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds [18:26] <\sh> ok...fai speaks sql too...or couchdb [18:27] <\sh> and if someone has to offer a job regarding FAI and some CMDB development ... starting from 60k/anno, I'm up for adoption ;) [19:48] mgoetze (~mgoetze@mgoetze-2-pt.tunnel.tserv4.nyc4.ipv6.he.net) left irc: Ping timeout: 480 seconds [19:49] mgoetze (~mgoetze@corelli.mgoetze.net) joined #fai. [00:00] --- Wed Jun 24 2009