From owner-freebsd-multimedia@FreeBSD.ORG Fri Jul 26 17:08:51 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7413DAA6 for ; Fri, 26 Jul 2013 17:08:51 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 2DFC626F9 for ; Fri, 26 Jul 2013 17:08:50 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 8244A1E007B4; Fri, 26 Jul 2013 19:08:43 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r6QGw0Tw046039; Fri, 26 Jul 2013 18:58:00 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r6QGw0nZ046038; Fri, 26 Jul 2013 18:58:00 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 26 Jul 2013 18:58:00 +0200 To: Bernhard =?iso-8859-1?Q?Fr=F6hlich?= Subject: Re: kqueue(2) vs. cuse4bsd? Message-ID: <20130726165800.GA46027@triton8.kn-bremen.de> References: <201307181834.r6IIY35e055755@triton8.kn-bremen.de> <51E844C9.4060106@bitfrost.no> <51E85CFC.3060305@bitfrost.no> <20130719051247.GF26412@funkthat.com> <51E8DEA2.4020506@bitfrost.no> <20130719180453.GA27702@triton8.kn-bremen.de> <51F2695F.7050005@bitfrost.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, Juergen Lock X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jul 2013 17:08:51 -0000 On Fri, Jul 26, 2013 at 06:26:49PM +0200, Bernhard Fröhlich wrote: > On Fri, Jul 26, 2013 at 2:19 PM, Hans Petter Selasky wrote: > > FYI: > > > > KQUEUE support was added to CUSE4BSD in my ISDN4BSD SVN repository's > > cuse4bsd-kmod port. > > > > svn --username anonsvn --password anonsvn \ > > checkout svn://svn.turbocat.net/i4b/trunk/ports > > > > --HPS > > I've used it to test my new patch now and scanning seems to work fine > for me now! > > It took me a bit to figure out how to properly fix that kqueue stuff > but I found an apr > patch for their kqueue support that fixed a quite similar issue. > > http://mail-archives.apache.org/mod_mbox/apr-commits/200603.mbox/%3C20060315195953.18073.qmail@minotaur.apache.org%3E > > It resulted in that patch which also adds a few log messages in error cases and > seems to work fine after all! > > https://github.com/decke/tvheadend/commit/8a8c1a87125706b98a7e7ccd154108942380da83 > > So scanning with tvheadend works fine now and I could even watch some Live TV > :o) > > I will commit the update to tvheadend in a few minutes so once the > cuse4bsd update > is also committed it should be possible to properly use tvheadend on > FreeBSD now! > > Thanks a lot to you all guys! > Alright, I just committed Hans' cuse4bsd update. Thanx for working on this from me as well! :) Juergen