You are not logged in.
I have my music all stored on an external drive, formatted exfat. Mounting the external drive works just fine - I can cd around, cat out files, whatever. When I start mpd, however, any filesystem operations on the drive give out "Transport endpoint is not connected" errors. The strange thing is, there's no output from dmesg like I would expect if it was a faulty drive enclosure, and it's consistent based on which ports I plug it into.
Offline
It looks like the last filesystem operation before an error is thrown is an openat system call - I'm going to see if I can reproduce that issue by ls'ing that directory (once I figure out which directory it is)
Offline
`find . -type d | xargs ls` does reproduce the error.
Offline
It looks like reading a specific directory causes an ECONNABORT issue
Offline