snakeoil@snakeoil:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 488M 4,0K 488M 1% /dev
tmpfs 98M 556K 98M 1% /run
/dev/sda1 29G 2,0G 25G 8% /
none 5,0M 4,0K 5,0M 1% /run/lock
none 490M 0 490M 0% /run/shm
none 100M 0 100M 0% /run/user
192.168.1.50:/export/Music 2,7T 1,6T 1,2T 57% /media/music/nas
In my case command
sudo sysctl fs.inotify.max_user_watches=32768
And this is update logs after:
==> /var/tmp/stderr <==
ffmpeg/flac: Could not find codec parameters (Audio: flac, 0 channels)
ffmpeg/flac: Could not find codec parameters (Audio: flac, 0 channels)
ffmpeg/flac: Estimating duration from bitrate, this may be inaccurate
ffmpeg/flac: Could not find codec parameters (Audio: flac, 0 channels)
ffmpeg/flac: Estimating duration from bitrate, this may be inaccurate
+425 same rows
==> /var/log/syslog <==
Oct 9 09:02:32 snakeoil kernel: mpd[6391]: segfault at 0 ip 00007f002c05b4c3 sp 00007f0023361628 error 4 in libavutil.so.52.3.0[7f002c04b000+1e000]
==> /var/log/kern.log <==
Oct 9 09:02:32 snakeoil kernel: mpd[6391]: segfault at 0 ip 00007f002c05b4c3 sp 00007f0023361628 error 4 in libavutil.so.52.3.0[7f002c04b000+1e000]
==> /var/log/apport.log <==
ERROR: apport (pid 6392) Sun Oct 9 09:02:33 2016: called for pid 5685, signal 11, core limit 0
ERROR: apport (pid 6392) Sun Oct 9 09:02:33 2016: executable: /var/www/players/mpd-v19.x/mpd (command line "/var/www/players/mpd-v19.x/mpd /var/www/scratch/mpd.conf --stderr")
ERROR: apport (pid 6392) Sun Oct 9 09:02:33 2016: is_closing_session(): no DBUS_SESSION_BUS_ADDRESS in environment
ERROR: apport (pid 6392) Sun Oct 9 09:02:33 2016: apport: report /var/crash/_var_www_players_mpd-v19.x_mpd.33.crash already exists and unseen, doing nothing to avoid disk usage DoS
Then switched to MPD V17 and it works fine.
Reverted to v0.1.5-pre-release-20160904: mpd v19 db update works.