From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 00:20:53 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E3B16A4CE for ; Thu, 27 Jan 2005 00:20:53 +0000 (GMT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F38F43D49 for ; Thu, 27 Jan 2005 00:20:53 +0000 (GMT) (envelope-from acurtis@ieee.org) Received: from [192.168.1.103] ([151.203.246.97]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050127002052.PZUK7873.out006.verizon.net@[192.168.1.103]>; Wed, 26 Jan 2005 18:20:52 -0600 In-Reply-To: <001001c503fe$48c9d310$c900a8c0@ostros> References: <64fe0420ea6b5eb51f0bff3c1e1b8f2d@ieee.org> <001001c503fe$48c9d310$c900a8c0@ostros> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Alan Curtis Date: Wed, 26 Jan 2005 19:20:49 -0500 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.619.2) X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [151.203.246.97] at Wed, 26 Jan 2005 18:20:51 -0600 Subject: Re: mDNS, daapd iTunes etc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 00:20:53 -0000 > ----- Original Message ----- From: "Alan Curtis" > To: > Sent: Wednesday, January 26, 2005 12:38 PM > Subject: mDNS, daapd iTunes etc > > >> I am trying to get mDNSResponder and daapd running on my FreeBSD 5.3 >> server. >> >> I tried the instructions in this previous post. >> >> http://lists.freebsd.org/pipermail/freebsd-questions/2005-January/ >> 070463.html >> >> >> There seem to be three (or four or five?) ports that refer to mDNS. >> >> 1. mdnsd >> 2. mDNSResponder >> 3. p5-Net-Rendezvous >> >> there are also >> >> 4. Howl >> 5. gmdns >> >> On the advice of the post mentioned above, I installed >> p5-Net-Rendezvous but then looked in vain for >> /usr/local/bin/mDNSResponder >> >> So which should I use and how do I configure it? >> >> Alan >> >> On Jan 26, 2005, at 6:25 PM, Thomas Foster wrote: > Hi Alan, > > Check out the following article: > > http://www.section6.net/help/daapd.php > > This works great for me, let me know if you have any additional > problems or questions > > T I followed exactly the proceedure described in http://www.section6.net/help/daapd.php and got this error when I started mdns.sh. cannot create /var/log/mdns.log: Permission denied I also should note that the port /usr/port/net/mDNSResponder now puts a file mdns.sh in /usr/local/etc/rc.d which starts /usr/local/sbin/mdnsd so I am more confused. Alan