-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installed couchdb package post-installation script subprocess returned error exit status 20 #5005
Comments
I just tried uninstalling couchdb and it worked with no errors (etc files kept). ` ` I think it may have to do with the configuration directory existing already. |
I just stuck with the same issue "post-installation script subprocess returned error exit status 128", have you fixed the error? |
I had to upgrade my VM to debian 12 in order to get it to install. |
Description
Post install script after upgrading from 3.3.1 -> 3.3.3-1 I now get the following errors when I perform any "apt-get"
1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up couchdb (3.3.3-1~bullseye) ... dpkg: error processing package couchdb (--configure): installed couchdb package post-installation script subprocess returned error exit status 20 Errors were encountered while processing: couchdb
Note, couchdb is running 3.3.3.-1 now, but it is blocking me from installing other packages because apt-get thinks the post install script for couchdb did not complete.
Steps to Reproduce
apt-get install
Expected Behaviour
Post install script to run
Your Environment
Running Debian 11: Linux amd64 #1 SMP Debian 5.10.209-2 (2024-01-31) x86_64 GNU/Linux
Additional Context
This happens to all three of the nodes in my cluster.
The text was updated successfully, but these errors were encountered: