From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 16:20:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D7971065670 for ; Sat, 20 Sep 2008 16:20:41 +0000 (UTC) (envelope-from yury.michurin@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id C4E348FC17 for ; Sat, 20 Sep 2008 16:20:40 +0000 (UTC) (envelope-from yury.michurin@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so776967rvf.43 for ; Sat, 20 Sep 2008 09:20:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=fjR40X0loUhTuPGEAAdJdu24vj2ZTq9lloC5R8vf2bY=; b=NmNlTu4wr27lA9hSbONWpMFalPF/tQkSSXEMCexC4iG/TsmUkkroe7UiMiz3GHiaNf MNy6FqVVnT0MR41EGbUy2rS5pd4XT12LsbrMCHcZJgts2OajRFWQPATG5CREqnxX0RNF n/ie3nQWshJg+Dp61dlHLkPWro7ClKMIgLtpo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=wRojJ9K+YLN4teDWU5mHlRZKMXiQgmPpjaAb1JUkQn1ocPH5/R1N2gL/ccjOmfWLgC fcdR+2NOaDeQas0m2hnQnWvKtMqDdAMc1tg8S/Z7Y7t0z3gLTZA6jsHROxZE+E9tyhf3 KLwEPTiPf85YUllibYGIi63kLiIc+NKbsDyzQ= Received: by 10.114.182.1 with SMTP id e1mr1878525waf.154.1221927640469; Sat, 20 Sep 2008 09:20:40 -0700 (PDT) Received: by 10.114.174.9 with HTTP; Sat, 20 Sep 2008 09:20:40 -0700 (PDT) Message-ID: <692c9a9f0809200920r3952fbbfic49fec2f3d32358b@mail.gmail.com> Date: Sat, 20 Sep 2008 19:20:40 +0300 From: "Yury Michurin" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Uplading file via Lighttpd - system hangs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 16:20:41 -0000 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. If i change #server.network-backend = "freebsd-sendfile" server.network-backend = "write" (Seen it here: http://trac.lighttpd.net/trac/ticket/1602 ) everything seems to be ok... How can I debug that issue further? I have no crash dump, nothing at the logs. I've got at the kernel: options KDB options DDB options INVARIANTS options INVARIANT_SUPPORT options WITNESS options WITNESS_SKIPSPIN I'm currently running: FreeBSD sigma 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #7: Sat Sep 20 17:43:02 IDT 2008 yury@sigma:/usr/obj/usr/src/sys/sigma i386 lighttpd-1.4.19_2 thanks in advance, Yury.