New Build - 05/31/2022 - r49028

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2, 3, 4, 5  Next
Author Message
blkt
DD-WRT Guru


Joined: 20 Jan 2019
Posts: 5700

PostPosted: Wed Jun 01, 2022 12:20    Post subject: Reply with quote
ArjenR49 wrote:

This build appears to have been pulled.

r49028 went and r48996 remains <shrug> r48971 is the last known good. EA8500 test r49040 so far so good.
Sponsor
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Wed Jun 01, 2022 12:31    Post subject: Reply with quote
let me know if you want to lock these build threads.
_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
MLandi
DD-WRT Guru


Joined: 04 Dec 2007
Posts: 1020

PostPosted: Wed Jun 01, 2022 13:13    Post subject: Reply with quote
Alozaros wrote:

(save to USB script)

if [ ! -L /tmp/var/log/messages ]; then cat /tmp/var/log/messages >> /opt/messages/messages; fi
killall syslogd
syslogd -Z -L -s 2048 -O /opt/messages
ln -sf /opt/messages/messages /tmp/var/log/messages


Thanks, I am now using this. Is there a reason to use /opt and not /jffs for a USB stick?

_________________
Netgear R9000
DD-WRT v3.0-r55819 std (04/17/24)
Linux 4.9.337 #722 SMP Wed Apr 17 04:16:49 +07 2024 armv7l
Gateway, AP, DNSMasq, Clock 2000MHz
VAP on wlan1 for internet devices
IPv4 & IPv6 (Prefix Delegation)
Static Leases & DHCP
CloudFlare, no SFE, SmartDNS, no QoS
2.4GHz: Vanilla, Airtime Fairness, NG-Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
5GHz: Vanilla, Airtime Fairness, AC/N Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
2 Netgear AX1800 WiFi Mesh Extenders
Xfinity 1.2Gbps/35Mbps
MLandi
DD-WRT Guru


Joined: 04 Dec 2007
Posts: 1020

PostPosted: Wed Jun 01, 2022 13:26    Post subject: Reply with quote
blkt wrote:
r48971 is the last known good.


After my router (R9000) crashing too many times to count, I reverted to 48971 also. Very stable

_________________
Netgear R9000
DD-WRT v3.0-r55819 std (04/17/24)
Linux 4.9.337 #722 SMP Wed Apr 17 04:16:49 +07 2024 armv7l
Gateway, AP, DNSMasq, Clock 2000MHz
VAP on wlan1 for internet devices
IPv4 & IPv6 (Prefix Delegation)
Static Leases & DHCP
CloudFlare, no SFE, SmartDNS, no QoS
2.4GHz: Vanilla, Airtime Fairness, NG-Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
5GHz: Vanilla, Airtime Fairness, AC/N Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
2 Netgear AX1800 WiFi Mesh Extenders
Xfinity 1.2Gbps/35Mbps
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Wed Jun 01, 2022 14:20    Post subject: Reply with quote
MLandi wrote:
Thanks, I am now using this. Is there a reason to use /opt and not /jffs for a USB stick?

See https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=332248

Bushant seems to think so, why exactly, I wouldn't know as I dont use jffs normally, only for testing when Im doing fixes UI fixes on features that need jffs to be enabled, otherwise that shit is off.

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
MLandi
DD-WRT Guru


Joined: 04 Dec 2007
Posts: 1020

PostPosted: Wed Jun 01, 2022 14:24    Post subject: Reply with quote
the-joker wrote:
MLandi wrote:
Thanks, I am now using this. Is there a reason to use /opt and not /jffs for a USB stick?

See https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=332248

Bushant seems to think so, why exactly, I wouldn't know as I dont use jffs normally, only for testing when Im doing fixes UI fixes on features that need jffs to be enabled, otherwise that shit is off.


Interesting. I was using it for leases and it gave me no issues. I'll switch to /opt if it gives me grief. It is working well for me now w/r/t logging

_________________
Netgear R9000
DD-WRT v3.0-r55819 std (04/17/24)
Linux 4.9.337 #722 SMP Wed Apr 17 04:16:49 +07 2024 armv7l
Gateway, AP, DNSMasq, Clock 2000MHz
VAP on wlan1 for internet devices
IPv4 & IPv6 (Prefix Delegation)
Static Leases & DHCP
CloudFlare, no SFE, SmartDNS, no QoS
2.4GHz: Vanilla, Airtime Fairness, NG-Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
5GHz: Vanilla, Airtime Fairness, AC/N Mixed, ACK Timing 3150, WPA2 w/AES & WPA3
2 Netgear AX1800 WiFi Mesh Extenders
Xfinity 1.2Gbps/35Mbps
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2999
Location: Germany

PostPosted: Wed Jun 01, 2022 14:35    Post subject: Reply with quote
So to clear up the confusion

/jffs is a simple directory and you can mount everything there

JFFS2 is a file system
If you enable JFFS2 in dd-wrt, then free flash memory of the router will be mounted to /jffs

so you can't use both at the same time
1. a usb-stick mounted to /jffs
2. flash memory mounted to /jffs

And somehow many users always confuse this

So again
JFFS2 = free flash memory of the router (can be activated in the abministrations tab)
/jffs = only a directory where you can mount USB sticks as well
bushant
DD-WRT Guru


Joined: 18 Nov 2015
Posts: 2036

PostPosted: Wed Jun 01, 2022 14:37    Post subject: Reply with quote
I did not say one was any better or different than the other.
I use them interchangeably.

I said enabling JFFS2 at Management.asp AND having a jffs partition on USB simultaneously is discouraged.
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6446
Location: UK, London, just across the river..

PostPosted: Wed Jun 01, 2022 14:49    Post subject: Reply with quote
MLandi wrote:
Alozaros wrote:

(save to USB script)

if [ ! -L /tmp/var/log/messages ]; then cat /tmp/var/log/messages >> /opt/messages/messages; fi
killall syslogd
syslogd -Z -L -s 2048 -O /opt/messages
ln -sf /opt/messages/messages /tmp/var/log/messages


Thanks, I am now using this. Is there a reason to use /opt and not /jffs for a USB stick?


i just don't have a jffs partition, so in my case im not using it...i use /opt instead...

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55630 WAP
TP-Link WR1043NDv2 -DD-WRT 55723 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55779 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55819 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55779 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
ArjenR49
DD-WRT Guru


Joined: 05 Oct 2008
Posts: 666
Location: Helsinki, Finland / nr. Alkmaar, Netherlands

PostPosted: Wed Jun 01, 2022 14:56    Post subject: Reply with quote
bushant wrote:
I did not say one was any better or different than the other.
I use them interchangeably.

I said enabling JFFS2 at Management.asp AND having a jffs partition on USB simultaneously is discouraged.


How then to get dd-wrt to write dnsmsq.leases to the /jffs partition on the thumbdrive?
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2999
Location: Germany

PostPosted: Wed Jun 01, 2022 14:59    Post subject: Reply with quote
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1258541#1258541

but is more or less only a hack
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6446
Location: UK, London, just across the river..

PostPosted: Wed Jun 01, 2022 15:09    Post subject: Reply with quote
ho1Aetoo wrote:
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1258541#1258541


thanks to the link above where it was carefully explained by ho1Aetoo "what is the correct way to use dnsmsq.leases on jffs"

but...is that a new trend to dnsmsq.leases on /jffs...how many of us are not using it ???

damn Billy Elsih has a ADHD ...i want that too..
Rolling Eyes Cool Laughing

not much point of using this option...as you can copy paste all leases in advanced dnsmasq rules... unless you have 256 leases

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55630 WAP
TP-Link WR1043NDv2 -DD-WRT 55723 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55779 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55819 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55779 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913


Last edited by Alozaros on Wed Jun 01, 2022 18:37; edited 2 times in total
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2999
Location: Germany

PostPosted: Wed Jun 01, 2022 16:15    Post subject: Reply with quote
the-joker wrote:

This is terrible because it means many issues just get missed. Like e.g. https://svn.dd-wrt.com/changeset/48999 which disabled the firewall.


not so bad just found another way to activate the firewall
the-joker
DD-WRT Developer/Maintainer


Joined: 31 Jul 2021
Posts: 2146
Location: All over YOUR webs

PostPosted: Wed Jun 01, 2022 16:23    Post subject: Reply with quote
ho1Aetoo wrote:
not so bad just found another way to activate the firewall


pff that isnt a firewall.

Dedicated at those running old DD-WRT builds and Stock Firmware here it is.

It will save you all.

_________________
Saving your retinas from the burn!🔥
DD-WRT Inspired themes for routers
DD-WRT Inspired themes for the phpBB Forum
DD-WRT Inspired themes for the SVN Trac & FTP site
Join in for a chat @ #style_it_themes_public:matrix.org or #style_it_themes:discord

DD-WRT UI Themes Bug Reporting and Discussion thread

Router: ANus RT-AC68U E1 (recognized as C1)
thommy181
DD-WRT User


Joined: 16 Mar 2019
Posts: 353
Location: Szczecin, Poland EU

PostPosted: Wed Jun 01, 2022 18:23    Post subject: Reply with quote
This build is actually erased and not recommended ? Last available build on ftp is 48996.
Goto page Previous  1, 2, 3, 4, 5  Next Display posts from previous:    Page 4 of 5
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware 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