Removing clvm

Asked by ibob63

Hi,

I while ago I decided to play with clvm and installed it using synaptic. I would now really like to remove it as it keeps giving me errors at shutdown or when installing anything. When I try and remove it this is what I get...

(Reading database ... 201248 files and directories currently installed.)
Removing clvm ...
Stopping Cluster LVM Daemon invoke-rc.d: initscript clvm, action "stop" failed.
dpkg: error processing clvm (--purge):
 subprocess pre-removal script returned error exit status 1
Starting Cluster LVM Daemon clvmd could not connect to cluster manager
Consult syslog for more information
invoke-rc.d: initscript clvm, action "start" failed.
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 3
Errors were encountered while processing:
 clvm
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:

Any ideas to removing it would be great.
Thanks for your time,

James

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
GoudasP
Solved:
Last query:
Last reply:
Revision history for this message
Best GoudasP (goudasp) said :
#1

Try
 sudo rm /etc/init.d/clvm
and then
sudo apt-get remove clvm

Revision history for this message
ibob63 (james-tuthill) said :
#2

Thanks GoudasP, that solved my question.