FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › iTunes(Mac) does not detect server(Ubuntu)
- This topic has 3 replies, 3 voices, and was last updated 17 years, 3 months ago by rpedde.
-
AuthorPosts
-
24/07/2007 at 5:07 PM #1582uruvielGuest
I’ve been trying to install the Firefly media server so I can connect with my Macbook(iTunes 7.3.1, Mac OSX 10.4.10) to the music on my Ubuntu server(7.04, Server Edition).
I’ve installed the mt-daapd_0.9-svn-1586_feisty_i386.deb and resolved all dependencies.
The processes are running as far as I know
uruviel@Aethra:/$ ps aux | grep "daap"
mt-daapd 3987 0.0 0.4 3484 1072 ? S 18:52 0:00 /usr/sbin/mt-daapd
mt-daapd 3988 0.1 2.9 18476 7228 ? Sl 18:52 0:01 /usr/sbin/mt-daapdAnd
uruviel@Aethra:/$ ps aux | grep "avahi"
avahi 3835 0.0 0.5 2808 1408 ? Ss 18:52 0:00 avahi-daemon: running [Aethra.local]
avahi 3836 0.0 0.1 2668 468 ? Ss 18:52 0:00 avahi-daemon: chroot helper
uruviel 4218 0.0 0.3 2880 748 pts/0 R+ 19:07 0:00 grep avahiStill my iTunes won’t see the share.
Killing all the mt-daapd processes and running the deamon in the foreground returns:
uruviel@Aethra:/$ sudo killall mt-daapd
uruviel@Aethra:/$ sudo mt-daapd -f
Firefly Version svn-1586: Starting with debuglevel 2
Warning: Could not load plugins
Starting rendezvous daemon
Starting signal handler
Initializing database
Local Hostname Aethra.local already in use; will tryAethra-2.local instead
Starting web server from /usr/share/mt-daapd/admin-root on port 3689
Registering rendezvous names
Serving 4287 songs. Startup complete in 1 secondsThe webadmin page(http://192.168.1.8:3689) shows that Bonjour is not running, but I can’t turn it on either. That might be the problem, althoug it should work over just the http port right?
Does anyone have an idea?
06/08/2007 at 3:33 PM #11812fabianParticipantI recently re-installed my mt-daapd, using Debian apt-get, to the stable version, 0.2.4+r1376-1. [Actually, I had to re-install Debian on my Kurobox system.]
My mt-daapd server is not visible from iTunes running under windows. On the Firefly status page, the Bonjour service shows up as “stopped”, and there is no way to start it from this page.
Prior to this re-install, I had installed mt-daapd 0.2.4 from the source, if that matters, and was able to see the server from the same version of iTunes running on that same windows box.
The avahi daemon is running, and just to be sure it started first, I restarted mt-daapd.
What am I missing?
08/08/2007 at 11:30 PM #11813fabianParticipantOK, Nevermind my post [but don’t igore the original poster].
Somehow I managed to view my mt-daapd server in iTunes.
I’m not sure what was the fix, but along the way I- restarted both systems (the client and server machines),
- installed SQLite0,
- realized the warning against SQLite3 in the FAQ found on the wiki is out of date
[http://wiki.mt-daapd.org/index.php?title=FAQ&Itemid=60#I_have_SQLite_3.x_is_installed.2C_but_mt-daapd_crashed_out_with_a_segfault_error], so I… - uninstalled SQLite0
Also, judging from Ron’s comments in other posts, the admin page will say that Bonjour is stopped even though it may be running.
[See http://forums.fireflymediaserver.org/viewtopic.php?=&p=9722%5D
@rpedde wrote:Posted: Mon Jan 29, 2007 10:36 pm
@Digital Larry wrote:
Going back to /etc/init.d and invoking “mt-daapd start”, causes 4 mt- daapd processes to be launched.
That’s normal. With linuxthreads, you get a process-per-thread. They are clone()’d though, so they are pretty lightweight. As light as a thread on a “normal” system.
09/08/2007 at 3:16 AM #11814rpeddeParticipant@uruviel wrote:
I’ve been trying to install the Firefly media server so I can connect with my Macbook(iTunes 7.3.1, Mac OSX 10.4.10) to the music on my Ubuntu server(7.04, Server Edition).
I’ve installed the mt-daapd_0.9-svn-1586_feisty_i386.deb and resolved all dependencies.
The processes are running as far as I know
uruviel@Aethra:/$ ps aux | grep "daap"
mt-daapd 3987 0.0 0.4 3484 1072 ? S 18:52 0:00 /usr/sbin/mt-daapd
mt-daapd 3988 0.1 2.9 18476 7228 ? Sl 18:52 0:01 /usr/sbin/mt-daapdAnd
uruviel@Aethra:/$ ps aux | grep "avahi"
avahi 3835 0.0 0.5 2808 1408 ? Ss 18:52 0:00 avahi-daemon: running [Aethra.local]
avahi 3836 0.0 0.1 2668 468 ? Ss 18:52 0:00 avahi-daemon: chroot helper
uruviel 4218 0.0 0.3 2880 748 pts/0 R+ 19:07 0:00 grep avahiStill my iTunes won’t see the share.
Killing all the mt-daapd processes and running the deamon in the foreground returns:
uruviel@Aethra:/$ sudo killall mt-daapd
uruviel@Aethra:/$ sudo mt-daapd -f
Firefly Version svn-1586: Starting with debuglevel 2
Warning: Could not load plugins
Starting rendezvous daemon
Starting signal handler
Initializing database
Local Hostname Aethra.local already in use; will tryAethra-2.local instead
Starting web server from /usr/share/mt-daapd/admin-root on port 3689
Registering rendezvous names
Serving 4287 songs. Startup complete in 1 secondsThe webadmin page(http://192.168.1.8:3689) shows that Bonjour is not running, but I can’t turn it on either. That might be the problem, althoug it should work over just the http port right?
Does anyone have an idea?
The bonjour thing is a known bug. It shows not running, but it is.
As far as it not showing up, this seems to be a recurring feisty issue, but I don’t have a good answer for why. Clearly avahi is already running, and the app is running, but the multicast isn’t working.
What avahi version do you have?
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.