pompushko

Results 61 comments of pompushko

@FokiDoki could you please take a look?

I think I have the same issue after upgrading my RPi5 up to last Raspbian with all simple default settings. Thats happens only when a lot of transfer via CAN...

Seems like I found the problem. I have background task with broadcasting a simple CAN-bus message every 200ms. And it cause this issue when starts another one thread with ISO-TP...

Hello Yes, I have MacBook with Intel chip.

``` x86_64 posix darwin ```

Well. Yes. I tried to play and yes. I have to send only to auto generate peer data. ``` { "presharedKey": "" } ``` But this is super weird :D...

Okay. Here is mine 2 coins about backup after any changes in **wg0.conf**: ``` pupa@vpn-1:~$ cat /etc/systemd/system/wireguard-backup.path [Unit] Description=Watch for changes in config of WireGuard VPN [Path] Unit=wireguard-backup.service PathChanged=/etc/wireguard/wg0.conf [Install]...

Another one thing for scaling, I use GCP: ``` pupa@vpn-2:~$ cat /etc/systemd/system/wireguard-sync.timer [Unit] Description=Timer for WireGuard peers synchronization Requires=wireguard-sync.service [Timer] OnCalendar=*:0/5 OnBootSec=2min Persistent=true RandomizedDelaySec=30 [Install] WantedBy=timers.target ``` ``` pupa@vpn-2:~$ cat...