From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 17 05:20:03 2010 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD3A1106566C for ; Sat, 17 Apr 2010 05:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB5A48FC13 for ; Sat, 17 Apr 2010 05:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3H5K3Ga056445 for ; Sat, 17 Apr 2010 05:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3H5K3Iq056444; Sat, 17 Apr 2010 05:20:03 GMT (envelope-from gnats) Date: Sat, 17 Apr 2010 05:20:03 GMT Message-Id: <201004170520.o3H5K3Iq056444@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Henry Hu Cc: Subject: Re: ports/145770: [patch] multimedia/gstreamer-plugins-v4l2 says Device not configured X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Henry Hu List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2010 05:20:03 -0000 The following reply was made to PR ports/145770; it has been noted by GNATS. From: Henry Hu To: bug-followup@freebsd.org, henry.hu.sh@gmail.com Cc: Subject: Re: ports/145770: [patch] multimedia/gstreamer-plugins-v4l2 says Device not configured Date: Sat, 17 Apr 2010 13:11:43 +0800 I'm sorry, after upgrading video4bsd to cuse4bsd and upgrading webcamd, the problem goes. By the way, it also works at 320x240. Sorry for the inconvenience. However, there's a new problem: the first time I start a client after restarting webcamd, the client works, but it cannot exit unless I restart webcamd. However, if I do not restart webcamd, then the new clients started afterward exits cleanly. I found that the client is in the close syscall, and the call goes into cuse, and in cuse_client_receive_command it blocks in the cv_wait. I'm inspecting the problem. -- Cheers, Henry