Search found 62 matches

by GokMasE
19 Aug 2024 23:37
Forum: Discussions in English
Topic: Updating to Z-Way v4.1.4 fails
Replies: 4
Views: 10166

Re: Updating to Z-Way v4.1.4 fails

Hiya and thanks for the reply. I was eventually able to get v4.1.4 installed but not without some head scratching. It was not enough with sudo apt-get update && apt-get install z-way-server to get it updated, there were complaints: E: Could not open lock file /var/lib/apt/lists/lock - open (...
by GokMasE
13 Aug 2024 21:26
Forum: Discussions in English
Topic: Updating to Z-Way v4.1.4 fails
Replies: 4
Views: 10166

Re: Updating to Z-Way v4.1.4 fails

Good to hear you were able to get through. For me that is not the case, after that error msg there is nothing more happening at all.
by GokMasE
07 Aug 2024 18:28
Forum: Discussions in English
Topic: Updating to Z-Way v4.1.4 fails
Replies: 4
Views: 10166

Updating to Z-Way v4.1.4 fails

Hi, I noticed there is a new version of Z-Way available and tried to update to v4.1.4 via smarthome UI ( /settings/firmware update/Open updater) but only to see this message: Err(1.18.3): main.c: 501: The spawned process 'shell:/bin/systemctl stop netif.$IFACE' has exited with code 5 and says: I am ...
by GokMasE
04 Feb 2024 23:35
Forum: Discussions in English
Topic: V4.1.2: steadily increasing cpu load
Replies: 34
Views: 109674

Re: V4.1.2: steadily increasing cpu load

PoltoS wrote:
19 Jan 2024 19:39
Do we have more evidence? Can somebody help us investigate the issue in more details by providing us with the remote access?
Surely there must be SOMEONE of all who reported increasing CPU load with more recent version that can assist the developers to examine this more thoroughly? :o
by GokMasE
02 Feb 2024 16:46
Forum: Discussions in English
Topic: ZWay crashed with SEGV + core dump
Replies: 12
Views: 10627

Re: ZWay crashed with SEGV + core dump

As I understand, it was about a SEGV crash caused by http calls in release < 4.0.3? Is that correct? It seems like http calls could trigger the error, in combination with a slow response rate on the remote side. (As for what kind of delay is needed to make it slow enough, I am not sure) And the inc...
by GokMasE
28 Jan 2024 14:38
Forum: Discussions in English
Topic: ZWay crashed with SEGV + core dump
Replies: 12
Views: 10627

Re: ZWay crashed with SEGV + core dump

I don't see any possibility of reproduction. The occurrence is completely unpredictable. One month it was 5 times, another time nothing in 4 months. It's always the same: SEGV in v8 at the same address. Any chance that the segmentation fault you have been seeing could be the same problem that was d...
by GokMasE
17 Jan 2023 13:08
Forum: Discussions in English
Topic: Z-way-server occasionally goes down
Replies: 68
Views: 37622

Re: Z-way-server occasionally goes down

alphons wrote:
17 Jan 2023 09:06
I shouldn’t have upgraded from the official v3 to official v4 is all I can say. :D
The bug that affects async http requests was very much present in v3 too, so upgrading to v4 should not have changed anything in that regard at least.
by GokMasE
16 Jan 2023 13:58
Forum: Discussions in English
Topic: Z-way-server occasionally goes down
Replies: 68
Views: 37622

Re: Z-way-server occasionally goes down

I had a power outage this morning, so my test session was unfortunately abruptly terminated after ~40 hours of uptime :roll:

Until that happened, I have not been able to detect any stability issues. I will restart things tonight and carry on testing.
by GokMasE
15 Jan 2023 17:18
Forum: Discussions in English
Topic: Z-way-server occasionally goes down
Replies: 68
Views: 37622

Re: Z-way-server occasionally goes down

This is in every possible way extremely exciting news for me! When trying to diagnose the nature of the crash, I was experimenting with adding a buffering scheme in HTTPGet and quickly discovered that buffering requests (and setting a limit on how often they are allowed to be sent) clearly helped re...
by GokMasE
10 Jan 2023 20:02
Forum: Discussions in English
Topic: Z-way-server occasionally goes down
Replies: 68
Views: 37622

Re: Z-way-server occasionally goes down

I *think* that if you have outgoing HTTP requests, seeing new threads created and exited repeatedly is to be expected. For quite some time I have been logging with gdb due to suspected instabilities when using the HTTPGet module to forward status/level changes of devices. The gdb output you are seei...