I'm running 7.04 Feisty Fawn and just had the same problem.
Tried to apt-get remove lighttpd, but the prerem script tries to stop
the service, and the service is not running, so the remove fails. Since
I have a different web service running already, it would be somewhat
difficult to get lighttpd s
** Bug 57848 has been marked a duplicate of this bug
--
remove lighttpd
https://launchpad.net/bugs/46200
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
lighttpd (1.4.11-7ubuntu1) edgy; urgency=low
* Merge from debian unstable:
-> Restore B-D on libmemcache-dev.
-> Keep the additional dependency on libterm-readline-perl-perl.
* debian/patches:
-> Add 02_mod_ssl_post_fix.dpatch: fix a stall with POST requests between
8317 and
Fix uploaded to edgy.
** Changed in: lighttpd (Ubuntu)
Assignee: (unassigned) => Jérémie Corbier
Status: Unconfirmed => Fix Committed
--
remove lighttpd
https://launchpad.net/bugs/46200
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listin
I've "fixed" this by editing /var/lib/dpkg/info/lighttpd.prerm ..
commenting out everything within/including the if.. statement and then
running apt-get remove as normal.
--
remove lighttpd
https://launchpad.net/bugs/46200
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.u
I have this problem too whenever I try and remove lighttpd. The only
way I could fix it was to add 'exit 0' on a new line in the
/etc/init.d/lighttpd init script after #!/bin/sh ...
And then I had to remove all lighttpd related files manually. Extremely
annoying, horrific package to a great proj