_julian_ (~quassel@hmbg-5f76570a.pool.mediaWays.net) joined #fai.
_julian (~quassel@hmbg-5f7618fc.pool.mediaWays.net) left irc: Ping timeout: 480 seconds
ErKa (keryell@173.228.88.2) left irc: Ping timeout: 480 seconds
ErKa (keryell@173-228-88-2.dsl.dynamic.sonic.net) joined #fai.
sneumann (~sneumann@194.136.64.130) joined #fai.
sneumann (~sneumann@194.136.64.130) left irc: Ping timeout: 480 seconds
and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) joined #fai.
ErKa (keryell@173-228-88-2.dsl.dynamic.sonic.net) left irc: Remote host closed the connection
and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) left irc: Quit: Konversation terminated!
THK (~bennett@tukwila.zonarsystems.net) joined #fai.
06:57 THKim having an issue where fai is failing at the partitioning stage
07:03 THKusing config file /fai/disk_config/FAIBASE
07:03 THKINTERNAL ERROR in setup-storage
07:03 THKtable header not seen yet
THK (~bennett@tukwila.zonarsystems.net) left irc: Ping timeout: 480 seconds
pav5088_ (~Mark@ppp118-208-24-160.lns20.bne1.internode.on.net) joined #fai.
pav5088 (~Mark@ppp118-208-24-160.lns20.bne1.internode.on.net) left irc: Read error: Connection reset by peer
THK (~bennett@c-98-247-148-74.hsd1.wa.comcast.net) joined #fai.
jonas (~jonas@2.107.136.66) joined #fai.
sneumann (~sneumann@212.213.126.226) joined #fai.
Nic0 (~courtel@fw.tls.cena.fr) joined #fai.
THK (~bennett@c-98-247-148-74.hsd1.wa.comcast.net) left irc: Quit: Leaving.
sneumann (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds
HDD (~noname@117.6.128.236) joined #fai.
sneumann (~sneumann@212.213.126.226) joined #fai.
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai.
sneumann (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds
09:37 HDDHi
09:37 HDDI have a define file for setup_storage
09:37 HDDit is http://pastie.org/2593245
09:38 HDDbut I don't know how to use it for fai client
09:38 HDDpls talk me what I need to do
sneumann (~sneumann@212.213.126.226) joined #fai.
sneumann_ (~sneumann@212.213.126.226) joined #fai.
sneumann (~sneumann@212.213.126.226) left irc: Read error: Connection reset by peer
11:30 MrfaiHDD: maybe you should read the FAI guide first.
11:32 HDDyou are right
11:32 HDDI will comeback later, after read guide
11:32 HDDthank for all
sneumann_ (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds
HDD (~noname@117.6.128.236) left irc: Quit: Leaving
sneumann_ (~sneumann@212.213.126.226) joined #fai.
sneumann_ (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds
sneumann_ (~sneumann@212.213.126.226) joined #fai.
sneumann__ (~sneumann@212.213.126.226) joined #fai.
sneumann_ (~sneumann@212.213.126.226) left irc: Read error: Connection reset by peer
ErKa (keryell@173.228.88.2) joined #fai.
14:23 yopyopHello
14:24 yopyopI'm having problem with ainsl, the two lines i'm trying to add are not add to the files : http://pastebin.com/cWPguynG
sneumann__ (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds
14:25 MrfaiThey are, but in /etc/fstab and not in $target/etc/fstab
14:25 MrfaiYou have to add $target to the file name
14:25 Mrfaiainsl -v $target/etc/fstab ......
14:25 yopyopok
14:26 yopyopi thought it would concat $target
14:26 yopyopanother question, what it the good way to have access to a file ? put it into nfsroot (i don't think this is the good way) ?
14:29 MrfaiPut it info the config space.
14:31 yopyopthanks
jmux (~jan-marek@lhm246.muenchen.de) joined #fai.
16:06 yopyopI want to use rpcbind instead of portmap. i used portmap- in package_config, i tried to install rpcbind before nfs-common in FAIBASE. What is a good method to find which package depends on it ? How could i force a purge on a package ?
ErKa (keryell@173.228.88.2) left irc: Ping timeout: 480 seconds
16:21 Mrfaiyopyop: I would do the same. Just use portmap- rpcbind.
16:26 yopyopstrange thing, i did add rpcbind behind nfs-common in package_config/FAIBASE, but in fai.log, the first aptitude line does show nfs-common but not rpcbind
16:26 yopyopwhen i use portmap- it remove but not purge, i still got all links in rc*.d to portmap
16:36 MrfaiYou can say this in pacakge_config:
16:36 MrfaiPACKAGES remove
16:36 Mrfaiportmap
16:36 Mrfaithis does a remove --purge
16:37 Mrfaibut if you say portmap- rpcbind, aptitude should install rpcbind instead of portmap, so no need to purge it
16:47 yopyopmy problem is that it still install portmap cause a package depend on it. I just put rpcbind as first line of DEFAULT, i will see if it still continue to install portmap
16:48 MrfaiTry: apt-rdepends -r portmap
16:49 yopyopis there a way to break package_config parse to force to install package in buffer list instead of continuing reading package till the buffer is full ?
16:50 Mrfaiwhich buffer do you mean?
16:54 yopyopfai parse packages_config/*
16:54 yopyopand put in a buffer package list
16:54 yopyoptill a certain amount of package or another breaking condition
16:54 yopyopthen it does the aptitude install
16:55 yopyopthen parse again
16:55 yopyopetc
16:55 MrfaiAh, you mean the variable MAXPACKAGE in class/*.var
16:55 yopyopah
16:55 yopyopok
16:55 yopyopthat one i think
16:55 Mrfaiinstall_packages(8)  
16:55 Mrfairead the man page, have a look at the examles
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving
bitmonk (~justizin@38.127.199.123) joined #fai.
jmux (~jan-marek@lhm246.muenchen.de) left irc:
Nick change: bitmonk -> Guest11651
bitmonk (~justizin@38.127.199.123) joined #fai.
and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) joined #fai.
Guest11651 (~justizin@38.127.199.123) left irc: Ping timeout: 480 seconds
bitmonk (~justizin@38.127.199.123) left irc: Quit: bitmonk
sneumann__ (~sneumann@194.136.64.130) joined #fai.
bitmonk (~justizin@38.127.199.123) joined #fai.
and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) left irc: Quit: Konversation terminated!
sneumann__ (~sneumann@194.136.64.130) left irc: Ping timeout: 480 seconds
Nick change: bitmonk -> Guest11680
bitmonk (~justizin@38.127.199.123) joined #fai.
Guest11680 (~justizin@38.127.199.123) left irc: Ping timeout: 480 seconds
bitmonk (~justizin@38.127.199.123) left irc: Quit: bitmonk
--- Tue Sep 27 2011

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