rasp (~rasp@64-71-7-198.static.wiline.com) left irc: Quit: rasp
puck (~puck@leibniz.catalyst.net.nz) left irc: Ping timeout: 480 seconds
puck (~puck@leibniz.catalyst.net.nz) joined #fai.
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) joined #fai.
edoreld (~Adium@p57A09C19.dip0.t-ipconnect.de) joined #fai.
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) joined #fai.
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai.
verwilst_ (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
verwilst_ (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat
09:32 verwilstcan i use the classes or sth to enable other profiles based on chipsets or anything system-related?
09:32 verwilstlike if [ `uname -a` == "bleh" ]; echo MYCLASS; fi
09:32 mgoetzeverwilst: you can execute aritrary scripts to define classes, so there is no limit to what you can do...
09:33 verwilstthe sky is the limit ;)
09:38 edoreldnot even that, heh ;)
09:40 telmichgood morning
09:40 telmichI'm trying to format my stuff with jfs, install jfsutils, but mksf.jfs /dev/hda1 seems not to do anything (state S) after the udevadm settle ... stuff
09:41 telmichdid anyone in here see that before?
09:43 telmichargh, it waits for a confirmation
09:43 oz_what confirmation?
Action: telmich tries createopts="-q" now
09:44 telmichoz_: "do you really want to format?"
09:51 oz_telmich: hell, say no! you'll loose all your data !1!1!1! ;)
10:12 telmichoz_: oh, I though they were save to ... err .. yeah ;-)
10:19 kai_bomoin! hat noch jemand das problem das die default locale nicht ordentlich per debconf gesetzt wird? Alle anderen Einstellung werden von debconf übernommen, nur die default locale nicht....
10:23 oz_kai_bo: gold:~# cat /srv/fai/config/debconf/GERMAN
10:23 oz_locales locales/default_environment_locale select de_DE.UTF-8
10:23 oz_locales locales/locales_to_be_generated multiselect de_DE.UTF-8 UTF-8
10:23 oz_xserver-xorg xserver-xorg/config/inputdevice/keyboard/layout string de
10:23 oz_for GERMAN
10:23 oz_this works here.
10:23 kai_boright
10:23 kai_boexacty like this looks my GERMAN class
10:24 kai_bobut after the installation the default locale ist not set...
10:24 oz_maybe there's some other class resetting this
10:25 kai_boI doubt it, but i will check it again
10:26 telmichkai_bo: did you have a look at fai.log?
10:28 kai_boyes; it says: Adding debconf data from /var/lib/fai/config/debconf/GERMAN
10:29 kai_bobut i notice in my  GERMAN clalls there ist first  "locales locales/locales_to_be_generated multiselect de_DE.UTF-8 UTF-8" and then "locales locales/default_environment_locale select de_DE.UTF-8
10:29 kai_bocoult that be a problem?
11:10 kai_boit seems that debconf is setting everything correct, but after an "apt-get install locales" during the installation the default locale is set None via the locales package....
11:10 kai_bo(debian lenny)
11:36 verwilstconfiguring software raid, is it still done like this: http://faiwiki.informatik.uni-koeln.de/index.php/User:Svamberg/Software_RAID with the new partitioning thingy?
11:37 verwilstoh, just found another page
11:55 edoreldI'm getting a lot of "No such file or directory" on fai-client install (after the red logo, which also fails with same error & also "read-only file system" (debian etch).
simNIX (~simNIX@156-60.bbned.dsl.internl.net) left irc: Quit: Ik ga weg
11:58 edoreldfor example -> chmod: cannot access /target/var/log/192.168.1.229/install-" no such file or directory :/
12:01 Mrfaiedoreld: log files cal tell us much more. use paste.debian.net
12:03 edoreldok altough the normal log files didn't get created :/
12:03 edoreldI got some though
12:03 edoreld1 sec
12:05 edoreldactually there are 3 logs and none of them give any useful information :/
12:06 edoreldbootstrap.log, dpkg.log & auth.log
12:08 oz_edoreld: are you booting with the 'boot=live' option?
12:13 kai_boI got my locales problem solved...
12:13 edoreldI'm not sure, I ran "fai-chboot -IFv <host>" and then just booted
12:13 kai_boIf anyone is interested: http://dpaste.com/57139/ is executed as a script in last
siggg (~jean@tra78-1-87-88-161-80.dsl.club-internet.fr) left irc: Ping timeout: 480 seconds
12:24 verwilstanyone doing software raid with the new partitioning scheme?
12:26 oz_edoreld: you should be able to check this
12:26 edoreldplease kindly tell me how would I go about doing that :)
12:28 kai_boverwilst: yes, we do
12:29 oz_edoreld: it'S all written in the FAI guide...
12:29 oz_how do you boot?
12:29 oz_pxe?
12:29 edoreldpxe
12:30 oz_then look for you tftpd root
12:30 edoreldok
12:31 verwilstkai_bo: /boot as raid, works? :)
12:32 kai_boverwilst: this is our disk_config which really works ;)
12:32 kai_bohttp://dpaste.com/57145/
12:32 verwilstaha :) very nice :)
12:32 kai_boand yes, /boot is on a raid1 ;)
12:33 verwilstUsing config file: /var/lib/fai/config/disk_config/FAIBASE
12:33 verwilstgrr
12:33 verwilsti have a SOFTRAID class before FAIBASE
12:33 verwilstshouldn't it take that one then?
12:33 verwilstkai_bo: good to know /boot on raid1 works :)
12:34 oz_yay! raid on /boot
12:34 Mrfaikai_bo: you really have this in your disk_config? raid1<----->/boot<->disk1.1,disk2.1>ext3<-->rw
12:34 MrfaiIMO <-----> and <-> is very bad
12:35 oz_looks really weird
12:35 kai_bono, the <--> are just from mcedit when I pasted the file
12:36 kai_boI got so familar with mcedit displaying them for space and tabs that i did not notice them during the paste....
12:37 oz_repaste it, then
12:38 kai_boalready on its way
12:38 kai_bohttp://dpaste.com/57154/
12:39 verwilsthow is the order determined in disk_config?
12:39 verwilstif my class does echo SOFTRAID FAILBASE
12:39 verwilstshouldnt it use SOFTRAID first?
12:39 verwilstFAIBASE* ( i watch too much failblog :) )
12:41 verwilstkai_bo: you actually like all the <---->'s in your files while viewing em? :)
12:43 kai_bokai_bo: yes ;) I even find it very helpful when formatting a file or doing some stuff in python ;)
12:43 kai_boverwilst : yes ;) I even find it very helpful when formatting a file or doing some stuff in python ;)
12:43 kai_bo...
edoreld (~Adium@p57A09C19.dip0.t-ipconnect.de) left irc: Quit: Leaving.
13:30 verwilstkai_bo: pretty kinky imo :P
14:10 kai_boverwilst: actually in the editor the signs are not so prominent as in the paste, they are more a slight pale blue while the background in mcedit is a dark blue  
14:14 verwilstah yeah
14:14 verwilstbut still.. :d
14:34 verwilstkai_bo: did you change your grub install or config to be able to boot?
14:34 verwilstsince my grub refuses ;)
14:37 kai_bommhh, no, but we made a small patch for setup_storage, since we wanted a raid1, but there was only one drive in our development system, thats all
16:00 verwilstit works!
16:01 kai_bonice ;)
16:01 verwilsti had a swap param on my sdb3
16:01 verwilstwhich is part of the raidset
16:01 verwilstwhich made it complain about UUID shizzle
16:01 verwilst:)
16:01 verwilstoff for the weekend!
16:02 verwilstsee ya and thanks for the help!
verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat
kai_bo (~kai@statdsl-085-016-072-173.ewe-ip-backbone.de) left irc: Quit: Verlassend
16:03 EvilDennisRhrrm, my rootfs doesn't seem to have /var/lib/fai/, and makes fai dump me to a shell
16:04 EvilDennisR/srv/fai/nfsroot/live/filesystem.dir/var/lib/fai/ exists however
16:05 EvilDennisRis the rootfs created on the fly or something ?
16:06 mgoetzeaufs
16:08 EvilDennisRI changed FAI= to /mnt, and that fixed that problem, however dpkg needs to write stuff to /var/lib/apt - which also doesn't exist
16:11 eartoastmoin
16:12 eartoastis anybody coming to linuxtag here in berlin?
16:12 EvilDennisR!/me
16:12 EvilDennisRits a little far for me =)
16:12 eartoastI still have free tickets available...
16:13 eartoastEvilDennisR: where are you from?
16:13 EvilDennisRBoston, Mass, usa
16:13 eartoastok, thats really far ;)
16:13 EvilDennisRheh, yup
16:14 EvilDennisRmgoetze: So how do I get aufs to create those directories in /var/lib/ ?
16:16 eartoastEvilDennisR: aufs simply making / writable by overlaying it with a ramdisk
16:16 EvilDennisRso how do I have my ramdisk create them in /var/lib/ =)
16:18 eartoastthis problem sounds a bit strange... in principle, every file/dir of the read-only nfs root should be visible and read/writable...
16:19 EvilDennisRYeah, it looks like its using both for some reason
16:19 eartoastwhich version of FAI are you using and on which distro?
16:19 EvilDennisRI created a file in /srv/fai/nfsroot/live/filesystem.dir/root/ and its there if I ls /root/
16:20 mgoetzeeartoast: i think edoreld is going
16:20 mgoetzeEvilDennisR: dunno, it just works for me :)
16:20 EvilDennisR3.2.17~lenny fai-server
16:20 EvilDennisRis running on ubuntu hardy (8.04), and its trying to fai as jaunty (9.04)
16:21 EvilDennisRI should prolly get the 3.2.20 debs
16:22 EvilDennisRmgoetze: it used to just work for me when I was faiing machines with hardy
16:22 EvilDennisRgot some new blade servers, kernel didn't work with em, we figured we should upgrade
16:22 EvilDennisRthus I'm dicking around with fai again =)
16:23 eartoasthm.
16:23 EvilDennisRI'm gonna install the 3.2.20 packages just for shits
16:23 eartoastdidn't experiment with jaunty...
16:23 eartoastmaybe there is something in the initrd
16:24 EvilDennisRI wouldnt doubt it
16:24 eartoastwhich mounts another tmpfs under /var/lib ?
16:24 EvilDennisRI was batteling with that thing all yesterday
16:24 eartoastwhen you are dropped into the shell, what does 'mount' say?
16:24 EvilDennisRthe ubuntu guys forgot to add the bnx2x ethernet driver to get added with update-initramfs
16:25 EvilDennisRroot fs on / type rootfs
16:25 eartoastnothing more?
16:25 EvilDennisRgr, I can't paste because I'm connected on the ilo
16:25 EvilDennisRleme ssh in, hold on
16:28 EvilDennisRhttp://pastebin.com/md1a87b0
16:29 EvilDennisRfor some reason our pastebin on pidgin.im/nopaste is still f'ing broken
16:29 EvilDennisRhttp://pastebin.com/m5fd95b7 (mount)
16:33 eartoasthm
16:33 eartoastlooks funny...
16:34 eartoastmaybe a missing chroot/pivot_root?
16:34 EvilDennisR??
16:34 EvilDennisRyou tell me =)
16:34 EvilDennisRI haven't messed with any of this setup in like a year
16:35 EvilDennisRso I'm a little hazy on configs and such
16:35 eartoastls -l /live/var/lib
16:35 eartoastsry
16:35 eartoastls -l /live/image/var/lib
16:35 EvilDennisRdoesn't exist
16:36 EvilDennisR/live/image/live/filesystem.dir/var/lib/ ?
16:36 EvilDennisRtheres cow and image in /live/
16:36 eartoastyes, 'image' is the ro-nfsroot
16:36 EvilDennisRyup
16:37 eartoastand 'cow' the tmpfs that is overlayed
16:37 eartoast/live/image/live/filesystem.dir/var/lib/ ?
16:37 EvilDennisRit exists, yup
16:38 eartoastand contains?
16:39 EvilDennisRapt/  aptitude/  cfengine2/  dhcp3/  dpkg/  dumpdates  fai/  initramfs-tools/  initscripts/  libuuid/  locales/  logrotate/  mdadm/  misc/  nfs/  pam/  ucf/  urandom/  vim/
16:40 EvilDennisRso fai is there
16:40 EvilDennisRbut is not in /var/lib/
16:41 eartoastany error messages from the live-initramfs scripts?
16:42 EvilDennisRchecking /target/var/log/fai/ ..
16:43 EvilDennisRonly logs that have "useful" stuff in them are dmesg.log and fai.log, both don't contain anything about initramfs
16:44 EvilDennisRdmesg.log:[    0.440866] checking if image is initramfs... it is
16:50 eartoastan idea would be to unpack the initrd and grep for any script messing with /var/lib
16:50 EvilDennisRalready doing that =)
16:51 EvilDennisRscripts/live:           cow_dirs='/var/tmp /var/lock /var/run /var/log /var/spool /home /var/lib/live'
16:52 eartoastit could be that there is something 'cleaning' /var/lib/ (which is not a good idea, actually)
16:52 EvilDennisRthats the only result I get when I get for var/lib
16:52 EvilDennisRs/for/for grep/
16:52 eartoastnope. cow means copy-on-write, I suspect this refers to the aufs-overlays.
16:53 eartoastFAI doesnt touch /var/lib, AFAIR
16:54 eartoastso I don't think that a fai upgrade would help you
16:55 eartoastis there any script running before rcS_fai ?
16:56 eartoastthis should actually be the _first_ (and last) script started by init
16:56 EvilDennisRtheres like nothing in /target/var/logs/
16:57 EvilDennisRleme check actual /var/logs/
16:58 eartoastwell, /target/ should be empty...
16:58 eartoastif fai exited that early
16:58 EvilDennisRyeah, it is except for /var/
16:58 eartoastwhats in /etc/rcS.d ?
16:59 eartoastargh. gotta go, looks like rain and I am here by bike...
16:59 eartoastc u
16:59 EvilDennisRits raining here too =/
17:01 EvilDennisRhttp://pastebin.com/m5eea9d4 - /etc/rcS.d/
Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving.
18:01 EvilDennisReartoast: complete hack: edit /usr/sbin/fai on nfsroot - mkdir -p /var/lib/fai/config ; mkdir -p /var/lib/apt
18:10 EvilDennisRand mkdir -p /var/lib/dpkg
rasp (~rasp@64-71-7-198.static.wiline.com) joined #fai.
20:28 raspif someone answered my question yesterday, I'm sorry I logged off and didn't see it
20:28 raspbut I'm still trying to figure out how to make fai work with a git repo
20:29 raspand a particular  branch, not with the master
20:29 raspI can use http with this, as well
20:29 raspI'm stumped on how to format the path so it works with the repo
uchimata (~uchimata@i3ED6CAC9.versanet.de) joined #fai.
uchimata_ (~uchimata@i3ED6DA7B.versanet.de) left irc: Ping timeout: 480 seconds
puck (~puck@leibniz.catalyst.net.nz) left irc: Ping timeout: 480 seconds
puck (~puck@leibniz.catalyst.net.nz) joined #fai.
rasp (~rasp@64-71-7-198.static.wiline.com) left irc: Quit: rasp
--- Sat Jun 20 2009

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