I experienced the same problem trying to install Ubuntu 6.0.6. LTS from
the Live CD. [I downloaded and burned the ISO image. It's self-check
passed]

My computer is a Presario 5000Z-1.0 GHz circa 2001
(Full specs at 
http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00008665&lc=en&cc=us&dlc=en&product=239426)
I have upgraded this machine in four ways: (a) maxed out the RAM to 768 MB, (b) 
replaced the original HD with a 80 GB parallel ATA drive, (c) Added a 300 GB 
SATA drive accesssed through a PCI bus multi-function card, (d) replaced the 
original video card with a WinFast GeForce2 Ultra.

The 80 GB drive is configured to dual boot both WinME and WinXP. (I use
WinME to play certain video games that never migrated to XP). The
primary partition is a 5 GB FAT 32 partition for WinME. The extended
partition contains a 30 GB NTFS partition for WinXP, and a 1 GB NTFS
partition for burning CDs. The rest of the drive is free space.

The 300 GB SATA drive was partitioned into 60 GB primary partition and a
300 GB extended partition split into two logical drives of 150 GB each.
All partitions used NTFS.

My plan was to install Ubuntu on the primary partition of the SATA
drive, and then select Ubuntu by selecting the SATA drive as the boot HD
via my BIOS.

So, I booted Ubuntu from the Live CD and fired up the installer. I chose
the manual partitioning becuase I have data in the extended partiton
that I didn't want to trash.  I used the 'resize' and 'new' operations
to split the original 60 GB primary partition into a 1.5 GB swap
partition (formatted as 'linux-swap' and a 58.5 boot partition (which in
my ignorance I left as NTFS).  The installer completed without complaint
but nothing was written to the boot partition.  After some reading I
learned that Linux can't write NTFS file systems and I needed to format
the boot partition as Ext3.

Armed with this knowledge, I boot again from the Live CD and fire up the 
installer. I split the 58.5 GB boot partition into a 15 GB boot partition (for 
/ and /boot) and a 43.5 GB partition (for /home). Both partitions were to be 
formatted as Ext3.  When I tried to go from page 5 to page 6 of the installer, 
I got the following crash message. (I have attached the requested logs in a 
single file, CrashLogs.txt. The log contents re separated by a delimiter '===== 
<filename> ===='  ).
---------------
We're sorry; the installer crashed. Please file a new bug report at 
https://launchpad.net/distros/ubuntu/+source/ubiquity/+filebug (do not attach 
your details to any existing bug) and a developer will attend to the problem as 
soon as possible. To help the developers understand what went wrong, include 
the following detail in your bug report, and attach the files 
/var/log/installer/syslog, /var/log/syslog, and /var/log/partman:

Traceback (most recent call last):
  File "/usr/bin/ubiquity", line 130, in ?
    install(sys.argv[1])
  File "/usr/bin/ubiquity", line 55, in install
    ret = wizard.run()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 266, 
in run
    self.process_step()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 755, 
in process_step
    self.mountpoints_to_summary()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 
1101, in mountpoints_to_summary
    if partman_commit.PartmanCommit(self).run_command(auto_process=True) != 0:
  File "/usr/lib/python2.4/site-packages/ubiquity/filteredcommand.py", line 
128, in run_command
    self.start(auto_process=auto_process)
  File "/usr/lib/python2.4/site-packages/ubiquity/filteredcommand.py", line 45, 
in start
    self.db = DebconfCommunicator(PACKAGE, cloexec=True)
  File "/usr/lib/python2.4/site-packages/debconf.py", line 125, in __init__
    write=self.dccomm.tochild)
  File "/usr/lib/python2.4/site-packages/debconf.py", line 48, in __init__
    self.setUp(title)
  File "/usr/lib/python2.4/site-packages/debconf.py", line 51, in setUp
    self.version = self.version(2)
  File "/usr/lib/python2.4/site-packages/debconf.py", line 60, in <lambda>
    lambda *args, **kw: self.command(command, *args, **kw))
  File "/usr/lib/python2.4/site-packages/debconf.py", line 81, in command
    status = int(status)
ValueError: invalid literal for int(): 
-------------

** Attachment added: "Contents of requested log files"
   http://librarian.launchpad.net/4966579/J%3A%5CUbuntuInstall%5CCrashLogs.txt

-- 
Installer Crash: ValueError: invalid literal for int()
https://launchpad.net/bugs/42774

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to