| Lin (~igor@200.179.57.57) joined #fai. |
| rcy (~rcy@209.90.176.221) got netsplit. |
| kriebly (~moho@wisdom.Stanford.EDU) got netsplit. |
| alexanderwz (~alexander@karuna.med.harvard.edu) got netsplit. |
| juri__ (sl5Fa2Yf0O@volumehost.com) got netsplit. |
| rcy (~rcy@209.90.176.221) returned to #fai. |
| juri_ (JuZIXBgMYt@volumehost.com) joined #fai. |
| kriebly (~moho@wisdom.Stanford.EDU) got lost in the net-split. |
| alexanderwz (~alexander@karuna.med.harvard.edu) got lost in the net-split. |
| juri__ (sl5Fa2Yf0O@volumehost.com) got lost in the net-split. |
| MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. |
| MT (~MT@dove.informatik.tu-muenchen.de) left irc: Ping timeout: 480 seconds |
| meandtheshel1 (~markus@85.127.111.62) joined #fai. |
| i-R2D297 (~deed@tor-irc.dnsbl.oftc.net) left irc: Remote host closed the connection |
| i-R2D297 (~deed@tor-irc.dnsbl.oftc.net) joined #fai. |
| i-R2D297 (~deed@tor-irc.dnsbl.oftc.net) left irc: Remote host closed the connection |
| i-R2D297 (~deed@tor-irc.dnsbl.oftc.net) joined #fai. |
| siretart (siretart@tauware.de) left irc: Ping timeout: 480 seconds |
| siretart (siretart@tauware.de) joined #fai. |
| Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving |
| ErKa (~keryell@keryell.pck.nerim.net) joined #fai. |
| ErKa (~keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| crazy-tictac (~crazy-tic@ACB14F54.ipt.aol.com) joined #fai. |
| 14:32 crazy-tictac | hi |
| crazy-tictac (~crazy-tic@ACB14F54.ipt.aol.com) left irc: Quit: Verlassend |
| itais (~itais@84.79.145.30) joined #fai. |
| ErKa (keryell@keryell.pck.nerim.net) joined #fai. |
| Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. |
| 16:12 mikap | I've FAI_CONFIG_SRC=file:///dev/shm/fai and according to ~log/fai/dirinstall/grml/variables.log that's valid and set but I don't find any files inside this dir when running fai dirinstall, what am I missing? |
| 16:19 oz__ | FAI_CONFIG_SRC=file:///dev/shm/fai seems a bit strange to me |
| 16:20 mikap | localpath=$(expr match "$FAI_CONFIG_SRC" '.*://\(/.*\)') |
| 16:20 mikap | echo "Using local path $localpath" |
| 16:20 mikap | => gives a valid ressource for me |
| 16:20 mikap | (source being from /usr/lib/fai/get-config-dir-file) |
| 16:20 oz__ | FAI_CONFIG_SRC=nfs://homer/$FAI_CONFIGDIR |
| 16:20 oz__ | homer is my installserver |
| 16:21 oz__ | that works[tm] |
| 16:21 mikap | neither subversion, git,.. nor even nfs are a valid option for me |
| 16:21 oz__ | you need nfs anyway, so waht? |
| 16:21 oz__ | what, even. |
| 16:21 mikap | no I don't |
| 16:22 oz__ | how do you mount the nfsroot? |
| 16:22 oz__ | how do you install without a nfsroot? |
| 16:22 mikap | don't need that |
| 16:22 mikap | local |
| 16:22 mikap | only fai dirinstall |
| 16:23 oz__ | where is your fai config? |
| 16:23 oz__ | /dev/shm certainly is the wrong place to put it |
| 16:23 mikap | I know what I'm doing, thanks ;) |
| 16:25 oz__ | hm. I somewhat doubt that... ;) /dev/ CERTAINLY is a wrong place for a config, /dev/shm even more |
| 16:25 oz__ | but proceed as you wish and have fun. |
| Nick change: oz__ -> oz |
| Nick change: oz -> Guest210 |
| Nick change: Guest210 -> oz_ |
| 16:27 mikap | oz_: I'm testing and don't care about my builds; /dev/shm is exactly what I want and need, but the place doesn't matter, it's the file:// that doesn't work |
| 16:28 oz_ | try another location. |
| 16:28 mikap | why should that matter? |
| 16:29 oz_ | osburg@homer:~$ cd /dev/ |
| 16:29 oz_ | osburg@homer:/dev$ df -k . |
| 16:29 oz_ | Dateisystem 1K-Blöcke Benutzt Verfügbar Ben% Eingehängt auf |
| 16:29 oz_ | udev 10240 92 10148 1% /dev |
| 16:29 oz_ | udev rules /dev. |
| 16:29 oz_ | that can cause probs. |
| 16:29 mikap | no |
| 16:29 oz_ | don't you user udev or devfs? |
| 16:29 mikap | % mount| grep shm |
| 16:29 mikap | tmpfs on /dev/shm type tmpfs (rw) |
| 16:30 oz_ | I'd suggest to use another location. |
| 16:31 mikap | again: why should that matter? |
| 16:32 mikap | doing that now for testing, let's guess what happens? ;) |
| 16:32 oz_ | mikap: again: why not using another standard location? |
| 16:32 oz_ | aparently, yours doesn't work. |
| 16:33 oz_ | use file:///<your_fai_config>/ |
| 16:33 oz_ | you cant put some value in there and expect fai to copy the file therein automagically |
| 16:33 oz_ | do you understand? |
| 16:34 mikap | oz_: ahhh, so I should copy my /etc/grml/fai/* to file:///path/? |
| 16:35 oz_ | you got it! year... |
| 16:35 mikap | (I don't want to clash the files inside my real fai-config-space because those are tracked via debian's dpkg) |
| 16:35 oz_ | mikap: do you know the meaning of this variable? |
| 16:36 mikap | oz_: basically yes :) but it wasn't logical for me that I specify -C manually and have to configure FAI_CONFIG_SRC manually as well |
| i-R2D297 (~deed@tor-irc.dnsbl.oftc.net) left irc: Remote host closed the connection |
| 16:38 oz_ | mikap: have fun with fai :) |
| 16:39 mikap | oz_: thx :) well, let's test whether that does what I expect ;) cause if that's the cause there's redundancy inside fai that I have to get rid of ;) |
| i-R2D2 (~deed@tor-irc.dnsbl.oftc.net) joined #fai. |
| 16:54 mikap | hmmm, softupdate doesn't execute the scripts (/path/to/fai/config/scripts/*)? |
| ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| ErKa (keryell@keryell.pck.nerim.net) joined #fai. |
| 17:33 mikap | Calling task_configure |
| 17:33 mikap | Sun Oct 28 18:26:26 CET 2007 |
| 17:33 mikap | The softupdate took 38 seconds. |
| 17:33 mikap | Calling task_savelog |
| 17:33 mikap | => works basically, but: I don't find the logs of softupdate |
| 17:33 mikap | and the scripts aren't executed; bug or usual behaviour? :) |
| 17:34 Mrfai | hi mikap |
| 17:34 mikap | Mrfai: hi thomas |
| 17:34 Mrfai | have a look at shell.log or cfengine.log. |
| 17:34 Mrfai | there you find the logs when task_configure calls your scripts |
| 17:34 Mrfai | check chmod +x |
| 17:34 mikap | ~log/fai/dirinstall/grml/shell.log? |
| 17:36 Mrfai | not sure. but if your logs are written to ~log/fai/dirinstall/grml, then yes |
| 17:36 mikap | nothing inside there :) only the "old" stuff from dirinstall AFAICS |
| 17:36 mikap | install_packages: reading config files from directory /var/lib/fai/config/package_config |
| 17:36 mikap | => the dir does not exist |
| 17:36 mikap | no idea why this directory is used, I'm invoking: |
| 17:36 mikap | fai -v -C /etc/grml/fai -cGRMLBASE,GRML_SMALL,I386 softupdate /dev/shm/grml-live/grml_chroot |
| 17:37 mikap | I think i've to digg through the source ;) |
| 17:40 Mrfai | Currently I do not know were fai-savelog writes the log to the local disk. I think is uses $LOGDIR. |
| 18:45 mikap | Mrfai: softupdate uses /var/log/fai/current |
| 18:46 mikap | and the problem seems to be a static definition of FAI=/var/lib/fai/config |
| 18:47 mikap | /etc/fai/fai.conf:FAI=/var/lib/fai/config => this seems to be used, even though I specified another config directory |
| 18:47 Mrfai | FAI=/var/lib/fai/config is defined in fai.conf, so it's not a static definition. But maybe it set inside the nfsroot |
| 18:48 mikap | Mrfai: but i don't use /etc/fai/fai.conf at all ;) |
| 18:48 Mrfai | but maybe you also have /srv/fai/nfsroot/live/filesystem.dir/etc/fai/fai.conf |
| 18:48 mikap | fai -v -C /etc/grml/fai => I've /etc/grml/fai/fai.conf |
| 18:49 mikap | but I think I can override that on my own, let's try :) |
| 18:50 Mrfai | I think the combination of softupdate and dirinstall is not well tested. Maybe in this case the config space is not detected properly and $FAI is set to a wrong value |
| 18:51 mikap | yeah, looks much better now :) |
| Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving |
| MT (~MT@dove.informatik.tu-muenchen.de) joined #fai. |
| sepski (~seppity@217.17.211.51) joined #fai. |
| sepski (~seppity@217.17.211.51) left irc: Quit: Leaving |
| itais (~itais@84.79.145.30) left irc: Quit: See you |
| ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| MT (~MT@dove.informatik.tu-muenchen.de) left irc: Ping timeout: 480 seconds |
| rref (~l@BAEdff1.bae.pppool.de) joined #fai. |
| 23:36 rref | wie kann man die aktuelle position in einem Trie an die zweige weiter geben ? hab hier http://phpfi.com/272196 in zeile 123 probiert führt zum Overflow |
| --- Mon Oct 29 2007 |