FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › Couldn’t lookup user = Nobody on FC5
- This topic has 1 reply, 2 voices, and was last updated 16 years, 11 months ago by
rpedde.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
09/06/2006 at 11:49 PM #340
Wuertele
GuestI built svn-1206 on FC5 thusly:
./configure --prefix=/usr --enable-sqlite3
make installHere’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
I ran mt-daapd like so:
# /usr/sbin/mt-daapd -f
setting dest to 1
setting dest to 5
Starting with debuglevel 1
Starting rendezvous daemon
Couldn't lookup user = nobody
Couldn't lookup user = nobody
Error in drop_privs: Success
Aborting
#Ack! Do I have a nobody?
# grep nobody /etc/passwd
nobody:x:99:99:Nobody:/:/sbin/nologinOf course I do. What is the real problem here?
Dave
10/06/2006 at 4:11 AM #4966rpedde
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
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.