badaix / snapcast

Synchronous multiroom audio player
GNU General Public License v3.0
6.12k stars 454 forks source link

Snapserver at 100% CPU after Android client connects #174

Closed treb42 closed 7 years ago

treb42 commented 7 years ago

running version 0.10.0 on an pi2 with a 2.041 volumio image. whenever I start the android client the snapserver goes up to 100% cpu and stays there even after closing the android app. The server logs one exception:

Jan 30 21:13:54 volumio snapserver[18048]: Exception in ControlSession::reader(): read_until: End of file

treb42 commented 7 years ago

small update:

restarting my home assistant with the snapcast component also gets the snapserver to 100% CPU permanently. And restarting hass is necessary otherwise it shows the snapcast clients as idle and unresponsive to volume changes

m-kloeckner commented 7 years ago

I am having the exact same issue.

drdownload commented 7 years ago

same here, 0.10.0 on debian8.

drdownload commented 7 years ago

Hmm strange thing, id Bern running my snapcast in a debian8 vm which didnt had this effect. Portered the config 1:1

badaix commented 7 years ago

Does it happen straight after connect? What happens when you do a telnet connection to the server host on port 1705?

drdownload commented 7 years ago

Yes, it happens streight after connect.

when I open a telnet connection on port 1705 it just connects, however the connection stays open

badaix commented 7 years ago

Any chance to get some logs from the server, preferably when started on a shell (not as daemon)?

drdownload commented 7 years ago

hi: snapserver -s pipe:///tmp/pulsefifo_1?name=WZ&sampleformat=48000:16:2&codec=ogg&mode=read -s pipe:///tmp/pulsefifo_2?name=BD&sampleformat=48000:16:2&codec=ogg&mode=read -s pipe:///tmp/pulsefifo_3?name=BU&sampleformat=48000:16:2&codec=ogg&mode=read -s pipe:///tmp/pulsefifo_4?name=SZ&sampleformat=48000:16:2&codec=ogg&mode=read -s pipe:///tmp/pulsefifo_5?name=KI&sampleformat=48000:16:2&codec=ogg&mode=read -s pipe:///tmp/shairport_1?name=Airport&sampleformat=44100:16:2&codec=ogg&mode=read

output without android (6.4 % cpu) 2017-03-16 08-54-42 [Notice] StreamServer::NewConnection: 10.0.0.180 2017-03-16 08-54-42 [out] Hello from 7c:dd:90:14:9d:b1, host: mediaplayer-gaestezimmer, v0.10.0, ClientName: Snapclient, OS: Open Source Media Center, Arch: armv7l, Protocol version: 2 2017-03-16 08-54-42 [out] Service name collision, renaming service to 'Snapcast #2' 2017-03-16 08-54-42 [out] Adding service 'Snapcast #2' 2017-03-16 08-54-43 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-54-43 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-54-43 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-43 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-44 [out] Service 'Snapcast #2' successfully established. 2017-03-16 08-54-45 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-45 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-54-45 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-54-45 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-45 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-54-45 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-54-46 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-54-46 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-54-46 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-46 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-48 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-48 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-54-48 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-54-48 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-48 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-54-49 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-54-49 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-54-49 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-49 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-51 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-51 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-54-51 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-54-51 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-51 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-54-52 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-54-53 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-54-53 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-53 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-55 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-55 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-54-55 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-54-55 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-55 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-54-56 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-54-56 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-54-56 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-56 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-57 [Notice] ControlServer::NewConnection: 10.0.0.236 cat: /etc/openwrt_release: Datei oder Verzeichnis nicht gefunden 2017-03-16 08-54-58 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-58 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-54-58 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-54-58 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-54-58 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-54-59 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-54-59 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-54-59 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-54-59 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-01 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-01 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-01 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-01 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-01 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-01 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-02 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-02 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-02 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-02 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-04 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-04 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-04 [Err] Exception in StreamSession::reader(): read_some: Connection reset by peer 2017-03-16 08-55-04 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-04 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-05 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-05 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-05 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-05 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-07 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-07 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-07 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-07 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-08 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-08 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-08 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-08 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-10 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-10 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-10 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-10 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-10 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-11 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-11 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-11 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-11 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-13 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-13 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-13 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-13 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-13 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-13 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-14 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-14 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-14 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-14 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-16 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-16 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-16 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-16 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-16 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-16 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-18 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-18 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-18 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-18 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-20 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-20 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-20 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-20 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-20 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-21 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-21 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-21 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-21 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-23 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-23 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-23 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-23 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-23 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-24 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-24 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-24 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-24 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-26 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-26 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-26 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-26 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-26 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-27 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-27 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-27 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-27 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-29 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-29 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-29 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-29 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-29 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-30 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-30 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-30 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-30 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-32 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-32 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-32 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-32 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-32 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-33 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-33 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-33 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-33 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-35 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-35 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-35 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-35 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-35 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-36 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-36 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-36 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-36 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-38 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-38 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-38 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-38 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-38 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-39 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-39 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-39 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-40 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-41 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-41 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-42 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-42 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-42 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-42 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-42 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-43 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-43 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-44 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-44 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-44 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-45 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-45 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-45 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-45 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-45 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-46 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-46 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-47 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-47 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-47 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-48 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-48 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-48 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-48 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-48 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-49 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-49 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-50 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-50 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-50 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-51 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-51 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-51 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-51 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-52 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-52 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-52 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-54 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-54 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-54 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-54 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-54 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-54 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-55 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-55 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-55 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-55 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-57 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-57 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-55-57 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-57 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-55-57 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-55-57 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-55-58 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-55-58 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-55-58 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-55-58 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-00 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-00 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-00 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-00 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-00 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-01 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-01 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-01 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-02 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-03 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-03 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-03 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-04 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-04 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-04 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-04 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-04 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-05 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-05 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-06 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-06 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-07 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-07 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-07 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-07 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-07 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-08 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-08 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-09 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-09 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-09 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-10 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-10 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-10 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-10 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-10 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-11 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-11 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-12 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-12 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-12 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-13 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-13 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-13 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-13 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-13 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-14 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-14 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-15 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-15 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-15 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-16 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-16 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-16 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-16 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-16 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-17 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-17 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-18 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-18 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-18 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-19 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-19 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-19 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-19 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-20 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-20 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-21 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-21 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-22 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-22 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-22 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-22 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-22 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-24 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-24 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-24 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-24 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-24 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-25 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-26 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-26 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-26 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-26 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-27 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-27 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-28 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-28 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-28 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-29 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-29 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-29 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-29 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-29 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-30 [Notice] StreamServer::NewConnection: 10.0.0.107 cat: /etc/openwrt_release: Datei oder Verzeichnis nicht gefunden 2017-03-16 08-56-30 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-31 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-31 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-31 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-32 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-32 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-32 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-32 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-32 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-33 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-33 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-34 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-34 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-35 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-35 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-35 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-35 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-35 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-36 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-36 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-37 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-37 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-37 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-38 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-38 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-38 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-38 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-38 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-39 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-39 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-40 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-40 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-40 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-41 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-41 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-41 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-41 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-41 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-42 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-42 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-43 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-43 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-43 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-44 [Notice] StreamServer::NewConnection: 10.0.0.189 2017-03-16 08-56-44 [out] Hello from a0:f4:59:c7:c3:95, host: android-740a459bf24dd0a, v0.10.0, ClientName: Snapclient, OS: Android 4.2.2, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-44 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-44 [out] onDisconnect: 30:39:26:d8:c8:c3 2017-03-16 08-56-44 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-45 [Notice] StreamServer::NewConnection: 10.0.0.107 2017-03-16 08-56-46 [out] Hello from 30:39:26:d8:c8:c3, host: xperiap-alex, v0.10.0, ClientName: Snapclient, OS: Android 5.1.1, Arch: armeabi-v7a, Protocol version: 2 2017-03-16 08-56-46 [Err] Exception in StreamSession::reader(): read_some: End of file 2017-03-16 08-56-46 [out] onDisconnect: a0:f4:59:c7:c3:95 2017-03-16 08-56-46 [err] Error in socket shutdown: Transport endpoint is not connected 2017-03-16 08-56-47 [Notice] StreamServer::NewConnection: 10.0.0.189 2

snapcast app on my android shows at this point only the rpi2.

if I now connect my android phone no cpu spike. thats strange, however if I start it again as service snapserver goes to 100 % immediatly after connect of the android phone

badaix commented 7 years ago

did you try the 0.11.0?

drdownload commented 7 years ago

nope that was 0.10, I'll try in the evening.

badaix commented 7 years ago

This happens when you just connect the App or when you start playing audio within the app?

drdownload commented 7 years ago

save with 0.11, immediatly after reconnect by android.

whats superstrange: if I start snapserver without -d cpu load stays low, if i start it with -d cpu load goes up to 100 %. both times it is run by root :( however it doenst seem to pick up the same configs. if I start without -d client name overrides are gone. but it runs as the same user

badaix commented 7 years ago

Android control client or Android player?

drdownload commented 7 years ago

android apk, just starting the app without hitting play.

drdownload commented 7 years ago

could it be that it uses one time the config in /root/.config/snapserver and one time the one in /root/.config/snapcast?

badaix commented 7 years ago

config/snapcast is obsolete. It's one of these:

    if (getenv("HOME") == NULL)
        dir = "/var/lib/snapserver/";
    else
        dir = getenv("HOME") + string("/.config/snapserver/");

Maybe the daemonized version uses /var/lib/snapserver and the non-daemonized /root/snapserver

badaix commented 7 years ago

no clue about the CPU load :confused:

drdownload commented 7 years ago

root@server-12slot-wien:~# snapserver -s "pipe:///tmp/pulsefifo_1?name=WZ&sampleformat=48000:16:2&codec=ogg&mode=read" -s "pipe:///tmp/pulsefifo_2?name=BD&sampleformat=48000:16:2&codec=ogg&mode=read" pipe:///tmp/pulsefifo_1?name=WZ&sampleformat=48000:16:2&codec=ogg&mode=read pipe:///tmp/pulsefifo_2?name=BD&sampleformat=48000:16:2&codec=ogg&mode=read Settings file: /root/.config/snapcast/server.json

no cpu load

root@server-12slot-wien:~# snapserver -d -s "pipe:///tmp/pulsefifo_1?name=WZ&sampleformat=48000:16:2&codec=ogg&mode=read" -s "pipe:///tmp/pulsefifo_2?name=BD&sampleformat=48000:16:2&codec=ogg&mode=read" pipe:///tmp/pulsefifo_1?name=WZ&sampleformat=48000:16:2&codec=ogg&mode=read pipe:///tmp/pulsefifo_2?name=BD&sampleformat=48000:16:2&codec=ogg&mode=read Settings file: /root/.config/snapcast/server.json

100 % cpu load.

I'm also totally clueless

badaix commented 7 years ago

in your log the clients are in some disconnect/connect loop

drdownload commented 7 years ago

Thats the reconnect problem from another ticket. I've got android clients with 4.4/6.0/7.0 Android. If the network is down they dont manage to reconnect. the rpi2 reconnects without a problem.

drdownload commented 7 years ago

also: started snapserver daemon. nothing unusal. unlocked my phone with snapcast client in the foreground. 100 % cpu.

drdownload commented 7 years ago

Maybe its still related with this issue #36

badaix commented 7 years ago

Yep, seems to be the same issue. Maybe I can reproduce it on my FreeBsd virtual machine.

Edit: What is your server machine?

badaix commented 7 years ago

Good news: at least I can reproduce it in my FreeBSD VM

drdownload commented 7 years ago

I'm running OMV (a NAS distribution) based on Debian 8.

= OS/Debian information

Distributor ID: debian Description: Debian GNU/Linux 8 (jessie) Release: 8.7 Codename: jessie

= openmediavault information

Release: 3.0.64 Codename: Erasmus

Linux server-12slot-wien 4.9.0-0.bpo.1-amd64 #1 SMP Debian 4.9.2-2~bpo8+1 (2017-01-26) x86_64 GNU/Linux

``Packages

Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description

ii acl 2.2.52-2 amd64 Access control list utilities ii acpid 1:2.0.23-2 amd64 Advanced Configuration and Power Interface event daemon ii adduser 3.113+nmu3 all add and remove users and groups ii amd64-microcode 2.20160316.1~deb8u1 amd64 Processor microcode firmware for AMD CPUs ii anacron 2.3-23 amd64 cron-like program that doesn't go by time ii apt 1.0.9.8.4 amd64 commandline package manager ii apt-transport-https 1.0.9.8.4 amd64 https download transport for APT ii apt-utils 1.0.9.8.4 amd64 package management related utility programs ii aspell 0.60.7~20110707-1.3 amd64 GNU Aspell spell-checker ii aspell-en 7.1-0-1.1 all English dictionary for GNU Aspell ii at 3.1.16-1 amd64 Delayed job execution and batch processing ii atmel-firmware 1.3-4 all Firmware for Atmel at76c50x wireless networking chips. ii avahi-daemon 0.6.31-5 amd64 Avahi mDNS/DNS-SD daemon ii avahi-utils 0.6.31-5 amd64 Avahi browsing, publishing and discovery utilities ii base-files 8+deb8u7 amd64 Debian base system miscellaneous files ii base-passwd 3.5.37 amd64 Debian base system master password and group files ii bash 4.3-11+deb8u1 amd64 GNU Bourne Again SHell ii bash-completion 1:2.1-4 all programmable completion for the bash shell ii beep 1.3-3+b1 amd64 advanced pc-speaker beeper ii bind9-host 1:9.9.5.dfsg-9+deb8u9 amd64 Version of 'host' bundled with BIND 9.X ii binutils 2.25-5 amd64 GNU assembler, linker and binary utilities ii bluez-firmware 1.2-3 all Firmware for Bluetooth devices ii bsd-mailx 8.1.2-0.20141216cvs-2 amd64 simple mail user agent ii bsdmainutils 9.0.6 amd64 collection of more utilities from FreeBSD ii bsdutils 1:2.25.2-6 amd64 basic utilities from 4.4BSD-Lite ii btrfs-tools 3.17-1.1 amd64 Checksumming Copy on Write Filesystem utilities ii build-essential 11.7 amd64 Informational list of build-essential packages ii busybox 1:1.22.0-9+deb8u1 amd64 Tiny utilities for small and embedded systems ii bzip2 1.0.6-7+b3 amd64 high-quality block-sorting file compressor - utilities ii ca-certificates 20141019+deb8u2 all Common CA certificates ii certbot 0.9.3-1~bpo8+2 all automatically configure HTTPS using Let's Encrypt ii cli-common 0.9+nmu1 all common files between all CLI packages ii collectd 5.4.1-6+deb8u1 amd64 statistics collection and monitoring daemon ii collectd-core 5.4.1-6+deb8u1 amd64 statistics collection and monitoring daemon (core system) ii console-data 2:1.12-5 all keymaps, fonts, charset maps, fallback tables for 'kbd'. ii console-setup 1.123 all console font and keymap setup program ii console-setup-linux 1.123 all Linux specific part of console-setup ii coreutils 8.23-4 amd64 GNU core utilities ii cpio 2.11+dfsg-4.1+deb8u1 amd64 GNU cpio -- a program to manage archives of files ii cpp 4:4.9.2-2 amd64 GNU C preprocessor (cpp) ii cpp-4.9 4.9.2-10 amd64 GNU C preprocessor ii cpufrequtils 008-1 amd64 utilities to deal with the cpufreq Linux kernel feature ii cron 3.0pl1-127+deb8u1 amd64 process scheduling daemon ii cron-apt 0.9.2 all automatic update of packages using apt-get ii curl 7.38.0-4+deb8u5 amd64 command line tool for transferring data with URL syntax ii dahdi-firmware-nonfree 2.10.0-1 all DAHDI non-free firmware ii dash 0.5.7-4+b1 amd64 POSIX-compliant shell ii dbconfig-common 1.8.47+nmu3+deb8u1 all common framework for packaging database applications ii dbus 1.8.22-0+deb8u1 amd64 simple interprocess messaging system (daemon and utilities) ii dbus-x11 1.8.22-0+deb8u1 amd64 simple interprocess messaging system (X11 deps) ii dconf-gsettings-backend:amd64 0.22.0-1 amd64 simple configuration storage system - GSettings back-end ii dconf-service 0.22.0-1 amd64 simple configuration storage system - D-Bus service ii debconf 1.5.56 all Debian configuration management system ii debconf-i18n 1.5.56 all full internationalization support for debconf ii debian-archive-keyring 2014.3 all GnuPG archive keys of the Debian archive ii debianutils 4.4+b1 amd64 Miscellaneous utilities specific to Debian ii desktop-file-utils 0.22-1 amd64 Utilities for .desktop files ii dh-python 1.20141111-2 all Debian helper tools for packaging Python libraries and applications ii dialog 1.2-20140911-1 amd64 Displays user-friendly dialog boxes from shell scripts ii dictionaries-common 1.23.17 all spelling dictionaries - common utilities ii diffutils 1:3.3-1+b1 amd64 File comparison utilities ii dkms 2.3-2~bpo8+1 all Dynamic Kernel Module Support Framework ii dmeventd 2:1.02.90-2.2+deb8u1 amd64 Linux Kernel Device Mapper event daemon ii dmidecode 2.12-3 amd64 SMBIOS/DMI table decoder ii dmsetup 2:1.02.90-2.2+deb8u1 amd64 Linux Kernel Device Mapper userspace library ii dpkg 1.17.27 amd64 Debian package management system ii dpkg-dev 1.17.27 all Debian package development tools ii duplicati 2.0.1.49-1 all Backup client for encrypted online backups ii e2fslibs:amd64 1.43.3-1~bpo8+1 amd64 ext2/ext3/ext4 file system libraries ii e2fsprogs 1.43.3-1~bpo8+1 amd64 ext2/ext3/ext4 file system utilities ii emacsen-common 2.0.8 all Common facilities for all emacsen ii emby-server 3.2.3-18.1 all Emby Server is a home media server. ii embymagick:amd64 6.9.6+6-7.1 amd64 low-level image manipulation library -- quantum depth Q8 ii ethtool 1:3.16-1 amd64 display or change Ethernet device settings ii exo-utils 0.10.2-4 amd64 Utility files for libexo ii findutils 4.4.2-9+b1 amd64 utilities for finding files--find, xargs ii firmware-adi 0.43 all Binary firmware for Analog Devices Inc. DSL modem chips ii firmware-atheros 20161130-2~bpo8+1 all Binary firmware for Atheros wireless cards ii firmware-bnx2 20161130-2~bpo8+1 all Binary firmware for Broadcom NetXtremeII ii firmware-bnx2x 20161130-2~bpo8+1 all Binary firmware for Broadcom NetXtreme II 10Gb ii firmware-brcm80211 20161130-2~bpo8+1 all Binary firmware for Broadcom 802.11 wireless cards ii firmware-crystalhd 0.0~git20120110.fdd2f19-1 all Crystal HD Video Decoder (firmware) ii firmware-intelwimax 20161130-2~bpo8+1 all Binary firmware for Intel WiMAX Connection ii firmware-ipw2x00 20161130-2~bpo8+1 all Binary firmware for Intel Pro Wireless 2100, 2200 and 2915 ii firmware-ivtv 20161130-2~bpo8+1 all Binary firmware for iTVC15-family MPEG codecs (ivtv and pvrusb2 drivers) ii firmware-iwlwifi 20161130-2~bpo8+1 all Binary firmware for Intel Wireless cards ii firmware-libertas 20161130-2~bpo8+1 all Binary firmware for Marvell wireless cards ii firmware-linux 0.43 all Binary firmware for various drivers in the Linux kernel (meta-package) ii firmware-linux-free 3.3 all Binary firmware for various drivers in the Linux kernel ii firmware-linux-nonfree 0.43 all Binary firmware for various drivers in the Linux kernel ii firmware-myricom 20161130-2~bpo8+1 all Binary firmware for Myri-10G Ethernet adapters ii firmware-netxen 20161130-2~bpo8+1 all Binary firmware for QLogic Intelligent Ethernet (3000 and 3100 Series) ii firmware-qlogic 20161130-2~bpo8+1 all Binary firmware for QLogic HBAs ii firmware-ralink 0.43 all Binary firmware for Ralink wireless cards ii firmware-realtek 20161130-2~bpo8+1 all Binary firmware for Realtek wired/wifi/BT adapters ii firmware-samsung 20161130-2~bpo8+1 all Binary firmware for Samsung MFC video codecs ii firmware-ti-connectivity 20161130-2~bpo8+1 all Binary firmware for TI Connectivity wifi and BT/FM/GPS adapters ii firmware-zd1211 3.0.0.56-3 all binary firmware for the zd1211rw wireless driver ii fontconfig 2.11.0-6.3+deb8u1 amd64 generic font configuration library - support binaries ii fontconfig-config 2.11.0-6.3+deb8u1 all generic font configuration library - configuration ii fonts-dejavu-core 2.34-1 all Vera font family derivate with additional characters ii fuse 2.9.3-15+deb8u2 amd64 Filesystem in Userspace ii g++ 4:4.9.2-2 amd64 GNU C++ compiler ii g++-4.9 4.9.2-10 amd64 GNU C++ compiler ii gcc 4:4.9.2-2 amd64 GNU C compiler ii gcc-4.8-base:amd64 4.8.4-1 amd64 GCC, the GNU Compiler Collection (base package) ii gcc-4.9 4.9.2-10 amd64 GNU C compiler ii gcc-4.9-base:amd64 4.9.2-10 amd64 GCC, the GNU Compiler Collection (base package) ii gdisk 0.8.10-2 amd64 GPT fdisk text-mode partitioning tool ii gettext-base 0.19.3-2 amd64 GNU Internationalization utilities for the base system ii gir1.2-glib-2.0:amd64 1.42.0-2.2 amd64 Introspection data for GLib, GObject, Gio and GModule ii gir1.2-gst-plugins-base-1.0 1.4.4-2 amd64 Description: GObject introspection data for the GStreamer Plugins Base library ii gir1.2-gstreamer-1.0 1.4.4-2 amd64 Description: GObject introspection data for the GStreamer library ii git 1:2.1.4-2.1+deb8u2 amd64 fast, scalable, distributed revision control system ii git-man 1:2.1.4-2.1+deb8u2 all fast, scalable, distributed revision control system (manual pages) ii glib-networking:amd64 2.42.0-2 amd64 network-related giomodules for GLib ii glib-networking-common 2.42.0-2 all network-related giomodules for GLib - data files ii glib-networking-services 2.42.0-2 amd64 network-related giomodules for GLib - D-Bus services ii gnupg 1.4.18-7+deb8u3 amd64 GNU privacy guard - a free PGP replacement ii gpgv 1.4.18-7+deb8u3 amd64 GNU privacy guard - signature verification tool ii grep 2.20-4.1 amd64 GNU grep, egrep and fgrep ii groff-base 1.22.2-8 amd64 GNU troff text-formatting system (base system components) ii grub-common 2.02~beta2-22+deb8u1 amd64 GRand Unified Bootloader (common files) ii grub-pc 2.02~beta2-22+deb8u1 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version) ii grub-pc-bin 2.02~beta2-22+deb8u1 amd64 GRand Unified Bootloader, version 2 (PC/BIOS binaries) ii grub2-common 2.02~beta2-22+deb8u1 amd64 GRand Unified Bootloader (common files for version 2) ii gsettings-desktop-schemas 3.14.1-1 all GSettings desktop-wide schemas ii gstreamer-tools 0.10.36-1.5 amd64 Tools for use with GStreamer ii gstreamer0.10-alsa:amd64 0.10.36-2 amd64 GStreamer plugin for ALSA ii gstreamer0.10-plugins-base:amd64 0.10.36-2 amd64 GStreamer plugins from the "base" set ii gstreamer0.10-tools 0.10.36-1.5 amd64 Tools for use with GStreamer ii gstreamer1.0-plugins-base:amd64 1.4.4-2 amd64 GStreamer plugins from the "base" set ii gstreamer1.0-plugins-good:amd64 1.4.4-2+deb8u2 amd64 GStreamer plugins from the "good" set ii gstreamer1.0-plugins-ugly:amd64 1.4.4-2+b1 amd64 GStreamer plugins from the "ugly" set ii gstreamer1.0-pulseaudio:amd64 1.4.4-2+deb8u2 amd64 GStreamer plugin for PulseAudio ii gtk-sharp2 2.12.26-0xamarin1 all GTK# 2.10 suite, CLI bindings for GTK+ ii gtk-sharp2-examples 2.12.26-0xamarin1 all sample applications for the GTK# 2.10 toolkit ii gtk-sharp2-gapi 2.12.26-0xamarin1 amd64 C source parser and C# code generator for GObject based APIs ii gtk2-engines-xfce 3.0.1-2 amd64 GTK+-2.0 theme engine for Xfce ii gzip 1.6-4 amd64 GNU compression utilities ii hdparm 9.43-2 amd64 tune hard disk parameters for high performance ii hostname 3.15 amd64 utility to set/show the host name or domain name ii ifenslave 2.6 all configure network interfaces for parallel routing (bonding) ii ifupdown 0.7.53.1 amd64 high level tools to configure network interfaces ii init 1.22 amd64 System-V-like init utilities - metapackage ii init-system-helpers 1.22 all helper tools for all init systems ii initramfs-tools 0.120+deb8u2 all generic modular initramfs generator ii initscripts 2.88dsf-59 amd64 scripts for initializing and shutting down the system ii insserv 1.14.0-5 amd64 boot sequence organizer using LSB init.d script dependency information ii intel-microcode 3.20161104.1~deb8u1 amd64 Processor microcode firmware for Intel CPUs ii iproute 1:3.16.0-2 all transitional dummy package for iproute2 ii iproute2 3.16.0-2 amd64 networking and traffic control tools ii iptables 1.4.21-2+b1 amd64 administration tools for packet filtering and NAT ii iputils-ping 3:20121221-5+b2 amd64 Tools to test the reachability of network hosts ii isc-dhcp-client 4.3.1-6+deb8u2 amd64 DHCP client for automatically obtaining an IP address ii isc-dhcp-common 4.3.1-6+deb8u2 amd64 common files used by all of the isc-dhcp packages ii iso-codes 3.57-1 all ISO language, territory, currency, script codes and their translations ii iucode-tool 1.1.1-1 amd64 Intel processor microcode tool ii jfsutils 1.1.15-2.1 amd64 utilities for managing the JFS filesystem ii jq 1.4-2.1+deb8u1 amd64 lightweight and flexible command-line JSON processor ii kbd 1.15.5-2 amd64 Linux console font and keytable utilities ii keyboard-configuration 1.123 all system-wide keyboard preferences ii klibc-utils 2.0.4-2 amd64 small utilities built with klibc for early boot ii kmod 18-3 amd64 tools for managing Linux kernel modules ii less 458-3 amd64 pager program similar to more ii liba52-0.7.4 0.7.4-17 amd64 library for decoding ATSC A/52 streams ii libaa1:amd64 1.4p5-43 amd64 ASCII art library ii libacl1:amd64 2.2.52-2 amd64 Access control list shared library ii libaio1:amd64 0.3.110-1 amd64 Linux kernel AIO access library - shared library ii libapparmor1:amd64 2.9.0-3 amd64 changehat AppArmor library ii libappindicator0.1-cil 0.4.92-3.1 all allow applications to export a menu into the panel -- CLI bindings ii libappindicator1 0.4.92-3.1 amd64 allow applications to export a menu into the panel ii libapt-inst1.5:amd64 1.0.9.8.4 amd64 deb package format runtime library ii libapt-pkg4.12:amd64 1.0.9.8.4 amd64 package management runtime library ii libasan1:amd64 4.9.2-10 amd64 AddressSanitizer -- a fast memory error detector ii libasn1-8-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - ASN.1 library ii libasound2:amd64 1.0.28-1 amd64 shared library for ALSA applications ii libasound2-data 1.0.28-1 all Configuration files and profiles for ALSA drivers ii libasound2-plugins:amd64 1.0.28-1+b1 amd64 ALSA library additional plugins ii libaspell15:amd64 0.60.7~20110707-1.3 amd64 GNU Aspell spell-checker runtime library ii libasprintf0c2:amd64 0.19.3-2 amd64 GNU library to use fprintf and friends in C++ ii libasyncns0:amd64 0.8-5 amd64 Asynchronous name service query library ii libatk1.0-0:amd64 2.14.0-1 amd64 ATK accessibility toolkit ii libatk1.0-data 2.14.0-1 all Common files for the ATK accessibility toolkit ii libatomic1:amd64 4.9.2-10 amd64 support library providing __atomic built-in functions ii libattr1:amd64 1:2.4.47-2 amd64 Extended attribute shared library ii libaudit-common 1:2.4-1 all Dynamic library for security auditing - common files ii libaudit1:amd64 1:2.4-1+b1 amd64 Dynamic library for security auditing ii libavahi-client3:amd64 0.6.31-5 amd64 Avahi client library ii libavahi-common-data:amd64 0.6.31-5 amd64 Avahi common data files ii libavahi-common3:amd64 0.6.31-5 amd64 Avahi common library ii libavahi-core7:amd64 0.6.31-5 amd64 Avahi's embeddable mDNS/DNS-SD library ii libavc1394-0:amd64 0.5.4-2 amd64 control IEEE 1394 audio/video devices ii libavcodec56:amd64 6:11.8-1~deb8u1 amd64 Libav codec library ii libavresample2:amd64 6:11.8-1~deb8u1 amd64 Libav audio resampling library ii libavutil54:amd64 6:11.8-1~deb8u1 amd64 Libav utility library ii libbind9-90 1:9.9.5.dfsg-9+deb8u9 amd64 BIND9 Shared Library used by BIND ii libblkid1:amd64 2.25.2-6 amd64 block device id library ii libboost-iostreams1.55.0:amd64 1.55.0+dfsg-3 amd64 Boost.Iostreams Library ii libbsd0:amd64 0.7.0-2 amd64 utility functions from BSD systems - shared library ii libbz2-1.0:amd64 1.0.6-7+b3 amd64 high-quality block-sorting file compressor library - runtime ii libc-bin 2.19-18+deb8u7 amd64 GNU C Library: Binaries ii libc-dev-bin 2.19-18+deb8u7 amd64 GNU C Library: Development binaries ii libc6:amd64 2.19-18+deb8u7 amd64 GNU C Library: Shared libraries ii libc6-dev:amd64 2.19-18+deb8u7 amd64 GNU C Library: Development Libraries and Header Files ii libcaca0:amd64 0.99.beta19-2 amd64 colour ASCII art library ii libcairo-gobject2:amd64 1.14.0-2.1+deb8u2 amd64 Cairo 2D vector graphics library (GObject library) ii libcairo2:amd64 1.14.0-2.1+deb8u2 amd64 Cairo 2D vector graphics library ii libcap-ng0:amd64 0.7.4-2 amd64 An alternate POSIX capabilities library ii libcap2:amd64 1:2.24-8 amd64 POSIX 1003.1e capabilities (library) ii libcap2-bin 1:2.24-8 amd64 POSIX 1003.1e capabilities (utilities) ii libcdio13 0.83-4.2 amd64 library to read and control CD-ROM ii libcdparanoia0:amd64 3.10.2+debian-11 amd64 audio extraction tool for sampling CDs (library) ii libcilkrts5:amd64 4.9.2-10 amd64 Intel Cilk Plus language extensions (runtime) ii libcloog-isl4:amd64 0.18.2-1+b2 amd64 Chunky Loop Generator (runtime library) ii libcomerr2:amd64 1.42.12-2+b1 amd64 common error description library ii libcpufreq0 008-1 amd64 shared library to deal with the cpufreq Linux kernel feature ii libcrypt-openssl-random-perl 0.04-2+b1 amd64 module to access the OpenSSL pseudo-random number generator ii libcrypt-passwdmd5-perl 1.3-10 all interoperable MD5-based crypt() for perl ii libcryptsetup4:amd64 2:1.6.6-5 amd64 disk encryption support - shared library ii libcups2:amd64 1.7.5-11+deb8u1 amd64 Common UNIX Printing System(tm) - Core library ii libcurl3:amd64 7.38.0-4+deb8u5 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour) ii libcurl3-gnutls:amd64 7.38.0-4+deb8u5 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour) ii libdaemon0:amd64 0.14-6 amd64 lightweight C library for daemons - runtime library ii libdatrie1:amd64 0.2.8-1 amd64 Double-array trie library ii libdb5.3:amd64 5.3.28-9 amd64 Berkeley v5.3 Database Libraries [runtime] ii libdbd-mysql-perl 4.028-2+deb8u2 amd64 Perl5 database interface to the MySQL database ii libdbi-perl 1.631-3+b1 amd64 Perl Database Interface (DBI) ii libdbi1:amd64 0.9.0-4 amd64 DB Independent Abstraction Layer for C -- shared library ii libdbus-1-3:amd64 1.8.22-0+deb8u1 amd64 simple interprocess messaging system (library) ii libdbus-glib-1-2:amd64 0.102-1 amd64 simple interprocess messaging system (GLib-based shared library) ii libdbusmenu-glib4:amd64 12.10.2-1 amd64 library for passing menus over DBus ii libdbusmenu-gtk4:amd64 12.10.2-1 amd64 library for passing menus over DBus - GTK+ version ii libdconf1:amd64 0.22.0-1 amd64 simple configuration storage system - runtime library ii libdebconfclient0:amd64 0.192 amd64 Debian Configuration Management System (C-implementation library) ii libdevmapper-event1.02.1:amd64 2:1.02.90-2.2+deb8u1 amd64 Linux Kernel Device Mapper event support library ii libdevmapper1.02.1:amd64 2:1.02.90-2.2+deb8u1 amd64 Linux Kernel Device Mapper userspace library ii libdirectfb-1.2-9:amd64 1.2.10.0-5.1 amd64 direct frame buffer graphics - shared libraries ii libdns-export100 1:9.9.5.dfsg-9+deb8u9 amd64 Exported DNS Shared Library ii libdns100 1:9.9.5.dfsg-9+deb8u9 amd64 DNS Shared Library used by BIND ii libdpkg-perl 1.17.27 all Dpkg perl modules ii libdrm2:amd64 2.4.58-2 amd64 Userspace interface to kernel DRM services -- runtime ii libdv4:amd64 1.0.0-6 amd64 software library for DV format digital video (runtime lib) ii libdvdread4:amd64 5.0.0-1 amd64 library for reading DVDs ii libedit2:amd64 3.1-20140620-2 amd64 BSD editline and history libraries ii libembysqlite3-0:amd64 3.16.0+2-1.1 amd64 SQLite 3 emby-server library ii libenchant1c2a:amd64 1.6.0-10.1 amd64 Wrapper library for various spell checker engines (runtime libs) ii liberror-perl 0.17-1.1 all Perl module for error/exception handling in an OO-ish way ii libestr0 0.1.9-1.1 amd64 Helper functions for handling strings (lib) ii libevent-2.0-5:amd64 2.0.21-stable-2+deb8u1 amd64 Asynchronous event notification library ii libexif12:amd64 0.6.21-2 amd64 library to parse EXIF files ii libexo-1-0:amd64 0.10.2-4 amd64 Library with extensions for Xfce ii libexo-common 0.10.2-4 all libexo common files ii libexo-helpers 0.10.2-4 amd64 helpers for the exo library ii libexpat1:amd64 2.1.0-6+deb8u3 amd64 XML parsing C library - runtime library ii libffi6:amd64 3.1-2+b2 amd64 Foreign Function Interface library runtime ii libfftw3-double3:amd64 3.3.4-2 amd64 Library for computing Fast Fourier Transforms - Double precision ii libfftw3-single3:amd64 3.3.4-2 amd64 Library for computing Fast Fourier Transforms - Single precision ii libfile-copy-recursive-perl 0.38-1 all Perl extension for recursively copying files and directories ii libfile-slurp-perl 9999.19-4 all single call read & write file routines ii libflac8:amd64 1.3.0-3 amd64 Free Lossless Audio Codec - runtime C library ii libfontconfig1:amd64 2.11.0-6.3+deb8u1 amd64 generic font configuration library - runtime ii libfontenc1:amd64 1:1.1.2-1+b2 amd64 X11 font encoding library ii libfreetype6:amd64 2.5.2-3+deb8u1 amd64 FreeType 2 font engine, shared library files ii libfuse2:amd64 2.9.3-15+deb8u2 amd64 Filesystem in Userspace (library) ii libgarcon-1-0 0.2.1-2 amd64 freedesktop.org compliant menu implementation for Xfce ii libgarcon-common 0.2.1-2 all common files for libgarcon menu implementation ii libgcc-4.9-dev:amd64 4.9.2-10 amd64 GCC support library (development files) ii libgcc1:amd64 1:4.9.2-10 amd64 GCC support library ii libgcrypt20:amd64 1.6.3-2+deb8u2 amd64 LGPL Crypto library - runtime library ii libgd3:amd64 2.1.0-5+deb8u9 amd64 GD Graphics Library ii libgdbm3:amd64 1.8.3-13.1 amd64 GNU dbm database routines (runtime version) ii libgdiplus 3.12-0xamarin1+jpeg62.1 amd64 interface library for System.Drawing of Mono ii libgdk-pixbuf2.0-0:amd64 2.31.1-2+deb8u5 amd64 GDK Pixbuf library ii libgdk-pixbuf2.0-common 2.31.1-2+deb8u5 all GDK Pixbuf library - data files ii libgeoip1:amd64 1.6.2-4 amd64 non-DNS IP-to-country resolver library ii libgif4:amd64 4.1.6-11+deb8u1 amd64 library for GIF images (library) ii libgirepository-1.0-1:amd64 1.42.0-2.2 amd64 Library for handling GObject introspection data (runtime library) ii libgl1-mesa-glx:amd64 10.3.2-1+deb8u1 amd64 free implementation of the OpenGL API -- GLX runtime ii libglade2-0:amd64 1:2.6.4-2 amd64 library to load .glade files at runtime ii libglade2.0-cil 2.12.26-0xamarin1 amd64 CLI binding for the Glade libraries 2.6 ii libglade2.0-cil-dev 2.12.26-0xamarin1 amd64 CLI binding for the Glade libraries 2.6 ii libglapi-mesa:amd64 10.3.2-1+deb8u1 amd64 free implementation of the GL API -- shared library ii libglib2.0-0:amd64 2.42.1-1+b1 amd64 GLib library of C routines ii libglib2.0-cil 2.12.26-0xamarin1 amd64 CLI binding for the GLib utility library 2.12 ii libglib2.0-cil-dev 2.12.26-0xamarin1 amd64 CLI binding for the GLib utility library 2.12 ii libgmp10:amd64 2:6.0.0+dfsg-6 amd64 Multiprecision arithmetic library ii libgnutls-deb0-28:amd64 3.3.8-6+deb8u4 amd64 GNU TLS library - main runtime library ii libgnutls-openssl27:amd64 3.3.8-6+deb8u4 amd64 GNU TLS library - OpenSSL wrapper ii libgomp1:amd64 4.9.2-10 amd64 GCC OpenMP (GOMP) support library ii libgpg-error0:amd64 1.17-3 amd64 library for common error values and messages in GnuPG components ii libgpm2:amd64 1.20.4-6.1+b2 amd64 General Purpose Mouse - shared library ii libgraphite2-3:amd64 1.3.6-1~deb8u1 amd64 Font rendering engine for Complex Scripts -- library ii libgsm1:amd64 1.0.13-4 amd64 Shared libraries for GSM speech compressor ii libgsoap5:amd64 2.8.17-1 amd64 Runtime libraries for gSOAP ii libgssapi-krb5-2:amd64 1.12.1+dfsg-19+deb8u2 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism ii libgstreamer-plugins-base0.10-0:amd64 0.10.36-2 amd64 GStreamer libraries from the "base" set ii libgstreamer-plugins-base1.0-0:amd64 1.4.4-2 amd64 GStreamer libraries from the "base" set ii libgstreamer0.10-0:amd64 0.10.36-1.5 amd64 Core GStreamer libraries and elements ii libgstreamer1.0-0:amd64 1.4.4-2 amd64 Core GStreamer libraries and elements ii libgtk2.0-0:amd64 2.24.25-3+deb8u1 amd64 GTK+ graphical user interface library ii libgtk2.0-cil 2.12.26-0xamarin1 amd64 CLI binding for the GTK+ toolkit 2.12 ii libgtk2.0-cil-dev 2.12.26-0xamarin1 amd64 CLI binding for the GTK+ toolkit 2.12 ii libgtk2.0-common 2.24.25-3+deb8u1 all common files for the GTK+ graphical user interface library ii libgudev-1.0-0:amd64 215-17+deb8u6 amd64 GObject-based wrapper library for libudev ii libharfbuzz-icu0:amd64 0.9.35-2 amd64 OpenType text shaping engine ICU backend ii libharfbuzz0b:amd64 0.9.35-2 amd64 OpenType text shaping engine (shared library) ii libhcrypto4-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - crypto library ii libhdb9-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - kadmin server library ii libheimbase1-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - Base library ii libhogweed2:amd64 2.7.1-5+deb8u2 amd64 low level cryptographic library (public-key cryptos) ii libhunspell-1.3-0:amd64 1.3.3-3 amd64 spell checker and morphological analyzer (shared library) ii libhx509-5-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - X509 support library ii libical1a 1.0-1.3 amd64 iCalendar library implementation in C (runtime) ii libice6:amd64 2:1.0.9-1+b1 amd64 X11 Inter-Client Exchange library ii libicu52:amd64 52.1-8+deb8u4 amd64 International Components for Unicode ii libidn11:amd64 1.29-1+deb8u2 amd64 GNU Libidn library, implementation of IETF IDN specifications ii libiec61883-0:amd64 1.2.0-0.2 amd64 an partial implementation of IEC 61883 ii libimage-exiftool-perl 9.74-1 all library and program to read and write meta information in multimedia files ii libindicator7 0.5.0-2 amd64 panel indicator applet - shared library ii libirs-export91 1:9.9.5.dfsg-9+deb8u9 amd64 Exported IRS Shared Library ii libisc-export95 1:9.9.5.dfsg-9+deb8u9 amd64 Exported ISC Shared Library ii libisc95 1:9.9.5.dfsg-9+deb8u9 amd64 ISC Shared Library used by BIND ii libisccc90 1:9.9.5.dfsg-9+deb8u9 amd64 Command Channel Library used by BIND ii libisccfg-export90 1:9.9.5.dfsg-9+deb8u9 amd64 Exported ISC CFG Shared Library ii libisccfg90 1:9.9.5.dfsg-9+deb8u9 amd64 Config File Handling Library used by BIND ii libisl10:amd64 0.12.2-2 amd64 manipulating sets and relations of integer points bounded by linear constraints ii libitm1:amd64 4.9.2-10 amd64 GNU Transactional Memory Library ii libiw30:amd64 30~pre9-8 amd64 Wireless tools - library ii libjack-jackd2-0:amd64 1.9.10+20140719git3eb0ae6a~dfsg-2 amd64 JACK Audio Connection Kit (libraries) ii libjasper1:amd64 1.900.1-debian1-2.4+deb8u2 amd64 JasPer JPEG-2000 runtime library ii libjavascript-minifier-xs-perl 0.09-2+b2 amd64 XS based JavaScript minifier ii libjavascriptcoregtk-1.0-0:amd64 2.4.9-1~deb8u1 amd64 JavaScript engine library from WebKitGTK+ ii libjbig0:amd64 2.1-3.1 amd64 JBIGkit libraries ii libjpeg62-turbo:amd64 1:1.3.1-12 amd64 libjpeg-turbo JPEG runtime library ii libjs-extjs5 5.1.1.451 all Ext JS is a cross-browser JavaScript library for building rich internet applications. ii libjs-jquery 1.7.2+dfsg-3.2 all JavaScript library for dynamic web applications ii libjs-sphinxdoc 1.2.3+dfsg-1 all JavaScript support for Sphinx documentation ii libjs-underscore 1.7.0~dfsg-1 all JavaScript's functional programming helper library ii libjson-c2:amd64 0.11-4 amd64 JSON manipulation library - shared library ii libjson-perl 2.61-1 all module for manipulating JSON-formatted data ii libk5crypto3:amd64 1.12.1+dfsg-19+deb8u2 amd64 MIT Kerberos runtime libraries - Crypto Library ii libkeybinder0 0.3.0-3 amd64 registers global key bindings for applications ii libkeyutils1:amd64 1.5.9-5+b1 amd64 Linux Key Management Utilities (library) ii libklibc 2.0.4-2 amd64 minimal libc subset for use with initramfs ii libkmod2:amd64 18-3 amd64 libkmod shared library ii libkrb5-26-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - libraries ii libkrb5-3:amd64 1.12.1+dfsg-19+deb8u2 amd64 MIT Kerberos runtime libraries ii libkrb5support0:amd64 1.12.1+dfsg-19+deb8u2 amd64 MIT Kerberos runtime libraries - Support library ii liblcms2-2:amd64 2.6-3+deb8u1 amd64 Little CMS 2 color management library ii libldap-2.4-2:amd64 2.4.40+dfsg-1+deb8u2 amd64 OpenLDAP libraries ii libldb1:amd64 2:1.1.20-0+deb8u1 amd64 LDAP-like embedded database - shared library ii liblocale-gettext-perl 1.05-8+b1 amd64 module using libc functions for internationalization in Perl ii liblocale-po-perl 0.24-1 all Perl module for manipulating .po entries from GNU gettext ii liblockfile-bin 1.09-6 amd64 support binaries for and cli utilities based on liblockfile ii liblockfile1:amd64 1.09-6 amd64 NFS-safe locking library ii liblogging-stdlog0:amd64 1.0.4-1 amd64 easy to use and lightweight logging library ii liblognorm1:amd64 1.0.1-3 amd64 Log normalizing library ii liblsan0:amd64 4.9.2-10 amd64 LeakSanitizer -- a memory leak detector (runtime) ii libltdl7:amd64 2.4.2-1.11+b1 amd64 System independent dlopen wrapper for GNU libtool ii liblvm2cmd2.02:amd64 2.02.111-2.2+deb8u1 amd64 LVM2 command library ii liblwres90 1:9.9.5.dfsg-9+deb8u9 amd64 Lightweight Resolver Library used by BIND ii liblzma5:amd64 5.1.1alpha+20120614-2+b3 amd64 XZ-format compression library ii liblzo2-2:amd64 2.08-1.2 amd64 data compression library ii libmad0:amd64 0.15.1b-8 amd64 MPEG audio decoder library ii libmagic1:amd64 1:5.22+15-2+deb8u3 amd64 File type determination library using "magic" numbers ii libmediainfo0:amd64 0.7.70-1 amd64 library for reading metadata from media files -- shared library ii libmemcached11:amd64 1.0.18-4 amd64 C and C++ client library to the memcached server ii libmemcachedutil2:amd64 1.0.18-4 amd64 library implementing connection pooling for libmemcached ii libmms0:amd64 0.6.2-4 amd64 MMS stream protocol library - shared library ii libmnl0:amd64 1.0.3-5 amd64 minimalistic Netlink communication library ii libmono-2.0-1 4.8.0.495-0xamarin1 amd64 Mono JIT library (Default version) ii libmono-2.0-dev 4.8.0.495-0xamarin1 amd64 Mono JIT library - Development files (Default version) ii libmono-accessibility4.0-cil 4.8.0.495-0xamarin1 all Mono Accessibility library (for CLI 4.0) ii libmono-cairo4.0-cil 4.8.0.495-0xamarin1 all Mono Cairo library (for CLI 4.0) ii libmono-cecil-private-cil 4.8.0.495-0xamarin1 all Mono.Cecil library ii libmono-cil-dev 4.8.0.495-0xamarin1 all Mono Base Class Libraries (BCL) - Development files ii libmono-codecontracts4.0-cil 4.8.0.495-0xamarin1 all Mono.CodeContracts library (for CLI 4.0) ii libmono-compilerservices-symbolwriter4.0-cil 4.8.0.495-0xamarin1 all Mono.CompilerServices.SymbolWriter library (for CLI 4.0) ii libmono-corlib4.0-cil 4.8.0.495-0xamarin1 all Mono core library (transitional package) ii libmono-corlib4.5-cil 4.8.0.495-0xamarin1 all Mono core library (for CLI 4.5) ii libmono-cscompmgd0.0-cil 4.8.0.495-0xamarin1 all Mono cscompmgd library (for CLI 4.0) ii libmono-csharp4.0c-cil 4.8.0.495-0xamarin1 all Mono.CSharp library (for CLI 4.0) ii libmono-custommarshalers4.0-cil 4.8.0.495-0xamarin1 all Mono CustomMarshalers library (for CLI 4.0) ii libmono-data-tds4.0-cil 4.8.0.495-0xamarin1 all Mono Data Library (for CLI 4.0) ii libmono-db2-1.0-cil 4.8.0.495-0xamarin1 all Mono DB2 library ii libmono-debugger-soft4.0a-cil 4.8.0.495-0xamarin1 all Mono Soft Debugger library (for CLI 4.0) ii libmono-http4.0-cil 4.8.0.495-0xamarin1 all Mono.Http library (for CLI 4.0) ii libmono-i18n-cjk4.0-cil 4.8.0.495-0xamarin1 all Mono I18N.CJK library (for CLI 4.0) ii libmono-i18n-mideast4.0-cil 4.8.0.495-0xamarin1 all Mono I18N.MidEast library (for CLI 4.0) ii libmono-i18n-other4.0-cil 4.8.0.495-0xamarin1 all Mono I18N.Other library (for CLI 4.0) ii libmono-i18n-rare4.0-cil 4.8.0.495-0xamarin1 all Mono I18N.Rare library (for CLI 4.0) ii libmono-i18n-west4.0-cil 4.8.0.495-0xamarin1 all Mono I18N.West library (for CLI 4.0) ii libmono-i18n4.0-all 4.8.0.495-0xamarin1 all Mono I18N libraries metapackage (for CLI 4.0) ii libmono-i18n4.0-cil 4.8.0.495-0xamarin1 all Mono I18N base library (for CLI 4.0) ii libmono-ldap4.0-cil 4.8.0.495-0xamarin1 all Mono LDAP library (for CLI 4.0) ii libmono-management4.0-cil 4.8.0.495-0xamarin1 all Mono Management library (for CLI 4.0) ii libmono-messaging-rabbitmq4.0-cil 4.8.0.495-0xamarin1 all Mono Messaging RabbitMQ library (for CLI 4.0) ii libmono-messaging4.0-cil 4.8.0.495-0xamarin1 all Mono Messaging library (for CLI 4.0) ii libmono-microsoft-build-engine4.0-cil 4.8.0.495-0xamarin1 all Mono Microsoft.Build.Engine library (for CLI 4.0) ii libmono-microsoft-build-framework4.0-cil 4.8.0.495-0xamarin1 all Mono Microsoft.Build.Framework library (for CLI 4.0) ii libmono-microsoft-build-tasks-v4.0-4.0-cil 4.8.0.495-0xamarin1 all Mono Microsoft.Build.Tasks.v4.0 library (for CLI 4.0) ii libmono-microsoft-build-utilities-v4.0-4.0-cil 4.8.0.495-0xamarin1 all Mono Microsoft.Build.Utilities.v4.0 library (for CLI 4.0) ii libmono-microsoft-build4.0-cil 4.8.0.495-0xamarin1 all Mono Microsoft.Build library (for CLI 4.0) ii libmono-microsoft-csharp4.0-cil 4.8.0.495-0xamarin1 all Mono Microsoft.CSharp library (for CLI 4.0) ii libmono-microsoft-visualc10.0-cil 4.8.0.495-0xamarin1 all Mono Microsoft.VisualC library (for CLI 4.0) ii libmono-microsoft-web-infrastructure1.0-cil 4.8.0.495-0xamarin1 all Mono Microsoft.Web.Infrastructure library (for CLI 4.0) ii libmono-oracle4.0-cil 4.8.0.495-0xamarin1 all Mono Oracle library (for CLI 4.0) ii libmono-parallel4.0-cil 4.8.0.495-0xamarin1 all Mono.Parallel library (for CLI 4.0) ii libmono-peapi4.0a-cil 4.8.0.495-0xamarin1 all Mono PEAPI library (for CLI 4.0) ii libmono-posix4.0-cil 4.8.0.495-0xamarin1 all Mono.Posix library (for CLI 4.0) ii libmono-rabbitmq4.0-cil 4.8.0.495-0xamarin1 all Mono RabbitMQ.Client library (for CLI 4.0) ii libmono-relaxng4.0-cil 4.8.0.495-0xamarin1 all Mono Relaxng library (for CLI 4.0) ii libmono-security4.0-cil 4.8.0.495-0xamarin1 all Mono Security library (for CLI 4.0) ii libmono-sharpzip4.84-cil 4.8.0.495-0xamarin1 all Mono SharpZipLib library (for CLI 4.0) ii libmono-simd4.0-cil 4.8.0.495-0xamarin1 all Mono SIMD (for CLI 4.0) ii libmono-smdiagnostics0.0-cil 4.8.0.495-0xamarin1 all Mono SMDiagnostics Library (for CLI 4.0) ii libmono-sqlite4.0-cil 4.8.0.495-0xamarin1 all Mono Sqlite library (for CLI 4.0) ii libmono-system-componentmodel-composition4.0-cil 4.8.0.495-0xamarin1 all Mono System.ComponentModel.Composition library (for CLI 4.0) ii libmono-system-componentmodel-dataannotations4.0-cil 4.8.0.495-0xamarin1 all Mono System.ComponentModel.DataAnnotations library (for CLI 4.0) ii libmono-system-configuration-install4.0-cil 4.8.0.495-0xamarin1 all Mono System.Configuration.Install library (for CLI 4.0) ii libmono-system-configuration4.0-cil 4.8.0.495-0xamarin1 all Mono System.Configuration library (for CLI 4.0) ii libmono-system-core4.0-cil 4.8.0.495-0xamarin1 all Mono System.Core library (for CLI 4.0) ii libmono-system-data-datasetextensions4.0-cil 4.8.0.495-0xamarin1 all Mono System.Data.DataSetExtensions library (for CLI 4.0) ii libmono-system-data-entity4.0-cil 4.8.0.495-0xamarin1 all Mono System.Data.Entity library (for CLI 4.0) ii libmono-system-data-linq4.0-cil 4.8.0.495-0xamarin1 all Mono System.Data.Linq Library (for CLI 4.0) ii libmono-system-data-services-client4.0-cil 4.8.0.495-0xamarin1 all Mono System.Data.Services.Client library (for CLI 4.0) ii libmono-system-data-services4.0-cil 4.8.0.495-0xamarin1 all Mono System.Data.Services library (for CLI 4.0) ii libmono-system-data4.0-cil 4.8.0.495-0xamarin1 all Mono System.Data library (for CLI 4.0) ii libmono-system-deployment4.0-cil 4.8.0.495-0xamarin1 all Mono System.Deployment library (for CLI 4.0) ii libmono-system-design4.0-cil 4.8.0.495-0xamarin1 all Mono System.Design Library (for CLI 4.0) ii libmono-system-drawing-design4.0-cil 4.8.0.495-0xamarin1 all Mono System.Drawing.Design (for CLI 4.0) ii libmono-system-drawing4.0-cil 4.8.0.495-0xamarin1 all Mono System.Drawing library (for CLI 4.0) ii libmono-system-dynamic4.0-cil 4.8.0.495-0xamarin1 all Mono System.Dynamic library (for CLI 4.0) ii libmono-system-enterpriseservices4.0-cil 4.8.0.495-0xamarin1 all Mono System.EnterpriseServices library (for CLI 4.0) ii libmono-system-identitymodel-selectors4.0-cil 4.8.0.495-0xamarin1 all Mono System.IdentityModel.Selectors Library (for CLI 4.0) ii libmono-system-identitymodel4.0-cil 4.8.0.495-0xamarin1 all Mono System.IdentityModel Library (for CLI 4.0) ii libmono-system-io-compression-filesystem4.0-cil 4.8.0.495-0xamarin1 all Mono System.IO.Compresion.FileSystem library (for CLI 4.0) ii libmono-system-io-compression4.0-cil 4.8.0.495-0xamarin1 all Mono System.IO.Compression library (for CLI 4.0) ii libmono-system-json-microsoft4.0-cil 4.8.0.495-0xamarin1 all Mono System.Json.Microsoft library (for CLI 4.0) ii libmono-system-json4.0-cil 4.8.0.495-0xamarin1 all Mono System.Json library (for CLI 4.0) ii libmono-system-ldap-protocols4.0-cil 4.8.0.495-0xamarin1 all Mono System.DirectoryServices.Protocols library (for CLI 4.0) ii libmono-system-ldap4.0-cil 4.8.0.495-0xamarin1 all Mono System.DirectoryServices library (for CLI 4.0) ii libmono-system-management4.0-cil 4.8.0.495-0xamarin1 all Mono System.Management library (for CLI 4.0) ii libmono-system-messaging4.0-cil 4.8.0.495-0xamarin1 all Mono System.Messaging library (for CLI 4.0) ii libmono-system-net-http-formatting4.0-cil 4.8.0.495-0xamarin1 all Mono System.Net.Http.Formatting library (for CLI 4.0) ii libmono-system-net-http-webrequest4.0-cil 4.8.0.495-0xamarin1 all Mono System.Net.Http.WebRequest library (for CLI 4.0) ii libmono-system-net-http4.0-cil 4.8.0.495-0xamarin1 all Mono System.Net.Http library (for CLI 4.0) ii libmono-system-net4.0-cil 4.8.0.495-0xamarin1 all Mono System.Net library (for CLI 4.0) ii libmono-system-numerics-vectors4.0-cil 4.8.0.495-0xamarin1 all Mono System.Numerics.Vectors library (for CLI 4.0) ii libmono-system-numerics4.0-cil 4.8.0.495-0xamarin1 all Mono System.Numerics library (for CLI 4.0) ii libmono-system-reactive-core2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Core Library (for CLI 4.5) ii libmono-system-reactive-debugger2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Debugger Library (for CLI 4.5) ii libmono-system-reactive-experimental2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Experimental Library (for CLI 4.5) ii libmono-system-reactive-interfaces2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Interfaces Library (for CLI 4.5) ii libmono-system-reactive-linq2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Linq Library (for CLI 4.5) ii libmono-system-reactive-observable-aliases0.0-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Linq Library (for CLI 4.5) ii libmono-system-reactive-platformservices2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.PlatformServices Library (for CLI 4.5) ii libmono-system-reactive-providers2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Providers Library (for CLI 4.5) ii libmono-system-reactive-runtime-remoting2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Runtime.Remoting Library (for CLI 4.5) ii libmono-system-reactive-windows-forms2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Windows.Forms Library (for CLI 4.5) ii libmono-system-reactive-windows-threading2.2-cil 4.8.0.495-0xamarin1 all Mono System.Reactive.Windows.Threading Library (for CLI 4.5) ii libmono-system-reflection-context4.0-cil 4.8.0.495-0xamarin1 all Mono System.Reflection.Context library (for CLI 4.0) ii libmono-system-runtime-caching4.0-cil 4.8.0.495-0xamarin1 all Mono System.Runtime.Caching Library (for CLI 4.0) ii libmono-system-runtime-durableinstancing4.0-cil 4.8.0.495-0xamarin1 all Mono System.Runtime.DurableInstancing Library (for CLI 4.0) ii libmono-system-runtime-interopservices-runtimeinformation4.0-cil 4.8.0.495-0xamarin1 all Mono System.Runtime.InteropServices.RuntimeInformation library ii libmono-system-runtime-serialization-formatters-soap4.0-cil 4.8.0.495-0xamarin1 all Mono System.Runtime.Serialization.Formatters.Soap Library (for CLI 4.0) ii libmono-system-runtime-serialization4.0-cil 4.8.0.495-0xamarin1 all Mono System.Runtime.Serialization Library (for CLI 4.0) ii libmono-system-runtime4.0-cil 4.8.0.495-0xamarin1 all Mono System.Runtime library (for CLI 4.0) ii libmono-system-security4.0-cil 4.8.0.495-0xamarin1 all Mono System.Security library (for CLI 4.0) ii libmono-system-servicemodel-activation4.0-cil 4.8.0.495-0xamarin1 all Mono System.ServiceModel.Activation Library (for CLI 4.0) ii libmono-system-servicemodel-discovery4.0-cil 4.8.0.495-0xamarin1 all Mono System.ServiceModel.Discovery Library (for CLI 4.0) ii libmono-system-servicemodel-internals0.0-cil 4.8.0.495-0xamarin1 all Mono System.ServiceModel.Internals Library (for CLI 4.0) ii libmono-system-servicemodel-routing4.0-cil 4.8.0.495-0xamarin1 all Mono System.ServiceModel.Routing Library (for CLI 4.0) ii libmono-system-servicemodel-web4.0-cil 4.8.0.495-0xamarin1 all Mono System.ServiceModel.Web Library (for CLI 4.0) ii libmono-system-servicemodel4.0a-cil 4.8.0.495-0xamarin1 all Mono System.ServiceModel Library (for CLI 4.0) ii libmono-system-serviceprocess4.0-cil 4.8.0.495-0xamarin1 all Mono System.ServiceProcess library (for CLI 4.0) ii libmono-system-threading-tasks-dataflow4.0-cil 4.8.0.495-0xamarin1 all Mono System.Threading.Tasks.Dataflow library (for CLI 4.0) ii libmono-system-transactions4.0-cil 4.8.0.495-0xamarin1 all Mono System.Transactions library (for CLI 4.0) ii libmono-system-web-abstractions4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Abstractions library (for CLI 4.0) ii libmono-system-web-applicationservices4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.ApplicationServices library (for CLI 4.0) ii libmono-system-web-dynamicdata4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.DynamicData library (for CLI 4.0) ii libmono-system-web-extensions-design4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Extensions.Design library (for CLI 4.0) ii libmono-system-web-extensions4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Extensions library (for CLI 4.0) ii libmono-system-web-http-selfhost4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Http.SelfHost library (for CLI 4.0) ii libmono-system-web-http-webhost4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Http.WebHost library (for CLI 4.0) ii libmono-system-web-http4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Http library (for CLI 4.0) ii libmono-system-web-mobile4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Mobile library (for CLI 4.0) ii libmono-system-web-mvc3.0-cil 4.8.0.495-0xamarin1 all Mono ASP.NET MVC 3.0 Library (for CLI 4.0) ii libmono-system-web-razor2.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Razor (for CLI 4.0) ii libmono-system-web-regularexpressions4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.RegularExpressions library (for CLI 4.0) ii libmono-system-web-routing4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Routing (for CLI 4.0) ii libmono-system-web-services4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.Services (for CLI 4.0) ii libmono-system-web-webpages-deployment2.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.WebPages.Deployment (for CLI 4.0) ii libmono-system-web-webpages-razor2.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.WebPages.Razor (for CLI 4.0) ii libmono-system-web-webpages2.0-cil 4.8.0.495-0xamarin1 all Mono System.Web.WebPages (for CLI 4.0) ii libmono-system-web4.0-cil 4.8.0.495-0xamarin1 all Mono System.Web library (for CLI 4.0) ii libmono-system-windows-forms-datavisualization4.0a-cil 4.8.0.495-0xamarin1 all Mono System.Windows.Forms.DataVisualization Library (for CLI 4.0) ii libmono-system-windows-forms4.0-cil 4.8.0.495-0xamarin1 all Mono System.Windows.Forms Library (for CLI 4.0) ii libmono-system-windows4.0-cil 4.8.0.495-0xamarin1 all Mono System.Windows library (for CLI 4.0) ii libmono-system-workflow-activities4.0-cil 4.8.0.495-0xamarin1 all Mono System.Workflow.Activities library (for CLI 4.0) ii libmono-system-workflow-componentmodel4.0-cil 4.8.0.495-0xamarin1 all Mono System.Workflow.ComponentModel library (for CLI 4.0) ii libmono-system-workflow-runtime4.0-cil 4.8.0.495-0xamarin1 all Mono System.Workflow.Runtime library (for CLI 4.0) ii libmono-system-xaml4.0-cil 4.8.0.495-0xamarin1 all Mono System.Xaml Library (for CLI 4.0) ii libmono-system-xml-linq4.0-cil 4.8.0.495-0xamarin1 all Mono System.Xml.Linq library (for CLI 4.0) ii libmono-system-xml-serialization4.0-cil 4.8.0.495-0xamarin1 all Mono System.Xml.Serialization library (for CLI 4.0) ii libmono-system-xml4.0-cil 4.8.0.495-0xamarin1 all Mono System.Xml library (for CLI 4.0) ii libmono-system4.0-cil 4.8.0.495-0xamarin1 all Mono System libraries (for CLI 4.0) ii libmono-tasklets4.0-cil 4.8.0.495-0xamarin1 all Mono Tasklets library (for CLI 4.0) ii libmono-webbrowser4.0-cil 4.8.0.495-0xamarin1 all Mono Web Browser library (for CLI 4.0) ii libmono-webmatrix-data4.0-cil 4.8.0.495-0xamarin1 all Mono WebMatrix.Data Library (for CLI 4.0) ii libmono-windowsbase4.0-cil 4.8.0.495-0xamarin1 all Mono WindowsBase library (for CLI 4.0) ii libmono-xbuild-tasks4.0-cil 4.8.0.495-0xamarin1 all Mono Mono.XBuild.Tasks library (for CLI 4.0) ii libmonosgen-2.0-1 4.8.0.495-0xamarin1 amd64 Mono JIT library (SGen GC) ii libmonosgen-2.0-dev 4.8.0.495-0xamarin1 amd64 Mono JIT library - Development files (SGen GC) ii libmount1:amd64 2.25.2-6 amd64 device mounting library ii libmp3lame0:amd64 3.99.5+repack1-7+deb8u1 amd64 MP3 encoding library ii libmpc3:amd64 1.0.2-1 amd64 multiple precision complex floating-point library ii libmpdec2:amd64 2.4.1-1 amd64 library for decimal floating point arithmetic (runtime library) ii libmpeg2-4:amd64 0.5.1-7 amd64 MPEG1 and MPEG2 video decoder library ii libmpfr4:amd64 3.1.2-2 amd64 multiple precision floating-point computation ii libmysqlclient18:amd64 5.5.54-0+deb8u1 amd64 MySQL database client library ii libncurses5:amd64 5.9+20140913-1+b1 amd64 shared libraries for terminal handling ii libncursesw5:amd64 5.9+20140913-1+b1 amd64 shared libraries for terminal handling (wide character support) ii libnetfilter-acct1:amd64 1.0.2-1.1 amd64 Netfilter acct library ii libnettle4:amd64 2.7.1-5+deb8u2 amd64 low level cryptographic library (symmetric and one-way cryptos) ii libnewt0.52:amd64 0.52.17-1+b1 amd64 Not Erik's Windowing Toolkit - text mode windowing with slang ii libnfnetlink0:amd64 1.0.1-3 amd64 Netfilter netlink library ii libnfsidmap2:amd64 0.25-5 amd64 NFS idmapping library ii libnl-3-200:amd64 3.2.24-2 amd64 library for dealing with netlink sockets ii libnl-genl-3-200:amd64 3.2.24-2 amd64 library for dealing with netlink sockets - generic netlink ii libnotify4:amd64 0.7.6-2 amd64 sends desktop notifications to a notification daemon ii libnspr4:amd64 2:4.12-1+debu8u1 amd64 NetScape Portable Runtime Library ii libnss-mdns:amd64 0.10-6 amd64 NSS module for Multicast DNS name resolution ii libnss3:amd64 2:3.26-1+debu8u1 amd64 Network Security Service libraries ii libntdb1:amd64 1.0-5 amd64 New Trivial Database - shared library ii libnunit-cil-dev 2.6.3+dfsg-1 all Unit test framework for CLI - Development files ii libnunit-console-runner2.6.3-cil 2.6.3+dfsg-1 all Unit test framework for CLI - Assemblies ii libnunit-core-interfaces2.6.3-cil 2.6.3+dfsg-1 all Unit test framework for CLI - Assemblies ii libnunit-core2.6.3-cil 2.6.3+dfsg-1 all Unit test framework for CLI - Assemblies ii libnunit-framework2.6.3-cil 2.6.3+dfsg-1 all Unit test framework for CLI - Assemblies ii libnunit-mocks2.6.3-cil 2.6.3+dfsg-1 all Unit test framework for CLI - Assemblies ii libnunit-util2.6.3-cil 2.6.3+dfsg-1 all Unit test framework for CLI - Assemblies ii libogg0:amd64 1.3.2-1 amd64 Ogg bitstream library ii libonig2:amd64 5.9.5-3.2 amd64 Oniguruma regular expressions library ii libopencore-amrnb0:amd64 0.1.3-2.1 amd64 Adaptive Multi Rate speech codec - shared library ii libopencore-amrwb0:amd64 0.1.3-2.1 amd64 Adaptive Multi-Rate - Wideband speech codec - shared library ii libopenjpeg5:amd64 1:1.5.2-3 amd64 JPEG 2000 image compression/decompression library - runtime ii libopus0:amd64 1.1-2 amd64 Opus codec runtime library ii liborc-0.4-0:amd64 1:0.4.22-1 amd64 Library of Optimized Inner Loops Runtime Compiler ii libossp-uuid16:amd64 1.6.2-1.5+b1 amd64 OSSP uuid ISO-C and C++ - shared library ii libp11-kit0:amd64 0.20.7-1 amd64 Library for loading and coordinating access to PKCS#11 modules - runtime ii libpam-modules:amd64 1.1.8-3.1+deb8u2 amd64 Pluggable Authentication Modules for PAM ii libpam-modules-bin 1.1.8-3.1+deb8u2 amd64 Pluggable Authentication Modules for PAM - helper binaries ii libpam-runtime 1.1.8-3.1+deb8u2 all Runtime support for the PAM library ii libpam0g:amd64 1.1.8-3.1+deb8u2 amd64 Pluggable Authentication Modules library ii libpango-1.0-0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text ii libpango1.0-0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text ii libpangocairo-1.0-0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text ii libpangoft2-1.0-0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text ii libpangox-1.0-0:amd64 0.0.2-5 amd64 pango library X backend ii libpangoxft-1.0-0:amd64 1.36.8-3 amd64 Layout and rendering of internationalized text ii libparted2:amd64 3.2-7 amd64 disk partition manipulator - shared library ii libpci3:amd64 1:3.2.1-3 amd64 Linux PCI Utilities (shared library) ii libpcre3:amd64 2:8.35-3.3+deb8u4 amd64 Perl 5 Compatible Regular Expression Library - runtime files ii libpcsclite1:amd64 1.8.13-1+deb8u1 amd64 Middleware to access a smart card using PC/SC (library) ii libperl4-corelibs-perl 0.003-1 all libraries historically supplied with Perl 4 ii libperl5.20 5.20.2-3+deb8u6 amd64 shared Perl library ii libpipeline1:amd64 1.4.0-1 amd64 pipeline manipulation library ii libpixman-1-0:amd64 0.32.6-3 amd64 pixel-manipulation library for X and cairo ii libpng12-0:amd64 1.2.50-2+deb8u3 amd64 PNG library - runtime ii libpolkit-gobject-1-0:amd64 0.105-15~deb8u2 amd64 PolicyKit Authorization API ii libpopt0:amd64 1.16-10 amd64 lib for parsing cmdline parameters ii libpq5:amd64 9.4.10-0+deb8u1 amd64 PostgreSQL C client library ii libprocps3:amd64 2:3.3.9-9 amd64 library for accessing process information from /proc ii libproxy1:amd64 0.4.11-4+b2 amd64 automatic proxy configuration management library (shared) ii libpsl0:amd64 0.5.1-1 amd64 Library for Public Suffix List (shared libraries) ii libpulse0:amd64 5.0-13 amd64 PulseAudio client libraries ii libpulsedsp:amd64 5.0-13 amd64 PulseAudio OSS pre-load library ii libpython-stdlib:amd64 2.7.9-1 amd64 interactive high-level object-oriented language (default python version) ii libpython2.7:amd64 2.7.9-2+deb8u1 amd64 Shared Python runtime library (version 2.7) ii libpython2.7-minimal:amd64 2.7.9-2+deb8u1 amd64 Minimal subset of the Python language (version 2.7) ii libpython2.7-stdlib:amd64 2.7.9-2+deb8u1 amd64 Interactive high-level object-oriented language (standard library, version 2.7) ii libpython3-stdlib:amd64 3.4.2-2 amd64 interactive high-level object-oriented language (default python3 version) ii libpython3.4:amd64 3.4.2-1 amd64 Shared Python runtime library (version 3.4) ii libpython3.4-minimal:amd64 3.4.2-1 amd64 Minimal subset of the Python language (version 3.4) ii libpython3.4-stdlib:amd64 3.4.2-1 amd64 Interactive high-level object-oriented language (standard library, version 3.4) ii libqdbm14 1.8.78-5+b1 amd64 QDBM Database Libraries without GDBM wrapper[runtime] ii libquadmath0:amd64 4.9.2-10 amd64 GCC Quad-Precision Math Library ii libraw1394-11:amd64 2.1.0-3 amd64 library for direct access to IEEE 1394 bus (aka FireWire) ii libreadline5:amd64 5.2+dfsg-2 amd64 GNU readline and history libraries, run-time libraries ii libreadline6:amd64 6.3-8+b3 amd64 GNU readline and history libraries, run-time libraries ii libroken18-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - roken support library ii librrd4 1.4.8-1.2 amd64 time-series data storage and display system (runtime library) ii librtmp1:amd64 2.4+20150115.gita107cef-1 amd64 toolkit for RTMP streams (shared library) ii libsamplerate0:amd64 0.1.8-8 amd64 Audio sample rate conversion library ii libsasl2-2:amd64 2.1.26.dfsg1-13+deb8u1 amd64 Cyrus SASL - authentication abstraction library ii libsasl2-modules:amd64 2.1.26.dfsg1-13+deb8u1 amd64 Cyrus SASL - pluggable authentication modules ii libsasl2-modules-db:amd64 2.1.26.dfsg1-13+deb8u1 amd64 Cyrus SASL - pluggable authentication modules (DB) ii libschroedinger-1.0-0:amd64 1.0.11-2.1 amd64 library for encoding/decoding of Dirac video streams ii libsdl1.2debian:amd64 1.2.15-10+b1 amd64 Simple DirectMedia Layer ii libsecret-1-0:amd64 0.18-1+b1 amd64 Secret store ii libsecret-common 0.18-1 all Secret store (common files) ii libselinux1:amd64 2.3-2 amd64 SELinux runtime shared libraries ii libsemanage-common 2.3-1 all Common files for SELinux policy management libraries ii libsemanage1:amd64 2.3-1+b1 amd64 SELinux policy management library ii libsensors4:amd64 1:3.3.5-2 amd64 library to read temperature/voltage/fan sensors ii libsepol1:amd64 2.3-2 amd64 SELinux library for manipulating binary security policies ii libshout3:amd64 2.3.1-3 amd64 MP3/Ogg Vorbis broadcast streaming library ii libsidplay1 1.36.59-6 amd64 SID (MOS 6581) emulation library ii libsigc++-2.0-0c2a:amd64 2.4.0-1 amd64 type-safe Signal Framework for C++ - runtime ii libslang2:amd64 2.3.0-2 amd64 S-Lang programming library - runtime version ii libsm6:amd64 2:1.2.2-1+b1 amd64 X11 Session Management library ii libsmartcols1:amd64 2.25.2-6 amd64 smart column output alignment library ii libsndfile1:amd64 1.0.25-9.1+deb8u1 amd64 Library for reading/writing audio files ii libsnmp-base 5.7.2.1+dfsg-1 all SNMP configuration script, MIBs and documentation ii libsnmp30:amd64 5.7.2.1+dfsg-1 amd64 SNMP (Simple Network Management Protocol) library ii libsoup2.4-1:amd64 2.48.0-1 amd64 HTTP library implementation in C -- Shared library ii libspeex1:amd64 1.2~rc1.2-1 amd64 The Speex codec runtime library ii libspeexdsp1:amd64 1.2~rc1.2-1 amd64 The Speex extended runtime library ii libspotify12 12.1.51-1 amd64 Library for using the Spotify music streaming service ii libsqlite3-0:amd64 3.8.7.1-1+deb8u2 amd64 SQLite 3 shared library ii libss2:amd64 1.42.12-2+b1 amd64 command-line interface parsing library ii libssh2-1:amd64 1.4.3-4.1+deb8u1 amd64 SSH2 client-side library ii libssl1.0.0:amd64 1.0.1t-1+deb8u6 amd64 Secure Sockets Layer toolkit - shared libraries ii libstartup-notification0:amd64 0.12-4 amd64 library for program launch feedback (shared library) ii libstdc++-4.9-dev:amd64 4.9.2-10 amd64 GNU Standard C++ Library v3 (development files) ii libstdc++6:amd64 4.9.2-10 amd64 GNU Standard C++ Library v3 ii libsystemd0:amd64 215-17+deb8u6 amd64 systemd utility library ii libtag1-vanilla:amd64 1.9.1-2.1 amd64 audio meta-data library - vanilla flavour ii libtag1c2a:amd64 1.9.1-2.1 amd64 audio meta-data library ii libtalloc2:amd64 2.1.2-0+deb8u1 amd64 hierarchical pool based memory allocator ii libtasn1-6:amd64 4.2-3+deb8u2 amd64 Manage ASN.1 structures (runtime) ii libtdb1:amd64 1.3.6-0+deb8u1 amd64 Trivial Database - shared library ii libterm-readkey-perl 2.32-1+b1 amd64 perl module for simple terminal control ii libtevent0:amd64 0.9.28-0+deb8u1 amd64 talloc-based event loop library - shared library ii libtext-charwidth-perl 0.04-7+b3 amd64 get display widths of characters on the terminal ii libtext-iconv-perl 1.7-5+b2 amd64 converts between character sets in Perl ii libtext-wrapi18n-perl 0.06-7 all internationalized substitute of Text::Wrap ii libthai-data 0.1.21-1 all Data files for Thai language support library ii libthai0:amd64 0.1.21-1 amd64 Thai language support library ii libtheora0:amd64 1.1.1+dfsg.1-6 amd64 Theora Video Compression Codec ii libthunarx-2-0 1.6.3-2 amd64 extension library for thunar ii libtiff5:amd64 4.0.3-12.3+deb8u2 amd64 Tag Image File Format (TIFF) library ii libtimedate-perl 2.3000-2 all collection of modules to manipulate date/time information ii libtinfo5:amd64 5.9+20140913-1+b1 amd64 shared low-level terminfo library for terminal handling ii libtinyxml2-2:amd64 2.2.0-1 amd64 C++ XML parsing library ii libtirpc1:amd64 0.2.5-1 amd64 transport-independent RPC library ii libtsan0:amd64 4.9.2-10 amd64 ThreadSanitizer -- a Valgrind-based detector of data races (runtime) ii libtwolame0 0.3.13-1.1 amd64 MPEG Audio Layer 2 encoding library ii libubsan0:amd64 4.9.2-10 amd64 UBSan -- undefined behaviour sanitizer (runtime) ii libudev1:amd64 215-17+deb8u6 amd64 libudev shared library ii libunique-1.0-0 1.1.6-5 amd64 Library for writing single instance applications - shared libraries ii libupsclient4:amd64 2.7.2-4 amd64 network UPS tools - client library ii liburiparser1 0.8.0.1-2 amd64 URI parsing library compliant with RFC 3986 ii libusb-0.1-4:amd64 2:0.1.12-25 amd64 userspace USB programming library ii libusb-1.0-0:amd64 2:1.0.19-1 amd64 userspace USB programming library ii libustr-1.0-1:amd64 1.0.4-3+b2 amd64 Micro string library: shared library ii libutempter0 1.1.5-4 amd64 A privileged helper for utmp/wtmp updates (runtime) ii libuuid1:amd64 2.25.2-6 amd64 Universally Unique ID library ii libv4l-0:amd64 1.6.0-2 amd64 Collection of video4linux support libraries ii libv4lconvert0:amd64 1.6.0-2 amd64 Video4linux frame format conversion library ii libva1:amd64 1.4.1-1 amd64 Video Acceleration (VA) API for Linux -- runtime ii libvisual-0.4-0:amd64 0.4.0-6 amd64 Audio visualization framework ii libvncserver0:amd64 0.9.9+dfsg2-6.1+deb8u2 amd64 API to write one's own vnc server ii libvorbis0a:amd64 1.3.4-2 amd64 decoder library for Vorbis General Audio Compression Codec ii libvorbisenc2:amd64 1.3.4-2 amd64 encoder library for Vorbis General Audio Compression Codec ii libvpx1:amd64 1.3.0-3 amd64 VP8 and VP9 video codec (shared library) ii libwavpack1:amd64 4.70.0-1 amd64 audio codec (lossy and lossless) - library ii libwbclient0:amd64 2:4.2.14+dfsg-0+deb8u2 amd64 Samba winbind client library ii libwebkit1.1-cil 0.3-6 all CLI binding for the WebKit library ii libwebkitgtk-1.0-0:amd64 2.4.9-1~deb8u1 amd64 Web content engine library for GTK+ ii libwebkitgtk-1.0-common 2.4.9-1~deb8u1 all Web content engine library for GTK+ - data files ii libwebp5:amd64 0.4.1-1.2+b2 amd64 Lossy compression of digital photographic images. ii libwebrtc-audio-processing-0:amd64 0.1-3 amd64 AudioProcessing module from the WebRTC project. ii libwind0-heimdal:amd64 1.6~rc2+dfsg-9 amd64 Heimdal Kerberos - stringprep implementation ii libwnck-common 2.30.7-2 all Window Navigator Construction Kit - common files ii libwnck22 2.30.7-2 amd64 Window Navigator Construction Kit - runtime files ii libwrap0:amd64 7.6.q-25 amd64 Wietse Venema's TCP wrappers library ii libx11-6:amd64 2:1.6.2-3 amd64 X11 client-side library ii libx11-data 2:1.6.2-3 all X11 client-side library ii libx11-xcb1:amd64 2:1.6.2-3 amd64 Xlib/XCB interface library ii libx264-142:amd64 2:0.142.2431+gita5831aa-1+b2 amd64 x264 video coding library ii libxau6:amd64 1:1.0.8-1 amd64 X11 authorisation library ii libxaw7:amd64 2:1.0.12-2+b1 amd64 X11 Athena Widget library ii libxcb-dri2-0:amd64 1.10-3+b1 amd64 X C Binding, dri2 extension ii libxcb-dri3-0:amd64 1.10-3+b1 amd64 X C Binding, dri3 extension ii libxcb-glx0:amd64 1.10-3+b1 amd64 X C Binding, glx extension ii libxcb-present0:amd64 1.10-3+b1 amd64 X C Binding, present extension ii libxcb-render0:amd64 1.10-3+b1 amd64 X C Binding, render extension ii libxcb-shape0:amd64 1.10-3+b1 amd64 X C Binding, shape extension ii libxcb-shm0:amd64 1.10-3+b1 amd64 X C Binding, shm extension ii libxcb-sync1:amd64 1.10-3+b1 amd64 X C Binding, sync extension ii libxcb-util0:amd64 0.3.8-3 amd64 utility libraries for X C Binding -- atom, aux and event ii libxcb1:amd64 1.10-3+b1 amd64 X C Binding ii libxcomposite1:amd64 1:0.4.4-1 amd64 X11 Composite extension library ii libxcursor1:amd64 1:1.1.14-1+b1 amd64 X cursor management library ii libxdamage1:amd64 1:1.1.4-2+b1 amd64 X11 damaged region extension library ii libxdmcp6:amd64 1:1.1.1-1+b1 amd64 X11 Display Manager Control Protocol library ii libxext6:amd64 2:1.3.3-1 amd64 X11 miscellaneous extension library ii libxfce4ui-1-0 4.10.0-6 amd64 widget library for Xfce ii libxfce4ui-utils 4.10.0-6 amd64 Utility files for libxfce4ui ii libxfce4util-common 4.10.1-2 all common files for libxfce4util ii libxfce4util6 4.10.1-2 amd64 Utility functions library for Xfce4 ii libxfconf-0-2 4.10.0-3 amd64 Client library for Xfce4 configure interface ii libxfixes3:amd64 1:5.0.1-2+b2 amd64 X11 miscellaneous 'fixes' extension library ii libxfont1:amd64 1:1.5.1-1 amd64 X11 font rasterisation library ii libxft2:amd64 2.3.2-1 amd64 FreeType-based font drawing library for X ii libxi6:amd64 2:1.7.4-1+b2 amd64 X11 Input extension library ii libxinerama1:amd64 2:1.1.3-1+b1 amd64 X11 Xinerama extension library ii libxkbfile1:amd64 1:1.0.8-1 amd64 X11 keyboard file manipulation library ii libxklavier16 5.2.1-1 amd64 X Keyboard Extension high-level API ii libxml-libxml-perl 2.0116+dfsg-1+deb8u1 amd64 Perl interface to the libxml2 library ii libxml-namespacesupport-perl 1.11-1 all Perl module for supporting simple generic namespaces ii libxml-sax-base-perl 1.07-1 all base class for SAX drivers and filters ii libxml-sax-perl 0.99+dfsg-2 all Perl module for using and building Perl SAX2 XML processors ii libxml2:amd64 2.9.1+dfsg1-5+deb8u4 amd64 GNOME XML library ii libxmu6:amd64 2:1.1.2-1 amd64 X11 miscellaneous utility library ii libxmuu1:amd64 2:1.1.2-1 amd64 X11 miscellaneous micro-utility library ii libxpm4:amd64 1:3.5.12-0+deb8u1 amd64 X11 pixmap library ii libxrandr2:amd64 2:1.4.2-1+b1 amd64 X11 RandR extension library ii libxrender1:amd64 1:0.9.8-1+b1 amd64 X Rendering Extension client library ii libxres1:amd64 2:1.0.7-1+b1 amd64 X11 Resource extension library ii libxshmfence1:amd64 1.1-4 amd64 X shared memory fences - shared library ii libxslt1.1:amd64 1.1.28-2+deb8u2 amd64 XSLT 1.0 processing library - runtime library ii libxt6:amd64 1:1.1.4-1+b1 amd64 X11 toolkit intrinsics library ii libxtables10 1.4.21-2+b1 amd64 netfilter xtables library ii libxtst6:amd64 2:1.2.2-1+b1 amd64 X11 Testing -- Record extension library ii libxv1:amd64 2:1.0.10-1+b1 amd64 X11 Video extension library ii libxvidcore4:amd64 2:1.3.3-1 amd64 Open source MPEG-4 video codec (library) ii libxxf86dga1:amd64 2:1.1.4-1+b1 amd64 X11 Direct Graphics Access extension library ii libxxf86vm1:amd64 1:1.1.3-1+b1 amd64 X11 XFree86 video mode extension library ii libzen0:amd64 0.4.29-1 amd64 ZenLib C++ utility library -- runtime ii linux-base 4.3~bpo8+1 all Linux image base package ii linux-compiler-gcc-4.9-x86 4.9.2-2~bpo8+1 amd64 Compiler for Linux on x86 (meta-package) ii linux-headers-4.9.0-0.bpo.1-amd64 4.9.2-2~bpo8+1 amd64 Header files for Linux 4.9.0-0.bpo.1-amd64 ii linux-headers-4.9.0-0.bpo.1-common 4.9.2-2~bpo8+1 all Common header files for Linux 4.9.0-0.bpo.1 ii linux-headers-amd64 4.9+78~bpo8+1 amd64 Header files for Linux amd64 configuration (meta-package) ii linux-image-4.8.0-0.bpo.2-amd64 4.8.11-1~bpo8+1 amd64 Linux 4.8 for 64-bit PCs (signed) ii linux-image-4.9.0-0.bpo.1-amd64 4.9.2-2~bpo8+1 amd64 Linux 4.9 for 64-bit PCs (signed) ii linux-image-amd64 4.9+78~bpo8+1 amd64 Linux for 64-bit PCs (meta-package) ii linux-kbuild-4.9 4.9.2-2~bpo8+1 amd64 Kbuild infrastructure for Linux 4.9 ii linux-libc-dev:amd64 3.16.39-1+deb8u1 amd64 Linux support headers for userspace development ii lm-sensors 1:3.3.5-2 amd64 utilities to read temperature/voltage/fan sensors ii locales 2.19-18+deb8u7 all GNU C Library: National Language (locale) data [support] ii login 1:4.2-3+deb8u3 amd64 system login tools ii logrotate 3.8.7-1+b1 amd64 Log rotation utility ii lsb-base 4.1+Debian13+nmu1 all Linux Standard Base 4.1 init script functionality ii lsof 4.86+dfsg-1 amd64 Utility to list open files ii lvm2 2.02.111-2.2+deb8u1 amd64 Linux Logical Volume Manager ii make 4.0-8.1 amd64 utility for directing compilation ii makepasswd 1.10-9 all Generate and encrypt passwords ii man-db 2.7.0.2-5 amd64 on-line manual pager ii manpages 3.74-1 all Manual pages about using a GNU/Linux system ii mawk 1.3.3-17 amd64 a pattern scanning and text processing language ii mdadm 3.3.2-5+deb8u2 amd64 tool to administer Linux MD arrays (software RAID) ii mediainfo 0.7.70-1 amd64 command-line utility for reading information from audio/video files ii mergerfs 2.19.0~debian-jessie amd64 another FUSE union filesystem ii mime-support 3.58 all MIME files 'mime.types' & 'mailcap', and support programs ii mlocate 0.26-1 amd64 quickly find files on the filesystem based on their name ii monit 1:5.9-1+deb8u1 amd64 utility for monitoring and managing daemons or similar programs ii mono-4.0-gac 4.8.0.495-0xamarin1 all Mono GAC tool (for CLI 4.0) ii mono-devel 4.8.0.495-0xamarin1 all Mono development tools ii mono-gac 4.8.0.495-0xamarin1 all Mono GAC tool ii mono-mcs 4.8.0.495-0xamarin1 all Mono C# 2.0 / 3.0 / 4.0 / 5.0 compiler for CLI 2.0 / 4.0 / 4.5 ii mono-runtime 4.8.0.495-0xamarin1 amd64 Mono runtime - default version ii mono-runtime-common 4.8.0.495-0xamarin1 amd64 Mono runtime - common files ii mono-runtime-sgen 4.8.0.495-0xamarin1 amd64 Mono runtime - SGen ii mono-xbuild 4.8.0.495-0xamarin1 all MSBuild-compatible build system for Mono ii monodoc-base 4.8.0.495-0xamarin1 all shared MonoDoc binaries ii monodoc-browser 4.2-0xamarin1 all MonoDoc GTK+ based viewer ii monodoc-gtk2.0-manual 2.12.26-0xamarin1 all compiled XML documentation for GTK# 2.10 ii monodoc-manual 4.8.0.495-0xamarin1 all compiled XML documentation from the Mono project ii mopidy 2.1.0-1 all music server with support for MPD/HTTP clients ii mopidy-local-sqlite 1.0.0-1 all Mopidy extension for keeping your local library in SQLite ii mopidy-podcast 2.0.1-1 all Mopidy extension for searching and browsing podcasts ii mopidy-spotify 3.0.0-0mopidy1 all Mopidy extension for playing music from Spotify ii mount 2.25.2-6 amd64 Tools for mounting and manipulating filesystems ii multiarch-support 2.19-18+deb8u7 amd64 Transitional package to ensure multiarch compatibility ii mysql-client-5.5 5.5.54-0+deb8u1 amd64 MySQL database client binaries ii mysql-common 5.5.54-0+deb8u1 all MySQL database common files, e.g. /etc/mysql/my.cnf ii mysql-server 5.5.54-0+deb8u1 all MySQL database server (metapackage depending on the latest version) ii mysql-server-5.5 5.5.54-0+deb8u1 amd64 MySQL database server binaries and system database setup ii mysql-server-core-5.5 5.5.54-0+deb8u1 amd64 MySQL database server binaries ii mywebsql 3.6-omv4 all Web-based database manager for MySQL, SQLite and PostgreSQL. ii nano 2.2.6-3 amd64 small, friendly text editor inspired by Pico ii ncurses-base 5.9+20140913-1 all basic terminal type definitions ii ncurses-bin 5.9+20140913-1+b1 amd64 terminal-related programs and man pages ii net-tools 1.60-26+b1 amd64 NET-3 networking toolkit ii netbase 5.3 all Basic TCP/IP networking system ii netcat-traditional 1.10-41 amd64 TCP/IP swiss army knife ii nfacct 1.0.1-1.1 amd64 netfilter accounting object tool ii nfs-common 1:1.2.8-9 amd64 NFS support files common to client and server ii nfs-kernel-server 1:1.2.8-9 amd64 support for NFS kernel server ii nginx 1.6.2-5+deb8u4 all small, powerful, scalable web/proxy server ii nginx-common 1.6.2-5+deb8u4 all small, powerful, scalable web/proxy server - common files ii nginx-full 1.6.2-5+deb8u4 amd64 nginx web/proxy server (standard version) ii ntfs-3g 1:2014.2.15AR.2-1+deb8u3 amd64 read/write NTFS driver for FUSE ii nut 2.7.2-4 all network UPS tools - metapackage ii nut-client 2.7.2-4 amd64 network UPS tools - clients ii nut-server 2.7.2-4 amd64 network UPS tools - core system ii omvextras-common 3.0.1 all Shared files/libraries between various OpenMediaVault plugins. ii openmediavault 3.0.64 all Open network attached storage solution ii openmediavault-backup 3.4 all backup plugin for OpenMediaVault. ii openmediavault-duplicati 3.0 all openmediavault duplicati plugin ii openmediavault-keyring 1.0 all GnuPG archive keys of the OpenMediaVault archive ii openmediavault-letsencrypt 3.2 all Generate free and valid SSL certificates for OMV ii openmediavault-locate 3.3 all locate plugin for OpenMediaVault. ii openmediavault-mysql 3.0.4 all MySQL plugin for OpenMediaVault. ii openmediavault-nut 3.2.9 all OpenMediaVault Network UPS Tools (NUT) plugin ii openmediavault-omvextrasorg 3.4.21 all OMV-Extras.org Package Repositories for OpenMediaVault ii openmediavault-plexmediaserver 3.8.1 all OpenMediaVault Plex Media Server plugin ii openmediavault-remotedesktop 3.6 all Remote desktop plugin for OpenMediaVault. ii openmediavault-sabnzbd 3.2.3 all SABnzbd plugin for OpenMediaVault. ii openmediavault-sensors 3.0 all Provides a cpu temperature monitor ii openmediavault-shellinabox 3.4 all Web-based SSH client. ii openmediavault-snapraid 3.6.1 all snapraid plugin for OpenMediaVault. ii openmediavault-sonarr 3.2 all OpenMediaVault Sonarr plugin ii openmediavault-symlinks 3.1.2 all OpenMediaVault symlinks plugin ii openmediavault-unionfilesystems 3.1.11 all Union filesystems plugin for OpenMediaVault. ii openmediavault-usbbackup 3.2.14 all OpenMediaVault USB/eSATA backup plugin ii openmediavault-virtualbox 3.0.6 all VirtualBox plugin for OpenMediaVault. ii openssh-blacklist-extra 0.4.1+nmu1 all list of non-default blacklisted OpenSSH RSA and DSA keys ii openssh-client 1:6.7p1-5+deb8u3 amd64 secure shell (SSH) client, for secure access to remote machines ii openssh-server 1:6.7p1-5+deb8u3 amd64 secure shell (SSH) server, for secure access from remote machines ii openssh-sftp-server 1:6.7p1-5+deb8u3 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines ii openssl 1.0.1t-1+deb8u6 amd64 Secure Sockets Layer toolkit - cryptographic utility ii orage 4.10.0-1+b2 amd64 Calendar for Xfce Desktop Environment ii par2 0.6.11-1 amd64 PAR 2.0 compatible file verification and repair tool ii parted 3.2-7 amd64 disk partition manipulator ii passwd 1:4.2-3+deb8u3 amd64 change and administer password and group data ii patch 2.7.5-1 amd64 Apply a diff file to an original ii pciutils 1:3.2.1-3 amd64 Linux PCI Utilities ii perl 5.20.2-3+deb8u6 amd64 Larry Wall's Practical Extraction and Report Language ii perl-base 5.20.2-3+deb8u6 amd64 minimal Perl system ii perl-modules 5.20.2-3+deb8u6 all Core Perl modules ii php-symfony-class-loader 2.3.21+dfsg-4+deb8u3 all load PHP classes automatically ii php5 5.6.30+dfsg-0+deb8u1 all server-side, HTML-embedded scripting language (metapackage) ii php5-cgi 5.6.30+dfsg-0+deb8u1 amd64 server-side, HTML-embedded scripting language (CGI binary) ii php5-cli 5.6.30+dfsg-0+deb8u1 amd64 command-line interpreter for the php5 scripting language ii php5-common 5.6.30+dfsg-0+deb8u1 amd64 Common files for packages built from the php5 source ii php5-fpm 5.6.30+dfsg-0+deb8u1 amd64 server-side, HTML-embedded scripting language (FPM-CGI binary) ii php5-json 1.3.6-1 amd64 JSON module for php5 ii php5-mysqlnd 5.6.30+dfsg-0+deb8u1 amd64 MySQL module for php5 (Native Driver) ii php5-pam 1.0.3-4 amd64 pam module for PHP 5 ii php5-pgsql 5.6.30+dfsg-0+deb8u1 amd64 PostgreSQL module for php5 ii php5-sqlite 5.6.30+dfsg-0+deb8u1 amd64 SQLite module for php5 ii phpvirtualbox 5.0-5-2 all Web interface for VirtualBox. ii pkg-config 0.28-1 amd64 manage compile and link flags for libraries ii plexmediaserver 1.3.4.3285-b46e0ea amd64 Plex organizes all of your personal media so you can easily access and enjoy it. ii pm-utils 1.4.1-15 all utilities and scripts for power management ii postfix 2.11.3-1 amd64 High-performance mail transport agent ii powermgmt-base 1.31+nmu1 all Common utils and configs for power management ii prism2-usb-firmware-installer 0.2.9+dfsg-5 amd64 firmware files for the prism2_usb kernel driver ii procps 2:3.3.9-9 amd64 /proc file system utilities ii proftpd-basic 1.3.5-1.1+deb8u1 amd64 Versatile, virtual-hosting FTP daemon - binaries ii proftpd-mod-vroot 0.9.3-1 amd64 ProFTPD module mod_vroot ii psmisc 22.21-2 amd64 utilities that use the proc file system ii pulseaudio 5.0-13 amd64 PulseAudio sound server ii pulseaudio-utils 5.0-13 amd64 Command line tools for the PulseAudio sound server ii python 2.7.9-1 amd64 interactive high-level object-oriented language (default version) ii python-acme 0.9.3-1~bpo8+1 all ACME protocol library for Python 2 ii python-apt-common 0.9.3.12 all Python interface to libapt-pkg (locales) ii python-cachetools 1.0.0-1~bpo70+0mopidy1 all extensible memoizing collections and decorators for Python ii python-certbot 0.9.3-1~bpo8+2 all main library for certbot ii python-cffi 1.4.2-2~bpo8+1 all Foreign Function Interface for Python calling C code ii python-cffi-backend 1.4.2-2~bpo8+1 amd64 Foreign Function Interface for Python calling C code - backend ii python-chardet 2.3.0-1 all universal character encoding detector for Python2 ii python-cheetah 2.4.4-3 amd64 text-based template engine and Python code generator ii python-colorama 0.3.2-1 all Cross-platform colored terminal text in Python - Python 2.x ii python-configargparse 0.11.0-1~bpo8+1 all replacement for argparse with config files and environment variables (Python 2) ii python-configobj 5.0.6-1 all simple but powerful config file reader and writer for Python 2 ii python-crypto 2.6.1-5+deb8u1 amd64 cryptographic algorithms and protocols for Python ii python-cryptography 1.3.4-1~bpo8+2 amd64 Python library exposing cryptographic recipes and primitives (Python 2) ii python-dialog 3.3.0-2~bpo8+1 amd64 Python 2 module for making simple terminal-based user interfaces ii python-distlib 0.1.9-1 all low-level components of python distutils2/packaging ii python-dnspython 1.12.0-1 all DNS toolkit for Python ii python-enum34 1.0.3-1 all backport of Python 3.4's enum package ii python-feedparser 5.1.3-3 all Universal Feed Parser for Python ii python-funcsigs 1.0.2-3~bpo8+1 all function signatures from PEP362 - Python 2.7 ii python-gi 3.14.0-1 amd64 Python 2.x bindings for gobject-introspection libraries ii python-gst-1.0 1.2.1-1.1 amd64 GStreamer GObject Introspection overrides for Python ii python-html5lib 0.999-3 all HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 2) ii python-idna 2.0-3~bpo8+1 all Python IDNA2008 (RFC 5891) handling (Python 2) ii python-ipaddress 1.0.16-1~bpo8+1 all Backport of Python 3 ipaddress module (Python 2) ii python-ldb 2:1.1.20-0+deb8u1 amd64 Python bindings for LDB ii python-minimal 2.7.9-1 amd64 minimal subset of the Python language (default version) ii python-mock 2.0.0-3~bpo8+1 all Mocking and Testing Library ii python-ndg-httpsclient 0.4.2-1~bpo8+1 all enhanced HTTPS support for httplib and urllib2 using PyOpenSSL for Python2 ii python-ntdb 1.0-5 amd64 Python bindings for NTDB ii python-openssl 16.0.0-1~bpo8+1 all Python 2 wrapper around the OpenSSL library ii python-parsedatetime 1.4-1 all Python module to parse human-readable date/time expressions ii python-pbr 1.8.0-4.1~bpo8+1 all inject useful and sensible default behaviors into setuptools - Python 2.x ii python-pip 1.5.6-5 all alternative Python package installer ii python-pkg-resources 20.10.1-1.1~bpo8+1 all Package Discovery and Resource Access using pkg_resources ii python-ply 3.4-5 all Lex and Yacc implementation for Python2 ii python-pyasn1 0.1.9-1~bpo8+1 all ASN.1 library for Python (Python 2 module) ii python-pycparser 2.10+dfsg-3 all C parser in Python ii python-pycurl 7.19.5-3 amd64 Python bindings to libcurl ii python-pykka 1.2.1-1 all Actor model library for Python (Python 2) ii python-requests 2.11.1-1~bpo8+1 all elegant and simple HTTP library for Python2, built for human beings ii python-rfc3339 1.0-4~bpo8+1 all parser and generator of RFC 3339-compliant timestamps (Python 2) ii python-samba 2:4.2.14+dfsg-0+deb8u2 amd64 Python bindings for Samba ii python-setuptools 20.10.1-1.1~bpo8+1 all Python Distutils Enhancements ii python-six 1.9.0-3~bpo8+1 all Python 2 and 3 compatibility library (Python 2 interface) ii python-spotify 2.0.5-0mopidy1 amd64 Python bindings for libspotify (Python 2) ii python-support 1.0.15 all automated rebuilding support for Python modules ii python-talloc 2.1.2-0+deb8u1 amd64 hierarchical pool based memory allocator - Python bindings ii python-tdb 1.3.6-0+deb8u1 amd64 Python bindings for TDB ii python-tornado 3.2.2-1.1 amd64 scalable, non-blocking web server and tools ii python-tz 2012c+dfsg-0.1 all Python version of the Olson timezone database ii python-uritools 1.0.1-1 all RFC 3986 compliant replacement for urlparse (Python 2) ii python-urllib3 1.16-1~bpo8+1 all HTTP library with thread-safe connection pooling for Python ii python-yenc 0.4.0-1 amd64 yEnc encoding/decoding extension for Python ii python-zope.component 4.2.1-2 all Zope Component Architecture ii python-zope.event 4.0.3-2 all Very basic event publishing system ii python-zope.interface 4.1.1-3.1 amd64 Interfaces for Python ii python2.7 2.7.9-2+deb8u1 amd64 Interactive high-level object-oriented language (version 2.7) ii python2.7-minimal 2.7.9-2+deb8u1 amd64 Minimal subset of the Python language (version 2.7) ii python3 3.4.2-2 amd64 interactive high-level object-oriented language (default python3 version) ii python3-apt 0.9.3.12 amd64 Python 3 interface to libapt-pkg ii python3-dbus 1.2.0-2+b3 amd64 simple interprocess messaging system (Python 3 interface) ii python3-dialog 3.2.0-2 all Python module for making simple terminal-based user interfaces ii python3-lxml 3.4.0-1 amd64 pythonic binding for the libxml2 and libxslt libraries ii python3-minimal 3.4.2-2 amd64 minimal subset of the Python language (default python3 version) ii python3-natsort 3.5.1-1 all Natural sorting for python (Python3) ii python3-netifaces 0.10.4-0.1 amd64 portable network interface information - Python 3.x ii python3-pyudev 0.16.1-2 all Python3 bindings for libudev ii python3-sysv-ipc 0.6.8-1 amd64 semaphores, shared memory and message queues - Python 3.x ii python3.4 3.4.2-1 amd64 Interactive high-level object-oriented language (version 3.4) ii python3.4-minimal 3.4.2-1 amd64 Minimal subset of the Python language (version 3.4) ii quota 4.01-8+deb8u1 amd64 disk quota management tools ii quotatool 1:1.4.12-2 amd64 tool to edit disk quotas from the command line ii rclone 1.35 amd64 OpenMediaVault rclone backup plugin. ii readline-common 6.3-8 all GNU readline and history libraries, common files ii resolvconf 1.76.1 all name server information handler ii rpcbind 0.2.1-6+deb8u1 amd64 converts RPC program numbers into universal addresses ii rrdcached 1.4.8-1.2 amd64 data caching daemon for RRDtool ii rrdtool 1.4.8-1.2 amd64 time-series data storage and display system (programs) ii rsync 3.1.1-3 amd64 fast, versatile, remote (and local) file-copying tool ii rsyslog 8.4.2-1+deb8u2 amd64 reliable system and kernel logging daemon ii samba 2:4.2.14+dfsg-0+deb8u2 amd64 SMB/CIFS file, print, and login server for Unix ii samba-common 2:4.2.14+dfsg-0+deb8u2 all common files used by both the Samba server and client ii samba-common-bin 2:4.2.14+dfsg-0+deb8u2 amd64 Samba common files used by both the server and the client ii samba-dsdb-modules 2:4.2.14+dfsg-0+deb8u2 amd64 Samba Directory Services Database ii samba-libs:amd64 2:4.2.14+dfsg-0+deb8u2 amd64 Samba core libraries ii samba-vfs-modules 2:4.2.14+dfsg-0+deb8u2 amd64 Samba Virtual FileSystem plugins ii screen 4.2.1-3+deb8u1 amd64 terminal multiplexer with VT100/ANSI terminal emulation ii sdparm 1.08-1 amd64 Output and modify SCSI device parameters ii sed 4.2.2-4+deb8u1 amd64 The GNU sed stream editor ii sensible-utils 0.0.9 all Utilities for sensible alternative selection ii shared-mime-info 1.3-1 amd64 FreeDesktop.org shared MIME database and spec ii shellinabox 2.20 amd64 publish command line shell through AJAX interface ii smartmontools 6.3+svn4002-2+b2 amd64 control and monitor storage systems using S.M.A.R.T. ii snapraid 11.0-1 amd64 SnapRAID is a backup program for disk arrays. ii snapserver 0.10.0 amd64 Snapcast server ii snmpd 5.7.2.1+dfsg-1 amd64 SNMP (Simple Network Management Protocol) agents ii socat 1.7.2.4-2 amd64 multipurpose relay for bidirectional data transfer ii sqlite3 3.8.7.1-1+deb8u2 amd64 Command line interface for SQLite 3 ii ssl-cert 1.0.35 all simple debconf wrapper for OpenSSL ii startpar 0.59-3 amd64 run processes in parallel and multiplex their output ii sudo 1.8.10p3-1+deb8u3 amd64 Provide limited super user privileges to specific users ii systemd 215-17+deb8u6 amd64 system and service manager ii systemd-sysv 215-17+deb8u6 amd64 system and service manager - SysV links ii sysv-rc 2.88dsf-59 all System-V-like runlevel change mechanism ii sysvinit-utils 2.88dsf-59 amd64 System-V-like utilities ii tar 1.27.1-2+deb8u1 amd64 GNU version of the tar archiving utility ii tasksel 3.31+deb8u1 all tool for selecting tasks for installation on Debian systems ii tasksel-data 3.31+deb8u1 all official tasks used for installation of Debian systems ii tdb-tools 1.3.6-0+deb8u1 amd64 Trivial Database - bundled binaries ii tftpd-hpa 5.2+20140608-3 amd64 HPA's tftp server ii thunar 1.6.3-2 amd64 File Manager for Xfce ii thunar-data 1.6.3-2 all Provides thunar documentation, icons and translations ii tightvncserver 1.3.9-6.5 amd64 virtual network computing server software ii traceroute 1:2.0.20-2+b1 amd64 Traces the route taken by packets over an IPv4/IPv6 network ii tvheadend 4.1-2405~geb495a0~jessie amd64 Tvheadend ii tzdata 2016j-0+deb8u1 all time zone and daylight-saving time data ii ucf 3.0030 all Update Configuration File(s): preserve user changes to config files ii udev 215-17+deb8u6 amd64 /dev/ and hotplug management daemon ii unrar 1:5.2.7-0.1 amd64 Unarchiver for .rar files (non-free version) ii unzip 6.0-16+deb8u2 amd64 De-archiver for .zip files ii update-inetd 4.43 all inetd configuration file updater ii usbutils 1:007-2 amd64 Linux USB utilities ii util-linux 2.25.2-6 amd64 Miscellaneous system utilities ii uuid 1.6.2-1.5+b1 amd64 Universally Unique Identifier Command-Line Tool ii vim-common 2:7.4.488-7+deb8u2 amd64 Vi IMproved - Common files ii vim-tiny 2:7.4.488-7+deb8u2 amd64 Vi IMproved - enhanced vi editor - compact version ii virtualbox 5.1.8-dfsg-6~bpo8+2 amd64 x86 virtualization solution - base binaries ii virtualbox-dkms 5.1.8-dfsg-6~bpo8+2 all x86 virtualization solution - kernel module sources for dkms ii virtualbox-ext-pack-installer 5.1.8 all VirtualBox extension pack installer. ii watchdog 5.14-3 amd64 system health checker and software/hardware watchdog handler ii wget 1.16-1+deb8u1 amd64 retrieves files from the web ii whiptail 0.52.17-1+b1 amd64 Displays user-friendly dialog boxes from shell scripts ii wireless-tools 30~pre9-8 amd64 Tools for manipulating Linux Wireless Extensions ii wpasupplicant 2.3-1+deb8u4 amd64 client support for WPA and WPA2 (IEEE 802.11i) ii x11-common 1:7.7+7 all X Window System (X.Org) infrastructure ii x11-utils 7.7+2 amd64 X11 utilities ii x11-xkb-utils 7.7+1 amd64 X11 XKB utilities ii xauth 1:1.0.9-1 amd64 X authentication utility ii xbitmaps 1.1.1-2 all Base X bitmaps ii xfce-keyboard-shortcuts 4.10.0-6 all xfce keyboard shortcuts configuration ii xfce4 4.10.1 all Meta-package for the Xfce Lightweight Desktop Environment ii xfce4-appfinder 4.10.1-1 amd64 Application finder for the Xfce4 Desktop Environment ii xfce4-mixer 4.10.0-3 amd64 Xfce mixer application ii xfce4-panel 4.10.1-1 amd64 panel for Xfce4 desktop environment ii xfce4-session 4.10.1-10 amd64 Xfce4 Session Manager ii xfce4-settings 4.10.1-2 amd64 graphical application for managing Xfce settings ii xfconf 4.10.0-3 amd64 utilities for managing settings in Xfce ii xfdesktop4 4.10.2-3 amd64 xfce desktop background, icons and root menu manager ii xfdesktop4-data 4.10.2-3 all xfce desktop background, icons and root menu (common files) ii xfonts-base 1:1.0.3 all standard fonts for X ii xfonts-encodings 1:1.0.4-2 all Encodings for X.Org fonts ii xfonts-utils 1:7.7+2 amd64 X Window System font utility programs ii xfsprogs 3.2.1 amd64 Utilities for managing the XFS filesystem ii xfwm4 4.10.1-3 amd64 window manager of the Xfce project ii xkb-data 2.12-1 all X Keyboard Extension (XKB) configuration data ii xmlstarlet 1.6.1-1 amd64 command line XML toolkit ii xrdp 0.6.1-2 amd64 Remote Desktop Protocol (RDP) server ii xterm 312-2 amd64 X terminal emulator ii xz-utils 5.1.1alpha+20120614-2+b3 amd64 XZ-format compression utilities ii zlib1g:amd64 1:1.2.8.dfsg-2+b1 amd64 compression library - runtime`

badaix commented 7 years ago

On FreeBSD it's now running fine. Can you build the server and try (master branch)?

Edit: Or use this package: snapserver_0.11.1_amd64.deb.gz

drdownload commented 7 years ago

Hi, I built from master and cpu is down to 6 % in idle.

drdownload commented 7 years ago

after some fiddling with sample rates, pulse uses 1% and snapserver 4% when running some streams.

badaix commented 7 years ago

sounds like it's solved now :+1:

drdownload commented 7 years ago

It would be nice if someone else would give feedback beside of me, but for me its resolved :+1:

badaix commented 7 years ago

ACK, for my FreeBSD/X64 and my Linux Mint/X64 it's working. I will do some tests on Raspbian/ARM and OpenWRT/MIPS. Would be great if @treb42 or @m-kloeckner could also test and verify.

m-kloeckner commented 7 years ago

I'll try to check it out tonight on my OpenWRT-based systems.

treb42 commented 7 years ago

tested the snapserver_0.11.1_armhf.deb package on my rasb volumio, works like a charm! :thumbsup:

badaix commented 7 years ago

Cool. Tested before the release on ARM, MIPS, Linux, MacOS, ...

A pleasure to close this issue :)