Reply To: on the fly conversion doesnt work

#7840
mas
Participant

Hehe Ron,

that su nobody is a problem. I have busybox installed here and it seems that stupid thing has no su installed. This is what a su gives:

# su
TinyLogin v0.80 (2004.09.28-10:25+0000) multi-call binary — GPL2

Usage: tinylogin [function] [arguments]…
or: [function] [arguments]…

TinyLogin is a multi-call binary that combines several tiny Unix
utilities for handling logins, user authentication, changing passwords,
and otherwise maintaining users and groups on an embedded system. Most
people will create a link to TinyLogin for each function they wish to
use, and TinyLogin will act like whatever it was invoked as.

Currently defined functions:
tinylogin, getty, login, passwd

The mt-daapd seem also not to run as nobody but as guest – ps gives:

19354 guest 504 S N /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf
19355 guest 2120 S N /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf
19356 guest 2120 S N /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf
19357 guest 2120 S N /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf
19359 guest 2120 S N /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf
19665 guest 2120 S N /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf
19736 guest 2120 S N /opt/sbin/mt-daapd -c /opt/etc/mt-daapd/mt-daapd.conf

You think that could be the problem?