Hi Alberto, On Wed, Mar 22, 2017 at 2:08 PM Alberto Crespo <[email protected]> wrote:
> Hi everybody. > > I am very new in openWisp and ansible. I have followed all the steps to > install the OpenWisp-Controller in a server and it is working correctly > because I can access to the admin (https://PublicIP/admin). > Great. My problem is trying to registrate openWRT devices using the > openWisp-config. I have configurated the /etc/config/openwisp with the same > PublicIp and shared_secret correctly. > What kind of problem you have? Does the device register in the controller? You can debug the behaviour of openwisp-config (the OpenWRT/LEDE package) by following the instructions in the Debugging <https://github.com/openwisp/openwisp-config/#debugging> section. The first thing I want to know is how to stop or uninstall the Controller > because everytime I restart the server, the controller starts > automatically. I will try to reinstall the server. > I am not sure I understood well this sentence. Do you want to stop the django application running on the server? If that's correct you can SSH into the server and run: supervisorctl stop openwisp2 If you don't want the django app to start at boot you have to remove supervisord from the deamons that are started at boot. But I don't understand why would you want to do that? What problem are you trying to address? Federico PS: always use reply all when replying to these emails -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
