New Build - 08/03/2022 - r49626

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3
Author Message
Lanchon
DD-WRT Novice


Joined: 05 Oct 2019
Posts: 22

PostPosted: Fri Aug 12, 2022 5:41    Post subject: Reply with quote
Code:

root@Linksys WRT160N v3:/tmp# ps | grep -i dns
 1335 root      1540 S    grep -i dns
root@Linksys WRT160N v3:/tmp# dnsmasq -u root -g root -C /tmp/dnsmasq.conf -d
root@Linksys WRT160N v3:/tmp#      <== DIES IMMEDIATELY ==

root@Linksys WRT160N v3:/tmp# uname -a
Linux Linksys WRT160N v3 2.6.24.111 #28033 Wed Aug 3 01:33:50 +07 2022 mips DD-WRT


if a trusted party has a compatible build of dnsmasq that logs, let me know
Sponsor
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Fri Aug 12, 2022 9:13    Post subject: Reply with quote
We tracked the problem down already and I am going to test the fix today if it works the next build will be working again for K2.6
_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Lanchon
DD-WRT Novice


Joined: 05 Oct 2019
Posts: 22

PostPosted: Fri Aug 12, 2022 9:34    Post subject: Reply with quote
egc wrote:
We tracked the problem down already and I am going to test the fix today if it works the next build will be working again for K2.6


thank you, let me know if you need testing
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Fri Aug 12, 2022 10:29    Post subject: Reply with quote
Lanchon wrote:
egc wrote:
We tracked the problem down already and I am going to test the fix today if it works the next build will be working again for K2.6


thank you, let me know if you need testing


Attached test build for k2.6-mini-wrt160nv3, but do not use it if you do not know how to debrick


I tested it on my E1200v1 and on first glance it looks like it works at least dnsmasq is running and working Smile



dd-wrt.v24-49681_NEWD-2_K2.6_mini_wrt160nv3.bin.zip
 Description:

Download
 Filename:  dd-wrt.v24-49681_NEWD-2_K2.6_mini_wrt160nv3.bin.zip
 Filesize:  3.46 MB
 Downloaded:  39 Time(s)


_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14125
Location: Texas, USA

PostPosted: Fri Aug 12, 2022 12:51    Post subject: Reply with quote
I had found what I was looking for elsewhere after my last post, and it was obviously a cleanup of commits from db90h (who I associate with Tornado?):

https://svn.dd-wrt.com/browser/opt/etc/micro/config/base.nvramconfig#L58
https://svn.dd-wrt.com/browser/opt/etc/mini/config/base.nvramconfig#L72
https://svn.dd-wrt.com/browser/opt/etc/config/base.nvramconfig#L107


Looking back at the larger picture again, these commits do make sense now to fix the issue:

https://svn.dd-wrt.com/changeset/49679
https://svn.dd-wrt.com/changeset/49680
https://svn.dd-wrt.com/changeset/49681


Glad it is resolved, maybe this also applies to K2.4 WRT54* issues as well(?). We still have to track that down, don't we?

_________________
"Life is but a fleeting moment, a vapor that vanishes quickly; All is vanity"
Contribute To DD-WRT
Pogo - A minimal level of ability is expected and needed...
DD-WRT Releases 2023 (PolitePol)
DD-WRT Releases 2023 (RSS Everything)

----------------------
Linux User #377467 counter.li.org / linuxcounter.net
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Fri Aug 12, 2022 14:35    Post subject: Reply with quote
kernel-panic69 wrote:

Glad it is resolved, maybe this also applies to K2.4 WRT54* issues as well(?). We still have to track that down, don't we?


No the INOTIFY was already disabled for K2.4 so that must be something else Sad

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
Lanchon
DD-WRT Novice


Joined: 05 Oct 2019
Posts: 22

PostPosted: Tue Aug 16, 2022 6:29    Post subject: Reply with quote
egc wrote:
Lanchon wrote:
egc wrote:
We tracked the problem down already and I am going to test the fix today if it works the next build will be working again for K2.6


thank you, let me know if you need testing


Attached test build for k2.6-mini-wrt160nv3, but do not use it if you do not know how to debrick


I tested it on my E1200v1 and on first glance it looks like it works at least dnsmasq is running and working Smile


jeez, i somehow missed the notification, so sorry!

i tested the build and DHCP works. superficially the build seems fine. thanks!!!
Lanchon
DD-WRT Novice


Joined: 05 Oct 2019
Posts: 22

PostPosted: Tue Aug 16, 2022 7:06    Post subject: Reply with quote
egc wrote:
Lanchon wrote:
egc wrote:
We tracked the problem down already and I am going to test the fix today if it works the next build will be working again for K2.6


thank you, let me know if you need testing


Attached test build for k2.6-mini-wrt160nv3, but do not use it if you do not know how to debrick


I tested it on my E1200v1 and on first glance it looks like it works at least dnsmasq is running and working Smile


BTW, i suppose the fix hasn't been merged cause i also tested 08-15-2022 r49741 and there DHCP does NOT work.
Goto page Previous  1, 2, 3 Display posts from previous:    Page 3 of 3
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC 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 can attach files in this forum
You can download files in this forum