New Build - 07/01/2023 - r53133

Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.)
Author Message
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 5555

PostPosted: Sat Jul 01, 2023 5:14    Post subject: New Build - 07/01/2023 - r53133 Reply with quote
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 specific recovery 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}' (http only) or 'curl -O {file URL}' (http, https, ftp) 'write {file} linux' then 'reboot'.

Downloads: HTTPS, FTP

Trac SVN: repository since last build 53130 (mirror)

OpenVPN 2.6.3: Changelog, Guides, Server, PBR, DNS, Kill Switch, Watchdog, Reverse PBR, Client, Multiple, tips & scripts.
WireGuard 1.0.20211208/Tools: Changelog, Guides, Client, Server, Adv, PBR, KS, tips & scripts. Thanks BS egc & eibgrad!

Notes:
Plex driver Asterisk Nmap mDNS D-Bus zfs mdhcp nodogs nDPI UPnP XMSN WAN ksmbd cURL BearSSL Speedtest dnscrypt
htop ddrescue iPhone DDNS spec GLib drv fix ksmbd XMSN cURL nodogs mDNS/Avahi APFS MTU RAID Speedtest frr drv fix

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: strace tcpdump.
• 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.

Example Template:
Code:
[b]Router/Version: [/b]
[b]File/Kernel: [/b]
[b]Previous/Reset: [/b]
[b]Mode/Status: [/b]
[b]Issues/Errors: [/b]
Sponsor
Zyxx
DD-WRT Guru


Joined: 28 Dec 2018
Posts: 703

PostPosted: Sat Jul 01, 2023 7:23    Post subject: Reply with quote
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.
Wizo
DD-WRT User


Joined: 08 Jun 2023
Posts: 56

PostPosted: Sat Jul 01, 2023 8:47    Post subject: Reply with quote
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.

Status/Wan Traffic by Month not working.


Thank you for your ongoing support.

_________________
Pihole setup, example 3 with Unbound.
Pihole Guide : https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=331414

Thank you for this guide, best I have seen.

Wifi settings As recommended here : https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1198757#1198757


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.
dpp3530
DD-WRT Guru


Joined: 12 Dec 2007
Posts: 727
Location: Pittsburgh, PA USA

PostPosted: Mon Jul 03, 2023 15:50    Post subject: Reply with quote
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.

Thanks Devs.

_________________
__________________________
Netgear R7800
DD-WRT v3.0 STD
Linksys WRT1900AC
DD-WRT v3.0 STD
dpp3530
DD-WRT Guru


Joined: 12 Dec 2007
Posts: 727
Location: Pittsburgh, PA USA

PostPosted: Tue Jul 04, 2023 13:59    Post subject: Reply with quote
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
dale_gribble39
DD-WRT Guru


Joined: 11 Jun 2022
Posts: 1639

PostPosted: Tue Jul 04, 2023 14:46    Post subject: Reply with quote
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

<fact>code knows no gender</fact>

This is me, knowing I've ruffled your feathers, and not giving a ****
Some people are still hard-headed.

--------------------------------------
Mac Pro (Mid 2012) - Two 2.4GHz 6-Core Intel Xeon E5645 processors 64GB 1333MHz DDR3 ECC SDRAM OpenSUSE Leap 15.5
dpp3530
DD-WRT Guru


Joined: 12 Dec 2007
Posts: 727
Location: Pittsburgh, PA USA

PostPosted: Wed Jul 05, 2023 15:24    Post subject: Reply with quote
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
Wizo
DD-WRT User


Joined: 08 Jun 2023
Posts: 56

PostPosted: Wed Jul 05, 2023 16:25    Post subject: Reply with quote
Wink Thank you for them.

I didn't submit a ticket either as Jeremy, already had. Wink

and the problem is still live.

Seems to be a problem for others too hopefully it will be sorted in the next release.

see for example : https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=334792
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=334784
Ivo_K
DD-WRT Novice


Joined: 12 Jan 2018
Posts: 37

PostPosted: Thu Jul 20, 2023 19:10    Post subject: Reply with quote
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!
Sp1derman
DD-WRT User


Joined: 16 Jun 2006
Posts: 98
Location: Germany, BW

PostPosted: Thu Jul 20, 2023 21:44    Post subject: Reply with quote
Not working in r53133. Damn it.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.) All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum