Skip to content

Instantly share code, notes, and snippets.

@azrdev
Created May 7, 2017 10:30
Show Gist options
  • Save azrdev/22ffaea28867573b0f27b7cd306103a4 to your computer and use it in GitHub Desktop.
Save azrdev/22ffaea28867573b0f27b7cd306103a4 to your computer and use it in GitHub Desktop.
mpd bug #4294
A NOTE has been added to this issue.
======================================================================
https://bugs.musicpd.org/view.php?id=4294
======================================================================
Reported By: azrdev
Assigned To:
======================================================================
Project: MPD
Issue ID: 4294
Category: MPD
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-01-27 16:37 CET
Last Modified: 2017-04-01 11:56 CEST
======================================================================
Summary: MPD still stops playing after been paused for a
while if music_directory use nfs://
Description:
I still suffer from bug https://bugs.musicpd.org/view.php?id=2430#c4081 (but
cannot reopen the report as a reporter)
======================================================================
----------------------------------------------------------------------
(0009307) azrdev (reporter) - 2015-01-27 16:38
https://bugs.musicpd.org/view.php?id=4294#c9307
----------------------------------------------------------------------
I meant bug http://bugs.musicpd.org/view.php?id=4081
----------------------------------------------------------------------
(0009320) cirrus (administrator) - 2015-01-29 08:27
https://bugs.musicpd.org/view.php?id=4294#c9320
----------------------------------------------------------------------
Need more information. Version number, verbose log, libnfs version.
----------------------------------------------------------------------
(0009326) azrdev (reporter) - 2015-01-29 20:09
https://bugs.musicpd.org/view.php?id=4294#c9326
----------------------------------------------------------------------
journal excerpt attached, recorded with log_level "verbose"
$ mpd --version
Music Player Daemon 0.19.8
$ pacman -Q libnfs
libnfs 1.9.6-1
----------------------------------------------------------------------
(0010467) x42 (reporter) - 2017-04-01 02:40
https://bugs.musicpd.org/view.php?id=4294#c10467
----------------------------------------------------------------------
Same here, Music Player Daemon 0.19.21, libnfs 1.11.0 (debian/testing)
It seems that [lib]NFS connection is closed (or times out?) but the socket is
not closed. It remains in "CLOSE_WAIT" state.
# lsof -p `pidof mpd` | grep IPv
mpd 5159 mpd 14u IPv4 24556 0t0 TCP music.robnet:59712->filesrv.local:nfs
(CLOSE_WAIT)
----------------------------------------------------------------------
(0010469) x42 (reporter) - 2017-04-01 11:56
https://bugs.musicpd.org/view.php?id=4294#c10469
----------------------------------------------------------------------
After updating to MPD 0.20.4 the issue is gone.
Issue History
Date Modified Username Field Change
======================================================================
2015-01-27 16:37 azrdev New Issue
2015-01-27 16:38 azrdev Note Added: 0009307
2015-01-29 08:27 cirrus Note Added: 0009320
2015-01-29 20:07 azrdev File Added: mpd-nfs-bugreport.log
2015-01-29 20:09 azrdev Note Added: 0009326
2017-04-01 02:40 x42 Note Added: 0010467
2017-04-01 11:56 x42 Note Added: 0010469
======================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment