[Bug] Deactivate remote access

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
Genius
Posts: 18
Joined: 02 Aug 2015 03:07

[Bug] Deactivate remote access

Post by Genius »

Hi there,

there seems to be a bug, when I deactivate the Remote Access over http://IP:8084 and save it, its activated after a restart again.

Would be nice if you can fix it. I don't want to have an open door on my raspberry.
Any idea, how I can deactivate it forever?


BR
Patrick
Genius
Posts: 18
Joined: 02 Aug 2015 03:07

Re: [Bug] Deactivate remote access

Post by Genius »

Whoever is interested in:
Remove this service from autostart:

sudo service mongoose stop
sudo service zbw_connect stop
sudo update-rc.d -f mongoose remove
sudo update-rc.d -f zbw_connect remove


Guess thats the only way that "Razberry grants you 100% control of any cloud service usage of your system"

Just a suggestion from me, maybe let the user decide whether he wants to install that cloud software.
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: [Bug] Deactivate remote access

Post by pz1 »

Genius wrote:there seems to be a bug, when I deactivate the Remote Access over http://IP:8084 and save it, its activated after a restart again.
Once I have saved this deny access setting, it does not re-occur on my v2.0.2-rc1 rig
Deactivate.PNG
Deactivate.PNG (9.84 KiB) Viewed 5745 times
Genius
Posts: 18
Joined: 02 Aug 2015 03:07

Re: [Bug] Deactivate remote access

Post by Genius »

pz1 wrote:
Genius wrote:there seems to be a bug, when I deactivate the Remote Access over http://IP:8084 and save it, its activated after a restart again.
Once I have saved this deny access setting, it does not re-occur on my v2.0.2-rc1 rig
If you uncheck and save this option the service is shut down fine. But after restart the service run again, although this option is unchecked.

You can check if the service is still running by go to https://find.zwave.me/ and see if your IP is shown up, or check via console if the service is still running:
ps ax|grep zbw_connect

Btw. I use v2.0.1
pz1
Posts: 2053
Joined: 08 Apr 2012 13:44

Re: [Bug] Deactivate remote access

Post by pz1 »

I don't know this ps command very well. But I think it does not show an active zbw_connect.
I tried your command for both cron and zbw_connect:
grep.PNG
grep.PNG (6.13 KiB) Viewed 5735 times
Post Reply