[Eisfair] mpd Bräuchte Hilfe
Marcus Roeckrath
marcus.roeckrath at gmx.de
Fr Feb 17 14:31:17 CET 2017
Hallo Friedhold,
Friedhold Schuster wrote:
> /var/lib/mpd/database ist 650 kb groß und damit sind wohl auch sehr
> viele Titel schon drin. Somit scheint der mpd erstmal zu rennen.
>
> Im /var/log/mpd.log sind folgende Fehlermeldungen:
>
> ---------------------------------
> 17 08:00 : errno: Failed to register /data2/platte1/musik/MP3-FS:
> inotify_add_watch() has failed: No space left on device
>
> Platz ist genug da, alle Platten sind nur halbvoll.
Möglicherweise keine inodes mehr:
df -i
du --inodes -s /*
> -------------------------------------
> Die Clients sind auf Port 6600 eingestellt, so wie in der /etc/mpd.conf
>
> Muss der Port 6600 noch irgenwie freigegeben werden? Alle Clients sind
> im gleichen Netz.
>
> Fehlermeldung im Log:
>
> Feb 17 08:00 : server_socket: bind to '0.0.0.0:8000' failed: Address
> already in use (continuing anyway, because binding to '[::]:8000'
> succeeded)
Von wem?
netstat -l
> wo kommt der Port 8000 her? sollte es nicht 6600 sein?
> bind_to_address "localhost"
> bind_to_address "/run/mpd/socket"
Ist das korrekt so, dass die bind_to address-Zeile doppelt vorhanden ist und
einmal auf eine lokale Adresse und dann auf einen Socket zeigt?
> port "6600"
Hier ist es Port 6600.
> audio_output {
> type "httpd"
> name "My HTTP Stream"
> encoder "vorbis" # optional, vorbis or lame
> port "8000"
Und hier 8000.
> audio_output {
> type "shout"
> encoding "lame"
> name "My Shout Steam"
> host "localhost"
> port "8000"
Hier auch 8000.
Ich glaube nicht, dass beide Output-Typen den gleichen Port benutzen dürfen.
Mach aber mal den obigen netstat -l.
--
Gruss Marcus
Mehr Informationen über die Mailingliste Eisfair