[Bug 46200] Re: remove lighttpd

2007-06-16 Thread Kevin Smith
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 46200] Re: remove lighttpd

2006-08-26 Thread Andy Price
** 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

[Bug 46200] Re: remove lighttpd

2006-08-17 Thread Jérémie Corbier
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

[Bug 46200] Re: remove lighttpd

2006-08-17 Thread Jérémie Corbier
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

[Bug 46200] Re: remove lighttpd

2006-08-15 Thread Pete Crosier
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

[Bug 46200] Re: remove lighttpd

2006-07-26 Thread Ethan Lofton
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