[openwisp] Problems / doubts with openwisp-firmware-upgrader

2021-08-12 Thread pni...@gmail.com
1 - What are the requirements for this to work? I know create category, the build and upload a image, but ... Is mandatory to have SSH access as described in https://openwisp.io/docs/user/configure-push-updates.html 2 - If a upgrade fails, how can I init the update again? Do I have to delete th

Re: [openwisp] "database is locked" with the django development server

2020-09-15 Thread pni...@gmail.com
The problem resolves adding *from .celery import app as celery_app__all__ = ('celery_app',)* to the app *__init__.py* file. I will document it. El jueves, 20 de agosto de 2020 a las 9:15:22 UTC+2, Oliver Kraitschy escribió: > On Thu, Aug 20, 2020 at 12:11:12AM -0700, pni...@gm

Re: [openwisp] How to send a command to a device?

2020-08-23 Thread pni...@gmail.com
post- registration-hook. When monitoring is a package, this will not be necessary. El lunes, 24 de agosto de 2020 a las 0:09:03 UTC+2, federico...@gmail.com escribió: > On Thursday, August 20, 2020 at 2:07:45 AM UTC-5, pni...@gmail.com wrote: >> >> Yes, i need to reboot the dev

[openwisp] Re: Usage in internal network

2020-08-23 Thread pni...@gmail.com
gt; that part may cause you unnecessary headaches. > > > On Thursday, August 20, 2020 at 4:05:40 AM UTC-5, pni...@gmail.com wrote: >> >> We want to use Openwisp in the internal network of a company. >> >> Can everything about organizations be removed from the frontend? If

Re: [openwisp] RADIUS proxy

2020-08-23 Thread pni...@gmail.com
n be suggested (the configured trought openwisp-radius)? I don't know if openwisp-radius can configure for example the nas-id or secret. El lunes, 24 de agosto de 2020 a las 0:01:32 UTC+2, federico...@gmail.com escribió: > > On Thursday, August 20, 2020 at 1:53:14 AM UTC-5, pni...@gmail

[openwisp] OpenWISP monitoring: Online, offline and alert mail/notifications?

2020-08-20 Thread pni...@gmail.com
How can i know if a device is online or offline? also ... how can i configure notifications when device status changed? I'm aware that all this is WIP, but I try to learn, test and help if I can. -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To

[openwisp] Usage in internal network

2020-08-20 Thread pni...@gmail.com
We want to use Openwisp in the internal network of a company. Can everything about organizations be removed from the frontend? If possible, do not modify the models, simply hide all the fields to select organization and that there is an organization in the database. Would it be possible to do i

Re: [openwisp] "database is locked" with the django development server

2020-08-20 Thread pni...@gmail.com
; On Wed, Aug 19, 2020 at 11:56:22PM -0700, pni...@gmail.com wrote: > > Yes, I googled, but there are no many processes, only test server. > > It always fails, even when kill and reload test server, It doesn't > matter > > what I try to delete. > > Tested on windo

Re: [openwisp] How to send a command to a device?

2020-08-20 Thread pni...@gmail.com
Yes, i need to reboot the device because the cron is stopped. It's not a problem for me, i will compile a custom image with this files installed, but would be great to have an openwrt package or make this optional in openwisp-config. I don't know if the modified template with /etc/rc.local is a

Re: [openwisp] "database is locked" with the django development server

2020-08-19 Thread pni...@gmail.com
e database, even a failed operation > that remained pending forever, it will cause the DB to not be writable by > other processes. > Does it happen also if you kill most processes or if you reboot? > > Fed > > On Wed, Aug 19, 2020 at 12:44 PM pni...@gmail.com > wrote: >

Re: [openwisp] RADIUS proxy

2020-08-19 Thread pni...@gmail.com
wisp 2 yet. > But the concepts used are equivalent, so it should be doable in some way. > > On Wed, Aug 19, 2020 at 12:52 PM pni...@gmail.com > wrote: > >> Currently there is a RADIUS server and we use WPA Enterprise for the >> authentication. >> For the authenticat

Re: [openwisp] Is there any page which shows all devices in a floor plan?

2020-08-19 Thread pni...@gmail.com
thers can take a look at it. > > Thanks! > > On Wed, Aug 19, 2020 at 11:59 AM pni...@gmail.com > wrote: > >> Is there any page which shows all devices in a floor plan? I only know >> the tab "Map" when editing a device. I Will try to add it if does

Re: [openwisp] RADIUS proxy

2020-08-19 Thread pni...@gmail.com
a radius proxy using realms, > but I guess the possible configurations are endless, so you should describe > more in detail what you need to do or we won't be able to provide much > useful information. > > F. > > On Wed, Aug 19, 2020 at 12:12 PM pni...@gmail.com &g

[openwisp] RADIUS proxy

2020-08-19 Thread pni...@gmail.com
Can openwisp-radius be configured as RADIUS proxy? this way, only Openwisp would need to be configured in the external RADIUS Thanks. -- 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,

[openwisp] "database is locked" with the django development server

2020-08-19 Thread pni...@gmail.com
In the development server (./manage.py runserver 0.0.0.0:8000), when I try to delete something i get the error "database is locked". Only development server is launched, not celery. Tanks. -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubs

Re: [openwisp] Create organisation with fixed seceret key during start of openwisp

2020-08-19 Thread pni...@gmail.com
Maybe it's too late, but I've done a script for this. Yoy can call if after executing *python manage.py migrate --no-input* El viernes, 4 de octubre de 2019 a las 12:05:34 UTC+2, Amit escribió: > Thanks Federico > > But I am very new to Django framework and could not create command > for Orga

[openwisp] Is there any page which shows all devices in a floor plan?

2020-08-19 Thread pni...@gmail.com
Is there any page which shows all devices in a floor plan? I only know the tab "Map" when editing a device. I Will try to add it if does not exists. Thanks. -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop re

[openwisp] How to send a command to a device?

2020-08-19 Thread pni...@gmail.com
How can i send a command to a device? I think i need to reboot the device when installing https://github.com/openwisp/lua-monitoring/issues/10 to work. Thanks. -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and st