Federico Capoano
Federico Capoano
I found this problem again and while debugging I have noticed that the agent stored an empty file, which was trying to be sent as is (empty). After removing that...
@nickberry17 yes, it should, I haven't tested the following modified version yet but if it works is a bit shorter but still readable: ```lua local device = uci_cursor.get('network', interface['interface'], 'ctl_device')...
> Is it an inclusive `or`? Do we need to check if both are set, so we don't get `device` set to `/sys/devices/platform/soc/8af8800.usb3/8a00000.dwc3/xhci-hcd.0.auto/usb2/2-1/sys/devices/platform/soc/8af8800.usb3/8a00000.dwc3/xhci-hcd.0.auto/usb2/2-1` In a sysupgrade scenario where settings are...
Which revision are you using? Are you able to understand which operation is eating up so much memory?
Tell me the exact commit hash please, check with git log -1. Also check more carefully the name of the background task. There was a recent change to address a...
Default hours are 1:30 and 2:30 AM, there's no 00:30. Did you mean 1:30?
Both are possible, I cannot help very much in this case. What I can suggest is to run the code in `housekeeping` and `clean_activityhistory` manually in the rails console and...
Do not try to launch the MonitoringWorker, instead copy the code of each task and execute it in the console, one at time.
This should not be possible, are you sure it's not 2 access points with a similar name belonging to different groups?
Here's how OpenWRT does it: https://downloads.openwrt.org/releases/21.02.0/packages/mips_24kc/packages/Packages Would be great to do the same, including the checksum of our packages only.