> Is your music directory mounted over NFS? I vaguely remember having
> similar issue when I tried to do that.
No, it is just a directory on the device itself. I meant with
network-equipped that the device sits standalone next to a pair of
speakers and I can upload files via samba. Maybe bad wording on my
part. Mea Culpa!
> May be this can give you some new ideas for your setup.
Thank you for your kind answer, but unfortunately no.
What I don't understand is that the same setup with the same
configuration files do work under amd64.
If time permits, I will replicate the exact setup under sparc64 and
publish the results from there.
I also cannot see any mistakes on my part in the configuration files,
even more when they work on a another system. I do have follow_symlinks
enabled in mpd.conf, but at the moment there are no symlinks. It is
just a habit from my other mpd instances and I've already tested if it
causes any problems, which it is not.
Here are my configuration files, stripped of all comments:
>mpd.conf
music_directory "/daten/musik"
playlist_directory "/daten/.mpd/playlists"
db_file "/daten/.mpd/mpd.db"
log_file "/daten/.mpd/mpd.log"
pid_file "/daten/.mpd/mpd.pid"
state_file "/daten/.mpd/mpdstate"
sticker_file "/daten/.mpd/sticker.sql"
user "wyse"
bind_to_address "any"
restore_paused "yes"
save_absolute_paths_in_playlists "no"
auto_update "no"
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
input {
plugin "curl"
}
audio_output {
type "sndio"
name "sndio output"
mixer_type "software"
}
volume_normalization "yes"
>smb.conf
[global]
workgroup = WORKGROUP
server string = Samba Server
server role = standalone server
guest account = wyse
log file = /var/log/samba/smbd.%m
max log size = 50
dns proxy = no
[public]
path = /daten
public = yes
only guest = yes
writable = yes
printable = no
--
greetings,
Florian Viehweger