From owner-freebsd-questions@FreeBSD.ORG Sun Jan 10 04:21:41 2010 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 D1DA11065670 for ; Sun, 10 Jan 2010 04:21:41 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id AD1F48FC12 for ; Sun, 10 Jan 2010 04:21:41 +0000 (UTC) Received: by pzk40 with SMTP id 40so12523775pzk.7 for ; Sat, 09 Jan 2010 20:21:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=OyOOfqdqibSW+chKero4rtoUpUjnC1+SEC93SLch4YM=; b=fq/1fI6RcDBJ5VGcd1/q0qvBJDt3hqGN9Vvi/TYoGe+FVF4UZ4R704TTxkk3n1caPw igEarrN4JqcfPge8FSfsJl8RASrmImCi6ZfRsFzQlJb6qcqbjckEAhm45b8Lc2uY+GDZ zSfEsjjz4DesQplBgrfap/UUin+0LGq3vdCCQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=syPKf2OxSVB3BH9aRI2sabjdp5z3IPu15XCkVRgsyHbqdeW9BG4u6yZ4N6DlcnaWpx WwLdTJuly8s/yrp2HbAcMfkRuOrkZ8ZjrF3kUw7NyAOp3uZ00Ggeg9lkIdLN6AAozdT7 1YXlNfdnJ9hDnGvHOb0185S5ZDL0K43N8xBzI= MIME-Version: 1.0 Received: by 10.115.133.2 with SMTP id k2mr4808125wan.113.1263097294397; Sat, 09 Jan 2010 20:21:34 -0800 (PST) Date: Sat, 9 Jan 2010 21:21:34 -0700 Message-ID: From: Tim Judd To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 Subject: Jails - Ethernet data vs IP data 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: Sun, 10 Jan 2010 04:21:41 -0000 Hi all, I bought a new SiliconDust HDHomeRun device which brings two Digital coaxial tuners to an ethernet network. From what I read and understand about the HDHomeRun ("HDHR"), is that it does have an IP address assigned to the system, but all packets of video are actually just raw Ethernet packets/data that has it's own payload and protocol. The port MythTV (to which I'm starting to love) maintainer has marked the two pieces of MythTV as conflicting ports (I'll address to the maintainer directly), so I build the frontend (the user interface if you will) on the host, because it needs lots of X11/xorg. The backend runs as a daemon talking with MySQL to manage everything. Since they conflict, the backend goes onto a jail. I have to port-compile the backend every time, the packages have missing dependencies. It takes quite a while. I know the HDHR is online, I can watch the video without MythTV interaction, but the jailed backend isn't seeing it. So I was hoping to see if I can query the group and see if "raw ethernet data" can be delivered to a jail, or if I'm just fishing in the empty fish bowl trying to get this to work in a jail. Thanks for input in regards to limits the jail system might have. This is on a golden 8.0-RELEASE i386, haven't updated it yet. Thanks loads! --Tim