Page 1 of 1

[Bug] Deactivate remote access

Posted: 02 Aug 2015 03:12
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

Re: [Bug] Deactivate remote access

Posted: 02 Aug 2015 16:49
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.

Re: [Bug] Deactivate remote access

Posted: 02 Aug 2015 17:35
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 5741 times

Re: [Bug] Deactivate remote access

Posted: 02 Aug 2015 19:17
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

Re: [Bug] Deactivate remote access

Posted: 02 Aug 2015 22:27
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 5731 times