From owner-freebsd-questions@FreeBSD.ORG Tue Jan 4 19:10:26 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 BDDE316A4CE for ; Tue, 4 Jan 2005 19:10:26 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A49043D5A for ; Tue, 4 Jan 2005 19:10:26 +0000 (GMT) (envelope-from AJGurdian@lanoticia.com) Received: from [192.168.1.107] (rrcs-24-123-190-214.se.biz.rr.com [24.123.190.214])j04JAM4R029231; Tue, 4 Jan 2005 14:10:23 -0500 (EST) In-Reply-To: <56BC8436-5E81-11D9-AD10-000D93AD26C8@tntluoma.com> References: <56BC8436-5E81-11D9-AD10-000D93AD26C8@tntluoma.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <4469EBCA-5E84-11D9-A810-000A9592DF7A@lanoticia.com> Content-Transfer-Encoding: quoted-printable From: "=?ISO-8859-1?Q?Alvaro_J._Gurdi=E1n?=" Date: Tue, 4 Jan 2005 14:10:16 -0500 To: Timothy Luoma X-Mailer: Apple Mail (2.619) X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD-Questions Questions Subject: Re: iTunes server SUCCESS!! Here are my notes 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: Tue, 04 Jan 2005 19:10:26 -0000 This sounds very interesting. But I am not sure I understand very well =20= what exactly is the task you were trying to accomplish. Are you controlling iTunes (and all it's music library) on your Mac =20= from a FreeBSD box somewhere on the net, and playing it on the FreeBSD =20= box? Because that sounds like something I might be interested in doing Thanks, Alvaro Gurdi=E1n On Jan 4, 2005, at 1:49 PM, Timothy Luoma wrote: > > This outlines some extra steps I had to take to setup an iTunes server = =20 > in FreeBSD 5.3 > > I followed the instructions at =20 > http://home.introweb.nl/~dodger/itunesserver.html > > There are a few notes (I suspect those instructions are a bit =20 > old/outdated in a few places): > > ORIGINAL TEXT: > "Now you'll have to download Rendezvous.tar.gz from Apple. Go to =20 > http://www.opensource.apple.com/projects/rendezvous/source/=20 > Rendezvous.tar.gz, register and download the file to the directory =20 > /usr/ports/distfiles. After doing this, go back to =20 > /usr/ports/net/rendezvous (if needed) and type:" > > CORRECTION: > Rendezvous is now found at /usr/ports/net/p5-Net-Rendezvous > > [Thanks to Jason Henson for pointing this out to me] > > > NEW #1: /usr/local/etc/rc.d/mDNSResponder.sh didn't exist, so I =20 > copied it from /usr/ports/net/mDNSResponder/files/mDNSResponder.sh. =20= > Then I had to manually edit the file. Mine now looks like this: > > #!/bin/sh > > # PROVIDE: mDNSResponder > # REQUIRE: NETWORKING > # KEYWORD: FreeBSD > > . /etc/rc.subr > > name=3DmDNSResponder > rcvar=3D`set_rcvar` > > # CHANGE THIS to wherever it is installed > # It used to be installed to /usr/local/sbin/ > command=3D/usr/local/bin/mDNSResponder > > # DON'T change this here. Change it in /etc/rc.conf > mDNSResponder_enable=3D${mDNSResponder_enable:-"NO"} > > # OLD: These flags no longer seem to work (2005-01-04) > #mDNSResponder_flags=3D${mDNSResponder_flags:-"-b -n `/bin/hostname = -s`"} > > pidfile=3D"/var/run/mDNSResponder.pid" > > load_rc_config $name > run_rc_command "$1" > > #EOF > > > NEW #2: > > I added these lines to /etc/rc.conf: > > daapd_enable=3D"YES" > mDNSResponder_enable=3D"YES" > > > FYI: here are the config files as I have them > > $ cat /usr/local/etc/mDNSResponder.conf > FreeBSD iTunes server > _daap._tcp. > > 3689 > > $ cat /usr/local/etc/daapd.conf > Port 3689 > ServerName daapd server > DBName FreeBSD iTunes server > Password > Root /usr/home/itunes > Cache > Timescan 2 > RescanInterval 0 > > > NOTE: I had to restart the FreeBSD system to get it to show up in =20 > iTunes. Doesn't seem like it ought to be necessary, but it was for =20= > me. > > I think those were all the steps I had to take. > > I hope this will help anyone else who is trying to do the same. > > TjL > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to =20 > "freebsd-questions-unsubscribe@freebsd.org" >