UserSetupApply failed with code 1 (was how to fix it?)

Bug #67594 reported by robertolops
6
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Expired
Medium
Unassigned

Bug Description

Traceback (most recent call last):
  File "/usr/bin/ubiquity", line 166, in ?
    main()
  File "/usr/bin/ubiquity", line 161, in main
    install(sys.argv[1])
  File "/usr/bin/ubiquity", line 57, in install
    ret = wizard.run()
  File "/usr/lib/ubiquity/ubiquity/frontend/gtkui.py", line 305, in run
    self.process_step()
  File "/usr/lib/ubiquity/ubiquity/frontend/gtkui.py", line 856, in process_step
    self.progress_loop()
  File "/usr/lib/ubiquity/ubiquity/frontend/gtkui.py", line 628, 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 1404, in ?
    install.run()
  File "/usr/share/ubiquity/install.py", line 335, in run
    self.configure_user()
  File "/usr/share/ubiquity/install.py", line 897, in configure_user
    raise InstallStepError("UserSetupApply failed with code %d" % ret)
InstallStepError: UserSetupApply failed with code 1

Revision history for this message
Paul Dufresne (paulduf) wrote :

Assigning to me, until there is enough info to investigate this bug.

Could you please attach /var/log/installer/syslog, /var/log/syslog, and /var/log/partman to this bug, by commenting on the bug's web page? Thanks in advance.

Changed in ubiquity:
assignee: nobody → dufresnep
status: Unconfirmed → Needs Info
Revision history for this message
robertolops (robertolops) wrote : Re: [Bug 67594] Re: UserSetupApply failed with code 1 (was how to fix it?)

thanx to everybody, but I think it was a hardware problem, because I tried
to install and it goes normally....

2006/10/22, Paul Dufresne <email address hidden>:
>
> Assigning to me, until there is enough info to investigate this bug.
>
> Could you please attach /var/log/installer/syslog, /var/log/syslog, and
> /var/log/partman to this bug, by commenting on the bug's web page?
> Thanks in advance.
>
>
> ** Summary changed:
>
> - how to fix it?
> + UserSetupApply failed with code 1 (was how to fix it?)
>
> ** Changed in: ubiquity (Ubuntu)
> Assignee: (unassigned) => Paul Dufresne
> Status: Unconfirmed => Needs Info
>
> --
> UserSetupApply failed with code 1 (was how to fix it?)
> https://launchpad.net/bugs/67594
>

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

OK. Without the logs, I'm afraid I can't do anything with this bug and I have to reject it. Please reopen if you observe the exact same problem in future and can supply log files.

Changed in ubiquity:
status: Needs Info → Rejected
Revision history for this message
robertolops (robertolops) wrote :

Ok people!!
Thanks to be so helpful with dummies!! lol
But I learning!!

Thanks again!!

2006/10/22, Colin Watson <email address hidden>:
>
> OK. Without the logs, I'm afraid I can't do anything with this bug and I
> have to reject it. Please reopen if you observe the exact same problem
> in future and can supply log files.
>
> ** Changed in: ubiquity (Ubuntu)
> Status: Needs Info => Rejected
>
> --
> UserSetupApply failed with code 1 (was how to fix it?)
> https://launchpad.net/bugs/67594
>

Revision history for this message
Adrien Cunin (adri2000) wrote :

Reopening, a friend of mine experienced the same crash. He is going to attach the needed log files.
I've seen a few other bugs with "UserSetupApply failed with code 1" that may be duplicates.

Changed in ubiquity:
assignee: dufresnep → nobody
importance: Undecided → Medium
status: Invalid → Incomplete
Revision history for this message
Tetoro (tetoro) wrote :

This is the file needed

Revision history for this message
Tetoro (tetoro) wrote :
Revision history for this message
Tetoro (tetoro) wrote :
Revision history for this message
Tetoro (tetoro) wrote :

The file /var/log/installer/syslog doesn't exist, and I'm using the live cd version 7.04 for AMD 64bits

Changed in ubiquity:
status: Incomplete → Confirmed
Revision history for this message
Tetoro (tetoro) wrote :

Ok, now I've just changed the cd of disk reader. The cd was in the disk writer which was in slave, and it is now in the disk reader which is in master.
I've been able to install Ubuntu 7.04 for 64bits, and I'm writing from it

tags: added: ubiquity-1.4.11
tags: added: feisty
Revision history for this message
Brian Murray (brian-murray) wrote : Traceback
Download full text (18.2 KiB)

Exception during installation:
Jul 6 14:06:02 ubuntu python: Traceback (most recent call last):
Jul 6 14:06:02 ubuntu python: File "/usr/share/ubiquity/install.py", line 1565, in <module>
Jul 6 14:06:02 ubuntu python: install.run()
Jul 6 14:06:02 ubuntu python: File "/usr/share/ubiquity/install.py", line 391, in run
Jul 6 14:06:02 ubuntu python: self.configure_bootloader()
Jul 6 14:06:02 ubuntu python: File "/usr/share/ubiquity/install.py", line 1280, in configure_bootloader
Jul 6 14:06:02 ubuntu python: "GrubInstaller failed with code %d" % ret)
Jul 6 14:06:02 ubuntu python: InstallStepError: GrubInstaller failed with code 1
Jul 6 14:06:02 ubuntu python:
Jul 6 14:06:05 ubuntu ubiquity[10786]: debconffilter_done: Install (current: None)
Jul 6 14:06:05 ubuntu ubiquity[10786]: Exception in GTK frontend (invoking crash handler):
Jul 6 14:06:05 ubuntu ubiquity[10786]: Traceback (most recent call last):
Jul 6 14:06:05 ubuntu ubiquity[10786]: File "/usr/lib/ubiquity/bin/ubiquity", line 210, in <module>
Jul 6 14:06:05 ubuntu ubiquity[10786]: main()
Jul 6 14:06:05 ubuntu ubiquity[10786]: File "/usr/lib/ubiquity/bin/ubiquity", line 205, in main
Jul 6 14:06:05 ubuntu ubiquity[10786]: install(args[0])
Jul 6 14:06:05 ubuntu ubiquity[10786]: File "/usr/lib/ubiquity/bin/ubiquity", line 58, in install
Jul 6 14:06:05 ubuntu ubiquity[10786]: ret = wizard.run()
Jul 6 14:06:05 ubuntu ubiquity[10786]: File "/usr/lib/ubiquity/ubiquity/frontend/gtkui.py", line 358, in run
Jul 6 14:06:05 ubuntu ubiquity[10786]: self.process_step()
Jul 6 14:06:05 ubuntu ubiquity[10786]: File "/usr/lib/ubiquity/ubiquity/frontend/gtkui.py", line 989, in process_step
Jul 6 14:06:05 ubuntu ubiquity[10786]: self.progress_loop()
Jul 6 14:06:05 ubuntu ubiquity[10786]: File "/usr/lib/ubiquity/ubiquity/frontend/gtkui.py", line 740, in progress_loop
Jul 6 14:06:05 ubuntu ubiquity[10786]: (ret, realtb))
Jul 6 14:06:05 ubuntu ubiquity[10786]: RuntimeError: Install failed with exit code 1
Jul 6 14:06:05 ubuntu ubiquity[10786]: Traceback (most recent call last):
Jul 6 14:06:05 ubuntu ubiquity[10786]: File "/usr/share/ubiquity/install.py", line 1565, in <module>
Jul 6 14:06:05 ubuntu ubiquity[10786]: install.run()
Jul 6 14:06:05 ubuntu ubiquity[10786]: File "/usr/share/ubiquity/install.py", line 391, in run
Jul 6 14:06:05 ubuntu ubiquity[10786]: self.configure_bootloader()
Jul 6 14:06:05 ubuntu ubiquity[10786]: File "/usr/share/ubiquity/install.py", line 1280, in configure_bootloader
Jul 6 14:06:05 ubuntu ubiquity[10786]: "GrubInstaller failed with code %d" % ret)
Jul 6 14:06:05 ubuntu ubiquity[10786]: InstallStepError: GrubInstaller failed with code 1
Jul 6 14:06:05 ubuntu ubiquity[10786]:
Jul 6 14:06:05 ubuntu last message repeated 2 times
Jul 6 14:06:11 ubuntu ubiquity[29821]: Ubiquity 1.4.11
Jul 6 14:06:12 ubuntu ubiquity[29821]: log-output -t ubiquity umount /target/proc
Jul 6 14:06:12 ubuntu ubiquity[29821]: log-output -t ubiquity umount /target/lib/modules/2.6.20-15-generic/volatile
Jul 6 14:06:12 ubuntu ubiquity[29821]: log-output -t ubiquity umount /target/dev
Jul 6 14:06:13 u...

tags: added: installer-crash
Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

This release of Ubuntu is no longer receiving maintenance updates. If this is still an issue on a maintained version of Ubuntu please let us know.

Changed in ubiquity (Ubuntu):
status: Confirmed → 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

Remote bug watches

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