RETRACTED New Build - 07/19/2021 - r47073

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2
Author Message
kushwavez
DD-WRT Novice


Joined: 15 Jun 2020
Posts: 32

PostPosted: Mon Jul 19, 2021 19:28    Post subject: Reply with quote
Router/Version: ASUS RT-AC56U
File/Kernel: DD-WRT v3.0-r47073 std (07/19/21) / Linux 4.4.274 #3689 SMP Mon Jul 19 13:42:08 +07 2021 armv7l
Previous/Reset: DD-WRT v3.0-r47040 std (07/12/21) / Linux 4.4.274 3636 SMP Sat Jul 10 12:14:12 +07 2021 armv7l / yes
Mode/Status: Gateway, WAN DHCP, LAN Static 10.7.1.1/29
Issues/Errors:

On r47040 I had a problem with Flow Acceleration as described here: https://svn.dd-wrt.com/ticket/7444

Looking at the changelog I see that fixes are applied, but there is a new problem.

Now after upgrading I don't have Flow Acceleration in GUI anymore so I can't set CTF & FA.

I do not use QoS, WAN is DHCP, LAN is static, I did two restarts. According to the wiki then the Flow Acceleration menu should appear, but it's not the case unfortunately.

I wonder if I missed something, thanks
Sponsor
flyzipper
DD-WRT Guru


Joined: 21 Feb 2016
Posts: 504

PostPosted: Mon Jul 19, 2021 19:43    Post subject: Reply with quote
Router/Version: Netgear R7000
Firmware: DD-WRT v3.0-r47073 std (07/19/21)
Kernel: Linux 4.4.274 #3689 SMP Mon Jul 19 13:42:08 +07 2021 armv7l
Previous: r47040
Mode/Status: Gateway / working
Issues/Errors: Working well so far.

Uptime: 2hrs 45mins
Upgrade: via web UI, no issues
Reset: no
Temperatures: CPU 70.2 °C / WL0 48.0 °C / WL1 53.8 °C
mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1851
Location: Hung Hom, Hong Kong

PostPosted: Mon Jul 19, 2021 20:43    Post subject: Reply with quote
kernel-panic69 wrote:
@mwchang: The only problem with manually setting parameters is if you ever do a reset in the future without doing an nvram erase, those changes are permanent, if I am not mistaken.


If I saved all settings via Admin->Backup, I supposed I could always restore those settings without accidents.

Then I could reset everything back to factory defaults, just to find out why Samba failed.

That maybe the way to go. Or should I expect to hit some strange bugs related to Backup/Restore? Smile


_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw
kernel-panic69
DD-WRT Guru


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

PostPosted: Mon Jul 19, 2021 20:57    Post subject: Reply with quote
@mwchang: Always expect the unexpected LaughingTwisted EvilCool

@kushwavez: Uhm, no new logs?

_________________
"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
Huike
DD-WRT Novice


Joined: 10 Sep 2016
Posts: 17

PostPosted: Tue Jul 20, 2021 3:47    Post subject: Reply with quote
Router/Version: Netgear R8000
File/Kernel: Firmware: DD-WRT v3.0-r47073 std
Previous/Reset: DD-WRT v3.0-r3.0r47040 std / no reset
Mode/Status: WiFi AP, WAN as DHCP client with VLAN tagging 10.
Issues/Errors: The Wireless Security -> Apply Settings button is still not working. Click on it will break the internet connection.

The Privoxy is not working for a long time. When it's enabled the internet connection is broken.
kushwavez
DD-WRT Novice


Joined: 15 Jun 2020
Posts: 32

PostPosted: Tue Jul 20, 2021 8:23    Post subject: Reply with quote
kernel-panic69 wrote:

@kushwavez: Uhm, no new logs?


You're absolutely right, how could I forgot...
Attaching them.

Also I found this in log:
Code:
Jan  1 01:00:11 RT-AC56U-VPN kern.info kernel: attaching FA
Jan  1 01:00:11 RT-AC56U-VPN kern.info kernel: CHIPID 53010, rev 2
Jan  1 01:00:11 RT-AC56U-VPN kern.info kernel: not FA capable


But it is a Northstar Chip: BCM4708
According to the Wiki northstar CPUs are capable of FA



ac56u_r47073_dmesg.txt
 Description:

Download
 Filename:  ac56u_r47073_dmesg.txt
 Filesize:  16.99 KB
 Downloaded:  49 Time(s)


ac56u_r47073_syslog.txt
 Description:
RT-AC56U r47073 syslog

Download
 Filename:  ac56u_r47073_syslog.txt
 Filesize:  49.2 KB
 Downloaded:  64 Time(s)

mwchang
DD-WRT Guru


Joined: 26 Mar 2013
Posts: 1851
Location: Hung Hom, Hong Kong

PostPosted: Tue Jul 20, 2021 14:15    Post subject: Reply with quote
I think I found the problem of Smaba 3! It's /tmp/smb.conf! If I manually service-started samba3 using the following trimmed smb.conf, everything was working!

It's done by executing
Code:
killall ksmbd.mountd
ksmbd.mountd -c /jffs/samba3/smb.conf -u /tmp/smb.db

instead of
Code:
ksmbd.mountd -c /tmp/smb.conf -u /tmp/smb.db


The default smb.conf generated/provided by DD-WRT was way too complicated!! This is my trimmed smb.conf:
Code:

[global]
log level = 1
netbios name = RT-N18U
server string = RT-N18U
syslog = 10
encrypt passwords = yes
preferred master = yes
security = user
mangled names = no
workgroup = WORKGROUP
guest account = nobody
map to guest = bad user
smb passwd file = /var/samba/smbpasswd
private dir = /var/samba
passdb backend = smbpasswd
log file = /var/smbd.log
server min protocol = NT1
server max protocol = SMB3_11
printing = none
load printers = No
usershare allow guests = Yes
smb3 encryption = no
null passwords = yes
# force user = root

[Text]
comment = Text
path = /mnt/sda1/Text
read only = yes
guest ok = yes

I would like to ask the question again:

How could I start samba3 using a custom smb.conf? Could it be done via WEBUI?


_________________
Router: Asus RT-N18U (rev. A1)

Drink, Blink, Stretch! Live long and prosper! May the Force and farces be with you!

Facebook: https://www.facebook.com/changmanwai
Website: https://sites.google.com/site/changmw
SETI@Home profile: http://setiathome.berkeley.edu/view_profile.php?userid=211832
GitHub: https://github.com/changmw/changmw
kernel-panic69
DD-WRT Guru


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

PostPosted: Tue Jul 20, 2021 14:24    Post subject: Reply with quote
You would have to do it via startup script. This build was pulled; please focus on 47074.
_________________
"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
Goto page Previous  1, 2 Display posts from previous:    Page 2 of 2
Post new topic   This topic is locked: you cannot edit posts or make replies.    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