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..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828658

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/828658/+subscriptions

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

Reply via email to