[00:51] _julian_ (~quassel@hmbg-5f76570a.pool.mediaWays.net) joined #fai. [00:58] _julian (~quassel@hmbg-5f7618fc.pool.mediaWays.net) left irc: Ping timeout: 480 seconds [02:22] ErKa (keryell@173.228.88.2) left irc: Ping timeout: 480 seconds [02:27] ErKa (keryell@173-228-88-2.dsl.dynamic.sonic.net) joined #fai. [04:00] sneumann (~sneumann@194.136.64.130) joined #fai. [04:54] sneumann (~sneumann@194.136.64.130) left irc: Ping timeout: 480 seconds [06:11] and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) joined #fai. [06:26] ErKa (keryell@173-228-88-2.dsl.dynamic.sonic.net) left irc: Remote host closed the connection [06:45] and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) left irc: Quit: Konversation terminated! [06:57] THK (~bennett@tukwila.zonarsystems.net) joined #fai. [06:57] im having an issue where fai is failing at the partitioning stage [07:03] using config file /fai/disk_config/FAIBASE [07:03] INTERNAL ERROR in setup-storage [07:03] table header not seen yet [07:18] THK (~bennett@tukwila.zonarsystems.net) left irc: Ping timeout: 480 seconds [07:26] pav5088_ (~Mark@ppp118-208-24-160.lns20.bne1.internode.on.net) joined #fai. [07:26] pav5088 (~Mark@ppp118-208-24-160.lns20.bne1.internode.on.net) left irc: Read error: Connection reset by peer [07:57] THK (~bennett@c-98-247-148-74.hsd1.wa.comcast.net) joined #fai. [08:03] jonas (~jonas@2.107.136.66) joined #fai. [08:11] sneumann (~sneumann@212.213.126.226) joined #fai. [08:22] Nic0 (~courtel@fw.tls.cena.fr) joined #fai. [08:33] THK (~bennett@c-98-247-148-74.hsd1.wa.comcast.net) left irc: Quit: Leaving. [08:44] sneumann (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds [09:00] HDD (~noname@117.6.128.236) joined #fai. [09:05] sneumann (~sneumann@212.213.126.226) joined #fai. [09:14] Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) joined #fai. [09:15] sneumann (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds [09:37] Hi [09:37] I have a define file for setup_storage [09:37] it is http://pastie.org/2593245 [09:38] but I don't know how to use it for fai client [09:38] pls talk me what I need to do [11:01] sneumann (~sneumann@212.213.126.226) joined #fai. [11:16] sneumann_ (~sneumann@212.213.126.226) joined #fai. [11:16] sneumann (~sneumann@212.213.126.226) left irc: Read error: Connection reset by peer [11:30] HDD: maybe you should read the FAI guide first. [11:32] you are right [11:32] I will comeback later, after read guide [11:32] thank for all [11:35] sneumann_ (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds [11:38] HDD (~noname@117.6.128.236) left irc: Quit: Leaving [12:14] sneumann_ (~sneumann@212.213.126.226) joined #fai. [12:31] sneumann_ (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds [13:02] sneumann_ (~sneumann@212.213.126.226) joined #fai. [13:11] sneumann__ (~sneumann@212.213.126.226) joined #fai. [13:11] sneumann_ (~sneumann@212.213.126.226) left irc: Read error: Connection reset by peer [13:39] ErKa (keryell@173.228.88.2) joined #fai. [14:23] Hello [14:24] I'm having problem with ainsl, the two lines i'm trying to add are not add to the files : http://pastebin.com/cWPguynG [14:24] sneumann__ (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds [14:25] They are, but in /etc/fstab and not in $target/etc/fstab [14:25] You have to add $target to the file name [14:25] ainsl -v $target/etc/fstab ...... [14:25] ok [14:26] i thought it would concat $target [14:26] another 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] Put it info the config space. [14:31] thanks [15:00] jmux (~jan-marek@lhm246.muenchen.de) joined #fai. [16:06] I 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 ? [16:09] ErKa (keryell@173.228.88.2) left irc: Ping timeout: 480 seconds [16:21] yopyop: I would do the same. Just use portmap- rpcbind. [16:26] strange 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] when i use portmap- it remove but not purge, i still got all links in rc*.d to portmap [16:36] You can say this in pacakge_config: [16:36] PACKAGES remove [16:36] portmap [16:36] this does a remove --purge [16:37] but if you say portmap- rpcbind, aptitude should install rpcbind instead of portmap, so no need to purge it [16:47] my 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] Try: apt-rdepends -r portmap [16:49] is 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] which buffer do you mean? [16:54] fai parse packages_config/* [16:54] and put in a buffer package list [16:54] till a certain amount of package or another breaking condition [16:54] then it does the aptitude install [16:55] then parse again [16:55] etc [16:55] Ah, you mean the variable MAXPACKAGE in class/*.var [16:55] ah [16:55] ok [16:55] that one i think [16:55] install_packages(8) [16:55] read the man page, have a look at the examles [17:02] Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving [17:13] bitmonk (~justizin@38.127.199.123) joined #fai. [17:32] jmux (~jan-marek@lhm246.muenchen.de) left irc: [18:11] Nick change: bitmonk -> Guest11651 [18:11] bitmonk (~justizin@38.127.199.123) joined #fai. [18:15] and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) joined #fai. [18:18] Guest11651 (~justizin@38.127.199.123) left irc: Ping timeout: 480 seconds [19:39] bitmonk (~justizin@38.127.199.123) left irc: Quit: bitmonk [19:52] sneumann__ (~sneumann@194.136.64.130) joined #fai. [19:57] bitmonk (~justizin@38.127.199.123) joined #fai. [20:15] and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) left irc: Quit: Konversation terminated! [22:05] sneumann__ (~sneumann@194.136.64.130) left irc: Ping timeout: 480 seconds [23:03] Nick change: bitmonk -> Guest11680 [23:03] bitmonk (~justizin@38.127.199.123) joined #fai. [23:09] Guest11680 (~justizin@38.127.199.123) left irc: Ping timeout: 480 seconds [23:40] bitmonk (~justizin@38.127.199.123) left irc: Quit: bitmonk [00:00] --- Tue Sep 27 2011