AddrMarkNotFound on /dev/hda (ubiquity 1.0.17)

Bug #62906 reported by Chris Duffy
4
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

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 264, in run
    self.progress_loop()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/gtkui.py", line 550, in progress_loop
    raise RuntimeError, ("Install failed with exit code %s\n%s" %
RuntimeError: Install failed with exit code 1
Traceback (most recent call last):
  File "/usr/share/ubiquity/install.py", line 1263, in ?
    if install.run():
  File "/usr/share/ubiquity/install.py", line 284, in run
    if not self.copy_all():
  File "/usr/share/ubiquity/install.py", line 466, in copy_all
    shutil.copyfile(sourcepath, targetpath)
  File "/usr/lib/python2.4/shutil.py", line 48, in copyfile
    fdst = open(dst, 'wb')
IOError: [Errno 5] Input/output error: '/target/usr/lib/pkgconfig/deskbar-applet.pc'

If it helps, I was loading on a Toshiba Satallite laptop with a Toshiba 6GB harddrive. I can load the CD and browse the web, do email, IM chat, everything so Ubuntu can work with my system.

Revision history for this message
Chris Duffy (heyduff) wrote :

#1 - /var/log/installer/syslog

Revision history for this message
Chris Duffy (heyduff) wrote :

#2 - /var/log/syslog

Revision history for this message
Chris Duffy (heyduff) wrote :

#3 - /var/log/partman

Revision history for this message
Matthew Woerly (nattgew) wrote :

Thank you for your bug report. I apologize that no one has gotten back to you about this yet.
Is this fixed in Edgy Final / Feisty / Gutsy / Hardy?

Revision history for this message
seisen1 (seisen-deactivatedaccount-deactivatedaccount) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you? Can you try with latest Ubuntu release? Thanks in advance.

Changed in ubiquity:
status: New → Incomplete
Revision history for this message
Colin Watson (cjwatson) wrote :
Download full text (6.0 KiB)

It appears that the kernel encountered too many errors when trying to write to your hard disk and gave up in order to avoid causing further damage. This is often due to a faulty hard disk, and at any rate isn't an installer bug as such. It may help to check whether the hard disk is old and in need of replacement, or to move the system to a cooler environment.

The relevant syslog excerpts that demonstrate this follow:

Sep 28 21:19:40 ubuntu kernel: [17180295.032000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
Sep 28 21:21:32 ubuntu kernel: [17180295.032000] hda: dma_intr: error=0x01 { AddrMarkNotFound }, LBAsect=8388684, sector=8388679
Sep 28 21:21:32 ubuntu kernel: [17180295.032000] ide: failed opcode was: unknown
Sep 28 21:21:32 ubuntu kernel: [17180303.860000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
Sep 28 21:21:32 ubuntu kernel: [17180303.860000] hda: dma_intr: error=0x01 { AddrMarkNotFound }, LBAsect=8388684, sector=8388679
Sep 28 21:21:32 ubuntu kernel: [17180303.860000] ide: failed opcode was: unknown
Sep 28 21:21:32 ubuntu kernel: [17180312.920000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
Sep 28 21:21:32 ubuntu kernel: [17180312.920000] hda: dma_intr: error=0x01 { AddrMarkNotFound }, LBAsect=8388684, sector=8388679
Sep 28 21:21:32 ubuntu kernel: [17180312.920000] ide: failed opcode was: unknown
Sep 28 21:21:32 ubuntu kernel: [17180321.692000] hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
Sep 28 21:21:32 ubuntu kernel: [17180321.692000] hda: dma_intr: error=0x01 { AddrMarkNotFound }, LBAsect=8388684, sector=8388679
Sep 28 21:21:32 ubuntu kernel: [17180321.692000] ide: failed opcode was: unknown
Sep 28 21:21:32 ubuntu kernel: [17180321.692000] hda: DMA disabled
Sep 28 21:21:35 ubuntu kernel: [17180322.364000] ide0: reset: success
Sep 28 21:21:35 ubuntu kernel: [17180331.852000] hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Sep 28 21:21:35 ubuntu kernel: [17180331.852000] hda: task_in_intr: error=0x01 { AddrMarkNotFound }, LBAsect=8388684, sector=8388684
Sep 28 21:21:35 ubuntu kernel: [17180331.852000] ide: failed opcode was: unknown
Sep 28 21:21:35 ubuntu kernel: [17180340.608000] hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Sep 28 21:21:35 ubuntu kernel: [17180340.608000] hda: task_in_intr: error=0x01 { AddrMarkNotFound }, LBAsect=8388684, sector=8388684
Sep 28 21:21:35 ubuntu kernel: [17180340.608000] ide: failed opcode was: unknown
Sep 28 21:21:35 ubuntu kernel: [17180349.652000] hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Sep 28 21:21:35 ubuntu kernel: [17180349.652000] hda: task_in_intr: error=0x01 { AddrMarkNotFound }, LBAsect=8388684, sector=8388684
Sep 28 21:21:35 ubuntu kernel: [17180349.652000] ide: failed opcode was: unknown
Sep 28 21:21:35 ubuntu kernel: [17180358.440000] hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Sep 28 21:21:35 ubuntu kernel: [17180358.440000] hda: task_in_intr: error=0x01 { AddrMarkNotFound }, LBAsect=8388684, sector=8388684
Sep 28 21:21:35 ubuntu kernel: [17180358.440000] ide...

Read more...

Changed in ubiquity:
status: Incomplete → Invalid
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.