FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › mt-daapd on Ubuntu 2.6.15-26-k7 Problems
- This topic has 6 replies, 2 voices, and was last updated 18 years, 1 month ago by rpedde.
-
AuthorPosts
-
21/10/2006 at 11:25 AM #704plaetzchenGuest
Hi!
I just installed mt-daapd on my Ubuntu Server. I strictly followed the instructions on the mt-daapd wiki. The installation works without problems. I started is using mt-daapd -f -d 5 as root. This is what I get:
root@Flurserver:/home/pbrechler# mt-daapd -f -d 5
Starting rendezvous daemon
Current database version: 8
Starting signal handler
Loading playlists
Initializing database
Finished loading smart playlists
Adding smart playlist AAC Files as 5
Adding smart playlist Non-DRMed Music as 4
Adding smart playlist Recently Added as 3
Adding smart playlist 60's Music as 2
Starting mp3 scan
Found music file: Fred Vom Jupiter.MP3
Signal handler started
But I don’t see the server in iTunes and I can’t access the webinterface of mt-daapd, instead I get an 404 Error.
Whats wrong here?Greets
Philip
21/10/2006 at 6:49 PM #6955rpeddeParticipant@plaetzchen wrote:
Hi!
I just installed mt-daapd on my Ubuntu Server. I strictly followed the instructions on the mt-daapd wiki. The installation works without problems. I started is using mt-daapd -f -d 5 as root. This is what I get:
root@Flurserver:/home/pbrechler# mt-daapd -f -d 5
Starting rendezvous daemon
Current database version: 8
Starting signal handler
Loading playlists
Initializing database
Finished loading smart playlists
Adding smart playlist AAC Files as 5
Adding smart playlist Non-DRMed Music as 4
Adding smart playlist Recently Added as 3
Adding smart playlist 60's Music as 2
Starting mp3 scan
Found music file: Fred Vom Jupiter.MP3
Signal handler started
But I don’t see the server in iTunes and I can’t access the webinterface of mt-daapd, instead I get an 404 Error.
Whats wrong here?Greets
Philip
What does the 404 error say? It it from mt-daapd, or from something else (i.e. daapd)
Also, would it be possible to run nightlies? svn-1359 is much more featureful, and easier to debug, I think. Those are on the nightlies page.
— Ron
22/10/2006 at 5:24 PM #6956plaetzchenGuestOh my browser says that it cant connect to the Server.
22/10/2006 at 5:46 PM #6957plaetzchenGuestWhile trying to install mt-daapd 1.400 nightly I get this
checking for pthread_create in -lpthread... yes
Must use either --enable-sqlite or --enable-sqlite3
sqlite and sqlite3 are installed. Whats wrong?
23/10/2006 at 2:54 AM #6958rpeddeParticipant@plaetzchen wrote:
While trying to install mt-daapd 1.400 nightly I get this
checking for pthread_create in -lpthread... yes
Must use either --enable-sqlite or --enable-sqlite3
sqlite and sqlite3 are installed. Whats wrong?
Do the configure with either “–enable-sqlite” or “–enable-sqlite3”. Or both. If you have sqlite and sqlite3 and the dev packes installed for both, then use both switches in the configure command.
23/10/2006 at 7:48 AM #6959plaetzchenGuestso instead of ./configure I do it with ./configure –enable sqlite ?
23/10/2006 at 7:51 AM #6960rpeddeParticipant@plaetzchen wrote:
so instead of ./configure I do it with ./configure –enable sqlite ?
Correct. Or ./configure –enable-sqlite3, either way. (or with both).
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.