Daniel Pawlik

Results 71 comments of Daniel Pawlik

Alternative "fix" is to set "Min step" ($_interval) to e.g. 5m. ![Screenshot_20220830_150340](https://user-images.githubusercontent.com/3049495/187444939-05238484-8d16-4f5d-bde9-90d5fc248e6e.png)

Latest stable version (slim version linux | Transformer| 1.40.0| a4bb798922820523fceedb9121f5bcfdfc9f2901| 2023-01-15_09:42:23PM) got an error: ``` slim --log-level=trace build quay.io/centos/centos:7 ✘ INT 16:32:03 time="2023-02-07T16:32:08+01:00" level=debug msg="sysinfo => system.SystemInfo{Sysname:\"Linux\", Nodename:\"pav-x1\", Release:\"6.2.0-0.rc6.44.fc38.x86_64\", V...

> slim --host unix:///run/user/1000/podman/podman.sock On which system it is working? I'm trying on Fedora 37 on which it does not work. Steps what I'm doing (as non root user or...

thanks @kcq I re-run the slim command, error is same, so logs from the container: ``` slim --log-level=trace build --show-clogs quay.io/centos/centos:7 time="2023-03-02T15:21:52+01:00" level=debug msg="sysinfo => system.SystemInfo{Sysname:\"Linux\", Nodename:\"pav-p1\", Release:\"6.2.0-63.fc38.x86_64\", Version:\"#1 SMP...

After one day, I don't see any issue on mt7988 (with mt7921) and mt7622.

Could you share `/etc/config/wireless` ? Also if you can do `sysctl -a 2> /dev/null | grep arp` format it by using ```

Could you enable [debugging](https://openwrt.org/docs/guide-developer/debugging) (just to make clear info) and share it with us? In your case would be something like: ``` uci set wireless.default_radio0.log_level=1 uci set wireless.default_radio1.log_level=1 uci commit...