Page 6 of 8

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Sat Aug 09, 2025 2:36 am
by angus
Lantis wrote:
Fri Aug 08, 2025 6:33 pm
It has probably gone into coexistence mode.
viewtopic.php?p=36846&hilit=Noscan#p36846
Very informative and useful. Thanks Lantis.

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Wed Sep 10, 2025 4:17 pm
by j6mm
There seems to be a problem with saving of bandwidth monitor data in this version. For most intervals the values are 0.000. It works correctly in 1.15.x owrt 23.05.

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Wed Sep 10, 2025 6:17 pm
by Lantis
j6mm wrote:
Wed Sep 10, 2025 4:17 pm
There seems to be a problem with saving of bandwidth monitor data in this version. For most intervals the values are 0.000. It works correctly in 1.15.x owrt 23.05.
Does it show correctly in the UI and the download is corrupt or wrong everywhere?

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Thu Sep 11, 2025 4:16 am
by j6mm
Lantis wrote:
Wed Sep 10, 2025 6:17 pm
Does it show correctly in the UI and the download is corrupt or wrong everywhere?
In the UI only the 15 min graph was correct as that data is stored in RAM I guess. Wrong everywhere else.

I flashed 1.15.x owrt 23.05 over 24.10 at about 1757520000 unix time, preserving settings and bandwidth data. Before that time there is almost no traffic recorded (0 for some hours), although my actual usage was the usual ~1GB+/hour:

Code: Select all

download,hour,24,COMBINED,1757487600,1757491200,0
download,hour,24,COMBINED,1757491200,1757494800,6359346
download,hour,24,COMBINED,1757494800,1757498400,0
download,hour,24,COMBINED,1757498400,1757502000,0
download,hour,24,COMBINED,1757502000,1757505600,0
download,hour,24,COMBINED,1757505600,1757509200,5717196
download,hour,24,COMBINED,1757509200,1757512800,16596824
download,hour,24,COMBINED,1757512800,1757516400,9840254
download,hour,24,COMBINED,1757516400,1757520000,0
download,hour,24,COMBINED,1757520000,1757523600,558048566
download,hour,24,COMBINED,1757523600,1757527200,1821201266
download,hour,24,COMBINED,1757527200,1757530800,4268325627
My router is GL-MT6000. I didn't preserve any data when I installed Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03.

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Thu Sep 11, 2025 9:26 am
by Lantis
The 3 zeroes in a row stands out to me. We save the bandwidth data to disk every 4 hours.
I am aware at the moment that the firewall gets torn down much more regularly than it did in fw3 and we aren't able to grab the bw data when this happens, and you'll lose up to 4 hours of data each time.
I need to find a happy middle ground for this.

Also during sysupgrade it does not appear to save the data either, I think sysupgrade kills the processes too quickly again.

I will take a look!

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Mon Sep 15, 2025 1:15 pm
by QaUr8zoKrK7
I flashed gargoyle_1.15.x-ramips-mt7620-xiaomi_miwifi-mini-squashfs-sysupgrade on Xiaomi Mi WiFi Mini and so far everything i tried works. If anything will change i will let you know.

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Tue Sep 23, 2025 3:23 pm
by rg66
Hi Lantis,

I have a quota setup to reduce bandwith for the entire dhcp range. If I add an enforced static IP (outside of dhcp range) to this quota, all quotas stop working. I have to make a separate quota for the static IP and everything works properly again. The logs show a segmentation fault.

I'm on a build from the latest commit (b51aa6f), don't know if it was happening with an earlier commit.

Code: Select all

Tue Sep 23 21:59:47 2025 daemon.err uhttpd[2265]: Segmentation fault
Tue Sep 23 21:59:48 2025 daemon.err insmod: module is already loaded - sch_prio
Tue Sep 23 21:59:48 2025 daemon.err insmod: module is already loaded - sch_tbf
Tue Sep 23 21:59:48 2025 daemon.err insmod: module is already loaded - cls_fw
Tue Sep 23 21:59:48 2025 daemon.err insmod: module is already loaded - act_connmark
Tue Sep 23 21:59:48 2025 kern.notice kernel: [  755.272100] tc mirred: target device is gone
Tue Sep 23 21:59:48 2025 daemon.err uhttpd[2265]: RTNETLINK answers: File exists
Tue Sep 23 21:59:49 2025 daemon.err uhttpd[2265]: Error: There is no such init script like 'miniupnpd'.
Cheers

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Tue Sep 23, 2025 5:21 pm
by Lantis
Are you able to post a screenshot or that segment from your firewall config please? Just to help with reproducing the issue.

I don’t think the fact it is static or DHCP should influence it but let’s see

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Wed Sep 24, 2025 2:53 am
by rg66
I removed all quotas and made a new one with one IP.

Code: Select all

config quota 'quota_1'
	option combined_limit '1048576'
	option reset_interval 'never'
	option ip '192.168.1.200'
	option id '192.168.1.200'
	option enabled '1'
	option exceeded_up_speed '1024'
	option exceeded_down_speed '2048'
When I add a second IP and quotas stop working. Bandwidth monitor also stops working.

Code: Select all

config quota 'quota_1'
	option combined_limit '1048576'
	option reset_interval 'never'
	option ip '192.168.1.200,192.168.1.220'
	option id '192.168.1.200_A'
	option enabled '1'
	option exceeded_up_speed '1024'
	option exceeded_down_speed '2048'
You are correct, static or dhcp IP doesn't make a difference.

Also, errors when restarting firewall from cli (WinSCP).

Code: Select all

/$ /etc/init.d/firewall restart
[!] Section @defaults[0] specifies unknown option 'enforce_dhcp_assignments'
[!] Section @include[0] option 'reload' is not supported by fw4
Thanks

Re: Gargoyle 1.15.x OpenWrt 24.10 beta - 2025-08-03

Posted: Wed Sep 24, 2025 8:33 am
by Lantis
rg66 wrote:
Wed Sep 24, 2025 2:53 am
I removed all quotas and made a new one with one IP.

Code: Select all

config quota 'quota_1'
	option combined_limit '1048576'
	option reset_interval 'never'
	option ip '192.168.1.200'
	option id '192.168.1.200'
	option enabled '1'
	option exceeded_up_speed '1024'
	option exceeded_down_speed '2048'
When I add a second IP and quotas stop working. Bandwidth monitor also stops working.

Code: Select all

config quota 'quota_1'
	option combined_limit '1048576'
	option reset_interval 'never'
	option ip '192.168.1.200,192.168.1.220'
	option id '192.168.1.200_A'
	option enabled '1'
	option exceeded_up_speed '1024'
	option exceeded_down_speed '2048'
You are correct, static or dhcp IP doesn't make a difference.

Also, errors when restarting firewall from cli (WinSCP).

Code: Select all

/$ /etc/init.d/firewall restart
[!] Section @defaults[0] specifies unknown option 'enforce_dhcp_assignments'
[!] Section @include[0] option 'reload' is not supported by fw4
Thanks
And definitely on the latest version? I fixed a lot of errors like this in the last release.
Will try to test tomorrow.