--
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 openwisp+u...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/openwisp/1ee2ad26-9207-428c-b221-6d3b2e9e1320%40gmail.com.
Hi Federico,
I just tried again to update debian and the playbook.
In the roles I checked the CHANGE.log file and the version Version
24.11.1 [2024-11-27].
I launched the playbook, ran the commands to clear the cache, also
cleared the chrome cache but it doesn't change.
I tried to create a new zerotier server (I put myself certified
against the previous one), I created the zerotier template with
the new vpn server but the preview is still the same.
package zerotier config zerotier 'ow_zt' option config_path '/etc/openwisp/zerotier' option copy_config_path '1' option enabled '1' list join '3eaf426dc622857c' option secret '{{secret}}' config network 'owzt22857c' option id '3eaf426dc622857c' # ---------- files ---------- # # path: /etc/openwisp/zerotier/devicemap # mode: 0644 # network_id=interface_name 3eaf426dc622857c=owzt22857c
My System Info
On ghithub i see now netjsonconfig is last release 1.1.1.post1
How do I update it via ansible?
Best regards,
Michele
To view this discussion, visit https://groups.google.com/d/msgid/openwisp/CAAGgX6KDsXd43yJuns81x1M7UBCCDLTwxSujv-sDh35q3sUyQA%40mail.gmail.com.
-- Informativa Privacy - Ai sensi del D. Lgs n. 196/2003 (Codice Privacy) si precisa che le informazioni contenute in questo messaggio sono riservate e ad uso esclusivo del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a terzi, dandocene gentilmente comunicazione. Grazie. Privacy Information - This message, for the D. Lgs n. 196/2003 (Privacy Code), may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.
To view this discussion, visit https://groups.google.com/d/msgid/openwisp/ab027f63-54ed-40a2-8a41-f789a54320d0%40gmail.com.
Yes, this night I couldn't sleep and tried to manually update
netjsonconfig.
I also tried creating a new vpn with zerotier and new template. It
always generates a code like the old template.
{
"zerotier": [
{
"disabled": false,
"name": "ow_zt",
"networks": [
{
"id": "3eaf426dc60192af",
"ifname": "owzt0192af"
}
],
"secret": "{{secret}}",
"config_path": "/etc/openwisp/zerotier"
}
],
"interfaces": []
}
I read the guide to convert config to json
https://netjsonconfig.openwisp.org/en/stable/general/commandline_utility.html
# convert an OpenWrt tar.gz to NetJSON and print to standard
output (with 4 space indentation)
netjsonconfig --native config.tar.gz --backend openwrt --method
json -a indent=" "
On a test router I loaded the original configuration from the
zerotier package, saved the config but I get error in conversion
(https://github.com/openwisp/netjsonconfig/issues/342) .... I
installed netjsonconfig on my notebook for convert.
You know we use openwisp for ninux (network community), it is not
for professional use.
We don't have sensitive data, privately we can give ssh or admin
access to openwisp to find the error...maybe it can also help you
in development or documentation.
Bye bye
Michele
To view this discussion, visit https://groups.google.com/d/msgid/openwisp/CAAGgX6LXNGvPLYZ71yGTnRdtkQpiLyCWhsNSrKM-4rcaBN_9Rw%40mail.gmail.com.
Hello Michele,
Thank you for reporting the bug in NetJSONConfig. I have created and merged the fix, and it will be included in the next bugfix release, which is expected soon.
If you'd like to test this change beforehand, you can install NetJSONConfig from the 1.1 branch on GitHub by following these steps:
cd /opt/openwisp2
source env/bin/activate
pip install -UI https://github.com/openwisp/netjsonconfig/tarball/1.1
Let me know if you have any questions or encounter any issues.
Best regards,
Gagan Deep
Hi,
i have update but a strange thing happens.
I created the template “Zerotier 1.4”
On the test device:
- I removed the template
- I emptied the zerotier file.
- I inserted the template.
It is applied even if the global section comes below and not
above.
After a few minutes the file becomes like this:
logread -f is
because config zerotier 'ow_zt' e not global?
I try to update zerotier
root@ReginaMargherita116-AP:config # opkg list-installed |grep
zerotier
zerotier - 1.14.1-r1
root@ReginaMargherita116-AP:config #
Thanks.
Michele
To view this discussion, visit https://groups.google.com/d/msgid/openwisp/fee3a069-a127-4c68-9bc1-28c153361f0bn%40googlegroups.com.