20060112 – Could not start enum

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #160
    CCRDude
    Participant

    First a hint: if some SCC operation fails (like in my case mppdec) and remains as a zombie, you will not be able to start mt-daapd again (port 3689 still in use).
    In that case, see if port 3689 is still open (e.g. CLOSE_WAIT):
    netstat -an | grep 3689
    Then see which process has it opened:
    fuser -n 3689
    And terminate that with the [id] fuser returned:
    kill [id]

    Now to the actual problem, from a -d9 dump:

    Executing: SELECT * FROM songs WHERE ((((genre like ‘%
    Could not start enum

    Same song database that ran with the november nightly just a few minutes earlier.

    #3913
    rpedde
    Participant

    That’s fixed in cvs… I have two patches to merge and I’ll drop a nightly with that fix.

    — Ron

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