RoonBridge occasionally with hex numbers on the console

Hi there, new to this place.

Currently I have a Roon Bridge (armv7hf) applied to a Debian (stretch) system, which is successfully running on a BBB (beaglebone black) with a Botic driver for I2S output to a Buffalo 3SE Dac (from TPA (Twisted Pear Audio)) as shown below.

root@arm:~# uname -a Linux arm 4.5.0-botic7-rc1 #1 PREEMPT Tue May 17 00:51:35 CEST 2016 armv7l GNU/Linux

Also, this system can be used as a linux network audio adapter (NAA) designed for HQ player. Each can work alternatively as a music conduit controlled by Roon Core installed on a Mac Mini.

Recently, I built and installed an MPD (music player daemon) with realtime option as an additional option for this Debian system and found that all three options are working well alternatively but I experienced a weird behavior of RoonBridge. After sending a script command of start.sh, the terminal console became to show a series of hex numbers as shown below. Despite this behavior, the RoonBridge can work well as a music conduit.

root@arm:/opt/RoonBridge# ./start.sh No fast tls on device. Using fallbacks. Current implementation : 0xee1d0f70 0xe12fff1e 0xe320f000 0xe320f000 0xe59f3018 0xe3a01000 0xe59f2014 0xe08f3003 0xe7932002 0xe3520000 0x15922000 0xeaf0c8dc 0xc33ac 0x4e0 0xe1a02001 0xe1a01000 Initializing 00:00:00.036 Info: ConnectOrStartAndWaitForExit RAATServer 00:00:00.293 Info: Starting /opt/RoonBridge/Bridge/RoonBridgeHelper No fast tls on device. Using fallbacks. Current implementation : 0xee1d0f70 0xe12fff1e 0xe320f000 0xe320f000 0xe59f3018 0xe3a01000 0xe59f2014 0xe08f3003 0xe7932002 0xe3520000 0x15922000 0xeaf0c8dc 0xc33ac 0x4e0 0xe1a02001 0xe1a01000 Not Running (.o) Running No fast tls on device. Using fallbacks. Current implementation : 0xee1d0f70 0xe12fff1e 0xe320f000 0xe320f000 0xe59f3018 0xe3a01000 0xe59f2014 0xe08f3003 0xe7932002 0xe3520000 0x15922000 0xeaf0c8dc 0xc33ac 0x4e0 0xe1a02001 0xe1a01000 Not Running (.o) 00:00:13.883 Info: ConnectOrStartAndWaitForExit RAATServer Running No fast tls on device. Using fallbacks. Current implementation : 0xee1d0f70 0xe12fff1e 0xe320f000 0xe320f000 0xe59f3018 0xe3a01000 0xe59f2014 0xe08f3003 0xe7932002 0xe3520000 0x15922000 0xeaf0c8dc 0xc33ac 0x4e0 0xe1a02001 0xe1a01000 Not Running (.o) 00:00:21.938 Info: ConnectOrStartAndWaitForExit RAATServer Running No fast tls on device. Using fallbacks. Current implementation : 0xee1d0f70 0xe12fff1e 0xe320f000 0xe320f000 0xe59f3018 0xe3a01000 0xe59f2014 0xe08f3003 0xe7932002 0xe3520000 0x15922000 0xeaf0c8dc 0xc33ac 0x4e0 0xe1a02001 0xe1a01000 Not Running (.o) 00:00:29.957 Info: ConnectOrStartAndWaitForExit RAATServer Running No fast tls on device. Using fallbacks. Current implementation : 0xee1d0f70 0xe12fff1e 0xe320f000 0xe320f000 0xe59f3018 0xe3a01000 0xe59f2014 0xe08f3003 0xe7932002 0xe3520000 0x15922000 0xeaf0c8dc 0xc33ac 0x4e0 0xe1a02001 0xe1a01000

I can avoid these console messages by sending a command like ./start.sh > /dev/null to get rid of these numbers. This is usually successful as expected but occasionally the system goes down with the console message like below:

[CODE]root@arm:/opt/RoonBridge# ./start.sh > /dev/null
*** Error in `RoonBridge’: free(): invalid pointer: 0xb4a31328 ***
Stacktrace:

at <0xffffffff>
at Base.ColorConsoleLogWriter._FormatTime () <IL 0x000c0, 0x00847>
at Base.ColorConsoleLogWriter._Write (string,string,string) <IL 0x00022, 0x000b3>
at Base.ColorConsoleLogWriter.WriteInfo (string) <IL 0x0000c, 0x0002b>
at Base.Log.WriteInfo (string) <IL 0x00006, 0x00033>
at Sooloos.Debug.WriteInfo (string) <IL 0x00001, 0x00013>
at Sooloos.RAATServer.ConnectOrStartAndWaitForExit (string,string,System.Action`1<Sooloos.RAATStartStatus>,Base.ChildProcess&) <IL 0x00008, 0x0003b>
at Sooloos.App/c__AnonStorey0.<>m__6 (object) <IL 0x0005d, 0x00173>
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context (object) <IL 0x00015, 0x00053>
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <IL 0x0008f, 0x001fb>
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <IL 0x00004, 0x0002b>
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () <IL 0x00030, 0x00053>
at System.Threading.ThreadPoolWorkQueue.Dispatch () <IL 0x00097, 0x001bb>
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () <IL 0x00000, 0x0000b>
at (wrapper runtime-invoke) .runtime_invoke_bool (object,intptr,intptr,intptr) <IL 0x0001f, 0x0006f>

Native stacktrace:

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.

[/CODE]

As there has been no problem in symbiosis only between RoonBridge and NAA, I suppose that this problem can be eliminated by uninstalling MPD. But I’ll be happy if someone can advice me how I can avoid these hex numbers on the console under the current symbiosis between Bridge, NAA and MPD.

Regards,

The no fast tls warning is not problematic. It’s not causing any issues, however your crash and the “not running” is problematic.

You suppose that uninstalling MPD will fix this, but have you confirmed that?

Well, even without hex numbers on the console, I see the message of “not running” as shown below. So, unstalling of MPD may not solve the current problem.

root@arm:/opt/RoonBridge# ./start.sh Initializing 00:00:00.038 Info: ConnectOrStartAndWaitForExit RAATServer Not Running (o.) 00:00:02.910 Info: Starting /opt/RoonBridge/Bridge/RoonBridgeHelper Running Not Running (.o) 00:00:10.890 Info: ConnectOrStartAndWaitForExit RAATServer Running Not Running (.o) 00:00:18.914 Info: ConnectOrStartAndWaitForExit RAATServer Running

But even with this situation, the RoonBridge appears eventually running without problems.

So, for now I’m going along with the current version of the RoonBridge, though future update on the side of yours may solve this problem.

Regards,

Hi @twluke ----- I wanted to touch base with you on the above. Can you verify if this behavior is consistently reproducible and if so would you be able to provide us a set of logs from when you are in this state (“Not Running”)?

Thanks!
-Eric

Hi Eric, thanks for your query. Usually I directly install RoonBridge to /opt without installer. This does not create /var/roon dir and the actual log file appears to be created in ~/.RoonBridge/Logs. Is this correct? If so, the log message with ./start.sh is like below. Also I attached the console message during this logging. I hope this can be of help for you.

Regards,

[CODE]root@arm: less ~/.RoonBridge/Logs/RoonBridge_log.txt

12/03 10:26:24 Info: Starting RoonBridge v1.0 (build 38) stable on linuxarmv7hf
12/03 10:26:26 Trace: [rnet/RnetJsonServer] Listening on port 40283
12/03 10:26:27 Trace: [roonbridgehelperserver] SOOD announce
12/03 10:26:29 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] GOT {“request”:“updates_subscribe”}
12/03 10:26:29 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Success”,“updates”:{“is_supported”:true,“status”:“UpToDate”,“progress”:null,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:null,“update_mode”:“AutoCompatible”}}
12/03 10:26:50 Warn: Error in web request https://push.roonlabs.com/push/1/connect: NetworkError (Aborted.)
12/03 10:26:50 Trace: [push] request to manager failed
12/03 10:26:50 Trace: [push] retrying connection in 3674ms
12/03 10:26:54 Trace: [appupdater] initial check for updates
12/03 10:26:54 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Checking”,“progress”:null,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:null,“update_mode”:“AutoCompatible”}}
12/03 10:26:54 Debug: Checking for updates: http://updates.roonlabs.com/update/?v=2&serial=F0A5E7F4-B59D-45EF-A0C7-BD07799F854D&userid=&platform=linuxarmv7hf&product=RoonBridge&branding=&curbranch=stable&version=100000038&branch=stable
12/03 10:26:55 Debug: Update response: priority=compatible
12/03 10:26:55 Debug: Update response: updateurl=http://roon-updates-stable.s3.amazonaws.com/RoonBridge_linuxarmv7hf_100000040.tar.bz2
12/03 10:26:55 Debug: Update response: machineversion=100000040
12/03 10:26:55 Debug: Update response: displayversion=1.0 (build 40) stable
12/03 10:26:55 Debug: Update response: branch=stable
12/03 10:26:55 Debug: Update response: type=roonbridge
12/03 10:26:55 Debug: Update response: changelog=
12/03 10:26:55 Debug: [appupdater] Update is available: 1.0 (build 40) stable, Compatible
12/03 10:26:55 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Available”,“progress”:null,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:26:55 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:0,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:26:57 Debug: [appupdater] Update download progress: 1
12/03 10:26:57 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:1,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:26:57 Debug: [appupdater] Update download progress: 2
12/03 10:26:57 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:2,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:26:58 Debug: [appupdater] Update download progress: 3
12/03 10:26:58 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:3,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:26:58 Debug: [appupdater] Update download progress: 4
12/03 10:26:58 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:4,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:26:58 Debug: [appupdater] Update download progress: 5
12/03 10:26:58 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:5,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:26:58 Debug: [appupdater] Update download progress: 6
12/03 10:26:58 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:6,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:26:59 Debug: [appupdater] Update download progress: 7
12/03 10:26:59 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:7,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:01 Debug: [appupdater] Update download progress: 8
12/03 10:27:01 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:8,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
-snip
12/03 10:27:11 Debug: [appupdater] Update download progress: 39
12/03 10:27:11 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:39,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:11 Debug: [appupdater] Update download progress: 40
12/03 10:27:11 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:40,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:12 Debug: [appupdater] Update download progress: 41
12/03 10:27:12 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:41,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:12 Debug: [appupdater] Update download progress: 42
12/03 10:27:12 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:42,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:13 Debug: [appupdater] Update download progress: 43
12/03 10:27:13 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:43,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:13 Debug: [appupdater] Update download progress: 44
12/03 10:27:13 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:44,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:13 Debug: [appupdater] Update download progress: 45
12/03 10:27:13 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:45,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:14 Debug: [appupdater] Update download progress: 46
12/03 10:27:14 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:46,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:14 Debug: [appupdater] Update download progress: 47
12/03 10:27:14 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:47,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:15 Debug: [appupdater] Update download progress: 48
12/03 10:27:15 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:48,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
-snip-
12/03 10:27:28 Debug: [appupdater] Update download progress: 79
12/03 10:27:28 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:79,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:29 Debug: [appupdater] Update download progress: 80
12/03 10:27:29 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:80,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:29 Debug: [appupdater] Update download progress: 81
12/03 10:27:29 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:81,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:30 Debug: [appupdater] Update download progress: 82
12/03 10:27:30 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:82,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:30 Debug: [appupdater] Update download progress: 83
12/03 10:27:30 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:83,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:31 Debug: [appupdater] Update download progress: 84
12/03 10:27:31 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:84,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:31 Debug: [appupdater] Update download progress: 85
12/03 10:27:31 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:85,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:31 Debug: [appupdater] Update download progress: 86
12/03 10:27:32 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:86,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:32 Debug: [appupdater] Update download progress: 87
12/03 10:27:32 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:87,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:32 Debug: [appupdater] Update download progress: 88
12/03 10:27:32 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:88,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:35 Debug: [appupdater] Update download progress: 94
12/03 10:27:35 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:94,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:35 Debug: [appupdater] Update download progress: 95
12/03 10:27:35 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:95,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:36 Debug: [appupdater] Update download progress: 96
12/03 10:27:36 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:96,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:36 Debug: [appupdater] Update download progress: 97
12/03 10:27:36 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:97,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:37 Debug: [appupdater] Update download progress: 98
12/03 10:27:37 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:98,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:37 Debug: [appupdater] Update download progress: 99
12/03 10:27:37 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:99,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:37 Debug: [appupdater] Update download progress: 100
12/03 10:27:37 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Downloading”,“progress”:100,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:37 Debug: [appupdater] Update downloaded: 1.0 (build 40) stable /tmp/7e54f3df-4053-49df-847c-48878204bde1__RoonBridge_linuxarmv7hf_100000040.tar.bz2
12/03 10:27:37 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Installing”,“progress”:null,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:27:37 Info: UPDATE!!!
12/03 10:27:47 Trace: [RoonBridge updater script stdout] Install package is at: /tmp/7e54f3df-4053-49df-847c-48878204bde1__RoonBridge_linuxarmv7hf_100000040.tar.bz2

12/03 10:27:47 Trace: [RoonBridge updater script stdout] Installing to: /opt/RoonBridge

12/03 10:27:47 Trace: [RoonBridge updater script stdout] Removing any old update…

12/03 10:27:47 Trace: [RoonBridge updater script stdout] Untarring new install to /opt/RoonBridge/.update.tmp

12/03 10:28:04 Trace: [RoonBridge updater script stdout] Cleaning up…

12/03 10:28:06 Trace: [RoonBridge updater script stdout] Installation was a success!

12/03 10:28:06 Debug: [appupdater] Update installed: 1.0 (build 40) stable
12/03 10:28:06 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Installing”,“progress”:null,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:28:06 Trace: [rnet/RnetJsonServer] [client 192.168.0.10:55994] SENT NONFINAL {“status”:“Changed”,“updates”:{“is_supported”:true,“status”:“Pending”,“progress”:null,“current_version”:{“machine_value”:100000038,“branch”:“stable”,“display_value”:“1.0 (build 38) stable”},“available_version”:{“machine_value”:100000040,“branch”:“stable”,“display_value”:“1.0 (build 40) stable”},“update_mode”:“AutoCompatible”}}
12/03 10:28:35 Warn: Error in web request https://push.roonlabs.com/push/1/connect: NetworkError (Aborted.)
12/03 10:28:35 Trace: [push] request to manager failed
12/03 10:28:35 Trace: [push] retrying connection in 161455ms

From the console during logging

root@arm:/opt/RoonBridge# ./start.sh
Initializing
00:00:00.037 Info: ConnectOrStartAndWaitForExit RAATServer
Not Running (o.)
00:00:02.906 Info: Starting /opt/RoonBridge/Bridge/RoonBridgeHelper
Running
Not Running (.o)
00:00:10.909 Info: ConnectOrStartAndWaitForExit RAATServer
Running
Not Running (.o)
00:00:18.929 Info: ConnectOrStartAndWaitForExit RAATServer
Running
Not Running (.o)
00:00:26.949 Info: ConnectOrStartAndWaitForExit RAATServer
Running
Terminated
[/CODE]