Re: Uplading file via Lighttpd - system hangs

2008-09-23 Thread Daniel Gerzo
Hello guys, I have noticed today that I have another problem possibly related to this issue. I am running lighttpd+php-cgi in a jail on a 7.0-STABLE system as of Thu Aug 21 10:59:02 CEST 2008. The problem seems to be that lighttpd stops serving the pages, however I haven't had time to dig into

Re: Uplading file via Lighttpd - system hangs

2008-09-23 Thread Chris
If you check top command, do you see lighttpd using 99% CPU ? Also does both php and static content hang ? If you have these symptoms the problem is the same. I use strace and found that lighttpd doesn't accept more connections when this thing happens. Hello guys, I have noticed today

Re: Uplading file via Lighttpd - system hangs

2008-09-22 Thread Mel
On Monday 22 September 2008 05:46:37 Chris wrote: It looks like the freebsd-sendfile is broken. I had the same problems the last days and now I know the source of the problem. Have a look on this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=125592 Yeah, I looked into this, but I do not see

Re: Uplading file via Lighttpd - system hangs

2008-09-22 Thread Nash Nipples
It looks like the freebsd-sendfile is broken. I had the same problems the last days and now I know the source of the problem. Have a look on this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=125592 Yeah, I looked into this, but I do not see why this has anything to do with sendfile in

Re: Uplading file via Lighttpd - system hangs

2008-09-22 Thread Yury Michurin
Well, I'm working now on creating memory dump. and send it forward for more knowledgeable people, however, as you might notice, different people, with different hardware, and even different version 7.0 and 7.1, have the same problem. Even if lighttpd / php / some script / whatever misbehaves,

Re: Uplading file via Lighttpd - system hangs

2008-09-22 Thread Mel
On Monday 22 September 2008 18:11:05 Yury Michurin wrote: Well, I'm working now on creating memory dump. and send it forward for more knowledgeable people, however, as you might notice, different people, with different hardware, and even different version 7.0 and 7.1, have the same problem.

Uplading file via Lighttpd - system hangs

2008-09-21 Thread Chris
It looks like the freebsd-sendfile is broken. I had the same problems the last days and now I know the source of the problem. Have a look on this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=125592 ___ freebsd-questions@freebsd.org mailing list

Uplading file via Lighttpd - system hangs

2008-09-20 Thread Yury Michurin
Hello, When trying uploading a file to a PHP script over lighttpd, the system just hangs. no output to the console, no panic, just hangs. I can still enter username/password to the login prompt from the keyboard, but then nothing happens. top that was running just freezes and stop refreshing.