Comment 8 for bug 1004503

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Michael,

apport_pkgfailure() in the same script also seems to need fixing:

def apport_pkgfailure(pkg, errormsg):
{snip}
    LOGDIR="/var/log/dist-upgrade/"
    s = "/usr/share/apport/package_hook"
{snip}
            p = subprocess.Popen([s,"-p",pkg,"-l",LOGDIR], stdin=subprocess.PIPE)