Page 2 of 2

Re: Domoticz 16083 freezing (including 16086 version)

Posted: Thursday 20 June 2024 17:21
by PA3FAT
if from the ssh promp do

"sudo ./domoticz"

it keeps running from my direct ip (so not via my url which is not more than portforwarding)

Re: Domoticz 16083 freezing (including 16086 version)

Posted: Thursday 20 June 2024 19:12
by PA3FAT
Removed in the domoticz.sh following loglevel.

#DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,events
ystem,python,thread_id"

It seems to keep running......via the regular daemon

Update: runs as before now. Via domain and local ip.
Logging levels less as a result of the ARGS defined.

Re: Domoticz 16083 freezing (including 16086 version)

Posted: Thursday 20 June 2024 23:45
by waltervl
There is nor recent crash.log file in the Domoticz folder? Check the troubleshooting wiki for info.

If you run it with
sudo ./domoticz -nowwwpwd

Did you check the menu setup - users for multiple admins? There should be 1.
Check the password for that admin.
Check the security settings.

Last resort is to go back to your latest running environment before updating to beta as instructe on the wiki. But there are only 5 backups saved so if you updated more then 5 times already that first vbackup is already gone...

Re: Domoticz 16083 freezing (including 16086 version)

Posted: Friday 21 June 2024 7:22
by gizmocuz
PA3FAT wrote: Thursday 20 June 2024 19:12 Removed in the domoticz.sh following loglevel.

#DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,events
ystem,python,thread_id"

It seems to keep running......via the regular daemon

Update: runs as before now. Via domain and local ip.
Logging levels less as a result of the ARGS defined.
Good, you don't want to run with debuglevels anyway, but there seems to be something going wrong here

First of all, I have to assume that line above is on a single line and not two lines, so it should look like this:

Code: Select all

#DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,eventsystem,python,thread_id"
It must be one of these log levels that is causing issues

Could you try them one by one to see which one is causing the issue?

You do not have to check 'thread_id'

There have been some recent changes to the python implementation, but best to check them all

I will also recheck all debug logging, but that are 'a lot' of lines

Edit: Can't find any changes to logging lately. Are you using the binary version or are you compiling yourself? If you are compiling yourself, are you running in debug or release build mode?

Re: Domoticz 16083 freezing (including 16086 version)

Posted: Friday 21 June 2024 9:10
by PA3FAT
Will see if i can do a one by one on the debug levels.
My issues started after 16083 upgrade. Tried to many times so no option to revert.

I am not compiling the Domoticz myself. Did the initiall setup already years ago and update via regular update process in the GUI or sometimes ./updatebeta

Re: Domoticz 16083 freezing (including 16086 version)

Posted: Tuesday 24 September 2024 9:37
by rick8245
I still have this problem.

I do NOT have this line in my domoticz.sh
#DAEMON_ARGS="$DAEMON_ARGS -debuglevel normal,hardware,received,webserver,events
ystem,python,thread_id" so i cannot remove it

When i start it interactively with :
sudo ./domoticz -nowwwpwd it freezes after 15 - 20 minutes and does no work anymore.

Can I go back to the version of march/April this year .
Than I had not yet this issue.
Oh, i run this on a raspberry for 3 years now without any issues but since june/july it is not reliable

Thanks in advance

Rick8245

Re: Domoticz 16083 freezing (including 16086 version)

Posted: Thursday 31 October 2024 16:57
by jonsludde
I have the same problem and been struggling with this for many hour.
My setup is a new RP4, latest OS, latest domotics, docker and installed as per instructions.
A MyZwave gpio-card, moved from my old RP3, database backup from RP3 installed on the new RP4.
MQTT seems to work, JSUI seems to work.
I have enabled log and debug, all except sql, alot coming in and it seems to work OK. (root@jonshome:/opt/mosquitto# /home/pi/domoticz/domoticz -nowwwpwd -daemon -www 8088 -log /var/log/domoticz.log -loglevel all -debuglevel normal,hardware,received,webserver,eventsystem,python,thread_id,auth
)
When I start a browser and f.i. go to http://jonshome:8088/ domotics die and the last lines in the log contains:
2.PNG
2.PNG (48.01 KiB) Viewed 670 times
The latest thing I tested was to remove the Zwave card, but that didn't help.
Before that I uninstalled docker and the 2 containers.
I have tested Edge and Chrome in windows and chrome on android, all of them crashes domoticz. Well crashes, the crashlog is empty, domoticz just dies..
I'm out of ideas now, hopefully some of you guys can help out.
Thanks

Re: Domoticz 16083 freezing (including 16086 version)

Posted: Saturday 02 November 2024 8:18
by jonsludde
Today it works, I have no clue as to why, nothing has been done with the Raspberry or OS or other SW.
Well, guess I just should be happy that it works.
Cheers