Posted: Sat Jul 01, 2023 5:14 Post subject: New Build - 07/01/2023 - r53133
Welcome to Marvell r53133 beta release thread for reporting, feedback to developers and community benefit.
Please do not flash builds until installation is understood, risks involved and device specificrecovery methods.
Avoid discussions, create threads for questions, general problems or use search; this thread is not for support.
List router model & version or revision, operating & wireless modes & exact filename/firmware image flashed.
CLI Flash: 'cd /tmp' then 'wget {file URL}' (httponly) or 'curl -O {file URL}' (http, https, ftp) 'write {file} linux' then 'reboot'.
Issues, observations, and/or workarounds reported:
• WebUI: Clear history or use a portable. Temporary cache bypass: Ctrl+F5, Cmd+Shift+R or new private window/incognito.
• Please report findings with steps needed to reproduce, configuration, clients, output, logs and important information below!
Important:
• Detail issues & relevant configs, logs: syslog klog 'dmesg' 'cat /tmp/var/log/messages' nvram set console_debug=1, serial.
• Firewall NAT: 'iptables -vnL' 'iptables -t nat -vnL' 'iptables -t mangle -vnL' & 'cat /tmp/.ipt'. Debug Analyze: stracetcpdump.
• Gremlins: reboot. cold boot. Reset & reconfigure not restore backup. Search Trac & discuss in forum before opening tickets.
• Include operating & wireless modes (e.g. Gateway, Router, AP, SB, WDS, Mesh) and applicable configurations to reproduce.
Router/Version: Linksys WRT1900ACS v2
File: ddwrt-linksys-wrt1900acsv2-webflash.bin
Firmware: DD-WRT v3.0-r53133 std (07/01/23) (prev. DD-WRT v3.0-r53045 std (06/22/23))
Kernel: Linux 4.9.337 #3903 SMP Sat Jul 1 02:21:37 +07 2023 armv7l
Mode: Gateway, SFE enabled, Wifi disabled, Wireguard for external access, WAN to DSL Modem, samba to access USB3-ext4 SSD, Keep Alive reboot 5:00 in the morning
Reset: No
Status: Installed 30 minutes ago, ERROR.
Setup --> Advanced Routing is out of function, no Route entered there is shown in Routing table.
Tried soft reboot and power off power on, to no avail.
Back on DD-WRT v3.0-r53045 std (06/22/23) the problem is gone.
Router/Version: Linksys WRT1900ACSv2
File/Kernel: ddwrt-linksys-wrt1900acsv2-webflash.bin / Linux 4.9.337 #3903 SMP Sat Jul 1 02:21:37 +07 2023 armv7l
Previous/Reset: r53130 / No
Mode/Status: Gateway /Pihole setup with Unbound / Uptime 6:20
Issues/Errors: Router did lock up and I had to drop back to r53130 and then restore my settings, then upgrade to r53133 again.
Recently from OpenWRT, which had been causing me problems for a year, I thought to try DD-WRT or splash the cash and get a router from the 21st century. Best move I could have made. It just works and works well plus saved my trusty router from the scrap heap.
Joined: 12 Dec 2007 Posts: 727 Location: Pittsburgh, PA USA
Posted: Mon Jul 03, 2023 15:50 Post subject:
Router/Version: WRT1900AC v1
File/Kernel: DD-WRT v3.0-r53133 std (07/01/23)
Previous/Reset: DD-WRT v3.0-r53112 std (06/26/23). No reset this time, but I just did one on the last build.
Mode/Status: Gateway (SFE enabled), Access Point, 802.11r, IPV6 (DHCP6 w/ prefix delegation), Entware, DOT via SmartDNS/DNSMasq, OpenVPN server, Wireguard Server
Issues/Errors:
Up 48 hours. Wireless and wired speeds are as expected. OpenVPN and Wireguard tested and working normally. I can confirm that Wizo's report of the WAN traffic by month graph not working affects the WRT1900AC v1 as well. I tried disabling ttraf and re-enabling but made no difference.
Joined: 12 Dec 2007 Posts: 727 Location: Pittsburgh, PA USA
Posted: Tue Jul 04, 2023 13:59 Post subject:
Found something interesting related to the traff data. My startup script looked like this (found on this site a few years ago):
Code:
#!/bin/sh
T=0
D=`nvram show|grep traff-|cut -f1 -d=|awk -F"-" '{print $3,$2}'|cut -b-4,6-`
for d in $D
do
if [ $T -lt $d ]
then
T=$d
fi
done
T=`expr $T - 100`
for d in $D
do
if [ $T -gt $d ]
then
N=traff-`echo ${d}|cut -b5-`-`echo ${d}|cut -b-4`
nvram unset $N
fi
done
The interesting thing is that I did a backup of my traff data and looked at it in Notepad++. It looks like part of the code has ended up embedded in the data. I clicked Delete and now it's actually tracking. I also cleared my startup script for now.
The question is what changed that a script which worked for at least a year and a half suddenly is having unintended side effects? _________________ __________________________
Netgear R7800
DD-WRT v3.0 STD
Linksys WRT1900AC
DD-WRT v3.0 STD
Patches to negate the necessity for said script? You should probably close your ticket...
https://svn.dd-wrt.com/ticket/7693 _________________ "The woods are lovely, dark and deep,
But I have promises to keep,
And miles to go before I sleep,
And miles to go before I sleep." - Robert Frost
"I am one of the noticeable ones - notice me" - Dale Frances McKenzie Bozzio
Joined: 12 Dec 2007 Posts: 727 Location: Pittsburgh, PA USA
Posted: Wed Jul 05, 2023 15:24 Post subject:
I didn't open a ticket, I was just providing additional observactions to Wizo's original report. _________________ __________________________
Netgear R7800
DD-WRT v3.0 STD
Linksys WRT1900AC
DD-WRT v3.0 STD
Running r53323. The problem still there. Nothing shown in the graph.
Now I did the following:
1. At the bottom of the Status/WAN page I used the Data Administration -> Backup to dump the traff log.
2. Opened the thus created file traffdata.bak in text editor
3. Noticed that the line for the present month (the one starting with traff-07-2023) was different than all other lines as it started with [0:0].
4. Deleted the [0:0] and saved the file as traffnew.bak (you can choose any name but the extension must be bak!).
5. Using the Data Administration -> Restore selected the traffnew.bak file and hit Restore.
Now the July graph is showing daily values as expected!