“Error unpacking rpm package rockstor-3.8-14.11.x86_64
error: unpacking of archive failed on file /opt/rockstor/eggs/setuptools-26.1.1-py2.7.egg: cpio: rename
Verifying : rockstor-3.8-14.11.x86_64 1/2
rockstor-3.8-14.10.x86_64 was supposed to be removed but is not!”
are interesting.
What could be preventing my system from installing the update?
@KarstenV and @sfranzen Pretty sure this is as a result of executing build / developer commands over the top of an rpm install of Rockstor ie:
the “buildout install collectstatic” you may well have run to try out @sfranzen recent pool usage widget:
The build tools you invoked to install the new widget code default to retrieving stuff that is not recognised by the rpm so it breaks the removal of the existing rpm which is necessary for the upgrade, this in turn breaks the upgrade.
Hope that helps and sorry I couldn’t chip in earlier with this.
Thanks, well spotted! I guess a safer way to do this next time is running /opt/rockstor/bin/django collectstatic directly instead of the buildout script.