Reply To: Couldn’t lookup user = Nobody on FC5

#4966
rpedde
Participant

@Wuertele wrote:

Here’s my config file:

web_root	/usr/share/mt-daapd/admin-root
port = 3689
admin_pw = blahblah
db_type = sqlite3
db_parms = /var/cache/mt-daapd
mp3_dir = /home/share
servername = Dave's mt-daapd
runas = nobody
playlist = /etc/mt-daapd.playlist
extensions = .mp3,.m4a,.m4p,.wav,.flac
ssc_codectypes = ogg,flac,alac
ssc_prog = /usr/bin/mt-daapd-ssc.sh
logfile = /var/log/mt-daapd.log
process_m3u = 1
scan_type = 2

…snip…

What is the real problem here?

Dave

you are missing the section header:


[general]
web_root /usr/share/mt-daapd/admin-root
port = 3689
admin_pw = blahblah
...

Don’t forget the [general] section header. Also, you are missing the = after web_root.

— Ron