junneyang / zumastor

Automatically exported from code.google.com/p/zumastor
0 stars 1 forks source link

Zumastor fails to install via apt if it does not stop properly during removal. #127

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install zumastor
2. Upgrade zumastor leaving zumastor running

What is the expected output? What do you see instead?
root@test2:~# sudo apt-get install zumastor ddsnap
Reading package lists... Done
Building dependency tree
Reading state information... Done
zumastor is already the newest version.
ddsnap is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up zumastor (0.8.0-r1630) ...
Starting zumastor
/var/run/zumastor/running exists, is zumastor already running?
invoke-rc.d: initscript zumastor, action "start" failed.
dpkg: error processing zumastor (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 zumastor
E: Sub-process /usr/bin/dpkg returned an error code (1)

Perhaps the postinst should be force-reload

Original issue reported on code.google.com by williama...@gmail.com on 1 May 2008 at 8:58