puredyne installer crashes while/after partitioning SD card

Bug #515203 reported by Ian Wojtowicz
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

Binary package hint: ubiquity

Traceback (most recent call last):
  File "/usr/lib/ubiquity/bin/ubiquity", line 457, in <module>
    main(oem_config)
  File "/usr/lib/ubiquity/bin/ubiquity", line 444, in main
    install(query=options.query)
  File "/usr/lib/ubiquity/bin/ubiquity", line 245, in install
    ret = wizard.run()
  File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 465, in run
    self.progress_loop()
  File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 975, in progress_loop
    (ret, realtb))
RuntimeError: Install failed with exit code 1
Traceback (most recent call last):
  File "/usr/share/ubiquity/install.py", line 2453, in <module>
    install.run()
  File "/usr/share/ubiquity/install.py", line 398, in run
    self.configure_network()
  File "/usr/share/ubiquity/install.py", line 1697, in configure_network
    shutil.copy2(path, os.path.join(self.target, path[1:]))
  File "/usr/lib/python2.6/shutil.py", line 99, in copy2
    copyfile(src, dst)
  File "/usr/lib/python2.6/shutil.py", line 53, in copyfile
    fdst = open(dst, 'wb')
IOError: [Errno 2] No such file or directory: '/target/etc/network/interfaces'

Revision history for this message
Ian Wojtowicz (i-woj) wrote :
tags: added: ubiquity-2.0.10
tags: added: karmic
Revision history for this message
Brian Murray (brian-murray) wrote : Traceback
Download full text (1.6 MiB)

Exception during installation:
Jan 29 17:59:13 iwoj-realtime python: Traceback (most recent call last):
Jan 29 17:59:13 iwoj-realtime python: File "/usr/share/ubiquity/install.py", line 2453, in <module>
Jan 29 17:59:13 iwoj-realtime python: install.run()
Jan 29 17:59:13 iwoj-realtime python: File "/usr/share/ubiquity/install.py", line 398, in run
Jan 29 17:59:13 iwoj-realtime python: self.configure_network()
Jan 29 17:59:13 iwoj-realtime python: File "/usr/share/ubiquity/install.py", line 1697, in configure_network
Jan 29 17:59:13 iwoj-realtime python: shutil.copy2(path, os.path.join(self.target, path[1:]))
Jan 29 17:59:13 iwoj-realtime python: File "/usr/lib/python2.6/shutil.py", line 99, in copy2
Jan 29 17:59:13 iwoj-realtime python: copyfile(src, dst)
Jan 29 17:59:13 iwoj-realtime python: File "/usr/lib/python2.6/shutil.py", line 53, in copyfile
Jan 29 17:59:13 iwoj-realtime python: fdst = open(dst, 'wb')
Jan 29 17:59:13 iwoj-realtime python: IOError: [Errno 2] No such file or directory: '/target/etc/network/interfaces'
Jan 29 17:59:13 iwoj-realtime python:
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: debconffilter_done: ubiquity.components.install (current: None)
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: Exception in GTK frontend (invoking crash handler):
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: Traceback (most recent call last):
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: File "/usr/lib/ubiquity/bin/ubiquity", line 457, in <module>
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: main(oem_config)
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: File "/usr/lib/ubiquity/bin/ubiquity", line 444, in main
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: install(query=options.query)
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: File "/usr/lib/ubiquity/bin/ubiquity", line 245, in install
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: ret = wizard.run()
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 465, in run
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: self.progress_loop()
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 975, in progress_loop
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: (ret, realtb))
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: RuntimeError: Install failed with exit code 1
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: Traceback (most recent call last):
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: File "/usr/share/ubiquity/install.py", line 2453, in <module>
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: install.run()
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: File "/usr/share/ubiquity/install.py", line 398, in run
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: self.configure_network()
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: File "/usr/share/ubiquity/install.py", line 1697, in configure_network
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: shutil.copy2(path, os.path.join(self.target, path[1:]))
Jan 29 17:59:13 iwoj-realtime ubiquity[12062]: File "/usr/lib/python2.6/shutil.py", line 99, in copy2
Jan 2...

tags: added: installer-crash
Revision history for this message
Simon Quigley (tsimonq2) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fixed with some of the updates. It would help us a lot if you could test it on a currently supported Ubuntu version. When you test it and it is still an issue, kindly upload the updated logs by running only once:
apport-collect 515203

and any other logs that are relevant for this particular issue.

Changed in ubiquity (Ubuntu):
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

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

Changed in ubiquity (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

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