Stackers, Any idea why this is failing? Is it a bug? On Dec 28, 2013 1:02 AM, "Krishanu Dhar" <[email protected]> wrote:
> Hi, > > Has anyone seen this? > > I have been trying to install the nova packages starting with nova-common > and every time it ran into the error below and i have no clue how to get > rid of it and successfully install the package. > > Setting up nova-common (1:2013.2-0ubuntu1~cloud0) ... > usermod: no changes > Command failed, please check log for more info > 2013-12-27 14:23:07.397 4946 CRITICAL nova [-] <VerNum(83)> > 2013-12-27 14:23:07.397 4946 TRACE nova Traceback (most recent call last): > 2013-12-27 14:23:07.397 4946 TRACE nova File "/usr/bin/nova-manage", > line 10, in <module> > 2013-12-27 14:23:07.397 4946 TRACE nova sys.exit(main()) > 2013-12-27 14:23:07.397 4946 TRACE nova File "/usr/lib/python2.7/dist- > packages/nova/cmd/manage.py", line 1377, in main > 2013-12-27 14:23:07.397 4946 TRACE nova ret = fn(*fn_args, **fn_kwargs) > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/nova/cmd/manage.py", line 885, in sync > 2013-12-27 14:23:07.397 4946 TRACE nova return > migration.db_sync(version) > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/nova/db/migration.py", line 33, in db_sync > 2013-12-27 14:23:07.397 4946 TRACE nova return > IMPL.db_sync(version=version) > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.py", line > 75, in db_sync > 2013-12-27 14:23:07.397 4946 TRACE nova return > versioning_api.upgrade(get_engine(), repository, version) > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/migrate/versioning/api.py", line 186, in > upgrade > 2013-12-27 14:23:07.397 4946 TRACE nova return _migrate(url, > repository, version, upgrade=True, err=err, **opts) > 2013-12-27 14:23:07.397 4946 TRACE nova File "<string>", line 2, in > _migrate > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.py", line > 40, in patched_with_engine > 2013-12-27 14:23:07.397 4946 TRACE nova return f(*a, **kw) > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/migrate/versioning/api.py", line 345, in > _migrate > 2013-12-27 14:23:07.397 4946 TRACE nova changeset = > schema.changeset(version) > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/migrate/versioning/schema.py", line 80, > in changeset > 2013-12-27 14:23:07.397 4946 TRACE nova changeset = > self.repository.changeset(database, start_ver, version) > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/migrate/versioning/repository.py", line > 225, in changeset > 2013-12-27 14:23:07.397 4946 TRACE nova changes = > [self.version(v).script(database, op) for v in versions] > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/migrate/versioning/repository.py", line > 189, in version > 2013-12-27 14:23:07.397 4946 TRACE nova return > self.versions.version(*p, **k) > 2013-12-27 14:23:07.397 4946 TRACE nova File > "/usr/lib/python2.7/dist-packages/migrate/versioning/version.py", line 140, > in version > 2013-12-27 14:23:07.397 4946 TRACE nova return > self.versions[VerNum(vernum)] > 2013-12-27 14:23:07.397 4946 TRACE nova KeyError: <VerNum(83)> > 2013-12-27 14:23:07.397 4946 TRACE nova > dpkg: error processing nova-common (--configure): > subprocess installed post-installation script returned error exit status 1 > Errors were encountered while processing: > nova-common > E: Sub-process /usr/bin/dpkg returned an error code (1) > > -- > Krishanu >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
