Search found 15 matches
- Wednesday 03 February 2021 10:49
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
Hello again, an update. Today I have noticed that the web page was not loading, so I checked with the ssh and the service was indicated as running, although there was no domoticz process alive. So I have restarted the service with the systemctl command and the web interface restarted. But I have ...
- Sunday 31 January 2021 13:36
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
ah! rebooting did the trick! Now it got the right ports: root@NAS4-CASA-GP:~# netstat -plan | grep domotic tcp6 0 0 :::8080 :::* LISTEN 4737/domoticz tcp6 0 0 :::6144 :::* LISTEN 4737/domoticz tcp6 0 0 :::4430 :::* LISTEN 4737/domoticz unix 2 [ ] DGRAM 10354 4737/domoticz Thank you SO MUCH! I would ...
- Sunday 31 January 2021 13:32
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
this leads me to believe your domoticz is started from systemd. can you try and change the domoticz.service to ExecStart=/opt/domoticz/domoticz -daemon -www 8080 -sslwww 4430 and then reboot again Ok I have tried to make the change, this is now the domoticz.service: [Unit] Description=Domoticz ...
- Sunday 31 January 2021 13:23
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
your domoticz.service also looks suspicious. it does not look like it is generated by systemd from domoticz.sh. could yu be starting domoticz thru systemd instead of sysv. try sudo systemctl stop domoticz.service as well with the ps command sorry, I missed this bit. That doesn't work either: root ...
- Sunday 31 January 2021 13:19
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
I was thinking, as workaround if it's not possible to understand why the .sh is ignored, is there any way to configure the service for a delayed start, so it starts *after* apache?
- Sunday 31 January 2021 13:18
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
i am not ure if DAEMON_ARGS="$DAEMON_ARGS -sslwww 0" is a valid domoticz config try and change that to 4330 again, and reboot again it is also very strange that the service stop does not work. i am not sure how to interpret that, but it certainly requires further investigation. what does sudo ps ...
- Sunday 31 January 2021 12:43
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
Nope. Reboot didn't change it. I still have: root@NAS4-CASA-GP:~# netstat -plan | grep domotic tcp6 0 0 :::6144 :::* LISTEN 4677/domoticz tcp6 0 0 :::8080 :::* LISTEN 4677/domoticz tcp6 0 0 :::443 :::* LISTEN 4677/domoticz while the configuration in /etc/init.d/domoticz.sh is DAEMON=/opt/domoticz ...
- Sunday 31 January 2021 12:32
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
I do have it, yes.
I have tried to start and stop it many times but not rebooting the NAS. I'll try that one and I'll let you know, thanks.
- Sunday 31 January 2021 12:14
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
Have a look in /var/packages/domoticz/scripts/start-stop-status I don't have that directory. Domoticz was installed using the command tar -zxf /tmp/domoticz_linux_x86_64.tgz inside opt/domoticz/ ---these were the only instructions I could find to install it on my type of NAS. There must be a copy ...
- Sunday 31 January 2021 1:56
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Re: Setting ports for service
Sorry, I forgot an important bit of information. I'm running Domoticz V4.10717 becuase it's the last version that can run on my NAS.
- Sunday 31 January 2021 1:54
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Setting ports for service
- Replies: 17
- Views: 4466
Setting ports for service
Hi all, I'm having a problem with the Domoticz server running on my ReadyNAS. It worked fine for a couple of months, then suddently it started to have a conflict with the apache server. Apache is not running because it detects another service already listening on port 443, and that service is ...
- Friday 11 December 2020 11:46
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Installing on Readynas OS6 RN524
- Replies: 6
- Views: 682
Re: Installing on Readynas OS6 RN524
Not much interest here for this topic apparently, but for posterity... It looks like Netgear OS6 does not include some update on libraries needed by Domoticz 2020, in particular I got stuck with the libssl. I found a page with the older releases ( https://www.domoticz.com/forum/viewtopic.php?f=6&t ...
- Thursday 10 December 2020 17:24
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Installing on Readynas OS6 RN524
- Replies: 6
- Views: 682
Re: Installing on Readynas OS6 RN524
Well, while I'm still hoping to get some help, I keep trying to find out what's going on... So it looks like the libssl1.1 is still not installed, I tried to get it in another way but there is a dependency issue: Selecting previously unselected package libssl1.1:amd64. (Reading database ... 24659 ...
- Sunday 06 December 2020 19:24
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Installing on Readynas OS6 RN524
- Replies: 6
- Views: 682
Re: Installing on Readynas OS6 RN524
Well, not much luck at the moment, still nothing. I have tried everything I have found online. I have just found that, if I try to load Domoticz manually, I get this error: ./domoticz: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory so I ...
- Thursday 03 December 2020 19:41
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Installing on Readynas OS6 RN524
- Replies: 6
- Views: 682
Installing on Readynas OS6 RN524
Hi all, I am trying to install Domoticz on my Netgeat Readynas RN524 running OS6. I have followed the instructions that I have found online at this address: https://www.jaqb.gda.pl/pol/Spolecznosc/Blog/Domoticz-on-ReadyNAS which seems rather straighforward, but something is not working as it should ...