| fxcp_ (~ctp@brsg-d9bee766.pool.mediaWays.net) joined #fai. |
| fxcp (~ctp@xbl.dnsbl.oftc.net) left irc: Ping timeout: 480 seconds |
| fxcp__ (~ctp@brsg-d9bee829.pool.mediaWays.net) joined #fai. |
| fxcp_ (~ctp@brsg-d9bee766.pool.mediaWays.net) left irc: Ping timeout: 480 seconds |
| allee_ (~ach@p54A46B7F.dip.t-dialin.net) joined #fai. |
| alleeHol (~ach@p54A45DD5.dip.t-dialin.net) left irc: Ping timeout: 480 seconds |
| sepski (~sep@40.211.jostedal.no) joined #fai. |
| oki (~jshima@c-98-210-220-104.hsd1.ca.comcast.net) joined #fai. |
| oki (~jshima@c-98-210-220-104.hsd1.ca.comcast.net) left irc: |
| fxcp__ (~ctp@brsg-d9bee829.pool.mediaWays.net) left irc: Ping timeout: 480 seconds |
| ErKa (keryell@m13.wifi.enstb.org) joined #fai. |
| ErKa (keryell@m13.wifi.enstb.org) left irc: Ping timeout: 480 seconds |
| ErKa (keryell@m13.wifi.enstb.org) joined #fai. |
| fxcp (~ctp@brsg-d9bee829.pool.mediaWays.net) joined #fai. |
| ErKa (keryell@m13.wifi.enstb.org) left irc: Ping timeout: 480 seconds |
| 08:53 Stere0 | mugwump: I thought a slightly special initrd was generated by fai-chboot |
| 08:54 Stere0 | my fai installation complained about not finding scripts/live something when I put the debian initrd in the tftp directory |
| 09:06 stockholm | Stere0: i generate the initrd in the nfsroot i think. i dont think i do anything special |
| 09:06 stockholm | i did add some module magic of my own there |
| ErKa (keryell@m6.wifi.enstb.org) joined #fai. |
| siggg (~jean@83-152-252-232.rev.libertysurf.net) joined #fai. |
| fxcp (~ctp@brsg-d9bee829.pool.mediaWays.net) left irc: Read error: Connection timed out |
| fxcp (~ctp@brsg-d9bee829.pool.mediaWays.net) joined #fai. |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. |
| sepski (~sep@40.211.jostedal.no) left irc: Ping timeout: 480 seconds |
| siggg (~jean@83-152-252-232.rev.libertysurf.net) left irc: Remote host closed the connection |
| fxcp (~ctp@brsg-d9bee829.pool.mediaWays.net) left irc: Ping timeout: 480 seconds |
| fxcp (~ctp@brsg-d9bee829.pool.mediaWays.net) joined #fai. |
| fxcp (~ctp@xbl.dnsbl.oftc.net) left irc: Ping timeout: 480 seconds |
| fxcp (~ctp@xbl.dnsbl.oftc.net) joined #fai. |
| rgsteele||work (~ryan@75.147.74.137) joined #fai. |
| 15:49 rgsteele||work | Hm, does fai-chboot currently have support for setting the 'ip' option? Using '-k ip=all' appends it to the kernel appends line, but 'ip=dhcp' still exists. |
| 15:49 rgsteele||work | I could be completely overlooking it in the manpage, though. |
| 15:51 rgsteele||work | Also, I'd like to set DEFAULT.var to a more restrictive permission (like 500 or 700), but when I do, FAI fails to execute the script (there are no ++ lines in the log), even when it's chowned to fai:fai. What user does FAI expect to execute that script as? |
| 15:55 Mrfai | all files in your config space are accessed as root, but via NFS. So you need the no_root_squash option. |
| 15:56 Mrfai | ip=dhcp should only be added when using the -i option |
| 16:01 rgsteele||work | Mrfai: It's not |
| 16:02 Mrfai | which fai-chboot version do you use? |
| 16:03 rgsteele||work | fai-chboot version 3.4.4 16-january-2008 |
| 16:03 Mrfai | Same for me |
| 16:03 Mrfai | OK, found it. |
| 16:04 rgsteele||work | http://pastie.org/353838 |
| 16:04 Mrfai | Internally -i is also set if you sepcify -S or -I |
| 16:04 rgsteele||work | Ooh |
| 16:19 rgsteele||work | Mrfai: Think I found a bug? http://pastie.org/353851 |
| 16:20 rgsteele||work | The append never makes it in to the file |
| ErKa (keryell@m6.wifi.enstb.org) left irc: Ping timeout: 480 seconds |
| 16:35 rgsteele||work | I fixed it. Added this to line 447 of fai-chboot: $rootfs = "root=/dev/nfs nfsroot=$nfsroot boot=live"; |
| 16:46 Mrfai | ok, this seems to be a bug. please file a bug report in the debian BTS and add your patch |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving |
| 17:05 FBI | fai: 3 mt committed revision 5237 to 7 fai: updated patch (trunk now already has 1.0.3, experimental gets 1.0.4) |
| ErKa (keryell@keryell.pck.nerim.net) joined #fai. |
| 18:06 zirpu | can softupdate be used to do a dist-upgrade? |
| 18:11 mgoetze | it should be possible in theory, but you won't see me trying it anytime soon ;) |
| 18:19 zirpu | heh. i should probably just pave these old boxes anyway. |
| 20:27 zirpu | anyone available to help me with a setup-storage resizing problem? |
| 20:27 zirpu | i have /, swap, and /home, and I want to resize / to make it bigger. i'd like to take room away from /home. |
| 20:38 zirpu | maybe i should just have used LVM for everything from the beginning.... |
| 20:38 mgoetze | heh, maybe :) |
| 20:50 zirpu | so i think setup-storage is broken for my usecase. it doesn't figure out what order to do the resizes so that it would work. |
| 20:51 zirpu | in my case it tries to resize /, but can't since it needs to resize /home first to make room to move the partition start and end points. |
| 21:21 Stere0 | zirpu: can you post your file? |
| 21:29 zirpu | post to a pastebin service you mean? |
| 21:32 zirpu | http://pastebin.com/m219e7320 |
| ErKa (keryell@keryell.pck.nerim.net) left irc: Ping timeout: 480 seconds |
| rgsteele||work (~ryan@75.147.74.137) left irc: Remote host closed the connection |
| --- Wed Jan 7 2009 |