failed to remove local database when purging the package
Bug #1070575 reported by
Jonathan De Wachter
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
couchdb (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
First, purging the package fails because of the deamon thread he cannot kill.
After killing it manullay (sudo /etc/init.d/couchdb stop), he still doesn't remove everything from the computer since I still see my old database after reinstalling it.
To solve that, I had to go to the IRC channel (thanks to rnewson), he told me I had to kill remaining processes that lock the files.
I tried four commands: (I don't know which one worked)
killalll beam.smp
pkill beam.smp
killall beam
pkill beam
Then remove manually databases
sudo rm -R /var/lib/couchdb
Hope that helps.
To post a comment you must log in.
What version of Ubuntu are you on, and what CouchDB version?