| ErKa (~keryell@66.127.219.118) joined #fai. |
| ErKa (~keryell@66.127.219.118) left irc: Ping timeout: 480 seconds |
| ErKa (~keryell@66.127.219.106) joined #fai. |
| tuvyz (~tuv@dsl-69-172-124-106.acanac.net) joined #fai. |
| tuv (~tuv@dsl-69-172-72-114.acanac.net) left irc: Ping timeout: 480 seconds |
| mt (~mt@chello084112032179.1.11.vie.surfer.at) joined #fai. |
| siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) joined #fai. |
| 08:13 oz_ | moin |
| mt (~mt@chello084112032179.1.11.vie.surfer.at) left irc: Quit: This computer has gone to sleep |
| mikemeyers (~quassel@p5B2488AE.dip0.t-ipconnect.de) joined #fai. |
| mikemeyers (~quassel@p5B2488AE.dip0.t-ipconnect.de) left irc: Remote host closed the connection |
| mt (~mt@188.45.21.242) joined #fai. |
| mt (~mt@188.45.21.242) left irc: Ping timeout: 480 seconds |
| mt (~mt@188.45.21.242) joined #fai. |
| 10:15 mgoetze | hm... what was the error code i have to return to abort the installation? something above 600 or so? |
| 10:17 mikap | mgoetze: STOP_ON_ERROR defaults to 700 |
| 10:19 mgoetze | i always thought error codes are in the range 0..255 |
| 10:20 mikap | mgoetze: http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg613150.html |
| 10:21 mikap | mgoetze: 0 & 255 is for general errors (errno), but not specific to FAI, if i understand you correctly ;) |
| 10:22 mgoetze | anyway i actually want to abort the installation from within class/70-interactive.source |
| 10:22 mgoetze | so, uhm, what would i have to do... "exit 701"? |
| mt (~mt@188.45.21.242) left irc: Ping timeout: 480 seconds |
| 10:31 FBI | fai: 3 jblache committed revision 5789 to 7 fai: - Fix Perl warnings on partitions with no mount point defined |
| 10:31 FBI | fai: - Fix boot devices code for /boot on RAID |
| mt (~mt@188.45.21.242) joined #fai. |
| 10:38 mikap | mgoetze: ah ok, STOP_ON_ERROR is for task_error only AFAIK, sorry, never used *.source |
| coda (~coda@dhcp186-33.satec.es) joined #fai. |
| 11:22 coda | hi there! |
| 11:25 coda | excuse me guys, I've just installed fai on one of my 64bits servers in order to be able to create a 64bit nfsroot, to copy it to my 32bit fai-server so I can install 64bit servers from my 32bit fai-server |
| 11:25 coda | but for some reason, when I run make-fai-nfsroot, it just fails saying "W: Failure while configuring base packages.", and "ERROR: debootstrap did not complete successfully." |
| 11:27 mikap | what's inside /debootstrap/debootstrap.log of the chroot? |
| 11:28 coda | let's see |
| 11:28 coda | hmm it's asking for a lot of dependencies.. sorry :S |
| 11:28 coda | maybe I'll need to update my packages first :) |
| 11:29 FBI | fai: 3 mt committed revision 5790 to 7 fai: make sure all files belong to the "fai" group |
| 11:31 coda | for example, the first error I see is 'base-files pre-depends on awk, awk is not installed.', and it seems I have mawk installed instead |
| 11:44 mikap | coda: check for errors |
| mt (~mt@188.45.21.242) left irc: Ping timeout: 480 seconds |
| 11:55 coda | okie, thanks! |
| 11:58 coda | mikap: excuse me, I've found another problem 'Package aptitude is not installed.', however it's installed on my server.. would you know what could be wrong? |
| 11:59 mikap | provide the logs so someone can help you |
| 12:00 coda | oh ok, here it is: http://pastebin.com/7iR9wFyh |
| 12:00 coda | and thanks in advance! |
| 12:03 mikap | coda: what does apt-cache policy aptitude say when you chroot into the chroot? |
| 12:05 coda | mikap: ahhm sorry for my ignorance, how could I check that? |
| 12:06 mikap | coda: chroot /path/to/your/chroot and then execute 'apt-cache policy aptitude' |
| 12:06 coda | thanks, let's see |
| 12:07 coda | oh, it says "Installed: (none)", and then "500 http://debootstrap.invalid lenny/main Packages" |
| 12:07 coda | If my memory doesn't fails me, there's a file to update that 'debootstrap.invalid', right? |
| 12:08 mikap | it's /etc/apt/sources.list |
| 12:09 coda | great, thanks again.. should I just update that file and run make-fai-nfsroot again ? |
| 12:11 coda | oh, I guess the answer is no :P |
| mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) left irc: Ping timeout: 480 seconds |
| 12:32 coda | mikap: I've updated the mirror in my /etc/fai/make-fai-nfsroot.conf file and it's working perfect now. Thanks a lot for your help! |
| 12:32 mikap | coda: you're welcome |
| 12:56 mgoetze | mikap: can i tell grml2usb to use a different tempdir than /tmp ? (my /tmp is pretty small...) |
| 13:02 mikap | mgoetze: try setting TMPDIR and TEMP, maybe python accepts that |
| coda (~coda@dhcp186-33.satec.es) left irc: Quit: Leaving |
| 13:09 mgoetze | mikap: seems to work, thanks |
| 13:10 mikap | mgoetze: excellent :) |
| 13:10 mgoetze | mikap: ... except that i get a bare grub prompt... |
| 13:11 oz_ | ...which means: no kernel installed? |
| 13:11 mgoetze | oz_: sorry i'm abusing the channel to ask about grml2usb :) not fai |
| 13:11 oz_ | bl00dy you :-D |
| 13:12 mikap | mgoetze: strange |
| 13:12 mgoetze | grub-probe: error: Cannot find a GRUB drive for /dev/sdb1. Check your device.map. |
| 13:13 mgoetze | maybe newest grml2usb is not compatible with lenny :) |
| 13:13 mikap | hm |
| 13:13 mikap | *could* be, though i strongly recommend not using grub but instead favour syslinux |
| siggg (~jean@tra78-3-82-244-85-196.fbx.proxad.net) left irc: Quit: Leaving. |
| mt (~mt@188.45.52.22) joined #fai. |
| mt (~mt@188.45.52.22) left irc: Ping timeout: 480 seconds |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) joined #fai. |
| 15:44 FBI | fai: 3 jblache committed revision 5791 to 7 fai: Dummy change to test the build script |
| mfl (~mfl@adonis.fnb.maschinenbau.tu-darmstadt.de) joined #fai. |
| Nic0 (~courtel@fw.tls.cena.fr) left irc: Quit: Leaving. |
| eartoast (~glawe@login.physik.fu-berlin.de) left irc: Quit: leaving |
| eartoast (~glawe@login.physik.fu-berlin.de) joined #fai. |
| simNIX (~simNIX@156-60.bbned.dsl.internl.net) joined #fai. |
| stockholm (~andreas@marta.schuldei.org) left irc: Remote host closed the connection |
| torge (~torge@blfd-5d821c2b.pool.mediaWays.net) joined #fai. |
| ErKa (~keryell@66.127.219.106) left irc: Ping timeout: 480 seconds |
| mt (~mt@62-47-193-184.adsl.highway.telekom.at) joined #fai. |
| mt (~mt@62-47-193-184.adsl.highway.telekom.at) left irc: Quit: This computer has gone to sleep |
| torge (~torge@blfd-5d821c2b.pool.mediaWays.net) left irc: Quit: Leaving. |
| mt (~mt@62-47-193-184.adsl.highway.telekom.at) joined #fai. |
| mt (~mt@62-47-193-184.adsl.highway.telekom.at) left irc: Quit: This computer has gone to sleep |
| siggg (~jean@tra78-5-88-172-128-32.fbx.proxad.net) left irc: Remote host closed the connection |
| ErKa (~keryell@c-76-102-48-21.hsd1.ca.comcast.net) joined #fai. |
| --- Sat May 29 2010 |