Posted: Fri Aug 30, 2024 16:07 Post subject: New Build - 08/30/2024 - r58244
Welcome to Marvell r58244 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.
root@WRT1900ACS1:/jffs/lgy# uname -a
Linux WRT1900ACS1 6.1.106-rt28 #683 SMP Fri Aug 23 04:02:43 +07 2024 armv7l DD-WRT
root@WRT1900ACS1:/jffs# ls -lh
drwxr-xr-x 2 root root 160 Dec 31 19:01 lgy <-= I made for testing, and really exist after reboot or power-on by button
drwxr-xr-x 3 root root 224 Dec 31 19:00 tmp
drwx------ 3 root root 232 Dec 31 19:00 var
Router/Version: Linksys WRT1200ac v1
File/Kernel: r58244
Previous/Reset: r57956 No reset
Mode/Status: Gateway,VPN,Stable
Issues/Errors: Lost VPN connection, reverted to r57956 with no issue, regained VPN connection
Joined: 04 Aug 2018 Posts: 1577 Location: Appalachian mountains, USA
Posted: Sat Aug 31, 2024 18:30 Post subject:
saphirely wrote:
I found a way, that all "$" changed to "\$", and same for "`" to "\`"
How ever, I still think forbid /jffs internal using from 2024/08/25 is a bug of developing.
Alternatively, just use cat <<'EOF' instead of just cat <<EOF. The single quotes cause everything up to the EOF on a line by itself to be taken literally, with no special meaning to $ or \ or anything else. _________________ On 61465: 3x Dynalink DL-WRX36, Linksys MX4200v2, 2x MR7350. WPA2personal/WPA3 w/ AES, VAPs, NAS, station mode, OpenVPN client (AirVPN), wireguard server (AirVPN port forward) and clients (AzireVPN, AirVPN, private), Two SmartDNS/DoT providers and one DNSCrypt provider via VPNs. DNSmasq manages that plus ad blocking and local DNS.
Because I placed my p.sh on "/jffs" always internal NOT USB for booting then run "/jffs/p.sh" directly, and now "/jffs" internal is NOT available for me to keep any files inside from 08-30-2024-r58244, 08-28-2024-r58207 and 08-25-2024-r58163 after reboot, nothing of my files exist.
So I decide that "cat << EOF >/tmp/p.sh" with my code just try to save all codes there.
Yes, after reboot, I really can see the p.sh, but the content is different.