Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2020-12-10 Thread Michael Herger
I've immediately hit a wall with adding (mounting) more then one (different) shared folder to /music.. I have few shared folders I would like to use as "Music folders" but I can only mount one of them as "music" in Synology docker ( I assume in any docker?) Is it somehow possible? thanks Not wit

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-10 Thread Michael Herger
Who is 151.101.114.142 ? - it seems to be in Germany. Is it mysqueezebox.com or Tidal ? It's Fastly - a CDN provider. Most likely what TIDAL is using (we're not). -- Michael ___ unix mailing list unix@lists.slimdevices.com http://lists.slimdevices.

Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2020-12-10 Thread Jaca
Hi Michael, Just have discovered your docker image and in light of Synology DSM7 compatibility issue with pinkdot package I was going for a test run before I spend any money on RPi.. I've immediately hit a wall with adding (mounting) more then one (different) shared folder to /music.. I have

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-10 Thread bpa
Does pcp have a lsof command Code: lsof -i bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthrea

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-10 Thread bpa
mvordeme wrote: > What about all those open connections? Today, I was on the phone a lot, > so I didn't pay much music, but there are already 97 connections waiting > to be released I think CLOSE_WAIT is where the local end (i.e. LMS) has asked to CLOSE the connection but the far end (i.e. 151

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-10 Thread mvordeme
The columns seem to be shifted by one. Code: tc@piCoreServer:~$ head -n2 /proc/net/netstat | cut -d' ' -f 51-55 TCPAbortOnData TCPAbortOnClose TCPAbortOnMemory TCPAbortOnTimeout TCPAbortOnLinger 137 2918 24 275 0 What about all those open connect

Re: [SlimDevices: Unix] piCorePlayer Documentation

2020-12-10 Thread Greg Erskine
Added "'Add a third partition on a SD card' (https://docs.picoreplayer.org/how-to/add_third_partition/)" to how to. Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403 View this thread: http://foru

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-10 Thread bpa
OK. Normally TCP connections are reliable but when a connection has to aborted it usually means an odd network issue or perhaps one end of the connection has power off, broken,crashed. To see if there is some odd network activity at the same time as the playback issues, you could have a shell s

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-10 Thread mvordeme
Code: tc@piCoreServer:~$ cat /proc/net/netstat | cut -d' ' -f 1,35,41 TcpExt: TCPLostRetransmit TCPTimeouts TcpExt: 6863 13430 IpExt: IpExt: scaleo home server 2105 & picoreplayer 6.1.0 | logitech media server 8.0.1 | server power control 2

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-10 Thread bpa
mvordeme wrote: > si > > Code: > > TcpExt: SyncookiesSent SyncookiesRecv SyncookiesFailed EmbryonicRsts PruneCalled RcvPruned OfoPruned OutOfWindowIcmps LockDroppedIcmps ArpFilter TW TWRecycled TWKilled PAWSActive PAWSEstab DelayedACKs DelayedACKLocked DelayedACKLost

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-10 Thread mvordeme
si Code: TcpExt: SyncookiesSent SyncookiesRecv SyncookiesFailed EmbryonicRsts PruneCalled RcvPruned OfoPruned OutOfWindowIcmps LockDroppedIcmps ArpFilter TW TWRecycled TWKilled PAWSActive PAWSEstab DelayedACKs DelayedACKLocked DelayedACKLost ListenOverflows ListenDrop

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-10 Thread bpa
mvordeme wrote: > unfortunately, not The "-s" just make /proc/net/netstat look pretty. Does Pcp have /proc/net/netstat e.g. cat /proc/net/netstat bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 Vi