_julian (~quassel@hmbg-4d06a2e4.pool.mediaWays.net) joined #fai.
_julian_ (~quassel@hmbg-5f76570a.pool.mediaWays.net) left irc: Ping timeout: 480 seconds
_julian (~quassel@hmbg-4d06a2e4.pool.mediaWays.net) left irc: Quit: No Ping reply in 180 seconds.
_julian (~quassel@hmbg-4d06a2e4.pool.mediaWays.net) joined #fai.
jonas (~jonas@2.107.136.66) left irc: Ping timeout: 480 seconds
sneumann__ (~sneumann@194.136.64.130) joined #fai.
bitmonk (~justizin@c-24-6-3-69.hsd1.ca.comcast.net) joined #fai.
bitmonk (~justizin@c-24-6-3-69.hsd1.ca.comcast.net) left irc: Quit: bitmonk
sneumann__ (~sneumann@194.136.64.130) left irc: Ping timeout: 480 seconds
sneumann__ (~sneumann@194.136.64.130) joined #fai.
sneumann__ (~sneumann@194.136.64.130) left irc: Ping timeout: 480 seconds
bitmonk (~justizin@c-98-207-96-115.hsd1.ca.comcast.net) joined #fai.
sneumann__ (~sneumann@212.213.126.226) joined #fai.
jonas (~jonas@2.107.136.66) joined #fai.
sneumann__ (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds
bitmonk (~justizin@c-98-207-96-115.hsd1.ca.comcast.net) left irc: Quit: bitmonk
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
ErKa (~keryell@92.90.16.197) joined #fai.
HerrK (~keryell@92.90.16.197) joined #fai.
ErKa (~keryell@92.90.16.197) left irc: Remote host closed the connection
HerrK (~keryell@92.90.16.197) left irc: Remote host closed the connection
11:57 yopyopMrfai, i'm still on my problem with portmap/rpcbind. It seems that nfs-common during install has problem to install if portmap is not installed. Dependance shows that it allow portmap | rpcbind but internal script within nfs-common package crash without portmap. I will submit a bug on debian.
sneumann__ (~sneumann@212.213.126.226) joined #fai.
HerrK (~keryell@APuteaux-154-1-45-209.w83-199.abo.wanadoo.fr) joined #fai.
sneumann (~sneumann@212.213.126.226) joined #fai.
sneumann__ (~sneumann@212.213.126.226) left irc: Read error: Connection reset by peer
sneumann (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds
HerrK (~keryell@APuteaux-154-1-45-209.w83-199.abo.wanadoo.fr) left irc: Quit: Client exiting
ErKa (~keryell@APuteaux-154-1-45-209.w83-199.abo.wanadoo.fr) joined #fai.
ErKa (~keryell@APuteaux-154-1-45-209.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds
sneumann (~sneumann@212.213.126.226) joined #fai.
ErKa (~keryell@APuteaux-154-1-45-209.w83-199.abo.wanadoo.fr) joined #fai.
sneumann (~sneumann@212.213.126.226) left irc: Ping timeout: 480 seconds
Mrfai (~lange@malzmuehle.informatik.uni-koeln.de) left irc: Quit: leaving
FaUl (immo@shell.chaostreff-dortmund.de) joined #fai.
15:17 FaUlhi
15:18 FaUli'm pretty new to fai and try to install a ubuntu lucid with it
15:19 FaUllong story short, i figured it to make  it boot via pxe, however it crashes when it comes to go from initrd into the nfsroot with a panic as it does not find scripts/live
15:20 FaUli used the configuration done via  fai-chboot -IFv
15:20 FaUlthe initrd is created (i belive) by fai-setup
15:20 FaUlany hint on what i did wrong?
15:28 yopyopdoes the nfs mount work ?
15:28 FaUlit does not come to this place
15:29 FaUlpanics before with 'scripts/live' not found
15:30 yopyoptry to check if pxe config is right (good kernel, initrd, etc)
15:31 FaUlyea it is
15:31 FaUlapears the initrd itself is bad
Action: FaUl will try to run another make-fai-nfsroot
bitmonk (~justizin@c-98-207-96-115.hsd1.ca.comcast.net) joined #fai.
16:00 FaUldid not help
16:01 FaUlit says "begin: running scripts/init-premount ... done
16:02 FaUlbegin: Mounting root file system ... init: .:  line 238: can't open '/scripts/live'
16:02 FaUland then panics with 'Attempted to kill init'
16:03 FaUlany ideas how to fix this
16:03 mikapFaUl: dpkg --list live-initramfs live-boot live-boot-initramfs-tools inside chroot reports what?
16:04 FaUlNo packages found matching live-initramfs.
16:04 FaUlNo packages found matching live-boot.
16:04 FaUlNo packages found matching live-boot-initramfs-tools.
16:06 mikapthat's the reason
16:06 FaUlah ic
16:06 FaUlERROR: 1 live-initramfs was not installed inside the nfsroot.
16:07 FaUlsays make-fai-nfsroot
16:07 mikapright
16:07 mikapyou need either live-initramfs or live-boot (or what's the way ubuntu calls it as of today)
16:11 FaUlhrm, seems that my FAI_DEBOOTSTRAP="lucid http://de.releases.ubuntu.com/ubuntu/" in the makenfsroot configuration generated a maveric install
16:11 FaUlwtf?!?
16:12 mikapdebootstrap is stage1 only, sources.list is relevant for stage2++
16:12 FaUlwhere does it take the sources.list from?
16:14 FaUlah, got it
16:14 FaUl/etc/fai/apt/sources.list
16:14 FaUlok, that explains things
16:15 mikapin your config space, yes
16:15 FaUlin my config spcae?
16:15 FaUlno, in the root fs of the system that runs make-fai-nfsroot
16:18 mikapaeh right
16:19 FaUlbut thanks for your help
16:20 mikapnp
16:21 FaUli'll wait for the next make-fai-nfsroot and will report :)
bitmonk (~justizin@c-98-207-96-115.hsd1.ca.comcast.net) left irc: Quit: bitmonk
16:29 FaUlok, now its lucid as expected
16:29 FaUlbut still no live-initramfs installed
16:29 FaUleventhough ii can install it when chrooting to the nfsroot
16:31 FaUlshould that not been done automatically?
16:31 FaUlit says ERROR: 1 live-initramfs was not installed inside the nfsroot.
16:31 FaUlin the log
16:32 FaUlhowever, there is no indication whatsoever why this isn't done
16:33 mikapfigure out whether live-initramfs is available at all or if it's a different package (live-boot), otherwise google for "FAI lucid" or ask on the mailinglist
16:33 FaUli guess its because the lucid repository did not include fai at all
16:34 mikapno, live-initramfs/live-boot is plain debian (and ubuntu should provide something similar), that's not fai specific
ErKa (~keryell@APuteaux-154-1-45-209.w83-199.abo.wanadoo.fr) left irc: Ping timeout: 480 seconds
16:37 FaUlmikap: yaea, and it is available. however it was not installed and the log complaines about not being able to install fai-nfsroot and i noticed that the fai pulled in live-initramfs as dendency
16:37 FaUlso this makes sense
16:38 mikapah ok, sorry i can't help any further since i usually don't use/deploy ubuntu, check out the mailinglist archives
16:39 FaUlmikap: yea, i hope these problems are gone now. you may help me further when it comes to class-specific configuration
16:39 FaUli'm not entirely sure wether i understood all that right now ;)
16:51 FaUlone more question: where does make-fai-nfsroot gets its /etc/hosts from?
bitmonk (~justizin@38.127.199.123) joined #fai.
and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) joined #fai.
17:17 FaUlhrm, other question - where does the hostname come from? my configuration matches the hostname to choose the apropriate classes, however the hostname appears to be localhost
17:21 Nic0FaUI: the hostname comes from dhcp
17:21 FaUlhrm
17:29 FaUlok, nice
and1bm (~andi@HSI-KBW-109-193-080-154.hsi7.kabel-badenwuerttemberg.de) left irc: Quit: Konversation terminated!
ErKa (~keryell@smb-ory-01.wifihubtelecom.net) joined #fai.
ErKa (~keryell@smb-ory-01.wifihubtelecom.net) left irc: Ping timeout: 480 seconds
bitmonk (~justizin@38.127.199.123) left irc: Quit: bitmonk
bitmonk (~justizin@38.127.199.123) joined #fai.
sneumann (~sneumann@194.136.64.130) joined #fai.
bitmonk (~justizin@38.127.199.123) left irc: Quit: bitmonk
sneumann (~sneumann@194.136.64.130) left irc: Ping timeout: 480 seconds
--- Wed Sep 28 2011

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