| _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 THK | im having an issue where fai is failing at the partitioning stage |
| 07:03 THK | using config file /fai/disk_config/FAIBASE |
| 07:03 THK | INTERNAL ERROR in setup-storage |
| 07:03 THK | table 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 HDD | Hi |
| 09:37 HDD | I have a define file for setup_storage |
| 09:37 HDD | it is http://pastie.org/2593245 |
| 09:38 HDD | but I don't know how to use it for fai client |
| 09:38 HDD | pls 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 Mrfai | HDD: maybe you should read the FAI guide first. |
| 11:32 HDD | you are right |
| 11:32 HDD | I will comeback later, after read guide |
| 11:32 HDD | thank 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 yopyop | Hello |
| 14:24 yopyop | I'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 Mrfai | They are, but in /etc/fstab and not in $target/etc/fstab |
| 14:25 Mrfai | You have to add $target to the file name |
| 14:25 Mrfai | ainsl -v $target/etc/fstab ...... |
| 14:25 yopyop | ok |
| 14:26 yopyop | i thought it would concat $target |
| 14:26 yopyop | 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 Mrfai | Put it info the config space. |
| 14:31 yopyop | thanks |
| jmux (~jan-marek@lhm246.muenchen.de) joined #fai. |
| 16:06 yopyop | 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 ? |
| ErKa (keryell@173.228.88.2) left irc: Ping timeout: 480 seconds |
| 16:21 Mrfai | yopyop: I would do the same. Just use portmap- rpcbind. |
| 16:26 yopyop | 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 yopyop | when i use portmap- it remove but not purge, i still got all links in rc*.d to portmap |
| 16:36 Mrfai | You can say this in pacakge_config: |
| 16:36 Mrfai | PACKAGES remove |
| 16:36 Mrfai | portmap |
| 16:36 Mrfai | this does a remove --purge |
| 16:37 Mrfai | but if you say portmap- rpcbind, aptitude should install rpcbind instead of portmap, so no need to purge it |
| 16:47 yopyop | 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 Mrfai | Try: apt-rdepends -r portmap |
| 16:49 yopyop | 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 Mrfai | which buffer do you mean? |
| 16:54 yopyop | fai parse packages_config/* |
| 16:54 yopyop | and put in a buffer package list |
| 16:54 yopyop | till a certain amount of package or another breaking condition |
| 16:54 yopyop | then it does the aptitude install |
| 16:55 yopyop | then parse again |
| 16:55 yopyop | etc |
| 16:55 Mrfai | Ah, you mean the variable MAXPACKAGE in class/*.var |
| 16:55 yopyop | ah |
| 16:55 yopyop | ok |
| 16:55 yopyop | that one i think |
| 16:55 Mrfai | install_packages(8) |
| 16:55 Mrfai | read 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 |