Package: forked-daapd
Version: 24.2-1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***

The daemon started up ok when I did the install, but it will not start when I
boot. I tried running "service start forked-daapd" from a terminal but I get
"start: unrecognized service" every time.




-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages forked-daapd depends on:
ii  adduser             3.115
ii  avahi-daemon        0.6.32-2
ii  libantlr3c-3.2-0    3.2-3+b2
ii  libasound2          1.1.3-5
ii  libavahi-client3    0.6.32-2
ii  libavahi-common3    0.6.32-2
ii  libavcodec-extra57  7:3.2.4-1
ii  libavfilter6        7:3.2.4-1
ii  libavformat57       7:3.2.4-1
ii  libavutil55         7:3.2.4-1
ii  libc6               2.24-9
ii  libconfuse1         3.0+dfsg-2
ii  libcurl3-gnutls     7.52.1-3
ii  libevent-2.0-5      2.0.21-stable-3
ii  libgcrypt20         1.7.6-1
ii  libgnutls30         3.5.8-3
ii  libgpg-error0       1.26-2
ii  libjson-c3          0.12.1-1.1
ii  libmxml1            2.10-1+b1
ii  libplist3           1.12+git+1+e37ca00-0.1
ii  libprotobuf-c1      1.2.1-2
ii  libpulse0           10.0-1
ii  libsqlite3-0        3.16.2-3
ii  libswscale4         7:3.2.4-1
ii  libunistring0       0.9.6+really0.9.3-0.1
ii  lsb-base            9.20161125
ii  psmisc              22.21-2.1+b2
ii  zlib1g              1:1.2.8.dfsg-5

Versions of packages forked-daapd recommends:
ii  libavcodec-extra                       7:3.2.4-1
ii  libavcodec-extra57 [libavcodec-extra]  7:3.2.4-1

forked-daapd suggests no packages.

-- Configuration Files:
/etc/forked-daapd.conf changed:
general {
        # Username
        # Make sure the user has read access to the library directories you set
        # below, and full access to the databases, log and local audio
        uid = "daapd"
        # Database location
        # Log file and level
        # Available levels: fatal, log, warning, info, debug, spam
        logfile = "/var/log/forked-daapd.log"
        loglevel = log
        # Admin password for the non-existent web interface
        admin_password = "unused"
        # Enable/disable IPv6
        ipv6 = yes
        # Location of cache database
        # DAAP requests that take longer than this threshold (in msec) get their
        # replies cached for next time. Set to 0 to disable caching.
        # When starting playback, autoselect speaker (if none of the previously
        # selected speakers/outputs are available)
}
library {
        # Name of the library as displayed by the clients
        # %h: hostname, %v: version
        name = "Tunes"
        # TCP port to listen on. Default port is 3689 (daap)
        port = 3689
        # Password for the library. Optional.
        # Directories to index
        directories = { "/archive/Tunes" }
        # Directories containing podcasts
        # For each directory that is indexed the path is matched against these
        # names. If there is a match all items in the directory are marked as 
        # podcasts. Eg. if you index /srv/music, and your podcasts are in
        # /srv/music/Podcasts, you can set this to "/Podcasts".
        # (changing this setting only takes effect after rescan, see the README)
        podcasts = { "/Podcasts" }
        # Directories containing audiobooks
        # For each directory that is indexed the path is matched against these
        # names. If there is a match all items in the directory are marked as 
        # audiobooks.
        # (changing this setting only takes effect after rescan, see the README)
        audiobooks = { "/Audiobooks" }
        # Directories containing compilations (eg soundtracks)
        # For each directory that is indexed the path is matched against these
        # names. If there is a match all items in the directory are marked as 
        # compilations.
        # (changing this setting only takes effect after rescan, see the README)
        compilations = { "/Compilations" }
        # Compilations usually have many artists, and if you don't want every
        # artist to be listed when artist browsing in Remote, you can set
        # a single name which will be used for all music in the compilation dir
        # (changing this setting only takes effect after rescan, see the README)
        compilation_artist = "Various artists"
        # If your album and artist lists are cluttered, you can choose to hide
        # albums and artists with only one track. The tracks will still be
        # visible in other lists, e.g. songs and playlists. This setting
        # currently only works in some remotes.
        # Internet streams in your playlists will by default be shown in the
        # "Radio" library, like iTunes does. However, some clients (like
        # TunesRemote+) won't show the "Radio" library. If you would also like
        # to have them shown like normal playlists, you can enable this option.
        # These are the default playlists. If you want them to have other names,
        # you can set it here.
        # Artwork file names (without file type extension)
        # forked-daapd will look for jpg and png files with these base names
        # Enable searching for artwork corresponding to each individual media
        # file instead of only looking for album artwork. This is disabled by
        # default to reduce cache size.
        # File types the scanner should ignore
        # Non-audio files will never be added to the database, but here you
        # can prevent the scanner from even probing them. This might improve
        # scan time. By default .db, .ini, .db-journal and .pdf are ignored.
        # File paths the scanner should ignore
        # If you want to exclude files on a more advanced basis you can enter
        # one or more POSIX regular expressions, and any file with a matching
        # path will be ignored.
        # Disable startup file scanning
        # When forked-daapd starts it will do an initial file scan of your
        # library (and then watch it for changes). If you are sure your library
        # never changes while forked-daapd is not running, you can disable the
        # initial file scan and save some system ressources. Disabling this scan
        # may lead to forked-daapd's database coming out of sync with the
        # library. If that happens read the instructions in the README on how
        # to trigger a rescan.
        # Should iTunes metadata override ours?
        # Should we import the content of iTunes smart playlists?
        # Decoding options for DAAP clients
        # Since iTunes has native support for mpeg, mp4a, mp4v, alac and wav,
        # such files will be sent as they are. Any other formats will be decoded
        # to raw wav. If forked-daapd detects a non-iTunes DAAP client, it is
        # assumed to only support mpeg and wav, other formats will be decoded.
        # Here you can change when to decode. Note that these settings have no
        # effect on AirPlay.
        # Formats: mp4a, mp4v, mpeg, alac, flac, mpc, ogg, wma, wmal, wmav, 
aif, wav
        # Formats that should never be decoded
        # Formats that should always be decoded
}
audio {
        # Name - used in the speaker list in Remote
        nickname = "Computer"
        
        # Type of the output (alsa, pulseaudio or dummy)
        # Audio PCM device name for local audio output - ALSA only
        # Mixer channel to use for volume control - ALSA only
        # If not set, PCM will be used if available, otherwise Master.
        # Mixer device to use for volume control - ALSA only
        # If not set, the value for "card" will be used.
        # Syncronization
        # If your local audio is out of sync with AirPlay, you can adjust this
        # value. Positive values correspond to moving local audio ahead,
        # negative correspond to delaying it. The unit is samples, where is
        # 44100 = 1 second. The offset must be between -44100 and 44100.
}
        # forked-daapd's volume goes to 11! If that's more than you can handle
        # you can set a lower value here
        # AirPlay password
spotify {
        # Directory where user settings should be stored (credentials)
        # Cache directory
        # Set preferred bitrate for music streaming
        # 0: No preference (default), 1: 96kbps, 2: 160kbps, 3: 320kbps
        # Your Spotify playlists will by default be put in a "Spotify" playlist
        # folder. If you would rather have them together with your other
        # playlists you can set this option to true.
        # Spotify playlists usually have many artist, and if you don't want
        # every artist to be listed when artist browsing in Remote, you can set
        # the artist_override flag to true. This will use the compilation_artist
        # as album artist for Spotify items.
        # Similar to the different artists in Spotify playlists, the playlist
        # items belong to different albums, and if you do not want every album
        # to be listed when browsing in Remote, you can set the album_override
        # flag to true. This will use the playlist name as album name for
        # Spotify items. Notice that if an item is in more than one playlist,
        # it will only appear in one album when browsing (in which album is
        # random).
}
mpd {
        # TCP port to listen on for MPD client requests. 
        # Default port is 6600, set to 0 to disable MPD support.
        # HTTP port to listen for artwork requests (only supported by some MPD
        # clients and will need additional configuration in the MPD client to
        # work). Set to 0 to disable serving artwork over http.
        # By default forked-daapd will - like iTunes - clear the playqueue if
        # playback stops. Setting clear_queue_on_stop_disable to true will keep
        # the playlist like MPD does. Note that some dacp clients do not show
        # the playqueue if playback is stopped.
}
sqlite {
        # Cache size in number of db pages for the library database
        # (SQLite default page size is 1024 bytes and cache size is 2000 pages)
        
        # Cache size in number of db pages for the daap cache database
        # (SQLite default page size is 1024 bytes and cache size is 2000 pages)
        
        # Sets the journal mode for the database
        # DELETE (default), TRUNCATE, PERSIST, MEMORY, WAL, OFF 
        
        # Change the setting of the "synchronous" flag
        # 0: OFF, 1: NORMAL, 2: FULL (default)
        # Should the database be vacuumed on startup? (increases startup time,
        # but may reduce database size). Default is yes.
}


-- no debconf information

Reply via email to