There's a coding error in that file, edit /usr/share/apport/package-
hooks/source_ubiquity.py and around line 30 tweak to have:

<code>
def add_info(report, ui):
    add_installation_log(report, 'UbiquitySyslog', 'syslog')
    syslog = report['UbiquitySyslog']
    if 'Buffer I/O error on device' in syslog:
        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 occur\
s when there is an issue with the media from which you were installing.  This 
can happen when your media is dirty or damage\
d or when you've burned the media at a high speed.  Please try cleaning the 
media and or burning new media at a lower speed\
.  In the event that you continue to encounter these errors it may be an issue 
with your CD / DVD drive.")
                raise StopIteration
    if 'SQUASHFS error: Unable to read' in syslog:
...
</code>

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

Title:
  package apport 1.21.3-0ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 101

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

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

Reply via email to