Would have been nice if the log had displayed the winsock error code
rather than print `unknown` trying to be more verbose about it. Is
SqueezeLite a 64-bit app? I've seen applications report 8-byte length
winsock errors that need to be masked 0x0000FFFF to resolve to a usable
10xxx decimal error code. The `sendHELO`entries in the log do give some
indication though that these will likely be 10053 (Abort) and/or 10060
(Timeout). You could probably trace this with wireshark or a similar TCP
dumping tool.

I'm not real sure how Synology handles things internally, but is it
possible that your hard drives are set to park when they are not in use?
Note that if you have installed `green` drives they will actually do
that themselves without the OS telling them. Run `smartctl -a /dev/sda`
on the Synology (... sdb, sdc - however many drives you have installed
and which ones contain any music files) and check the
`Load_Cycle_Count`- if that's a really high number you are in trouble
and the disk may in fact be near to EOL. If you configured RAID you may
also want to run `btrfs device stats` to see if it reports any errors.


------------------------------------------------------------------------
gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050
View this thread: http://forums.slimdevices.com/showthread.php?t=113554

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to