package redmine 3.2.1-2 fails to upgrade: subprocess installed post-installation script returned error exit status 1
Bug #1621845 reported by
Arne Ruhe
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
redmine (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
SYMPTOM:
dpkg-configure fails when updating redmine to version 3.2.1-2 (Ubuntu 16.04) due to a missing Gemfile.lock in /var/lib/redmine/
Gemfile.lock does exist, but is locates at /usr/share/redmine/
ERROR (same error as when using apt update):
$ sudo dpkg --configure redmine
Setting up redmine (3.2.1-2) ...
chown: cannot access '/var/lib/
dpkg: error processing package redmine (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
redmine
To post a comment you must log in.
I have the same problem.
$sudo dpkg --configure redmine debian. cnf: succeeded. redmine/ Gemfile. lock': No such file or directory
Setting up redmine (3.2.1-2) ...
Determining localhost credentials from /etc/mysql/
chown: cannot access '/var/lib/
dpkg: error processing package redmine (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
redmine
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Even though I copy Gemfile.lock from /usr/share/redmine/ to /var/lib/redmine/, it doesn't help.