[ia64] fails to install and execute elilo

Bug #40665 reported by T-Bone
10
Affects Status Importance Assigned to Milestone
elilo-installer (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Trying Dapper Beta installer, it failed to install and execute elilo, had to chroot into /target, apt-get install elilo, configure and execute it.

I'll attach the syslog excerpt to this bugreport

HTH

T-Bone

Revision history for this message
T-Bone (varenet) wrote : d-i syslog

Mind that this is the full syslog, and thus contain material related to #40286, #37970 and #40659. The relevant area is obviously at the end, but since I don't know the implications of the other bugs in this end-result, I'd rather send the complete log.

HTH

T-Bone

Revision history for this message
Colin Watson (cjwatson) wrote :

Could you try this again, but at some point before elilo-installer runs (e.g. around partitioning), edit /var/lib/dpkg/info/elilo-installer.postinst and put 'set -x' on the second line? The log should then give me a shell trace, which will be a bit more informative.

Thanks in advance.

Changed in elilo-installer:
status: Unconfirmed → Needs Info
Revision history for this message
Bryan Stillwell (bryan-stillwell) wrote : syslog with 'set -x' turned on for elilo-installer

Colin,

Here's the requested syslog output with 'set -x' turned on in the postinst script for elilo-installer. Hopefully it helps.

Bryan

Revision history for this message
Bryan Stillwell (bryan-stillwell) wrote :

Colin,

I believe the problem is with elilo-installer.postinst's expectation that parted will print out 'Disk geometry for /dev/discs/disc1/disc: 0kB - 147GB' instead of 'Disk geometry for /dev/sdb: 0kB - 147GB'. I say this because this call seems to expect the more verbose version:

dev=$(echo $size | sed -n "s|\([^:]*\)/disc:|\1|p")

Actual output:

~ # uname -a
Linux luthor 2.6.15-20-itanium-smp #1 SMP Tue Apr 4 19:40:06 UTC 2006 ia64 unknown
~ # parted -v
GNU Parted 1.6.25.1
~ # parted /dev/discs/disc1/disc print
Disk geometry for /dev/sdb: 0kB - 147GB
Disk label type: gpt
Number Start End Size File system Name Flags
1 17kB 100MB 100MB fat16 boot
2 100MB 145GB 145GB ext3
3 145GB 147GB 2049MB linux-swap
Information: Don't forget to update /etc/fstab, if necessary.

Revision history for this message
Bryan Stillwell (bryan-stillwell) wrote :

I believe this is a duplicate of bug 38232. I've attached a patch to fix it there.

Revision history for this message
Colin Watson (cjwatson) wrote :

Yup, I agree with Bryan here.

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for elilo-installer (Ubuntu) because there has been no activity for 60 days.]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.