| psypointer (~psypointe@xdsl-78-34-122-30.netcologne.de) left irc: Ping timeout: 480 seconds |
| psypointer (~psypointe@xdsl-78-34-122-3.netcologne.de) joined #fai. |
| Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| psypointer (~psypointe@xdsl-78-34-122-3.netcologne.de) left irc: Quit: Verlassend |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| fai-guy (~fai-guy@p4FC236C7.dip0.t-ipconnect.de) joined #fai. |
| siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai. |
| ErKa (~keryell@pat46-invites.rennes.enst-bretagne.fr) joined #fai. |
| ErKa (~keryell@pat46-invites.rennes.enst-bretagne.fr) left irc: Ping timeout: 480 seconds |
| ErKa (~keryell@pat46-invites.rennes.enst-bretagne.fr) joined #fai. |
| Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai. |
| 09:54 mikap | Mrfai: @#500046: dpkg -l debootstrap | awk '/debootstrap/ {print $3}' :) |
| 09:58 Mrfai | mikap: noch besser :-) |
| 09:58 mikap | Mrfai: jo :) |
| 10:18 FBI | fai: 3 lange committed revision 5176 to 7 fai: remove broken links, add Ubuntu information, add misc infos |
| ErKa (~keryell@pat46-invites.rennes.enst-bretagne.fr) left irc: Ping timeout: 480 seconds |
| 11:28 FBI | fai: 3 lange committed revision 5177 to 7 fai: faisetup.sgml: update messages |
| rgsteele||work (~chatzilla@75.147.74.137) joined #fai. |
| 12:31 rgsteele||work | Hm. Is FAI supposed to (by default) set up an rc.d script to run dhclient? |
| 12:32 rgsteele||work | I noticed my clients weren't coming up on the network - I actually had to log in to the console and manually run dhclient (which is when I noticed there was no SXXdhcdbd in the rc.d directories. |
| 12:35 mikap | rgsteele||work: configure /etc/network/interfaces? |
| ErKa (~keryell@pat46-invites.rennes.enst-bretagne.fr) joined #fai. |
| 12:36 rgsteele||work | mikap: It's configured to dhcp. |
| 12:36 mikap | rgsteele||work: with 'iface $FOO inet dhcp' and 'auto $FOO'? |
| 12:37 rgsteele||work | Yep |
| 12:37 rgsteele||work | But it's not coming up. I actually have to manually run dhclient after logging in to the console. |
| 12:43 mikap | care to show us the configuration of /etc/network/interface on one of your clients where it does not |
| 12:44 rgsteele||work | mikap: Actually, I think it was a local issue with the dhcp server. |
| 12:44 rgsteele||work | False alarm :) |
| 12:44 rgsteele||work | mikap: But, I'll paste the interfaces file |
| 12:45 rgsteele||work | http://pastie.org/279274 |
| 12:46 mikap | rgsteele||work: so looks good ;) |
| 12:49 rgsteele||work | mikap: It would appear so, heh. |
| rgsteele||work (~chatzilla@75.147.74.137) left irc: Remote host closed the connection |
| ErKa (~keryell@pat46-invites.rennes.enst-bretagne.fr) left irc: Ping timeout: 480 seconds |
| ErKa (~keryell@pat46-invites.rennes.enst-bretagne.fr) joined #fai. |
| rgsteele||work (~chatzilla@75.147.74.137) joined #fai. |
| 13:31 rgsteele||work | Hm. Another question - FAI's disk_config files have a notation which allows you to specify a size range, e.g. '150-300'. But, say I always want '/usr' to take up 15% of my disk, no matter what the size is... do I need to extend FAI to support that, or is there some whizbang supported method I haven't seen while reading the docs. |
| 13:41 mikap | rgsteele||work: at least setup-storage can handle setups like 'logical /var 15%- ext3 rw' |
| 13:45 rgsteele||work | mikap: Hm... can I drop setup-storage in to FAI 3.2.4? |
| 13:46 rgsteele||work | Appears not, according to the faiwiki |
| 13:51 mikap | rgsteele||work: setup-storage can be used starting with FAI 3.2.8 (IIRC) |
| 13:52 rgsteele||work | mikap: Yeah, sounds like it's incompatible with 3.2.4 ... which is kind of a bummer, as I just spent the last 2 days getting a 3.2.4 installation working. |
| 13:58 glance | strange question: anyone that have tried to install solaris-lx-zones with fai? |
| 14:37 Mrfai | I did some solaris installations a few years ago. But isntalling lx-zone sound like setting up a chroot enrionment bu using fai dirinstall. |
| 14:38 Mrfai | therefore install_packages needs support for the solaris package management. But this is easy to add to install_packages. |
| 14:53 rgsteele||work | Mrfai: Any chance there'll be any FAI talks in the USA in the coming year? |
| 15:13 Mrfai | rgsteele||work: There are currently no plans for this. Any invitations? ;-) |
| 15:14 oz_ | hm. looks as if splash works now |
| 15:15 rgsteele||work | Mrfai: Perhaps - an organization I belong to (LOPSA - The League of Professional Systems Administrators) might be willing to fund a talk. I'd have to ask, though - I'm but a lowly member :) |
| 15:15 oz_ | at least in network installs |
| Action: oz_ rebuilds now everything |
| ErKa (~keryell@pat46-invites.rennes.enst-bretagne.fr) left irc: Ping timeout: 480 seconds |
| 15:52 oz_ | hm. what's wrong with "for x in $(cat /proc/cmdline); do" ? |
| 15:53 rgsteele||work | oz_: I dunno, but I always use backticks there. E.g., "for x in `cat /proc/cmdline`; do ..." |
| 15:53 rgsteele||work | They should be functionally equivalent, though. |
| 15:55 oz_ | and I wonder, the error msg says: "[: eq: binary operator expected" |
| 15:55 oz_ | as if the error msg is complete bullshit |
| 15:55 oz_ | but line 18 is the line I pasted |
| Action: oz_ wishes he had some Quad Opteron with 16GB RAM for this work |
| siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Ping timeout: 480 seconds |
| maswan (~maswan@kennedy.acc.umu.se) left irc: Read error: Connection reset by peer |
| maswan (~maswan@kennedy.acc.umu.se) joined #fai. |
| Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving |
| allee (~ach@allee.mpe.mpg.de) left irc: Remote host closed the connection |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| 19:02 rgsteele||work | Um, I have a potentially scary situation. FAI mounts the repository from which it's getting packages via NFS at /srv/fai/nfsroot/live/filesystem.dir/media/mirror. But, to rebuild the nfsroot, it executes an rm -rf on /srv/fai/nfsroot/live. Isn't that going to blow away the entire repository? |
| 20:20 rgsteele||work | Turns out that indeed, make-fai-nfsroot was deleting the entire NFS-mounted mirror. |
| 20:20 rgsteele||work | Seems like a terrible design flaw. |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds |
| rgsteele||work (~chatzilla@75.147.74.137) left irc: Remote host closed the connection |
| alexanderwz (~alexander@karuna.med.harvard.edu) got netsplit. |
| --- Fri Sep 26 2008 |