[openwisp] error on freeradius and nas: Failed to add client, possible duplicate?

2024-09-05 Thread Michele Salerno
Hi, i tried deleting the nas i had and inserting a new one i run freeradius -X -X and i read this: rlm_sql (sql): Adding client openwisp.nnxx.ninux.org (nnxx) to global clients list Failed to add duplicate client nnxx Failed to add client, possible duplicate? rlm_sql (sql): Released connectio

[openwisp] Error TLS FreeRadius certbot

2024-09-03 Thread Michele Salerno
Hi, I use acme for certificates but I have error with freeradius. To get the certificates I used this script. #!/bin/bash .acme.sh/acme.sh --issue --dns dns_nsupdate \ -d openwisp.nnxx.ninux.org \ -d *.nnxx.ninux.org \ --cert-file  /etc/ssl/openwisp/cert.pem  \ --key-file   /etc/ssl/openw

Re: [openwisp] Error when install on debian 12

2024-09-03 Thread Michele Salerno
Try to use pre-task on playbook   pre_tasks:     - name: Update APT package cache   apt:     update_cache: true   changed_when: false   retries: 5   delay: 10   register: result   until: result is success     - name: Creates temp directory ansible   file:     p

Re: [openwisp] Tp-link Archer c59 v1 support

2024-09-02 Thread Michele Salerno
Hi, When you compile the openwrt firmware, a .config file is generated. I grep to this file You can look here at how to compile https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem I use a script to compile,

Re: [openwisp] Tp-link Archer c59 v1 support

2024-09-01 Thread Michele Salerno
hi, at first glance I would say that c59-v1 is supported, maybe you just need to compile it michele@mikytux:/git/ninux-build-openwrt/openwrt$ more .config |grep c59 # CONFIG_TARGET_ath79_generic_DEVICE_tplink_archer-c59-v1 is not set # CONFIG_TARGET_ath79_generic_DEVICE_tplink_archer-c59-v2 is

Re: [openwisp] info openwisp-wifi-login-pages

2024-08-27 Thread Michele Salerno
I attach my file, i run with playbook ansible. Michele Il 28/08/24 00:17, Federico Capoano ha scritto: I checked the latest version locally and I can't replicate this issue, it's working fine. If you can, please try cloning the repository from scratch in another directory, try creating a new

[openwisp] info CaptivePortal

2024-08-23 Thread Michele Salerno
some configurations? My openwisp is for the ninux.org network community, not for profit. Thanks. Best regards, Michele Salerno -- 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, se

Re: [openwisp] Re: Info for join notebook to openwisp and zerotier

2024-08-08 Thread Michele Salerno
Hi, I can do the join but on the notebook I don't get the IP assigned. How do I do that? Best regards. Michele Il 17/05/24 17:08, Gagan Deep (pandafy) ha scritto: Hello Michele, By default, the ZeroTier configuration generated by OpenWISP flags the network as "private". This ensures that on

[openwisp] Info for join notebook to openwisp and zerotier

2024-05-16 Thread Michele Salerno
Hi, I have OpenWisp with zerotier, the routers connect without any problems. I also want to connect to the network from my notebook when I am not connected to a router with openwisp. How can I create a tunnel from my notebook with Linux as well? Thanks. Best regards, Michele -- You receiv

[openwisp] Info for tx power on radio

2024-05-10 Thread Michele Salerno
Hi, How can I set the transmission power on wireless radios? Example: I want average power on 2.4GHz and maximum power on 5GHz. Best regards, Michele -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receivi

[openwisp] Info Zerotier OpenWisp and notebook

2024-05-04 Thread Michele Salerno
Hi, I have OpenWisp with zerotier, the routers connect without any problems. I also want to connect to the network from my notebook when I am not connected to a router with openwisp. How can I create a tunnel from my notebook with Linux as well? Thanks. Best regards, Michele -- You receiv

[openwisp] run openwisp on different ports

2024-03-14 Thread Michele Salerno
Hi, Is it possible to run OpenWisp with Let's on ports other than 80 and 443? Best regards, Michele -- 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+unsub

[openwisp] info for ZeroTier IPv4 and IPv6

2024-01-28 Thread Michele Salerno
Hi, Is it possible from OpenWisp to assign both IPv4 and IPv6 on ZeroTier? Best regards, Michele -- 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+unsubsc

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-17 Thread Michele Salerno
ology/tarball/master https://github.com/openwisp/netdiff/tarball/master Best regards *Federico Capoano* OpenWISP OÜ Harjumaa, Tallinn, Sepapaja tn 6, 15551 VAT: EE101989729 *openwisp.io* <http://openwisp.io> On Thu, 16 Nov 2023 at 17:47, Michele Salerno wrote: I have rebooted the ser

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-16 Thread Michele Salerno
ot;ZeroTierParser" attribute/class root@controller:opt # Il 15/11/23 22:17, Federico Capoano ha scritto: Restart the openwisp processes with: supervisorctl restart all F. On Wed, 15 Nov 2023 at 15:57, Michele Salerno wrote: I try but source env/bin.. this is the error when run t

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-15 Thread Michele Salerno
diff/tarball/master Federico On Tue, 14 Nov 2023 at 18:04, Michele Salerno wrote: root@controller:~ # pip installhttps://github.com/openwisp/netdiff/tarball/master Traceback (most recent call last):   File "/usr/bin/pip", line 33, in     sys.exit(load_entry_point(

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-14 Thread Michele Salerno
_lib.X509_V_FLAG_CB_ISSUER_CHECK AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' Il 14/11/23 21:23, Federico Capoano ha scritto: I think you need to upgrade your netdiff and network-topology modules to the latest development version. F. On Tu

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-14 Thread Michele Salerno
I update with ansible-galaxy install -r requirements.yml -force and run playbook my requirements.yml --- collections:   - name: community.general roles:   - src: https://github.com/openwisp/ansible-openwisp2.git     version: master     name: openwisp.openwisp2   - src: https://github.com/miky

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-14 Thread Michele Salerno
return import_string(self.parser)   File "/opt/openwisp2/env/lib/python3.9/site-packages/django/utils/module_loading.py", line 32, in import_string     raise ImportError( ImportError: Module "netdiff" does not define a "ZeroTierParser" attribute/class

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-14 Thread Michele Salerno
@controller:~ # What could be the problem? Thanks. Beste regards, Michele Salerno Il 11/10/23 17:17, Federico Capoano ha scritto: Hi everyone! I just wanted to let you know that I just finished merging the work to integrate ZeroTier into the development version of OpenWISP, find more

Re: [openwisp] Network topology

2023-04-04 Thread Michele Salerno
I use openvpn but don't works. On my openvpn server i have this option "management localhost 7505" My templates on openwisp is: #!/bin/sh COLLECTOR_URL="https://controller.nnxx.ninux.org/api/v1/network-topology/topology/81461fe7-479b-4a6d-96cc-7b873bcd4efe/receive/?key=qGfhxlhfepEllYDiheZIBrNQVR

[Ninux-Wireless] problema default route senza wan

2022-11-06 Thread Michele Salerno
Ciao raga, come posso risolvere secondo voi per alcuni router che non hanno una wan (tipo zone rurali). Uso Openwrt 19 e 21 e dato che olsrd2 non è più mantenuto ne si installa...con Francesco Bonanno abbiamo messo Bird2 con protocollo babel. Nei test le route ci sono, ma staccando la wan (si

Re: how can i dynamically change the gateway?

2022-10-15 Thread Michele Salerno via Bird-users
bel is down, the GW will change. On Thu, 1 Sept 2022 at 22:28, Michele Salerno wrote: Hi, I have this script that configures routes for me between different routers and servers. I have a few routers that have down in the wan and connect with the mesh network. How can I dy

Re: [Ninux-Wireless] ari-test

2022-09-08 Thread Michele Salerno
👍 Il Mer 7 Set 2022, 17:12 nino ha scritto: > test > ___ > Wireless mailing list > Wireless@ml.ninux.org > https://ml.ninux.org/mailman/listinfo/wireless > ___ Wireless mailing list Wireless@ml.ninux.org http

how can i dynamically change the gateway?

2022-09-01 Thread Michele Salerno
Hi, I have this script that configures routes for me between different routers and servers. I have a few routers that have down in the wan and connect with the mesh network. How can I dynamically change the gateway? Example: if the wan drops, use the mesh as the gateway. # Configure logging lo

[Ninux-Wireless] problemino con chilli

2022-06-18 Thread Michele Salerno
Ciao raga, ho un problemino con CoovaChilli... mi fa il login ma non mi da accesso a internet... Cosa può essere? queste sotto sono le mie config. config chilli 'chilli1'     option acctupdate '1'     option defbandwidthmaxdown '200'     option defbandwidthmaxup '200'     option defidl

Re: [Ninux-Wireless] mesh che non mesha (risolto parzialmente)

2022-06-04 Thread Michele Salerno
00 mesh 192.168.1.0 0.0.0.0 255.255.255.0 U 0 00 wan Ci vuole un intervento lato firewall secondo voi? cia... Michele Il 03/06/22 00:15, Michele Salerno ha scritto: Risolto via bird/babel. Ho aggiunto     interface "mesh" {     type wire

Re: [Ninux-Wireless] mesh che non mesha (risolto)

2022-06-02 Thread Michele Salerno
Risolto via bird/babel. Ho aggiunto     interface "mesh" {     type wireless; # or wired     check link;     }; Ho messo le antennine 2.4 sul canale 5 che generalmente non è usato dai router degli operatori. Il 31/05/22 20:23, Michele Salerno ha scritto: Ciao Cri, gra

Re: [Ninux-Wireless] mesh che non mesha

2022-05-31 Thread Michele Salerno
art with: /etc/init.d/bird restart #    interface "wlan-neigh" { #    type wireless; # or wired #    check link; #    }; } Grazie mille... Michele Il 31/05/22 16:32, cri ha scritto: On 14/05/22 12:58, Michele Salerno wrote: Ciao ragazzi, è una emozione riscrivere nella ML d

Re: [openwisp] error on wifi-login-pages and yarn check failed

2022-05-26 Thread Michele Salerno
This is my config for testing https://github.com/mikysal78/wifi.nnxx.ninux.org/blob/main/files/owlp_organizations/default/default.yml Il 26/05/22 22:39, Federico Capoano ha scritto: Did you define an organization as explained in the README of the wifi login pages app? -- Informativa Privacy

Re: [openwisp] error on wifi-login-pages and yarn check failed

2022-05-26 Thread Michele Salerno
Try open page on Chrome, Chromium, Firefox (debian11) and from smartphone android. Black pages for all browsers. I ran the playbook with the original organization cloned from https://github.com/openwisp/openwisp-wifi-login-pages Copied in files with the direcotories owlp_i18n and owlp_organiza

Re: [openwisp] error on wifi-login-pages and yarn check failed

2022-05-25 Thread Michele Salerno
t; to"node-releases@1.1.74" warning"postcss-merge-rules#browserslist#electron-to-chromium@^1.3.723" could be deduped from "1.3.808" to"electron-to-chromium@1.3.808" warning"postcss-merge-rules#browserslist#node-releases@^1.1.71" could be deduped fro

Re: [openwisp] error on wifi-login-pages

2022-05-21 Thread Michele Salerno
es a linux permission issue, do not change things manually, use the playbook: https://github.com/openwisp/ansible-openwisp-wifi-login-pages Or alternatively, I use this script to rebuild after changes if I need to operate manually without the ansible playbook: #!/bin/bash set -e yarn # everything

Re: [openwisp] Openwisp installation on Vps

2022-05-21 Thread Michele Salerno
Hi, what is your vps system? You have tried but without result how is your playbook? bye Michele Il 21/05/22 11:00, febenasha febe ha scritto: Guys, I need help for someone to help me to install openwisp on our vps. Unfortunately we've tried and tried , but end up with nothing. I know I

[openwisp] openwisp-radius .... an example of configuration from gui

2022-05-21 Thread Michele Salerno
Hi, In the guide (https://openwisp-radius.readthedocs.io/en/latest/index.html) but there is not even an example screenshot of the RADIUS module, like how to set the nas, check, replies etc. Why is the information and examples only from shell? OpenWisp2 is first a graphical interface. Best re

[openwisp] error on wifi-login-pages

2022-05-15 Thread Michele Salerno
Hi, In a new installation I have the blank page. I copy default organization ed i modify only this vars: --- name: "Basilicata" slug: "default" settings:   mobile_phone_verification: false   subscriptions: false # configuration variables for the server app server:   # put the URL of openwisp-r

Bird2 and protocol Babel. auto change default gw

2022-05-14 Thread Michele Salerno
Hi, I am new to ML and also to using bird2. I use bird2 with babel protocol for routing the vpn server and openwrt router. The openwrt routers have a mesh wifi interface. My question is, if the wan (default gw) is down, can bird use the better mesh as the default gw? If the wan is restored, c

[Ninux-Wireless] mesh che non mesha

2022-05-14 Thread Michele Salerno
Ciao ragazzi, è una emozione riscrivere nella ML dopo tanto tempo...santa ML! Un saluto a tutti! Sto notando che le mie interfacce mesh tra le antennine interne non funzionano e mi stanno vendendo dei dubbi... La config è questa: #wireless config wifi-iface 'wifi_mesh1'     option device 'rad

Re: [openwisp] help me for topology

2022-05-10 Thread Michele Salerno
Will it be implemented? Michele Il 10/05/22 00:13, Federico Capoano ha scritto: Bird and Babel are not supported in netdiff yet. A parser class would have to be implemented for being able to collect topology data for these programs. Federico -- Informa

[openwisp] [cannot find dependency openwisp-config] - Problem compile openwisp-monitoring on openwrt 21.02

2022-05-10 Thread Michele Salerno
OpenWrt 21.02 (stable) my feeds: src-git monitoring https://github.com/openwisp/openwrt-openwisp-monitoring.git src-git packages https://git.openwrt.org/feed/packages.git;openwrt-21.02 src-git luci https://git.openwrt.org/project/luci.git;openwrt-21.02 src-git routing https://git.openwrt.org/fee

Re: [openwisp] Installation of custom OpenWISP modules is changing in the main branch of ansible-openwisp2

2022-05-09 Thread Michele Salerno
Hi, will the old playbooks continue to work for updates or do you need to create a new playbook? thanks. Il 07/05/22 20:06, Federico Capoano ha scritto: merged *[change!] Simplify installation of custom OpenWISP modules (eg: forks) *in the main branch of ansible-openwisp2: https://github.c

[openwisp] help me for topology

2022-05-09 Thread Michele Salerno
Hi, I use bird2 with babel protocol for routing device. can you extract the data needed for the topology from here: root@Totolink-X5000R:~ # birdc show route BIRD 2.0.8 ready. Table master4: 10.27.25.0/24    unicast [ninux 2022-05-08 from fe80::cce:ebff:feef:a969] * (130/96) [00:00:00:00:0

[openwisp] Firmware Openwrt

2022-04-26 Thread Michele Salerno
Hello, i have a questions: What are the minimum packages to install for full operation with openwisp? Best regards. Michele -- 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 a

[openwisp] openwisp monitoring

2022-04-25 Thread Michele Salerno
Hello, i have a fresh installation of openwisp with openvpn. I have this template:  - Monitoring (default) - SSH Keys - OpenVPN-Client - openwisp-config (management_interface) I try use the firmware with and without the modulue https://github.com/openwisp/openwrt-openwisp-monitoring. I h

[openwisp] Info for topology OpenVPN

2022-04-22 Thread Michele Salerno
Hi, I don't speak english and with google translate it seems to me that using openvpn it is necessary to enable this: https://github.com/openwisp/openwisp-network-topology/blob/master/README.rst#integration-with-openwisp-controller-and-openwisp-monitoring On old server with olsrd2 (now is a p

[Babel-users] setting bird2 and babel

2022-04-18 Thread Michele Salerno
Hi, I am new and i would like to understand how to set bird2 to use babel protocol. My structure is a debian server with openvpn and bird2, the clients are openwrt routers with bird2. I want to get something like this: # route -n Kernel IP routing table Destination Gateway  Genmas

[openwisp] howto upgrade ansible-openwisp2

2022-04-18 Thread Michele Salerno
Hi, if i install ansible-openwisp2 and after a month a new version of openwisp-controller, how to do? I tried to launch the playbook again bat if change device i have error 550, i try restart supervisor, or reboot ... i have error. Maybe not the right way to upgrade. Best regards, Michele

Re: [openwisp] [ansible-openwisp2-imagegenerator] - help me, i setting profile and change in the .config

2022-04-17 Thread Michele Salerno
ybook and do it manually? I would try asking on the OpenWrt forum as well. Best luck Federico On Mon, Apr 11, 2022 at 12:20 PM Michele Salerno wrote: Hi, I don't get an error but I find another firmware. Spec: 1) run playbook and i have error 2) enter in source and run m

Re: [openwisp] X-Openwisp-Controller header

2022-04-16 Thread Michele Salerno
36 AM Michele Salerno wrote: Hi, i try new compilation of firmware with image-builder, i flash the router and when register on logread -r see this: root@OpenWrt:~ # logread -f Sat Apr 16 09:17:43 2022 daemon.info <http://daemon.info> openwisp: Registering device...

[openwisp] X-Openwisp-Controller header

2022-04-16 Thread Michele Salerno
Hi, i try new compilation of firmware with image-builder, i flash the router and when register on logread -r see this: root@OpenWrt:~ # logread -f Sat Apr 16 09:17:43 2022 daemon.info openwisp: Registering device... Sat Apr 16 09:17:44 2022 daemon.err openwisp: Invalid url: missing X-Openwisp

[openwisp] daphne0.sock and daphne0.sock.lock non exist. because?

2022-04-16 Thread Michele Salerno
Hi, i have in the directory /opt/openwisp2 2 file non existent. srw-rw-rw-  1 www-data www-data    0 Apr 16 09:24 daphne0.sock lrwxrwxrwx  1 www-data www-data    4 Apr 16 09:24 daphne0.sock.lock -> 2744 and wuith the command  /etc/init.d/nginx status i see: nginx.service: Failed to parse PID f

Re: [openwisp] [ansible-openwisp2-imagegenerator] - help me, i setting profile and change in the .config

2022-04-11 Thread Michele Salerno
Hi, I don't get an error but I find another firmware. Spec: 1) run playbook and i have error 2) enter in source and run make -j1 v=S ...is ok 3) run playbook and no error...bat other firmware. playbook is wrt3200acm and the firmware is wrt120ac I have try compile manual and firmware is ok. T

[openwisp] [ansible-openwisp2-imagegenerator] - help me, i setting profile and change in the .config

2022-04-10 Thread Michele Salerno
Hi, i have Linksys WRT3200ACM and in the my playbook i have:     - system: mvebu   subtarget: cortexa9   profile: DEVICE_linksys_wrt3200acm The playbook failed, i enter in source and in the file .config i see: *CONFIG_TARGET_mvebu=y* # CONFIG_TARGET_kirkwood is not set # CO

[openwisp] info for wireguard

2022-04-01 Thread Michele Salerno
Hi, i have installed ansible-wireguard-openwisp and i have the interface on server wg0: flags=209 mtu 1420 inet 10.253.0.1 netmask 255.255.0.0 destination 10.253.0.1 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 1000 (UNSPEC) RX packets 28 bytes 2

[Babel-users] Hi, new member and new problem! :)

2022-04-01 Thread Michele Salerno
Hi, I joined the mailing list now. My name is Michele and I am Italian, excuse me, I understand written English (not very well) but don't speak and I use google translate. In a wireless community network project we used oslrd and later olsrd2. Now we want to try babel, I have read that he is ve

[openwisp] templates

2022-03-21 Thread Michele Salerno
Hi, Is there a repository of standard or sample templates for community? Best regards. -- 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+unsubscr...@googlegro

[openwisp] Re: ansible-openwisp-wifi-login-pages: blank page

2022-03-21 Thread Michele Salerno
Hi, I also try to understand something >From >https://github.com/openwisp/openwisp-wifi-login-pages/tree/master/organizations > copy default in your organization. See https://github.com/openwisp/ansible-openwisp-wifi-login-pages#deploy-organizations-configurations-and-assets and change the

[openwisp] ansible-openwisp2-imagegenerator

2022-02-18 Thread Michele Salerno
Does it work for you? https://github.com/openwisp/ansible-openwisp2-imagegenerator my old playbook doesn't work, i try copy playbook example on readme and not work. I try on debian 10 and debian 11. anyone use it? Thanks. -- You received this message because you are subscribed to the Google G

[openwisp] howto migrate from sqlite to postgres?

2022-02-15 Thread Michele Salerno
Hi, i have old version openwisp with sqlite. I whant upgrade to openwisp-dev. For migrate device, org, template and conf from backand sqlite to postgres? Thanks. -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and st

Re: [openwisp] Re: error install openwisp on raspberry for testing (debian 11) ....what is the mistake?

2022-02-12 Thread Michele Salerno
or in nginx, i add on /etc/nginx/nginx.conf and is ok. http { *server_names_hash_bucket_size 64;* ## # Basic Settings ## Il giorno mercoledì 9 febbraio 2022 alle 19:45:57 UTC+1 Michele Salerno ha scritto: > # > # Ansible managed: modified on 26-1

Re: [openwisp] Re: error install openwisp on raspberry for testing (debian 11) ....what is the mistake?

2022-02-09 Thread Michele Salerno
ly on your >> postgres instance? >> >> >> Best, >> Ajay T. >> >> On Wed, Feb 9, 2022, 9:49 PM Michele Salerno wrot

Re: [openwisp] Re: error install openwisp on raspberry for testing (debian 11) ....what is the mistake?

2022-02-09 Thread Michele Salerno
and working properly on your > postgres instance? > > > Best, > Ajay T. > > On Wed, Feb 9, 2022, 9:49 PM Michele Salerno wrote: > >> I try add "localhost" on setting db and no

[openwisp] Re: error install openwisp on raspberry for testing (debian 11) ....what is the mistake?

2022-02-09 Thread Michele Salerno
; object has no attribute 'geo_db_type' path: /opt/openwisp2/env/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin syspath: - /tmp/ansible_django_manage_payload_4mfm0cks/ansible_django_manage_payload.zip - /usr/lib/python39.zip - /usr/lib/python3.9 - /usr/lib/python3.9/lib-dynload - /

[openwisp] error install openwisp on raspberry for testing (debian 11) ....what is the mistake?

2022-02-09 Thread Michele Salerno
TASK [openwisp.openwisp2-dev : migrate] *** Wednesday 09 February 2022 15:59:13 +0100 (0:00:03.024)

[FFmpeg-user] Compile ffmpeg and error on nvcc

2021-01-15 Thread Michele Salerno
I compile ffmpeg for use cuda. My gpu is Geforce GTX 660 and i have installed driver and cuda from site nvidia (no repositoty of debian). # /usr/local/cuda/samples/bin/x86_64/linux/release/deviceQuery Starting...  CUDA Device Query (Runtime API) version (CUDART static linking) Detected 1 CUD

Re: [FFmpeg-user] error with cuda for convert ts to mp4

2021-01-11 Thread Michele Salerno
Il 11/01/21 12:01, Dennis Mungai ha scritto: On Mon, 11 Jan 2021, 04:30 Michele Salerno, wrote: Hi, i have GPU GTX660Ti on debian buster 64bit, cpu intel core i7. I have fresh install debian and install latest driver and cuda from website nvidia, no repository of debian. If convert file

[FFmpeg-user] error with cuda for convert ts to mp4

2021-01-10 Thread Michele Salerno
Hi, i have GPU GTX660Ti on debian buster 64bit, cpu intel core i7. I have fresh install debian and install latest driver and cuda from website nvidia, no repository of debian. If convert file h264 with cpu it's ok, if use gpu i have error. The video prova.ts is recorder from decoder sat. Th

[openwisp] Set only wireless interface

2020-12-02 Thread Michele Salerno
I have set interface wireless on openwisp, this is in advance mode:     "interfaces": [     {     "wireless": {     "mode": "access_point",     "radio": "radio0",     "ssid": "ciao",     "encryption": {     "protocol": "n

[openwisp] Re: Installing openwisp2 to a raspberrypi 4

2020-12-02 Thread Michele Salerno
Hi, try my playbook - hosts: openwisp2 become: "{{ become | default('yes') }}" roles: - openwisp.openwisp2 vars: # variabili per ruolo openwisp2 openwisp2_default_from_email: "openwisp@{{ inventory_hostname }}" openwisp2_controller_version: "0.7.0" openwisp2_network_topol

Re: [openwisp] Re: Production install for openwisp2 + radius + monitoring + firmware update

2020-11-19 Thread Michele Salerno
Hi, the templates where I find? the directory freeradius not exist. Best regards. Michele Salerno Il giorno mer 18 nov 2020 alle ore 18:19 Federico Capoano ha scritto: > > Here's a sample playbook to install openwisp-radius with ansible-openwisp2. > I have taken it from a workin

[FFmpeg-user] Automatic encoder selection failed for output stream

2020-03-01 Thread Michele Salerno
I run this command on file testing: ffmpeg -y -hide_banner -threads 8 -hwaccel nvdec -hwaccel_output_format cuda -i Saving Mr Banks (2013).mkv -vf scale_cuda=-1:720 -c:v h264_nvenc -rc vbr_hq -profile:v main -minrate 1500k -maxrate 4M -bufsize 5M -acodec ac3 -ac 6 -strict experimental -ar 4800

[FFmpeg-user] linux compile ffmpeg with options from file

2019-12-01 Thread Michele Salerno
I have this role ansible but non merge https://github.com/mikysal78/ffmpeg-cuda/blob/3ee1bba28f6618c4800f5fb24ddf4ec291ee2c26/tasks/main.yml#L65 if run line manual is ok, from ansible no. it's posible ./configure --options from file.txt ? Thanks. ___ f

[FFmpeg-user] select language ?

2019-11-15 Thread Michele Salerno
how-to select language. example i preferred lang ita. If lang ita non exist select only lang eng... not all lang. in my script i testing lang with https://github.com/mikysal78/scripting/blob/master/videoconverter#L47-L52 example in one conversions i see this: Last message repeated 1 times [mp

[FFmpeg-user] error in Codec AVOption b

2019-11-13 Thread Michele Salerno
I have this command: ffmpeg -y -hide_banner -threads 8 -hwaccel nvdec -hwaccel_output_format cuda -i INPUT.mp4 \ -vf scale_cuda=-1:360 -c:v h264_nvenc -rc vbr -minrate 400k -maxrate 1500k -bufsize 1500k \ -acodec aac -strict experimental -ar 44100 -b:a 64k \ -preset slow -flags +loop -cmp chrom

[FFmpeg-user] info options map

2019-11-11 Thread Michele Salerno
ges (English, German, French etc) I want to cancel to leave only the Italian language. If the Italian language does not exist, leave the English language. how can I do? Thanks. Michele Salerno ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https:

[FFmpeg-user] select language from scripting

2019-11-02 Thread Michele Salerno
Example: video file with 4 languages. Only Italian audio can be selected if it is present or if it is not present, leave only the default language? it's posible? Thanks. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/lis

Re: [FFmpeg-user] resize file and output larger

2019-10-23 Thread Michele Salerno
Il giorno mar 22 ott 2019 alle ore 22:02 Moritz Barsnick ha scritto: > > On Tue, Oct 22, 2019 at 14:18:17 +0200, Michele Salerno wrote: > > Hi, i have this command: > > > > ffmpeg -threads 16 -hwaccel nvdec -hwaccel_output_format cuda -i > > input.mp4 -vf scal

[FFmpeg-user] resize file and output larger

2019-10-22 Thread Michele Salerno
Hi, i have this command: ffmpeg -threads 16 -hwaccel nvdec -hwaccel_output_format cuda -i input.mp4 -vf scale_cuda=720:480 -c:v h264_nvenc -preset slow output.mp4 and output https://pastebin.com/vDL3rLF5?fbclid=IwAR2zk5MbBveBrdp5nhPuSyLhUvdds0VjBgPG3hgpzZhCCcj4C0YZKMs9rRc because the output file

Re: [FFmpeg-user] problem ffmpeg with cuda and scale

2019-10-17 Thread Michele Salerno
Il giorno gio 17 ott 2019 alle ore 22:07 Dennis Mungai ha scritto: > > On Thu, 17 Oct 2019 at 22:54, Michele Salerno wrote: > > > Il giorno gio 17 ott 2019 alle ore 19:05 Dennis Mungai > > Driver does not support the required nvenc API version. Required: 9.1 > >

Re: [FFmpeg-user] problem ffmpeg with cuda and scale

2019-10-17 Thread Michele Salerno
Il giorno gio 17 ott 2019 alle ore 19:05 Dennis Mungai ha scritto: > > My bad, try this: > > ffmpeg -threads 8 -hwaccel nvdec -hwaccel_output_format cuda -i "$i" > -vf scale_cuda=720:-1 -c:v h264_nvenc -preset slow "convert/$i"; > > That should fix the issue above. > Driver does not support the r

Re: [FFmpeg-user] problem ffmpeg with cuda and scale

2019-10-17 Thread Michele Salerno
Il giorno gio 17 ott 2019 alle ore 11:29 Moritz Barsnick ha scritto: > > On Thu, Oct 17, 2019 at 01:08:37 +0200, Michele Salerno wrote: > > > #!/bin/bash > > > for i in *.mp4; do > > > ffmpeg -threads 8 -hwaccel nvdec -i "$i" -vf scale_cuda=720:-1

Re: [FFmpeg-user] problem ffmpeg with cuda and scale

2019-10-16 Thread Michele Salerno
Il giorno mar 15 ott 2019 alle ore 23:33 Dennis Mungai ha scritto: > For usage, see: > > ffmpeg -h filter=scale_cuda > > On my build, I see: > > Filter scale_cuda > GPU accelerated video resizer > Inputs: >#0: default (video) > Outputs: >#0: default (video) > cudascale A

Re: [FFmpeg-user] problem ffmpeg with cuda and scale

2019-10-16 Thread Michele Salerno
Il giorno mer 16 ott 2019 alle ore 00:32 Dennis Mungai ha scritto: > > Build the latest ffmpeg git tip and retest. I put a new ssd disk. installed everything from 0. Do you have a suggestion to compile ffmpeg and cuda on debian buster? Cuda and Drive install from repo debian (apt-get) or bin fro

Re: [FFmpeg-user] problem ffmpeg with cuda and scale

2019-10-15 Thread Michele Salerno
Il giorno mar 15 ott 2019 alle ore 23:33 Dennis Mungai ha scritto: > > On Tue, 15 Oct 2019 at 23:47, Carl Eugen Hoyos wrote: > > > > Am Di., 15. Okt. 2019 um 22:25 Uhr schrieb Michele Salerno > > : > > > > > ffmpeg version 4.1.4 Copyright (c) 2000-2019 t

[FFmpeg-user] problem ffmpeg with cuda and scale

2019-10-15 Thread Michele Salerno
I don't speak English well I hope to be understood. Hi to all users. :) My hw is: - CPU Core i7 - GPU Nvidia GTX 660 Ti - RAM 32GB My sw is: - Debian Buster 64bit - Driver nvidia packager manger and cuda toolkit My /etc/modprobe.d/blacklist.conf blacklist nouveau blacklist nvidia-drm options nouv

[Ninux-Wireless] DynDNS per i router

2019-03-23 Thread Michele Salerno
https://github.com/ninuxorg/nnxx-bind-server Questo è il git per l'installazione dei server Bind 9 su un Master ed uno Slave. Installa openvpn come client sulla vpn di OpenWisp e olsrd2. Alla fine del readme ho appena messo lo script da avviare su OpenWRT per eseguire l'update del record dinamico

[Ninux-Wireless] Server DNS

2019-01-12 Thread Michele Salerno
Ho messo su un playbook ansible per l'installazione di un server dns con bind e creare anche degli slave. Vorrei qualche consiglio da voi e soprattutto da Nino che è il nostro esperto e manutentore dei dns di ninux. Il playbook è questo https://github.com/mikysal78/bind9 Gli IP dei server sono: M

[ansible-project] how-to split file group_vars ?

2018-12-15 Thread Michele Salerno
I have this file for config zones bind dns. Ho-to split this file for single zone? https://github.com/mikysal78/nnxx-bind-server/blob/master/group_vars/dns-server/bind Thanks. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe fr

[ansible-project] playbook with ansible-vault

2018-12-09 Thread Michele Salerno
I have this file https://github.com/NinuxBasilicata/nnxx-bind-server/blob/master/roles/bind/defaults/main.yml if i paste this https://github.com/NinuxBasilicata/nnxx-bind-server/blob/88ffdda928a425be374bb898827b6679bef61ffc/roles/bind/defaults/main.yml#L32 in other file how can i import? p

[Ninux-Wireless] Nodo IMPERIAL-OPPIDO

2018-11-21 Thread Michele Salerno
Ragazzi, non so perchè non ho più trovato il nodo...l'ho reinserito. Me lo passate a verde? http://map.ninux.org/select/imperial-oppido/ Grazie. Michele ___ Wireless mailing list Wireless@ml.ninux.org http://ml.ninux.org/mailman/listinfo/wireless

Re: [Ninux-Wireless] problema di connessione internet tra router

2018-09-25 Thread Michele Salerno
Il giorno mar 25 set 2018 alle ore 12:38 Matteo Pedani ha scritto: > > Ma allora navighi si da A che da B, solo se fai un ping dalle antenne ad un > nome a dominio non pinga. > Semplice ogni antenna deve avere qualcuno che gli da il dns per risolvere i > nomi, (devi configurarlo) sennò pinghi s

Re: [Ninux-Wireless] problema di connessione internet tra router

2018-09-25 Thread Michele Salerno
Il giorno mar 25 set 2018 alle ore 10:55 Stefano De Carlo ha scritto: > > config zone 'cfg14dc81' > option output 'ACCEPT' > option name 'ninux' > option input 'ACCEPT' > option forward 'ACCEPT' > option network 'ninux vpnbas Ant1 Ant2 Ant3 Ant4 ANT_1 ANT_2' > option masq '

Re: [Ninux-Wireless] problema di connessione internet tra router

2018-09-24 Thread Michele Salerno
Il giorno lun 24 set 2018 alle ore 11:01 Matteo Pedani ha scritto: > > da router B hai messo la default sulla eth0.2 > Prova ad usare mtr per vedere che giro fanno i pacchetti. > Considera che olsr alle rotte veloci preferisce rotte senza perdita di > pacchetti. Puoi provare con olsr2 -- oonf >

Re: [Ninux-Wireless] problema di connessione internet tra router

2018-09-24 Thread Michele Salerno
Il giorno lun 24 set 2018 alle ore 16:55 Stefano De Carlo ha scritto: > > Il 22/09/2018 17:23, Michele Salerno ha scritto: > > Dal router B se faccio un ping verso google.it funziona, da una delle > > antenne se faccio un ping verso internet funziona. > > Ma se faccio

Re: [Ninux-Wireless] Telegram

2018-09-23 Thread Michele Salerno
Il giorno dom 23 set 2018 alle ore 14:22 norðurljósahviða ha scritto: > > Io come consiglio sempre vi suggerirei di basarvi su Matrix / Riot.im, > piattaforma aperta nata proprio per creare un tessuto open, decentralizzato, > e federato, anche per unire le diverse isole proprietarie e closed ch

[Ninux-Wireless] problema di connessione internet tra router

2018-09-22 Thread Michele Salerno
Ciao Ragazzi, ...pare strano riprendere a scrivere in ML (stranezza non positiva). Ho un problema di routing o firewall penso...aiutatemi a capire meglio voi. Premessa: il mio modo di usare router e antenne è quello della "bibbia" scritta da @Stefano De Carlo e mi sono trovato sempre bene. La ret

[Ninux-Wireless] nuovi acquisti router...quali?

2018-06-26 Thread Michele Salerno
i Tp-Link 3600 e 4300 non si trovano più, cosa consigliate di già testati? ___ Wireless mailing list Wireless@ml.ninux.org http://ml.ninux.org/mailman/listinfo/wireless

[Ninux-Wireless] problema con config ad-hoc

2018-06-02 Thread Michele Salerno
Vorrei avere 2 router connessi in modalità ad-hoc ma sembra non si connettono ne l'interfaccia sale su. Premessa: uno dei 2 router è un TP-Link C2600 che per come ho provato a problemi con le VLAN e mi viene il dubbio che sia un problema fisico. Avete qualche idea da suggerirmi? Le confgiurazioni

[Ninux-Wireless] OpenWisp e Ansible NNXX 2 router nella stessa LAN

2018-04-05 Thread Michele Salerno
Ciao ragazzi per motivi di cablaggio ho dovuto mettere 2 router nella stessa LAN impostando 2 /25. I router sono in 2 stanze diverse, dove il router (A) è collegato alla wan del router TIM. Il router (B) è collegato al router (A) sulla wan tramite powerline. Funziona tutto ma la tabella di routing

[Ninux-Wireless] VLAN e Powerline

2018-03-26 Thread Michele Salerno
Una domanda prima di impazzire...magari qualcuno ha già provato. Ho il router TIM e quello per Ninux nella stanza A, per poter passare la rete cablata nella stanza B uso questo adattore Powerline "TP-Link AV1200 TL-PA8030P KIT Powerline Starter" Nella stanza B devo fare un buco nel muro per poter

  1   2   3   4   5   6   >