package apport 1.21.3-0ubuntu2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 101 zurück

Bug #828658 reported by Timo Witte
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
apport (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

maybe related to a previous bug with xdiagnose, but i am not sure.. there is no such ticket currently so i just start this new one ,)

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: apport 1.21.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-8.11-generic 3.0.1
Uname: Linux 3.0.0-8-generic x86_64
ApportLog:
 ERROR: apport (pid 18379) Thu Aug 18 12:34:45 2011: called for pid 1705, signal 11
 ERROR: apport (pid 18379) Thu Aug 18 12:34:45 2011: executable: /usr/bin/compiz (command line "compiz")
 ERROR: apport (pid 18379) Thu Aug 18 12:35:01 2011: wrote report /var/crash/_usr_bin_compiz.1000.crash
Architecture: amd64
Date: Thu Aug 18 12:34:14 2011
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 101 zurück
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110705.1)
PackageArchitecture: all
SourcePackage: apport
Title: package apport 1.21.3-0ubuntu2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 101 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Timo Witte (spacefish) wrote :
Revision history for this message
Timo Witte (spacefish) wrote :

in file: /usr/share/apport/package-hooks/source_ubiquity.py

replace on line 30 with:

       if re.search('Attached .* CD-ROM (\w+)', syslog):
                cd_drive = re.search('Attached .* CD-ROM (\w+)', syslog).group(1)
                cd_error = re.search('Buffer I/O error on device %s' % cd_drive,
                    syslog)
                if cd_error:
                    ui.information("The system log from your installation contains an error. The specific error commonly occurs when there is an issue $
                    raise StopIteration

there is no need for "if not" and then continue when you are not in a loop and negation is useless when you only do nothing if the negation is true..

Revision history for this message
Timo Witte (spacefish) wrote :

fixed in commit 1824 in ~ubuntu-core-dev/ubuntu/oneiric/apport/ubuntu so this bug can be closed

Changed in apport (Ubuntu):
status: New → Incomplete
status: Incomplete → Fix Released
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.