00:14 puckFound the problem with my boxes from yesterday.  The output is being redirect, probably to the serial port.
clusty (~Slacking@69-165-165-198.dsl.teksavvy.com) left irc: Quit: Leaving
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai.
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
Mrfai (~lange@suenner.informatik.uni-koeln.de) joined #fai.
siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Ping timeout: 480 seconds
vsMS (~m525020@dslb-088-078-135-001.pools.arcor-ip.net) joined #fai.
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai.
11:49 WinkieMrfai: i got your email by the way, i haven't checked it out yet but i will do so in the next few days
12:06 Mrfaiok
12:13 Winkieoh wow i didn't realise it was a Perl script, how did I miss that!
12:13 WinkieI write Perl all the time, so shouldn't be a big issue to work with it
12:23 mgoetzehas anyone tried to get console-setup doing anything but the default? i tried preseeding the debconf values on an ubuntu 8.04 installation, but they don't seem to take effect, despite showing up in debconf-show
12:44 vsMShello. i have to setup a fai infrastructure for a proof of concept migrating a big number of linux desktops to a debian based distribution. It looks to mee that fai is extreme complex. Is it really so?
12:45 mgoetzewell it depends what you want to do :) if you just copy the simple-examples without understanding how they work it will be quite easy
12:45 mgoetzebut of course the more you want to customise the more you'll need to understand how it works
12:45 mgoetzestill, i wouldn't call it extremely complex
12:45 Winkieyeah i would agree that it's not extremely complex, it is understandable quite quickly
12:45 Winkieand mgoetze i have also had issues with console-setup on ubuntu, i cannot remember whether i solved it
12:47 vsMSmogoetze: i yust can compare against kickstart and rhel based distributions. With anaconda I need a http repository, a kernel + initrd + dhcp/dns/tftp and a kickstart file and that's it.
12:48 vsMSi cannot see that fai supports http
12:48 vsMSonly nfs ist this correct?
12:48 mgoetzewell, the linux kernel doesn't support root filesystem over http ;)
12:49 mgoetzefai also supports booting from cd
12:49 mgoetzeanyway, fai is more complex than kickstart, yes, but there are a lot of things you can't do with kickstart, whereas with fai you are completely flexible
12:50 vsMSok. in our szenario we have thousand of desktops spread all over germany and we need a netboot mechanism
12:50 vsMSfor example?
12:50 mgoetzearbitrary partitioning including lvm and software raid
12:51 mgoetzeafaik kickstart is rather limited there
12:52 mgoetzeand in fai, you can define as many classes as you like and combine them however you like - with kickstart you can only have one profile for a system, which reads in exactly one kickstart config file
12:52 vsMSno, i currently use a %pre script for dynamic lvm configuration and to keep the /home lv when reinstalling a machine for example
12:52 vsMSok, sound's like cobbler ?
12:52 vsMSat least a bit like
12:53 mgoetzei haven't used cobbler, i thought it's mainly a tool for keeping your tftp/dhcp/dns stuff in sync and assigning one kickstart file to each client
12:55 vsMSyea, they do this as well but they also handel profiles, classes and so on for generating different kickstart files
12:56 vsMSi found this link http://faiwiki.informatik.uni-koeln.de/index.php/UbuntuJauntyInstallationHowTo to create a fai infra structure on ubuntu server for ubuntu desktops
12:56 mgoetzeoh, you want to use ubuntu?
12:56 vsMSyes - maybe ;-)
12:58 mgoetzethat's going to be a lot more work than debian :) fai is written for debian, and where ubuntu has silly divergences, you'll run into problems (of course as you see on that wiki you won't be entirely alone with the problems)
12:59 vsMSso does this mean that fai isn't ready for an enterprise environment based on ubuntu desktops?
13:02 mgoetze"ready" in that you can just use it out of the box without a lot of work - no
13:02 mgoetzebut once you have it running it is certainly reliable
13:03 vsMShm ok
13:03 mgoetzehowever, if you get it running for 9.04 and then ubuntu does another heap of silly changes you'll have to invest effort again for 9.10 ;)
13:04 vsMSbut do i understand this correctly: you mean the fai server itself on ubuntu or installing ubuntu clients?
13:04 mgoetzeboth
13:05 mgoetzebut the installation scripts for ubuntu clients are more of a problem
13:05 vsMSoh. can you point me to a website with further informations?
13:06 mgoetzewell you've already found faiwiki :) otherwise you'll want to read the fai guide and look at the mailing list archives, see first link in /topic
13:17 mgoetzeWinkie: https://lists.uni-koeln.de/pipermail/linux-fai/2009-June/007060.html has the solution for console-setup
13:34 mgoetzeMrfai: i just added some headings to sort howtos by age on http://faiwiki.informatik.uni-koeln.de/index.php/Howtos - i hope it will eventually be possible to see right away which information is sitll useful and which is out-of-date
13:34 Mrfaimgoetze: fine
13:35 MrfaivsMS: there are FAI courses in germany (in the linuxhotel) or I can give you FAI courses in your company.
13:39 vsMSMrfai: you are right. but in december :-(
13:45 telmichhello again
13:45 mgoetzegruessle
13:45 telmichI'm currently getting some errors with grub, when I try to use software raid:
13:46 telmichhttp://home.schottelius.org/~nico/unix/linux/fai/swraid-grub-error
13:46 telmichthis results in the system starting, but it does not find md0 after the installation
13:49 telmichargh, it may also be that I'm missing mdadm doe to configuration changes
allee-k (~allee-k@p54A464BC.dip.t-dialin.net) joined #fai.
14:40 mgoetzeaaargh one of the debconf settings for console-setup includes a # character - which debconf-set-selections treats as the beginning of a comment
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Quit: Leaving.
14:51 FBIfai: 3 mt committed revision 5507 to 7 fai:  Updated experimental patches to work with current trunk
14:52 telmichmgoetze: lol
allee-k (~allee-k@p54A464BC.dip.t-dialin.net) left irc: Remote host closed the connection
14:58 Winkiemgoetze: oh thanks for the link :)
14:58 Winkiemgoetze: aha this does look similar to mine
14:59 mgoetzei still haven't quite got it working. the console font etc. works now but the keyboard layout is still the default us
15:00 Winkiemgoetze: yeah i'm trying to switch to UK, i'll investigate more after i have eaten :)
15:00 Winkiewhat's the procedure with patching by the way, i'm guessing by the revision # that this is SVN or similar
15:00 Winkieso i should just submit patches to the mailing list / a bug?
15:01 mgoetzeWinkie: i think the prefererred method is a bug in the debian BTS
15:01 Winkiemgoetze: sounds reasonable, i'm used to using 'git' :)
15:01 mgoetzethe fai source code is maintained in subversion
verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai.
vsMS (~m525020@dslb-088-078-135-001.pools.arcor-ip.net) left irc: Remote host closed the connection
kardan| (~kardan@p54BE53E2.dip.t-dialin.net) joined #fai.
siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Ping timeout: 480 seconds
kardan (~kardan@p54BE524F.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
16:22 mikapMrfai: #539980 - you should release a new version, several users are stumbling into this issue
17:06 MrfaiI was waiting for mt because he will include some setup-storage fixed into trunk. I hope to release in the first week of october
vca (~yrmthr@gibson.lawngnome.org) left irc: Server closed connection
vca (~yrmthr@gibson.lawngnome.org) joined #fai.
Mrfai (~lange@suenner.informatik.uni-koeln.de) left irc: Quit: leaving
|kardan| (~kardan@p54BE7ADE.dip.t-dialin.net) joined #fai.
kardan| (~kardan@p54BE53E2.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
mgoetze (~mgoetze@corelli.mgoetze.net) left irc: Server closed connection
mgoetze (~mgoetze@mgoetze-2-pt.tunnel.tserv4.nyc4.ipv6.he.net) joined #fai.
puck (~puck@leibniz.catalyst.net.nz) left irc: Server closed connection
puck (~puck@leibniz.catalyst.net.nz) joined #fai.
jr987 (~james@216.218.114.156) joined #fai.
jr987 (~james@216.218.114.156) left irc: Quit: User disconnected
mgoetze (~mgoetze@mgoetze-2-pt.tunnel.tserv4.nyc4.ipv6.he.net) left irc: Remote host closed the connection
mgoetze (~mgoetze@corelli.mgoetze.net) joined #fai.
--- Thu Sep 10 2009

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