Re: Lighttpd wedged and ignoring SIGKILL

2009-06-08 Thread L Campbell
On Mon, Jun 8, 2009 at 8:34 PM, Mel Flynnmel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Thursday 04 June 2009 18:25:30 L Campbell wrote: PID   USERNAME THR PRI NICE   SIZE    RES STATE  C   TIME   WCPU COMMAND 85542 www        1  51    0   102M 85360K CPU6   6  16:34 100.00% lighttpd

Re: Lighttpd wedged and ignoring SIGKILL

2009-06-08 Thread L Campbell
On Mon, Jun 8, 2009 at 9:06 PM, L Campbe...@virginia.edu wrote: On Mon, Jun 8, 2009 at 8:34 PM, Mel Flynnmel.flynn+fbsd.questi...@mailing.thruhere.net wrote: Change the write-backend. Look in google for lighttpd and sendfile to see why. I was under the impression that that bug was

Lighttpd wedged and ignoring SIGKILL

2009-06-04 Thread L Campbell
As a fore-note, I'm not subscribed to this list, so please CC me :) I was just tweaking a php.ini file and restarted Lighttpd (via rc.d). The rc script was taking forever to stop it (was waiting for the process to terminate). After a couple minutes, I got impatient and killed the rc script with

Re: [pkg_add] PACKAGESITE weirdness - URL not correct for dependencies?

2009-03-28 Thread L Campbell
On Sat, Mar 28, 2009 at 7:37 AM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Thursday 26 March 2009 21:46:07 L Campbell wrote: Okay, so apparently there's some serious weirdness in the logic in src/usr.sbin/pkg_install/lib/url.c, in fileGetURL. This function takes two

[pkg_add] PACKAGESITE weirdness - URL not correct for dependencies?

2009-03-26 Thread L Campbell
I'm running a bunch of jails and running the same set of ports between them. To save myself some CPU time, I've got one jail building packages for everything I need, then serving those packages out over HTTP to the rest of the jails. The package serving jail is at 10.0.0.4, and is serving

Re: [pkg_add] PACKAGESITE weirdness - URL not correct for dependencies?

2009-03-26 Thread L Campbell
On Thu, Mar 26, 2009 at 3:37 PM, L Campbell ll...@virginia.edu wrote: blah Oh, and please CC me on any replies since I don't follow this list. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: [pkg_add] PACKAGESITE weirdness - URL not correct for dependencies?

2009-03-26 Thread L Campbell
Okay, so apparently there's some serious weirdness in the logic in src/usr.sbin/pkg_install/lib/url.c, in fileGetURL. This function takes two parameters, base and spec, and has the following behavior -- * if spec is a valid URL, it's used unchanged as the path to the remote package. * if base is