Feedback on 1433 – Ubuntu dapper

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #813
    crmccreary
    Participant

    I get the following when I first access the mt-daapd server from a banshee client on the same machine:

    2006-11-22 22:27:54 (b7d67b20): Firefly Version svn-1433: Starting with debuglevel 2
    2006-11-22 22:27:54 (b7d67b20): Starting rendezvous daemon
    2006-11-22 22:27:54 (b7d67b20): Starting signal handler
    2006-11-22 22:27:54 (b7d21bb0): Signal handler started
    2006-11-22 22:27:55 (b7d67b20): Error: enum_begin failed (error 1): Misc SQL Error: no such table: config
    2006-11-22 22:27:55 (b7d67b20): Can’t get db version. New database?
    2006-11-22 22:27:55 (b7d67b20): Initializing database
    2006-11-22 22:27:55 (b7d67b20): Error: enum_begin failed (error 1): ?
    2006-11-22 22:27:55 (b7d67b20): Error: enum_begin failed (error 1): ?
    2006-11-22 22:27:55 (b7d67b20): Full reload…
    2006-11-22 22:27:55 (b7d67b20): Starting mp3 scan
    2006-11-22 22:29:11 (b7d67b20): Starting playlist scan
    2006-11-22 22:29:11 (b7d67b20): Scanned 3662 songs in 76 seconds
    2006-11-22 22:29:11 (b7d67b20): Starting web server from /usr/local/share/mt-daapd/admin-root on port 3689
    2006-11-22 22:29:11 (b7d67b20): Registering rendezvous names
    2006-11-22 22:29:11 (b7d67b20): Serving 3662 songs. Startup complete in 76 seconds
    2006-11-22 22:29:38 (b7520bb0): Thread 0: could not read: Success
    2006-11-22 22:29:38 (b7520bb0): Thread 1: Bad arg:
    2006-11-22 22:29:38 (b7520bb0): Error: enum_fetch failed (error 1): ?
    2006-11-22 22:29:38 (b7520bb0): Error: enum_fetch failed (error 1): ?
    2006-11-22 22:29:38 (b7520bb0): Thread 1: Bad arg:
    2006-11-22 22:29:38 (b7520bb0): Error: enum_fetch failed (error 1): Misc SQL Error: library routine called out of sequence
    2006-11-22 22:29:38 (b7d67b20): Rendezvous socket closed (daap server crashed?) Aborting.
    2006-11-22 22:29:38: Aborting

    This is on Ubuntu Dapper. I’ve been running the 0.2.4 release for several days without any problems but I wanted to enable the ogg and flac transcoding. I have attached a copy of the config.log and the stdout from the make install below. I configured with ./configure –enable-sqlite3 –enable-oggvorbis –enable-flac. The error occurs whether I set runas as nobody or root. What nightly should I use? Can I do the transcoding with the stable 0.2.4 release by building from source?

    #7511
    rpedde
    Participant

    @crmccreary wrote:

    What nightly should I use?

    1359 is pretty stable, but any, really.

    Can I do the transcoding with the stable 0.2.4 release by building from source?

    Nope. Has to be nightlies.

    To track this down, go into the web config and set a log file. Set the debug level to 9, then save. Then connect with banshee and let it die.

    Gzip up the logfile and email it to me at [email protected]. Or, if you think you see the relevant part, you can post just that part here.

    — Ron

    #7512
    crmccreary
    Participant

    Looks like the problem is the sqlite3 backend. I configured with sqlite and it works with mp3 files. I’ll try now to transcode ogg and then ogg and flac.

    #7513
    crmccreary
    Participant

    Enabled ogg and flac, transcoding works. Looks like the problem is with sqlit3 backend

    #7514
    rpedde
    Participant

    @crmccreary wrote:

    Enabled ogg and flac, transcoding works. Looks like the problem is with sqlit3 backend

    Yes, if you have sqlite 3 < 3.3.x, then it mostly likely won't work. The sqlite3 interface changed at 3.3.0. Sorry. should have clued to that earlier, but I was looking at the bad arg thing, and it threw me off. — Ron

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.