FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › mt-daapd on Ubuntu and iTunes on Vista does not connect
- This topic has 27 replies, 3 voices, and was last updated 17 years, 4 months ago by mephisto.
-
AuthorPosts
-
26/06/2007 at 6:32 PM #11167BragoParticipant
@rpedde wrote:
ah, crap. I forgot. I installed it, but didn’t get the build runnig on it. Okay. I have to do an edgy build anyway, so I’ll go ahead and set up builds for edgy and feisty at the same time.
Great!
Let me know when you get around doing it!Thanks!
/Stefan27/06/2007 at 5:44 AM #11168rpeddeParticipant@Brago wrote:
@rpedde wrote:
ah, crap. I forgot. I installed it, but didn’t get the build runnig on it. Okay. I have to do an edgy build anyway, so I’ll go ahead and set up builds for edgy and feisty at the same time.
Great!
Let me know when you get around doing it!Thanks!
/StefanGot an edgy and feisty vm loaded, so if I don’t get an actual package tonight, I’ll def. have it tomorrow.
— Ron
28/06/2007 at 12:46 PM #11169BragoParticipantGreat!
BTW, the list of nightlies says the last packages are from May 17th and the one before that is from April 29th. Does that mean the Fiesty packages will be generated next time a release is done or will the list be updated with a fiesty packe on the May 17th release over night?/Stefan
28/06/2007 at 7:22 PM #11170rpeddeParticipant@Brago wrote:
Great!
BTW, the list of nightlies says the last packages are from May 17th and the one before that is from April 29th. Does that mean the Fiesty packages will be generated next time a release is done or will the list be updated with a fiesty packe on the May 17th release over night?/Stefan
I’d do 1589 or whatever. I’ve got packages built, but they weren’t built with avahi, so I’m going to rebuild them this afternoon.
— Ron
29/06/2007 at 12:28 AM #11171rpeddeParticipant@rpedde wrote:
@Brago wrote:
Great!
BTW, the list of nightlies says the last packages are from May 17th and the one before that is from April 29th. Does that mean the Fiesty packages will be generated next time a release is done or will the list be updated with a fiesty packe on the May 17th release over night?/Stefan
I’d do 1589 or whatever. I’ve got packages built, but they weren’t built with avahi, so I’m going to rebuild them this afternoon.
— Ron
Packages for feisty and etch are up.
— Ron
29/06/2007 at 8:38 AM #11172BragoParticipant@rpedde wrote:
Packages for feisty and etch are up.
— Ron
In other words, it works! Thanks a lot Ron!
BR
Stefan20/07/2007 at 10:05 AM #11173mephistoParticipantHi, sorry for opening up an old thread but I appear to have the same problem and I can’t seem to find the build that resolved it.
I was using the build that came with the Ubuntu repositories but they weren’t working. The latest build on the nightlies appears to be mt-daapd_0.9-svn-1586_feisty_i386.deb which I downloaded and installed but it didn’t have any effect.
I’m serving from Ubuntu Feisty and using Rhythmbox on another Ubuntu Feisty on a home lan. I opened up ports 5353 and 3689 in the firewall and dropped both firewalls completely to no effect. Rhythmbox refuses to show the share.
ls -la /var/cache/mt-daapd gives
total 132
drwxrwxr-x 2 mt-daapd root 22 2007-07-20 08:56 .
drwxr-xr-x 17 root root 4096 2007-07-17 18:51 ..
-rw-r–r– 1 mt-daapd nogroup 129024 2007-07-20 08:56 songs3.dbps auxw | grep “avahi” gives
avahi 4721 0.0 0.4 2660 1388 ? Ss 08:56 0:00 avahi-daemon: registering [testbox.local]
avahi 4722 0.0 0.1 2660 460 ? Ss 08:56 0:00 avahi-daemon: chroot helper
dad 5765 0.0 0.2 2896 784 pts/0 S+ 08:59 0:00 grep avahips auxw | grep “mt-daapd” gives
mt-daapd 8394 0.0 0.6 31308 2200 pts/0 Sl 10:30 0:00 /usr/sbin/mt-daapd
mt-daapd 8395 0.5 0.7 39564 2536 pts/0 Sl 10:30 0:00 /usr/sbin/mt-daapd
dad 8413 0.0 0.2 2892 776 pts/0 S+ 10:30 0:00 grep mt-daapdsudo /usr/sbin/mt-daapd -d9 -f gives
Found 1 tokens in /home/dad/music/
Token 1: /home/dad/music/
Expanding precomments to 2048
Expanding precomments to 4096
Expanding precomments to 8192
Found 2 tokens in rsp.so,ssc-ffmpeg.so
Token 1: rsp.so
Token 2: ssc-ffmpeg.so
Checking existence of /usr/share/mt-daapd/admin-root
Checking existence of /usr/share/mt-daapd/admin-root
Checking existence of /var/cache/mt-daapd
Checking existence of /var/cache/mt-daapd
Checking existence of /usr/lib/mt-daapd/plugins
Checking existence of /usr/lib/mt-daapd/plugins
Loading new config file.
Starting with debuglevel 9
Attempting to load plugin /usr/lib/mt-daapd/plugins/rsp.so
Loaded plugin /usr/lib/mt-daapd/plugins/rsp.so (rsp/svn-1376)
New transcode codec list:
Attempting to load plugin /usr/lib/mt-daapd/plugins/ssc-ffmpeg.so
Loaded plugin /usr/lib/mt-daapd/plugins/ssc-ffmpeg.so (ssc-ffmpeg/svn-1376)
New transcode codec list: flac,alac,ogg,wma
Starting rendezvous daemon
Starting rendezvous services
*** WARNING *** The programme ‘mt-daapd’ uses the HOWL compatiblity layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see
Starting signal handler
Opening database
Signal handler started
Starting polling thread
Entering runloop
Waiting for data
Executing: select value from config where term=’version’
Results: 0
Initializing database
Executing: select count(*) FROM songs
Executing: select value from config where term=’rescan’
Executing: vacuum
Rows: 0
Executing: create index idx_path on songs(path,idx)
Query: create index idx_path on songs(path,idx)
Error: index idx_path already exists
Executing: create index idx_songid on playlistitems(songid)
Query: create index idx_songid on playlistitems(songid)
Error: index idx_songid already exists
Executing: create index idx_playlistid on playlistitems(playlistid,songid)
Query: create index idx_playlistid on playlistitems(playlistid,songid)
Error: index idx_playlistid already exists
Starting web server from /usr/share/mt-daapd/admin-root on port 3689
Listening on port 3689
Starting server thread
Registering rendezvous names
Received a message from daap server
Registering _daap._tcp.music_for_all (3689)
Received a message from daap server
Registering _http._tcp.music_for_all (3689)
Checking ssc-ffmpeg/svn-1376
Checking rsp/svn-1376
Registering _rsp._tcp
Received a message from daap server
Registering _rsp._tcp.music_for_all (3689)
Executing: select count(*) FROM songs
Serving 309 songs. Startup complete in 1 secondsCould someone advise me where I can find the build that resolved the problem of the OP or alternatively how I can progress from here.
Thanks
21/07/2007 at 6:14 PM #11174rpeddeParticipant@mephisto wrote:
Could someone advise me where I can find the build that resolved the problem of the OP or alternatively how I can progress from here.
Thanks
— Ron
22/07/2007 at 7:10 AM #11175mephistoParticipant@rpedde wrote:
— Ron
Thanks for coming back to me Ron and I know I’m being thick here but the latest I can see on the nightlies is mt-daapd_0.9-svn-1586_feisty_i386.deb which I’ve already tried.
Should I be seeing a later version or should I be installing something else as well? Sorry for the stupid questions.Regards
23/07/2007 at 3:32 AM #11176rpeddeParticipant@mephisto wrote:
@rpedde wrote:
— Ron
Thanks for coming back to me Ron and I know I’m being thick here but the latest I can see on the nightlies is mt-daapd_0.9-svn-1586_feisty_i386.deb which I’ve already tried.
Should I be seeing a later version or should I be installing something else as well? Sorry for the stupid questions.Regards
The logs say you are still running 1376. Either the newer one didn’t get installed right, or something else is going on. Try uninstalling the old version with “apt-get remove –purge mt-daapd” and then re-installing the 1589 package. See what that gets you.
— Ron
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.