Comment 5 for bug 883988

Revision history for this message
Ursula Junque (ursinha) wrote : Re: package glance 2011.3-0ubuntu4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

Steps to reproduce:
1) Install natty;
2) apt-get update/upgrade
3) apt-get install glance
4) dist-upgrade to oneiric

This is happening because glance db migration scripts are trying to create tables that already exist. Postinst script fails on line 22:

$ su -c 'glance-manage sync_db' glance

According to zul this should be fixed upstream.