From owner-freebsd-questions@FreeBSD.ORG Sun Mar 3 20:52:43 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A3DE5D6 for ; Sun, 3 Mar 2013 20:52:43 +0000 (UTC) (envelope-from peter@aboutsupport.com) Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by mx1.freebsd.org (Postfix) with ESMTP id 16FE0954 for ; Sun, 3 Mar 2013 20:52:42 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id b47so3383832eek.1 for ; Sun, 03 Mar 2013 12:52:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=b66Tafo5a5vMkCs1QdkB1goKbFLRIoNSsIzHIiWTGxI=; b=lmyF6EHlsyJrqeDOkeoVAcncxZlnUxCUNDqpCvRdbsypbL0er0oIfoz/UZLhK/DZRG oHJAjTvsQ3+xuTJAxS/D9+F8W3dTLX886O8KiDXYSLovXR2xGQGsDlFvrEEIiZX/sPuV tOz4uFeIXW6JV0cbQym4AcgZJZCRb5byENWO8FfRd9euWSxCPqYQzOnhSQLT10UpY9qS RKrCfQuXCuMcNeprd0uO7tIu3Gd/kiYfK/Mjri6XRpwvO7QD80rGO8ALxqWNInC/+CS0 0uFYvxrSYWswiDcbLcfUvJtR9DvWv/XRzTIs3rU3GgtqDkIhxI9gxtUZG4YyUq+76BuP tqAA== X-Received: by 10.14.3.70 with SMTP id 46mr51884201eeg.2.1362343961245; Sun, 03 Mar 2013 12:52:41 -0800 (PST) Received: from [192.168.30.151] ([95.87.236.33]) by mx.google.com with ESMTPS id q5sm28555578eep.11.2013.03.03.12.52.39 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Mar 2013 12:52:40 -0800 (PST) Message-ID: <5133B80F.3010101@aboutsupport.com> Date: Sun, 03 Mar 2013 22:52:31 +0200 From: "Zyumbilev, Peter" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: h264 streaming and lighttpd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQl7rxbUfwmLlp0OfrTDzE/hVCPXuH1eefssoCOXZIUyD4Bh2sNv0GOsGwIzHzhU47uqvfmb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2013 20:52:43 -0000 Hi, Port /usr/ports/www/lighttpd-mod_h264_streaming seems broken. It installs just fine, lighttpd runs but at the moment I enable h264_streaming module it dies like this: kernel: pid 50660 (lighttpd), uid 80: exited on signal 11 Nothing in error log. Without the module lighttpd runs like charm. Configuration is default, not changes except port number, FreeBSD version: 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 Any hints ? Thanks, Peter