Problem starting Roon Server on headless Arch system

Hi,

I run an Arch Linux server as a VM on ESXi. It is fully up to date. I’ve used this for years to run Logitech Media Server for years and thought I’d try Roon. I installed the server using the Easy Installer and then installed Roon on my Mac for remote control. The Mac remote couldn’t connect, so I looked at the server and it appears Roon is in an infinite restart loop:

[root@tap ~]# systemctl status roonserver
● roonserver.service - RoonServer
Loaded: loaded (/etc/systemd/system/roonserver.service; enabled; vendor prese
Active: active (running) since Wed 2017-07-26 18:41:09 PDT; 8min ago
Main PID: 12837 (start.sh)
Tasks: 49 (limit: 4915)
CGroup: /system.slice/roonserver.service
├─12837 /bin/bash /opt/RoonServer/start.sh
├─12841 /opt/RoonServer/Mono/bin/RoonServer --debug --gc=sgen --serve
├─18431 /more_stuff/opt/RoonServer/Mono/bin/RoonAppliance --debug --g
├─18433 /more_stuff/opt/RoonServer/Server/processreaper 18431
└─18484 /more_stuff/opt/RoonServer/Mono/bin/RAATServer --debug --gc=s

Jul 26 18:48:52 tap start.sh[12837]: Started
Jul 26 18:48:54 tap start.sh[12837]: Not responding
Jul 26 18:49:09 tap start.sh[12837]: Error
Jul 26 18:49:11 tap start.sh[12837]: Initializing
Jul 26 18:49:12 tap start.sh[12837]: Started
Jul 26 18:49:14 tap start.sh[12837]: Not responding
Jul 26 18:49:29 tap start.sh[12837]: Error
Jul 26 18:49:32 tap start.sh[12837]: Initializing
Jul 26 18:49:32 tap start.sh[12837]: Started
Jul 26 18:49:34 tap start.sh[12837]: Not responding

If I go to the log dir, there are 20 logs (the max rotation I assume) each with the same content. The tail of one of the RoonServer logs is:

07/26 18:49:52 Error: Failed to write logged exception to disk: System.IO.FileNotFoundException: Could not load file or assembly ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’ or one of its dependencies.
File name: ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’
at Sooloos.Support.Manager+<_LoggedException>c__AnonStorey6.<>m__0 (System.Object ) [0x00000] in /home/roon/roon/RoonApp/support.cs:360
07/26 18:49:52 Error: Failed to write logged exception to disk: System.IO.FileNotFoundException: Could not load file or assembly ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’ or one of its dependencies.
File name: ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’
at Sooloos.Support.Manager+<_LoggedException>c__AnonStorey6.<>m__0 (System.Object ) [0x00000] in /home/roon/roon/RoonApp/support.cs:360
07/26 18:49:53 Info: [stats] 1630mb Virtual, 57mb Physical, 0mb Managed, 0 Handles, 25 Threads
07/26 18:50:03 Trace: Successful POST response from https://push.roonlabs.com/push/1/connect
07/26 18:50:03 Trace: [push] connecting to 159.203.179.219:9200
07/26 18:50:03 Trace: [push] connected
07/26 18:50:08 Info: [stats] 1630mb Virtual, 62mb Physical, 0mb Managed, 0 Handles, 24 Threads

@support Any ideas?

I’m totally new to Roon so I could be missing something obvious. Thanks for any guidance,

John

I take it all the dependencies for Roon are satisfied by Arch?

https://kb.roonlabs.com/LinuxInstall

have you tried a manual install instead?

Thanks for the response - yeah all the dependencies are satisfied:

[root@tap RoonServer]# ./check.sh

Checking to see if RoonServer can run on this machine

Checking for Binary Compatibility                            [   OK   ]
Checking for ALSA Libraries                                  [   OK   ]
Checking for ffmpeg or avconv                               which: no avconv in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)

[ OK ]
Checking for the mount.cifs command [ OK ]
Testing ulimit -n 8192 [ OK ]

STATUS: SUCCESS

[root@tap RoonServer]#

I haven’t tried the manual install yet, but I was thinking about creating a ubuntu based docker image to run it in, since ubuntu seems to be the most recommended Linux distro for Roon. @support what ports are used by the roon server so I can map them to the docker container? Also, @support nobody from Roon has responded yet - my 14 day trial has only 12 days left and I have yet to try Roon since I can’t get it running. Help is very much appreciated. Thanks.

John

i am running Debian 8 as a headless server very successfully

Remind me (!) what commands to run to check the ports and I will happily do that for you

netstat -a

tcp        0      0 debian-server:33992     rendu-0103ee:40352      ESTABLISHED
tcp        0      0 debian-server:53315     rendu-0103ee:54578      ESTABLISHED

tcp        0      0 debian-server:34389     MiniRoon:33523          ESTABLISHED
tcp        0      0 debian-server:55103     MiniRoon:41239          ESTABLISHED

The two devices are various endpoints on my network

also see here:

https://community.roonlabs.com/t/overview-firewall-open-ports/20334

the suggestion in this post is that different ports are used for different endpoints

You could try running Debian or Ubuntu in the VM and using NAT to portmap automagically

Maybe?

Thanks again - because I’m working against the clock on my 14 day trial, I just installed roon server on a windows box for now. It’s working and I can see if I like Roon enough to buy it before the trial expires. If I buy it, I’ll figure out whatever the problem is on Arch.

I have to say that my initial impressions of Roon @support are pretty poor. 5 days and not a peep from them. I was expecting a little more for an expensive product like Roon.

John

Hey @2Eleven – sorry for the slow response here.

So, the most common possible causes for what you’re describing here are:

  • A missing DLL or dependency
  • A corrupt Roon install

If you’ve already confirmed that neither of those are the issue, can you just run find in the install directory with no arguments, and past the whole output to us here?

Hi - thanks for getting back to me. I can’t confirm if the install is corrupt or not - I could try uninstalling/reinstalling. There were no errors from the easy installer, but that doesn’t necessarily mean nothing went wrong. Here’s the find you asked for:

[guest@tap ~]$ cd /opt/RoonServer/
[guest@tap RoonServer]$ find
.
./Server
./Server/RoonApp.dll
./Server/LevelDb.Database.dll.mdb
./Server/RoonBase.dll.mdb
./Server/Pebble.Messages.dll
./Server/Base.dll.mdb
./Server/Roon.Audio.Raat.dll
./Server/relaunch
./Server/libroonbase.so
./Server/Broker.Messages.Core.dll.mdb
./Server/libleveldb.so
./Server/ICSharpCode.SharpZipLib.dll
./Server/LevelDb.Database.dll
./Server/Metadata.Messages.dll
./Server/RoonApp.dll.mdb
./Server/RoonServer
./Server/RoonServer.exe.mdb
./Server/Base.dll
./Server/Roon.Messages.dll
./Server/processreaper
./Server/RoonServer.exe
./Server/Messaging.dll
./Server/libbase.so
./Server/codegen.exe.mdb
./Server/Pebble.Messages.dll.mdb
./Server/Metadata.Messages.dll.mdb
./Server/Broker.Messages.Core.dll
./Server/RoonBase.dll
./Server/Messaging.dll.mdb
./Server/Roon.Messages.dll.mdb
./Server/Roon.Audio.Raat.dll.mdb
./Server/MessagingTools.dll.mdb
./Server/VERSION
./start.sh
./Mono
./Mono/lib
./Mono/lib/libMonoSupportW.so
./Mono/lib/mono
./Mono/lib/mono/4.5
./Mono/lib/mono/4.5/System.Core.dll
./Mono/lib/mono/4.5/System.Net.Http.WebRequest.dll
./Mono/lib/mono/4.5/mscorlib.dll
./Mono/lib/mono/4.5/System.Configuration.dll
./Mono/lib/mono/4.5/Mono.Security.dll
./Mono/lib/mono/4.5/Mono.Posix.dll
./Mono/lib/mono/4.5/System.Net.dll
./Mono/lib/mono/4.5/CustomMarshalers.dll
./Mono/lib/mono/4.5/System.Net.Http.dll
./Mono/lib/mono/4.5/I18N.dll
./Mono/lib/mono/4.5/I18N.West.dll
./Mono/lib/mono/4.5/System.dll
./Mono/lib/mono/4.5/System.Security.dll
./Mono/lib/mono/4.5/System.Xml.dll
./Mono/lib/mono/gac
./Mono/lib/mono/gac/System.Xml
./Mono/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089
./Mono/lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll
./Mono/lib/mono/gac/I18N
./Mono/lib/mono/gac/I18N/4.0.0.0__0738eb9f132ed756
./Mono/lib/mono/gac/I18N/4.0.0.0__0738eb9f132ed756/I18N.dll.mdb
./Mono/lib/mono/gac/I18N/4.0.0.0__0738eb9f132ed756/I18N.dll
./Mono/lib/mono/gac/I18N/4.0.0.0__0738eb9f132ed756/4.0.0.0__0738eb9f132ed756
./Mono/lib/mono/gac/I18N/4.0.0.0__0738eb9f132ed756/4.0.0.0__0738eb9f132ed756/I18N.dll.mdb
./Mono/lib/mono/gac/I18N/4.0.0.0__0738eb9f132ed756/4.0.0.0__0738eb9f132ed756/I18N.dll
./Mono/lib/mono/gac/Mono.Posix
./Mono/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756
./Mono/lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll
./Mono/lib/mono/gac/CustomMarshalers
./Mono/lib/mono/gac/CustomMarshalers/4.0.0.0__b03f5f7f11d50a3a
./Mono/lib/mono/gac/CustomMarshalers/4.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll
./Mono/lib/mono/gac/System
./Mono/lib/mono/gac/System/4.0.0.0__b77a5c561934e089
./Mono/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll
./Mono/lib/mono/gac/I18N.West
./Mono/lib/mono/gac/I18N.West/4.0.0.0__0738eb9f132ed756
./Mono/lib/mono/gac/I18N.West/4.0.0.0__0738eb9f132ed756/I18N.West.dll.mdb
./Mono/lib/mono/gac/I18N.West/4.0.0.0__0738eb9f132ed756/I18N.West.dll
./Mono/lib/mono/gac/I18N.West/4.0.0.0__0738eb9f132ed756/4.0.0.0__0738eb9f132ed756
./Mono/lib/mono/gac/I18N.West/4.0.0.0__0738eb9f132ed756/4.0.0.0__0738eb9f132ed756/I18N.West.dll.mdb
./Mono/lib/mono/gac/I18N.West/4.0.0.0__0738eb9f132ed756/4.0.0.0__0738eb9f132ed756/I18N.West.dll
./Mono/lib/mono/gac/System.Core
./Mono/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089
./Mono/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll
./Mono/lib/mono/gac/System.Configuration
./Mono/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a
./Mono/lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
./Mono/lib/mono/gac/Mono.Security
./Mono/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756
./Mono/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll
./Mono/lib/mono/gac/System.Xml.Serialization
./Mono/lib/mono/gac/System.Xml.Serialization/4.0.0.0__b77a5c561934e089
./Mono/lib/mono/gac/System.Xml.Serialization/4.0.0.0__b77a5c561934e089/System.Xml.Serialization.dll
./Mono/lib/mono/gac/System.Security
./Mono/lib/mono/gac/System.Security/4.0.0.0__b03f5f7f11d50a3a
./Mono/lib/mono/gac/System.Security/4.0.0.0__b03f5f7f11d50a3a/System.Security.dll
./Mono/lib/mono/gac/System.Net
./Mono/lib/mono/gac/System.Net/4.0.0.0__b03f5f7f11d50a3a
./Mono/lib/mono/gac/System.Net/4.0.0.0__b03f5f7f11d50a3a/System.Net.dll
./Mono/lib/mono/gac/System.IO.Compression
./Mono/lib/mono/gac/System.IO.Compression/4.0.0.0__b77a5c561934e089
./Mono/lib/mono/gac/System.IO.Compression/4.0.0.0__b77a5c561934e089/System.IO.Compression.dll
./Mono/lib/mono/gac/System.Net.Http
./Mono/lib/mono/gac/System.Net.Http/4.0.0.0__b03f5f7f11d50a3a
./Mono/lib/mono/gac/System.Net.Http/4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
./Mono/lib/mono/gac/System.Net.Http.WebRequest
./Mono/lib/mono/gac/System.Net.Http.WebRequest/4.0.0.0__b03f5f7f11d50a3a
./Mono/lib/mono/gac/System.Net.Http.WebRequest/4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.WebRequest.dll
./Mono/lib/mono/2.0
./Mono/lib/mono/mono-configuration-crypto
./Mono/lib/mono/mono-configuration-crypto/4.5
./Mono/lib/mono/mono-configuration-crypto/4.5/Mono.Configuration.Crypto.dll
./Mono/lib/libMonoPosixHelper.so
./Mono/bin
./Mono/bin/RoonServer
./Mono/bin/mono-sgen
./Mono/bin/RoonAppliance
./Mono/bin/RAATServer
./Mono/etc
./Mono/etc/mono
./Mono/etc/mono/browscap.ini
./Mono/etc/mono/2.0
./Mono/etc/mono/2.0/web.config
./Mono/etc/mono/2.0/machine.config
./Mono/etc/mono/2.0/DefaultWsdlHelpGenerator.aspx
./Mono/etc/mono/2.0/settings.map
./Mono/etc/mono/2.0/Browsers
./Mono/etc/mono/2.0/Browsers/Compat.browser
./Mono/etc/mono/config
./Mono/etc/mono/4.5
./Mono/etc/mono/4.5/Browsers
./Mono/etc/mono/4.5/Browsers/Compat.browser
./Mono/etc/mono/4.5/machine.config
./Mono/etc/mono/4.5/web.config
./Mono/etc/mono/4.5/settings.map
./Mono/etc/mono/4.5/DefaultWsdlHelpGenerator.aspx
./Mono/etc/mono/mconfig
./Mono/etc/mono/mconfig/config.xml
./check.sh
./Appliance
./Appliance/Imagoo.dll.mdb
./Appliance/Roon.Storage.Core.dll.mdb
./Appliance/Base.dll.mdb
./Appliance/Roon.Storage.Directory.dll.mdb
./Appliance/Cola.dll
./Appliance/rquote.png
./Appliance/lquote.png
./Appliance/libroonbase.so
./Appliance/RAATServerApp.dll.mdb
./Appliance/Roon.Audio.AirPlay.dll.mdb
./Appliance/RoonApp.dll
./Appliance/RoonAppliance.exe.mdb
./Appliance/Roon.Audio.UPnP.dll.mdb
./Appliance/VERSION
./Appliance/RAATServer
./Appliance/Pebble.Messages.dll
./Appliance/Roon.Messages.dll
./Appliance/Roon.Audio.UPnP.dll
./Appliance/roon_logo_small.png
./Appliance/matter_waveform_slider_middle.png
./Appliance/Roon.Broker.Api.dll.mdb
./Appliance/libfreetype.so
./Appliance/Roon.Tidal.dll.mdb
./Appliance/Roon.Audio.Devialet.dll.mdb
./Appliance/libleveldb.so
./Appliance/Identifier.Messages.dll.mdb
./Appliance/NotoSansDevanagari-Regular.ttf
./Appliance/stars_edit_4.png
./Appliance/NotoSansHebrew-Regular.ttf
./Appliance/stars_edit_3.png
./Appliance/bubble_top.png
./Appliance/Roon.Broker.Concurrency.dll
./Appliance/matter-button-topleft.png
./Appliance/libbase.so
./Appliance/NotoSerifThai-Regular.ttf
./Appliance/Roon.Audio.dll.mdb
./Appliance/Roon.Tidal.dll
./Appliance/Roon.Storage.CollectionDump.dll
./Appliance/Roon.Media.dll
./Appliance/Roon.Sharing.dll
./Appliance/Roon.Storage.CollectionDump.dll.mdb
./Appliance/bubble_topleft.png
./Appliance/NotoSerif-Regular.ttf
./Appliance/RoonBase.dll.mdb
./Appliance/Broker.Messages.Core.dll
./Appliance/Roon.Broker.Remoting.dll.mdb
./Appliance/Roon.Songkick.dll.mdb
./Appliance/Messaging.dll.mdb
./Appliance/bubble_middle.png
./Appliance/BouncyCastle.Crypto.dll
./Appliance/libjpegdds.so
./Appliance/NotoSans-Regular.ttf
./Appliance/Metadata.Messages.dll.mdb
./Appliance/Roon.Audio.Devialet.dll
./Appliance/bubble_bottomright.png
./Appliance/bubble_bottom.png
./Appliance/Roon.Audio.Meridian.dll.mdb
./Appliance/ICSharpCode.SharpZipLib.dll
./Appliance/Roon.Audio.Raat.dll
./Appliance/Roon.Backup.dll.mdb
./Appliance/solid.png
./Appliance/bubble_bottomleft.png
./Appliance/Fontagoo.dll.mdb
./Appliance/Roon.Storage.Core.dll
./Appliance/RAATServer.exe.mdb
./Appliance/stars_edit_2.png
./Appliance/bubble_left.png
./Appliance/Roon.Http.dll.mdb
./Appliance/RoonAppliance.exe
./Appliance/stars_edit_5.png
./Appliance/raat.dat
./Appliance/Noto.dll
./Appliance/Roon.Broker.Core.dll
./Appliance/Roon.Audio.Signal.dll
./Appliance/Roon.Broker.Api.Remote.dll
./Appliance/libraatmanager.so
./Appliance/MessagingTools.dll.mdb
./Appliance/Roon.Broker.Concurrency.dll.mdb
./Appliance/Fontagoo.dll
./Appliance/Roon.Storage.ITunes.dll
./Appliance/Roon.Messages.dll.mdb
./Appliance/Roon.Metadata.dll
./Appliance/libroonsearch.so
./Appliance/NotoSansCJKjp-Regular.otf
./Appliance/RAATServer.exe
./Appliance/Pebble.Messages.dll.mdb
./Appliance/known_composers.json
./Appliance/stars_edit_6.png
./Appliance/stars_edit_1.png
./Appliance/Roon.Audio.AirPlay.dll
./Appliance/Chaos.NaCl.dll
./Appliance/Roon.Storage.Directory.dll
./Appliance/bubble_topright.png
./Appliance/matter-button-bottomleft.png
./Appliance/Identifier.Messages.dll
./Appliance/NotoSansThai-Regular.ttf
./Appliance/Roon.Client.Models.dll.mdb
./Appliance/stars_edit_8.png
./Appliance/remoting_codegen.exe.mdb
./Appliance/stars_edit_10.png
./Appliance/RoonApp.dll.mdb
./Appliance/Broker.Messages.Core.dll.mdb
./Appliance/check_alsa
./Appliance/Roon.Backup.dll
./Appliance/Roon.Broker.Api.dll
./Appliance/Roon.Audio.Signal.dll.mdb
./Appliance/Noto.dll.mdb
./Appliance/bubble_right.png
./Appliance/Roon.Audio.Raat.dll.mdb
./Appliance/libapplealac.so
./Appliance/Roon.Audio.Meridian.dll
./Appliance/Base.dll
./Appliance/Roon.Broker.Core.dll.mdb
./Appliance/Roon.Client.Models.dll
./Appliance/LevelDb.Database.dll.mdb
./Appliance/RoonAppliance
./Appliance/Roon.FileSystem.dll
./Appliance/libimagescaler.so
./Appliance/stars_edit_9.png
./Appliance/Cola.dll.mdb
./Appliance/Roon.Broker.Remoting.dll
./Appliance/stars_edit_0.png
./Appliance/Roon.Sharing.dll.mdb
./Appliance/Generic03.jpg
./Appliance/libroondevialet.so
./Appliance/matter-button-bottomright.png
./Appliance/stars_edit_7.png
./Appliance/RoonBase.dll
./Appliance/Roon.Metadata.dll.mdb
./Appliance/Roon.Storage.ITunes.dll.mdb
./Appliance/squeezebox_noimage.png
./Appliance/RAATServerApp.dll
./Appliance/Roon.Http.dll
./Appliance/check_bincompat
./Appliance/libroonmedia.so
./Appliance/Roon.Songkick.dll
./Appliance/matter_waveform_slider_middle_glow.png
./Appliance/Metadata.Messages.dll
./Appliance/Roon.Audio.dll
./Appliance/Roon.Media.dll.mdb
./Appliance/matter-button-topright.png
./Appliance/codegen.exe.mdb
./Appliance/Imagoo.dll
./Appliance/processreaper
./Appliance/LevelDb.Database.dll
./Appliance/Roon.FileSystem.dll.mdb
./Appliance/Messaging.dll
./VERSION
[guest@tap RoonServer]$ 

Thanks again,
John

This looks normal to me. I assume you’ve now tried re-installing?

If so, I’ll probably need to discuss this further with the team, and then I can get back to you with some next steps.

Thanks again for your patience here @2Eleven!

I reinstalled - this time using the manual install. Same result:

[root@tap Roon]# ROON_DATAROOT=’/stuff/Media/Audio/roon/’ /opt/RoonServer/start.sh
Initializing
Started
Not responding
Error
Initializing
Started
Not responding
Error
^C
[root@tap Roon]#

At least that eliminates the possibility of the issue being systemd related. Still don’t know why it’s doing this. Here’s the entire log from one of the runs in the restart loop above:

[guest@tap Logs]$ cat RoonServer_log.01.txt
08/01 13:33:56 Info: Starting RoonServer v1.3 (build 247) stable on linuxx64
08/01 13:33:56 Trace: Checking if we are already running
08/01 13:33:56 Trace: Nope, we are the only one running
08/01 13:33:56 Info: Is 64 bit? True
08/01 13:33:56 Info: Command Line Argument: -watchdogport=44133
08/01 13:33:56 Trace: [realtime] fetching time from NTP server
08/01 13:33:56 Trace: [realtime] Got time from NTP: 8/1/2017 8:33:56 PM (3710608436843ms)
08/01 13:33:56 Info: [broker] starting 92ef868b-b6c0-4198-977c-22a0b7da6d62
08/01 13:33:56 Trace: [realtime] Updated clock skew to -00:00:00.0219620 (-21.962ms)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] initial listing found drive mounted at /
08/01 13:33:57 Debug: [broker/filebrowser/nassharemaker] rebuildsymlinks
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] initial listing found drive mounted at /boot/efi
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] initial listing found drive mounted at /mnt
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /mnt because it is not a /dev/sd[0-9]* (mountline: /dev/loop0 /mnt ext4 rw,relatime,data=ordered 0 0)
08/01 13:33:57 Info: [broker/locations] adding storage location: Internet:Name=Internet Media:Id=e268f098-04c4-4e65-af3f-38ba3c3fcecb
08/01 13:33:57 Info: [broker/locations] media availability: Internet:Name=Internet Media:Id=e268f098-04c4-4e65-af3f-38ba3c3fcecb is online
08/01 13:33:57 Info: [broker/locations] adding storage location: MetadataService:Name=Metadata Service:Id=13769258-b70b-4243-b1d6-bd46e8257ba8
08/01 13:33:57 Info: [broker/locations] media availability: MetadataService:Name=Metadata Service:Id=13769258-b70b-4243-b1d6-bd46e8257ba8 is online
08/01 13:33:57 Info: [broker/locations] adding storage location: Offline:Name=Offline:Id=f1e4b43f-f643-47ba-b875-fd93b32a6006
08/01 13:33:57 Critical: scx: System.IO.FileNotFoundException: Could not load file or assembly ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’ or one of its dependencies.
File name: ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’
at Sooloos.Broker.LocationManager…ctor (Sooloos.Broker.State state) [0x00105] in /home/roon/roon/Broker/Core/broker_locations.cs:313
at Sooloos.Broker.State._InitMiscThreadSync () [0x000a1] in /home/roon/roon/Broker/Core/broker_state.cs:382
at Sooloos.SynchronizationContextThread+c__AnonStorey3.<>m__0 (System.Object _) [0x00000] in /home/roon/roon/RoonBase/threadutils.cs:417
at Sooloos.SynchronizationContextThread._Dispatch (Sooloos.SynchronizationContextThread+SendOrPostWrapper& ret) [0x00012] in /home/roon/roon/RoonBase/threadutils.cs:328
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /proc
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /dev
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /run
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/firmware/efi/efivars
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/kernel/security
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /dev/shm
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /dev/pts
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/unified
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/systemd
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/pstore
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/memory
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/devices
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/freezer
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/blkio
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/perf_event
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/cpu,cpuacct
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/net_cls,net_prio
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/cpuset
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/fs/cgroup/pids
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /proc/sys/fs/binfmt_misc
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/kernel/debug
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /dev/hugepages
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /tmp
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /dev/mqueue
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /sys/kernel/config
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /proc/fs/nfsd
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /boot/efi
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /var/lib/nfs/rpc_pipefs
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /more_stuff
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /stuff_ro
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /stuff
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /run/user/1111
08/01 13:33:57 Debug: [volumewatcher] ev_VolumeChanged DidMount: /mnt
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /proc
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /proc because it is not a /dev/sd[0-9]* (mountline: proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /dev
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /run
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys because it is not a /dev/sd[0-9]* (mountline: sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /dev because it is not a /dev/sd[0-9]* (mountline: dev /dev devtmpfs rw,nosuid,relatime,size=4084768k,nr_inodes=1021192,mode=755 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/firmware/efi/efivars
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/firmware/efi/efivars because it is not a /dev/sd[0-9]* (mountline: efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /run because it is not a /dev/sd[0-9]* (mountline: run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/kernel/security
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /dev/shm
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/kernel/security because it is not a /dev/sd[0-9]* (mountline: securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /dev/shm because it is not a /dev/sd[0-9]* (mountline: tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /dev/pts
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /dev/pts because it is not a /dev/sd[0-9]* (mountline: devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/unified
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup because it is not a /dev/sd[0-9]* (mountline: tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/systemd
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/unified because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/pstore
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/systemd because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/memory
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/devices
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/memory because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/freezer
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/devices because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/blkio
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/freezer because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/pstore because it is not a /dev/sd[0-9]* (mountline: pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/perf_event
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/blkio because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/cpu,cpuacct
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/perf_event because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/net_cls,net_prio
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/cpu,cpuacct because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/cpuset
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/net_cls,net_prio because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/fs/cgroup/pids
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/cpuset because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /proc/sys/fs/binfmt_misc
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/fs/cgroup/pids because it is not a /dev/sd[0-9]* (mountline: cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/kernel/debug
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /proc/sys/fs/binfmt_misc because it is not a /dev/sd[0-9]* (mountline: systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /dev/hugepages
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/kernel/debug because it is not a /dev/sd[0-9]* (mountline: debugfs /sys/kernel/debug debugfs rw,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /tmp
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /dev/hugepages because it is not a /dev/sd[0-9]* (mountline: hugetlbfs /dev/hugepages hugetlbfs rw,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /dev/mqueue
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /tmp because it is not a /dev/sd[0-9]* (mountline: tmpfs /tmp tmpfs rw,nosuid,nodev 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /sys/kernel/config
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /dev/mqueue because it is not a /dev/sd[0-9]* (mountline: mqueue /dev/mqueue mqueue rw,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /proc/fs/nfsd
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /sys/kernel/config because it is not a /dev/sd[0-9]* (mountline: configfs /sys/kernel/config configfs rw,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /boot/efi
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /proc/fs/nfsd because it is not a /dev/sd[0-9]* (mountline: nfsd /proc/fs/nfsd nfsd rw,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /var/lib/nfs/rpc_pipefs
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /more_stuff
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /var/lib/nfs/rpc_pipefs because it is not a /dev/sd[0-9]* (mountline: sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /stuff_ro
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /more_stuff because it is not a /dev/sd[0-9]* (mountline: silo.lan:/export/more_stuff /more_stuff nfs4 rw,noatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.4,local_lock=none,addr=192.168.1.2 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /stuff
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /stuff_ro because it is not a /dev/sd[0-9]* (mountline: silo.lan:/export/stuff /stuff_ro nfs4 ro,noatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.4,local_lock=none,addr=192.168.1.2 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /run/user/1111
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /stuff because it is not a /dev/sd[0-9]* (mountline: silo.lan:/export/stuff /stuff nfs4 rw,noatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.4,local_lock=none,addr=192.168.1.2 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] found newly mounted drive at /mnt
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /run/user/1111 because it is not a /dev/sd[0-9]* (mountline: tmpfs /run/user/1111 tmpfs rw,nosuid,nodev,relatime,size=817872k,mode=700,uid=1111,gid=1111 0 0)
08/01 13:33:57 Debug: [broker/filebrowser/volumeattached] skipping /mnt because it is not a /dev/sd[0-9]* (mountline: /dev/loop0 /mnt ext4 rw,relatime,data=ordered 0 0)
08/01 13:33:57 Error: Failed to write logged exception to disk: System.IO.FileNotFoundException: Could not load file or assembly ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’ or one of its dependencies.
File name: ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’
at Sooloos.Support.Manager+<_LoggedException>c__AnonStorey6.<>m__0 (System.Object ) [0x00000] in /home/roon/roon/RoonApp/support.cs:360
08/01 13:33:57 Info: [libraryapi] loaded first run time 8/1/2017 8:32:53 PM
08/01 13:33:57 Info: [transport/raatserver] [runner] Start or Connect…
08/01 13:33:57 Info: ConnectOrStartAndWaitForExit RAATServer
08/01 13:33:57 Info: [transport/raatserver] [runner] Status: Started
08/01 13:33:57 Info: [stats] 1432mb Virtual, 48mb Physical, 0mb Managed, 0 Handles, 22 Threads
08/01 13:33:57 Critical: scx: System.NullReferenceException: Object reference not set to an instance of an object
at Sooloos.Broker.State._InitMiscThreadAsync () [0x00000] in /home/roon/roon/Broker/Core/broker_state.cs:555
at Sooloos.Broker.State.m__4 () [0x00000] in /home/roon/roon/Broker/Core/broker_state.cs:322
at Sooloos.SynchronizationContextThread+c__AnonStorey1.<>m__0 (System.Object _) [0x00000] in /home/roon/roon/RoonBase/threadutils.cs:415
at Sooloos.SynchronizationContextThread._Dispatch (Sooloos.SynchronizationContextThread+SendOrPostWrapper& ret) [0x00012] in /home/roon/roon/RoonBase/threadutils.cs:328
08/01 13:33:57 Critical: eventloop: System.NullReferenceException: Object reference not set to an instance of an object
at Sooloos.Application+c__AnonStorey0.<>m__0 () [0x00026] in /home/roon/roon/Client/Appliance/appliance_main.cs:280
at Sooloos.EventLoop+c__AnonStorey0.<>m__0 (System.Object _) [0x00000] in /home/roon/roon/RoonBase/threadutils.cs:102
at Sooloos.EventLoop._Dispatch (Sooloos.EventLoop+SendOrPostWrapper& ret) [0x00000] in /home/roon/roon/RoonBase/threadutils.cs:57
08/01 13:33:57 Error: Failed to write logged exception to disk: System.IO.FileNotFoundException: Could not load file or assembly ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’ or one of its dependencies.
File name: ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’
at Sooloos.Support.Manager+<_LoggedException>c__AnonStorey6.<>m__0 (System.Object ) [0x00000] in /home/roon/roon/RoonApp/support.cs:360
08/01 13:33:57 Error: Failed to write logged exception to disk: System.IO.FileNotFoundException: Could not load file or assembly ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’ or one of its dependencies.
File name: ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’
at Sooloos.Support.Manager+<_LoggedException>c__AnonStorey6.<>m__0 (System.Object ) [0x00000] in /home/roon/roon/RoonApp/support.cs:360
08/01 13:33:58 Critical: scx: in OnExit: System.NullReferenceException: Object reference not set to an instance of an object
at Sooloos.Broker.Music.Library.EndMutation () [0x0000b] in /home/roon/roon/Broker/Core/music/music_library.cs:867
at Sooloos.Broker.Music.Module.ev_exit () [0x00006] in /home/roon/roon/Broker/Core/music/music_module.cs:55
at Sooloos.SynchronizationContextThread.OnExit () [0x0000d] in /home/roon/roon/RoonBase/threadutils.cs:314
08/01 13:33:58 Critical: scx: System.NullReferenceException: Object reference not set to an instance of an object
at Sooloos.Broker.Music.Module.Init (Sooloos.Broker.Database db) [0x000d5] in /home/roon/roon/Broker/Core/music/music_module.cs:107
at Sooloos.Broker.State._InitMediaThreadAsync () [0x00030] in /home/roon/roon/Broker/Core/broker_state.cs:569
at Sooloos.SynchronizationContextThread+c__AnonStorey1.<>m__0 (System.Object _) [0x00000] in /home/roon/roon/RoonBase/threadutils.cs:415
at Sooloos.SynchronizationContextThread._Dispatch (Sooloos.SynchronizationContextThread+SendOrPostWrapper& ret) [0x00012] in /home/roon/roon/RoonBase/threadutils.cs:328
08/01 13:33:58 Error: Failed to write logged exception to disk: System.IO.FileNotFoundException: Could not load file or assembly ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’ or one of its dependencies.
File name: ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’
at Sooloos.Support.Manager+<_LoggedException>c__AnonStorey6.<>m__0 (System.Object ) [0x00000] in /home/roon/roon/RoonApp/support.cs:360
08/01 13:33:58 Error: Failed to write logged exception to disk: System.IO.FileNotFoundException: Could not load file or assembly ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’ or one of its dependencies.
File name: ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’
at Sooloos.Support.Manager+<_LoggedException>c__AnonStorey6.<>m__0 (System.Object ) [0x00000] in /home/roon/roon/RoonApp/support.cs:360
08/01 13:34:08 Trace: Successful POST response from https://push.roonlabs.com/push/1/connect
08/01 13:34:08 Trace: [push] connecting to 159.203.179.219:9200
08/01 13:34:08 Trace: [push] connected
08/01 13:34:12 Info: [stats] 1498mb Virtual, 57mb Physical, 0mb Managed, 0 Handles, 23 Threads
[guest@tap Logs]$

Only things that stand out to me are a Sooloos stack trace and this error:

08/01 13:33:57 Error: Failed to write logged exception to disk: System.IO.FileNotFoundException: Could not load file or assembly ‘ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73’ or one of its dependencies.

Thanks,
John

Hi @2Eleven ---- Thank you for your patience and my apologies for the wait here.

As @mike mentioned in in his response, we’ve had a chance to meet as a team and discuss the next steps moving forward here with our techs. As per the request of our tech staff, would you kindly please use the following command (see below) to “launch” RoonServer and provide us the print out via a text document for analysis.

MONO_LOG_LEVEL=debug

-Eric