_julian_ (~quassel@hmbg-4d06dcf1.pool.mediaWays.net) joined #fai.
_julian (~quassel@hmbg-5f761cc1.pool.mediaWays.net) left irc: Ping timeout: 480 seconds
_julian (~quassel@hmbg-4d06cb33.pool.mediaWays.net) joined #fai.
_julian_ (~quassel@hmbg-4d06dcf1.pool.mediaWays.net) left irc: Ping timeout: 480 seconds
sneumann (~sneumann@pD95557E4.dip.t-dialin.net) joined #fai.
sneumann (~sneumann@pD95557E4.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
sneumann (~sneumann@router-sub.ipb-halle.de) joined #fai.
05:50 DanFrincukd926: yes
05:52 DanFrincuthe only thing is that NFS isn't used to put the fs on the local disk
05:52 DanFrincuso no deps on NFS
05:53 DanFrincuand the image is actually copied to RAM and runs from there
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
07:04 M`cc`DanFrincu: that sounds cool, do you have a howto about it?
07:04 DanFrincuno ..
07:05 M`cc`do you use a large initrd or get the ramdisk image from somewhere else?
07:06 DanFrincuwget for bootstrapfs and configspace => load into RAM => extract configspace to disk
07:06 DanFrincuand the rest is just the same
07:06 M`cc`wow
07:07 M`cc`how hard is it to upgrade to new FAI versions or new distributions?
verwilst (~verwilst@router.begen1.office.netnoc.eu) joined #fai.
rhce7320 (~rhce7320@ndl-nlos-196-12-13.52.iconnect.zm) joined #fai.
rhce7320 (~rhce7320@ndl-nlos-196-12-13.52.iconnect.zm) left irc: Quit: Leaving.
11:11 kd926glance: Would you be willing to show your implementation details
11:21 glancehttp://pastebin.com/bQ4xdw5n
11:23 glanceM`cc`: its not hard to do "regular" fai upgrades, sometimes in the switch between setup-disks and setup-storage it was a bit of work, but nothing hard. Its less work than the initial fai-setup.
11:24 glanceM`cc`: and upgrade between dists and dist-versions, is mot more work than it is to upgrade the systems. I just test installing a new dist with the old fai-tree and then update whatever have changed.
11:25 sneumannhi, sorry if this is slightly off topic: is anyone here with HP Proliants ?
11:25 sneumannI am trying to get HP SMH working for the p410i controller, everything else works already.
11:28 kd926Has anyone heard of any work trying to couple what FAI does with OpenStack?
11:32 glancesneumann: we use hp cciss controllers quite extensivly , but no web interfaces.
11:32 glancesneumann: we just use hpacucli
11:34 sneumannThanks glance, the p410i works fine under hpacucli. but for the HP SIM we'd need working hp-snmp-agents
11:34 sneumannWe have 8.50 under Ubuntu 11.04, which doesn't work, and some 8.70 under SLES 10.3 which do work.
11:35 sneumannUbuntu is using the hpsa module, while SLES has the cciss module. HP docs say, hpsa should support our configuration and SNMP-
11:36 sneumannglance, do you have a message "SAS agent (cmasasd) does not find any supported SAS controller" in /var/log/hp-snmp-agents/cma.log ?
11:36 glancewe don't use hp-snmp
11:36 glancewe just use hpacucli with a perl wrapper who checks the health
11:37 DanFrincukd926: no, but there's aeolusproject.org that tries to link up machine deployment with clouds
fimblo (~fimblo@kaki.office.spotify.net) left irc: Quit: leaving
11:39 kd926DanFrincu: Thanks. I guess my thought was to have some sort of provisioning service using the same methods as FAI
11:39 kd926although I guess its easily accomplished as-is
11:39 kd926"easily"
11:41 DanFrincuyeah
11:41 DanFrincuanyone tried to deploy ubuntu 10.04 with fai
11:41 DanFrincu?
11:47 kd926I'll be trying my luck with RHEL later today...
fimblo (~fimblo@kaki.office.spotify.net) joined #fai.
12:02 glanceDanFrincu: doing it all the time.
12:04 DanFrincuglance: making any custom packages as well or just using the ones from the repos?
12:04 glancewe have our "site" repo with our own packages.
12:04 glancewith packages like tsm, gpfs, openafs and so on..
12:05 DanFrincudid you have to work with gconftool-2 in any of these packages to get stuff into the target system (while it's in chroot) and worked?
12:06 glancenop. nothing using gconf.
12:06 DanFrincujust my luck :)
12:06 glanceour desktops is pritty "plain" ubuntu.
12:06 DanFrincuencountered any issues with Upstart?
12:07 DanFrincuwhile installing packages?
12:07 glancesome, but no showstoppers
12:07 glancecurrently im looking at a bug with some "intresting" sideeffects.
fimblo (~fimblo@kaki.office.spotify.net) left irc: Ping timeout: 480 seconds
12:08 glanceisc-dhcp starts from sysV scripts, and when you start having 10 interfaces in a machine, all of them haven't come up yet when the sysV-part of upstart starts isc-dhcp
12:09 DanFrincuoh, this is a classic example
12:09 glanceyepp...
12:10 DanFrincujust like setting the networking init script run before the one which umounts a NFS share
12:10 DanFrincuand then you wait for it to timeout because the network is already down :
12:10 DanFrincu:)
12:11 DanFrincuno, my problem was (and still is) using gnome-panel-add.py to add a launcher to the desktop of the user from the chroot (it runs as the postinstall of the deb)
12:11 glanceone of the major bugs i found with upstart was the inability to start portmap and rstatd when having /var on a separate filesystem. it was quite easy to workaround when knowning that /var is _always_ a separate filesystem, but it took caonical like one year to produce a propper fix for that one.
12:11 DanFrincuand this normally works fine, but in chroot all sorts of hacks were required .. thought someone might have run into this before
12:12 glancewhich package?
12:12 DanFrincucustom
12:13 glancethen modify your custom package to run at the first "real" boot then?
12:14 glancewe install a "postinst" startup script which runs lots of diffrent scripts at the first "real" boot after install. Does things like keying for gpfs and so on.
12:16 DanFrincuyeah, that makes sense
12:16 DanFrincuI actually had used that when deploying RHEL
12:17 DanFrincua script that ran from /etc/rc.local
12:17 DanFrincubut the deployment was not done through fai, I used kickstart then
12:29 DanFrincuglance: do you preinstall flashplugin-installer on the ubuntu 10.04 deployments?
12:29 glanceyepp
12:30 DanFrincuand the hosts have direct internet access then?
12:30 glanceif you have a afs-client you can have a look at our fai-repo at file:///afs/hpc2n.umu.se/public/svn/fai
12:30 glanceyepp. everything here have a public ip
12:31 DanFrincuhehe
12:31 DanFrincuI'm rebuilding flashplugin because of this
12:33 DanFrincuno, I don't have an afs-client
12:36 glancehmm.. looks like there are some support for pre-seeding a path to a allready downloaded file with db flashplugin-installer/local
sneumann (~sneumann@router-sub.ipb-halle.de) left irc: Ping timeout: 480 seconds
fimblo (~fimblo@kaki.office.spotify.net) joined #fai.
fimblo (~fimblo@kaki.office.spotify.net) left irc: Remote host closed the connection
fimblo (~fimblo@kaki.office.spotify.net) joined #fai.
Mrfai (~lange@kueppers.informatik.uni-koeln.de) left irc: Quit: leaving
verwilst_ (~verwilst@router.begen1.office.netnoc.eu) left irc: Ping timeout: 480 seconds
verwilst (~verwilst@router.begen1.office.netnoc.eu) left irc: Quit: Ex-Chat
Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving.
sneumann (~sneumann@pD95557E4.dip.t-dialin.net) joined #fai.
sneumann (~sneumann@pD95557E4.dip.t-dialin.net) left irc: Ping timeout: 480 seconds
Mrfai (~lange@kueppers.informatik.uni-koeln.de) joined #fai.
--- Sat Jul 2 2011

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