New Build - 08/31/2022 - r50012

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


Joined: 20 Jan 2019
Posts: 5660

PostPosted: Wed Aug 31, 2022 5:18    Post subject: New Build - 08/31/2022 - r50012 Reply with quote
Welcome to Marvell r50012 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.
Please list router model & revision, operating & wireless mode(s) and exact filename/firmware image flashed.


Downloads: HTTPS, FTP

CLI Flash: 'cd /tmp' then 'wget {file URL}' (http only) or 'curl -O {file URL}' (http, https, ftp). 'write {file} linux' then 'reboot'.

Trac SVN: repository since last build r49976 (mirror)

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

Notes:
• WRT1200AC, WRT1200AC V2, WRT1900AC, WRT1900AC V2, WRT1900ACS, WRT1900ACS V2, WRT3200ACM and WRT32X.
mDNS/Avahi Tor DoT Redirect PHP Asterisk OpenSSL FRR mac80211 Unbound SmartDNS ZFS Squid dnsmasq nl80211 nDPI
In-kernel Samba (ksmbd 3.4.4+++++) guest behavior selectable. • WSD updateANTFS/NTFS3 kernel mode driver++++
New DD-WRT inspired themes conversion by the-joker & BrainSlayer, micro builds excluded, UI theme test bug hunt thread.

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'. Misc: strace tcpdump wireshark.
• 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
saphirely
DD-WRT User


Joined: 13 Dec 2020
Posts: 266

PostPosted: Thu Sep 01, 2022 13:08    Post subject: Reply with quote
Linksys WRT1900ACS
Firmware: DD-WRT v3.0-r50012 std (08/31/22)
Kernel: Linux 4.9.326 #3388 SMP Wed Aug 31 01:39:41 +07 2022 armv7l

Upgrade from r49976 without reset.
It works.

How ever, there is a big trouble since r49934, the unbound is NOT working well.
Please review the attached txt.

But checked by root@DD-WRT:/tmp# ./ddwrt-dns-monitor.sh
all dns is on ISP 53.

Only after manual stop then start service unbound and dnsmasq, it reals work as I imagined.

My unbound.conf is on /jffs/etc on /jffs2 internal instead of usb device.
I do not know why daemon.err unbound: [1800:0] error: Could not open /jffs/etc/unbound.conf: No such file or directory
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2927
Location: Germany

PostPosted: Thu Sep 01, 2022 16:19    Post subject: Reply with quote
if the file actually exists?

Code:
ls -la /jffs/etc/unbound.conf


And the error message appears then probably unbound is started before mounting jffs2.
But the services on the router are restarted several times anyway.
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Thu Sep 01, 2022 16:23    Post subject: Reply with quote
The start code of a lot of services is also changed meaning they should not restart so often and maybe unbound now restarts one time too few?

See: https://svn.dd-wrt.com/ticket/7576

_________________
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
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2927
Location: Germany

PostPosted: Thu Sep 01, 2022 16:53    Post subject: Reply with quote
Mhm yes I have just looked in the SVN.
A "restart method" has been added.

Maybe the restart does not work as desired.

So test with "service unbound restart" if it works or only with "stop start".
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Thu Sep 01, 2022 16:54    Post subject: Reply with quote
or
stopservice unbound && startservice unbound

?

_________________
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
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2927
Location: Germany

PostPosted: Thu Sep 01, 2022 17:11    Post subject: Reply with quote
@egc probably also works but when I read the code ...

https://svn.dd-wrt.com/changeset/49700

Code:
char *args[] = { "/sbin/service", (char *)name, method_name, NULL };


Code:
root@DD-WRT:~# service
service servicename start|stop|restart|main args... [-f]
options:
-f : force start of service, no matter if neccessary
List of services:
   3g         [stop]
   bonding         [start] [stop] [restart] (emulated)
   bootprimary      [start]
   bootsecondary      [start]
   bridgesif      [start] [stop] [restart] (emulated)
   bridging      [start] [stop] [restart] (emulated)
   check_qmi      [start]
   check_sierradirectip   [start]
   check_sierrappp      [start]
   checkhostapd      [start]
   chilli         [start] [stop] [restart] (native)
   config_vlan      [start]
   configurewifi      [start]
   conntrack      [start] [stop] [restart] (emulated)
   cron         [start] [stop] [restart] (emulated)
   ddns         [start] [stop] [restart] (emulated)
   deconfigurewifi      [start]
   defaults      [start]
   devinit         [start]
   devinit_arch      [start]
   dhcp6c         [start] [stop] [restart] (emulated)
   dhcp6s         [start] [stop] [restart] (emulated)
   dhcpc         [stop]
   dhcpfwd         [start] [stop] [restart] (emulated)
   dlna         [start] [stop] [restart] (emulated)
   dlna_rescan      [start]
   dns_clear_resolv   [start] [stop] [restart] (emulated)
   dnsmasq         [start] [stop] [restart] (native)
   drivers         [start] [stop] [restart] (emulated)
   drivers_net      [start]
   duallink      [start]
   dumprom         [start]
   finishupgrade      [start]
   firewall      [start] [stop] [restart] (emulated)
   firewall6      [start] [stop] [restart] (emulated)
   force_to_dial      [start] [stop] [restart] (emulated)
   freeradius      [start] [stop] [restart] (native)
   ftpsrv         [start] [stop] [restart] (native)
   gen_radius_cert      [start] [stop] [restart] (emulated)
   heartbeat_boot      [start] [stop] [restart] (emulated)
   heartbeat_redial   [start] [stop] [restart] (emulated)
   heartbeat      [stop]
   hostapdwan      [start]
   hotplug_block      [start] [stop] [restart] (emulated)
   hotplug_net      [start] [stop] [restart] (emulated)
   hotplug_usb      [start]
   httpd         [start] [stop] [restart] (emulated)
   hwmon         [start] [stop] [restart] (emulated)
   igmprt         [start] [stop] [restart] (emulated)
   init_restart      [start]
   init_start      [start]
   init_stop      [start]
   init_user      [start]
   iptqueue      [start] [stop] [restart] (emulated)
   ipv6         [start] [stop] [restart] (emulated)
   ipvs         [start] [stop] [restart] (emulated)
   jffs2         [start] [stop] [restart] (emulated)
   l2tp_boot      [start]
   l2tp_redial      [start]
   l2tp         [stop]
   lan         [start] [stop] [restart] (emulated)
   lighttpd      [start] [stop] [restart] (emulated)
   loadfwmodules      [start]
   mactelnetd      [start] [stop] [restart] (emulated)
   mdns         [start] [stop] [restart] (native)
   mkfiles         [start]
   modules         [start] [stop] [restart] (emulated)
   modules_wait      [start]
   notifier      [start] [stop] [restart] (emulated)
   nstxd         [start] [stop] [restart] (emulated)
   ntpc         [stop]
   nvram         [start]
   olsrd         [start] [stop] [restart] (emulated)
   openvpn         [start] [stop] [restart] (emulated)
   openvpnserver      [start] [stop] [restart] (emulated)
   openvpnserversys   [start] [stop] [restart] (emulated)
   openvpnserverwan   [start] [stop] [restart] (emulated)
   openvpn_wandone      [stop]
   overclocking      [start]
   post_sysinit      [start]
   postnetwork      [start]
   pppmodules      [start] [stop] [restart] (emulated)
   pppoerelay      [start] [stop] [restart] (emulated)
   pppoeserver      [start] [stop] [restart] (emulated)
   pppoe         [stop]
   pppoe_dual      [stop]
   pptpd         [start] [stop] [restart] (emulated)
   pptp         [stop]
   printer         [start] [stop] [restart] (emulated)
   privoxy         [start] [stop] [restart] (emulated)
   process_monitor      [start] [stop] [restart] (emulated)
   qos         [start] [stop] [restart] (emulated)
   quagga_writememory   [start]
   radio_off      [start] [stop] [restart] (emulated)
   radio_off_0      [start] [stop] [restart] (emulated)
   radio_off_1      [start] [stop] [restart] (emulated)
   radio_off_2      [start] [stop] [restart] (emulated)
   radio_on      [start] [stop] [restart] (emulated)
   radio_on_0      [start] [stop] [restart] (emulated)
   radio_on_1      [start] [stop] [restart] (emulated)
   radio_on_2      [start] [stop] [restart] (emulated)
   radio_timer      [start] [stop] [restart] (emulated)
   radvd         [start] [stop] [restart] (native)
   raid         [start] [stop] [restart] (emulated)
   redial         [start] [stop] [restart] (emulated)
   resetbutton      [start] [stop] [restart] (emulated)
   resetleds      [start]
   restarthostapd      [start]
   restarthostapd_ifneeded   [start]
   restore_defaults   [start]
   run_rc_shutdown      [start] [stop] [restart] (emulated)
   run_rc_startup      [start] [stop] [restart] (emulated)
   run_rc_usb      [start] [stop] [restart] (emulated)
   samba3         [start] [stop] [restart] (native)
   ses_led_control      [start]
   set_routes      [start]
   setup_vlans      [start]
   sfe         [start] [stop] [restart] (emulated)
   smartd         [start] [stop] [restart] (emulated)
   smartdns      [start] [stop] [restart] (emulated)
   snmp         [start] [stop] [restart] (native)
   softether      [start] [stop] [restart] (emulated)
   speedchecker      [start] [stop] [restart] (emulated)
   speedchecker_init   [start]
   splashd         [start] [stop] [restart] (emulated)
   sshd         [start] [stop] [restart] (emulated)
   stabridge      [start] [stop] [restart] (emulated)
   sysctl_cleanup      [start]
   sysctl_config      [start]
   sysinit         [start]
   syslog         [start] [stop] [restart] (emulated)
   telnetd         [start] [stop] [restart] (emulated)
   tor         [start] [stop] [restart] (native)
   transmission      [start] [stop] [restart] (emulated)
   ttraff         [start] [stop] [restart] (emulated)
   unbound         [start] [stop] [restart] (native)
   upnp         [start] [stop] [restart] (emulated)
   vifs         [start] [stop] [restart] (emulated)
   vlantagging      [start] [stop] [restart] (emulated)
   vncrepeater      [start] [stop] [restart] (emulated)
   vpn_modules      [start] [stop] [restart] (emulated)
   wan_boot      [start]
   wan_redial      [start]
   wan_service      [start]
   wanup         [start]
   wan         [stop]
   watchdog      [start] [stop] [restart] (emulated)
   wifidog         [start] [stop] [restart] (emulated)
   wland         [start] [stop] [restart] (emulated)
   wlconf         [start] [stop] [restart] (emulated)
   wol         [start] [stop] [restart] (emulated)
   zabbix         [start] [stop] [restart] (emulated)
   zebra         [start] [stop] [restart] (emulated)

List of main routines:
   addpppoeconnected   [main]
   addpppoetime      [main]
   beep         [main]
   ddns_success      [main]
   delpppoeconnected   [main]
   dhcp6c_state      [main]
   disconnected_pppoe   [main]
   restart_dns      [main]
   filter         [main]
   filtersync      [main]
   fscheck         [main]
   get_nfmark      [main]
   get_wanface      [main]
   get_wanip      [main]
   getbridge      [main]
   getipmask      [main]
   getmask         [main]
   gpio         [main]
   hb_connect      [main]
   hb_disconnect      [main]
   ipdown         [main]
   ipfmt         [main]
   ipup         [main]
   ledtracking      [main]
   mesh_params      [main]
   pptpd         [main]
   setpasswd      [main]
   setportprio      [main]
   setuserpasswd      [main]
   site_survey      [main]
   supplicant      [main]
   udhcpc         [main]
   udhcpc_tv      [main]
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Thu Sep 01, 2022 17:18    Post subject: Reply with quote
The advantage of "service unbound stop/start/restart" is that you have output of what is happening,
So from the CLI that is my preferred method Smile

The shortcut is to use stopservice/startservice/restart unbound

_________________
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
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2927
Location: Germany

PostPosted: Thu Sep 01, 2022 17:35    Post subject: Reply with quote
However, it would be good to test the restart function, otherwise it will be because jffs2 is mounted too late and somewhere a restart is missing or is called too early.
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12837
Location: Netherlands

PostPosted: Thu Sep 01, 2022 17:38    Post subject: Reply with quote
ho1Aetoo wrote:
However, it would be good to test the restart function, otherwise it will be because jffs2 is mounted too late and somewhere a restart is missing or is called too early.


Agreed 100% we see to many complaints about the new restart function and although it is nice that we should have fewer restarts of services when the router boots and when you change settings, I prefer that over diminished functionality

_________________
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
the-joker
DD-WRT Developer/Maintainer


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

PostPosted: Thu Sep 01, 2022 18:04    Post subject: Reply with quote
Many services already been re-factored to curb restarts, dnsmasq for instance one of the many on boot starts once and reloads config files.

Not all services are able to support similar, but the new framework exists to optimize others that may have been missed.

_________________
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)
ho1Aetoo
DD-WRT Guru


Joined: 19 Feb 2019
Posts: 2927
Location: Germany

PostPosted: Thu Sep 01, 2022 18:20    Post subject: Reply with quote
In unbound, this has already been changed to "restart".

And I would now like to find out whether the SIGHUP and reload the configuration does not work properly.

https://svn.dd-wrt.com/changeset/49706#file3
https://svn.dd-wrt.com/changeset/49706#file5

Or if the "restart" is just called too early.

Wink

The unbound problem, by the way, seems to be the same problem tatsuya has.

https://svn.dd-wrt.com/ticket/7576

and as you said dnsmasq was also changed to SIGHUP.
saphirely
DD-WRT User


Joined: 13 Dec 2020
Posts: 266

PostPosted: Fri Sep 02, 2022 0:41    Post subject: unbound continue explain Reply with quote
1. At 1st synchronizing completed and confirmed.

I am sorry that I cannot paste here directly, please see txt file
oliver44
DD-WRT Guru


Joined: 01 Jun 2016
Posts: 504

PostPosted: Fri Sep 02, 2022 4:04    Post subject: Reply with quote
Router/Version:Linksys WRT1900ACS v2
File/Kernel: DD-WRT v3.0-r50012 std (08/31/22)Linux 4.9.326 #3388
Mode/Status: Gateway/AP
Uptime13:47
update- browser-waterfox,I switched directly from the first partition from the original software Linksys,
connection Type PPPoE - IPv6 Type DHCPv6 with Prefix Delegation
Schedule Reboot-on,
Web Access Protocol - HTTPS,
Port Forwarding ok,

Wireless Interface 5GHz-Wireless Mode AP-Wireless Network Mode-AC, Width VHT 80 Mhz-Wireless Channel-36,Short GI, Short Preamble,Single User Beamforming, Radio Scheduling, Enable-WPA2 Personal-CCMP-128 (AES, Regulatory Domain Romania , all-ok

Wireless Interface 2.4GHz-Wireless Mode AP-Wireless Network Mode-N/G, Width VHT 40 Mhz-Wireless Channel-6, Extension Channel Lower,Short Preamble, Short GI , Radio Scheduling, Enable-WPA2 Personal-CCMP-128 (AES)all-ok

Issues/Errors:after I finished the installation I noticed that menu from setup - Switch Config is not present, only after a reboot it reappeared!

Sep 2 03:01:49 DD-WRT daemon.err dnsmasq[1422]: bad address at /tmp/mvps line 22
Sep 2 03:01:50 DD-WRT daemon.err dnsmasq[1422]: bad address at /tmp/mvps line 143914
Sep 2 04:00:58 DD-WRT daemon.err dnsmasq[2489]: bad address at /tmp/mvps line 143914

Code:
Sep 2 03:00:44 DD-WRT user.info : [vpn modules] : nf_nat_proto_gre successfully loaded
Sep 2 03:00:44 DD-WRT user.info : [vpn modules] : nf_conntrack_pptp successfully loaded
Sep 2 03:00:44 DD-WRT user.info : [vpn modules] : nf_nat_pptp successfully loaded
Sep 2 03:00:44 DD-WRT kern.alert kernel: [ 34.683598] fast-classifier (PBR safe v2.1.6b): starting up
Sep 2 03:00:44 DD-WRT kern.alert kernel: [ 34.689240] fast-classifier: registered
Sep 2 03:00:44 DD-WRT user.info : [sfe] : shortcut forwarding engine successfully started
Sep 2 03:00:45 DD-WRT user.info : [sfe] : shortcut forwarding engine successfully started
Sep 2 03:00:45 DD-WRT daemon.debug process_monitor[1928]: Restarting cron (time sync change)
Sep 2 03:00:45 DD-WRT user.info : [cron] : daemon successfully stopped
Sep 2 03:00:45 DD-WRT user.info : [cron] : successfully started
Sep 2 03:00:45 DD-WRT cron.info cron[2454]: (CRON) STARTUP (fork ok)
Sep 2 03:00:45 DD-WRT daemon.info process_monitor[1928]: [process_monitor] : cleanup timers
Sep 2 03:00:45 DD-WRT user.info : [process_monitor] : daemon successfully stopped
Sep 2 03:00:45 DD-WRT user.info : [process_monitor] : successfully started
Sep 2 03:00:45 DD-WRT daemon.debug process_monitor[2458]: We need to re-update after 3600 seconds
Sep 2 03:00:45 DD-WRT daemon.info process_monitor[2458]: [process_monitor] : set timer: 3600 seconds, callback: ntp_main()
Sep 2 03:00:45 DD-WRT daemon.info pppd[1560]: System time change detected.
Sep 2 03:00:46 DD-WRT user.info : [cron] : daemon hanging, send SIGKILL
Sep 2 03:00:46 DD-WRT user.info : [cron] : daemon successfully stopped
Sep 2 03:00:46 DD-WRT user.info : [cron] : successfully started
Sep 2 03:00:46 DD-WRT cron.info cron[2463]: (CRON) STARTUP (fork ok)
Sep 2 03:00:50 DD-WRT user.debug : ttraff: data collection started
Sep 2 03:01:49 DD-WRT daemon.info dnsmasq[1422]: read /etc/hosts - 2 addresses
Sep 2 03:01:49 DD-WRT daemon.err dnsmasq[1422]: bad address at /tmp/mvps line 22
Sep 2 03:01:50 DD-WRT daemon.err dnsmasq[1422]: bad address at /tmp/mvps line 143914
Sep 2 03:01:51 DD-WRT user.info : [dnsmasq] : daemon hanging, send SIGKILL
Sep 2 03:01:51 DD-WRT user.info : [dnsmasq] : daemon successfully stopped
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: started, version 2.87test9 cachesize 1500
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: compile time options: IPv6 GNU-getopt no-DBus no-UBus no-i18n no-IDN DHCP DHCPv6 no-Lua no-TFTP no-conntrack ipset no-nftset no-auth cryptohash DNSSEC loop-detect inotify no-dumpfile
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq-dhcp[2489]: DHCP, IP range 172.29.0.35 -- 172.29.0.84, lease time 1d
Sep 2 03:01:51 DD-WRT user.info : [dnsmasq] : successfully started
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: using only locally-known addresses for test
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: using only locally-known addresses for onion
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: using only locally-known addresses for localhost
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: using only locally-known addresses for local
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: using only locally-known addresses for invalid
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: using only locally-known addresses for bind
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: reading /tmp/resolv.dnsmasq
Sep 2 03:01:51 DD-WRT daemon.info dnsmasq[2489]: using nameserver 172.29.0.33#53

Sep 2 04:00:56 DD-WRT daemon.err dnsmasq[2489]: bad address at /tmp/mvps line 143914
Sep 2 04:00:57 DD-WRT daemon.info dnsmasq[2489]: read /tmp/mvps - 384391 addresses
Sep 2 04:00:57 DD-WRT daemon.info dnsmasq[2489]: read /etc/hosts - 2 addresses
Sep 2 04:00:57 DD-WRT daemon.err dnsmasq[2489]: bad address at /tmp/mvps line 22
Sep 2 04:00:58 DD-WRT daemon.info hostapd: wlan1: STA MLME: auth request, signal -49 (Accepted)
Sep 2 04:00:58 DD-WRT daemon.info hostapd: wlan1: STA :3a IEEE 802.11: authenticated
Sep 2 04:00:58 DD-WRT daemon.info hostapd: wlan1: MLME: assoc request, signal -47 (Accepted)
Sep 2 04:00:58 DD-WRT daemon.info hostapd: wlan1: STA  IEEE 802.11: associated (aid 1)
Sep 2 04:00:58 DD-WRT daemon.err dnsmasq[2489]: bad address at /tmp/mvps line 143914
Sep 2 04:00:58 DD-WRT daemon.info hostapd: wlan1: STA RADIUS: starting accounting session 4DEE72BD85D74B59
Sep 2 04:00:58 DD-WRT daemon.info hostapd: wlan1: STA  WPA: pairwise key handshake completed (RSN)


In the Syslog menu in the system log, I noticed a lag if you press next more quickly, the page with information appears blocked for two seconds without information!

_________________
Internet provider https://en.wikipedia.org/wiki/RCS_%26_RDS 1Gbps
WDR3600 rev.1.5 - DD-Wrt
Linksys WRT1900ACS v.2 DD-Wrt/-OpenWrt



https://ipv6.chappell-family.com/ipv6tcptest/
https://en.internet.nl/connection/e91f490fe1c54cb2b78145c0ab0d2b5a/results
http://www.dnssec-or-not.com/
https://dnscheck.tools/#results


Last edited by oliver44 on Fri Sep 02, 2022 4:17; edited 2 times in total
o2bad455
DD-WRT User


Joined: 08 Oct 2015
Posts: 252

PostPosted: Fri Sep 02, 2022 4:13    Post subject: Reply with quote
Router/Version: Linksys WRT1900ACSv1 / DD-WRT v3.0-r50012 std (08/31/22)
File/Kernel: ddwrt-linksys-wrt1900acs-webflash.bin / Linux 4.9.326 #3388 SMP Wed Aug 31 01:39:41 +07 2022 armv7l
Previous/Reset: r49934 / No
Mode/Status: Gateway, OpenVPN Client, FreeRadius Server / Uptime 5 min
Issues/Errors: FreeRadius enterprise clients will not connect over WiFi for me on r50012. If I switch back to r49934, FreeRadius enterprise clients connect but only if I use the trick of connecting a non-enterprise client after reboot before any enterprise clients attempt to connect, but that trick no longer works for later builds. The last build that let FreeRadius enterprise clients connect without any non-enterprise clients having to connect first was build r49681 (and earlier).

_________________
My DD-WRT Routers:
Linksys WRT3200ACM - Marvell
Linksys WRT1900ACS - Marvell
Netgear R9000 - Atheros
Netgear R7000 - Broadcom
PC x86-64 VM - Atheros
Goto page 1, 2  Next Display posts from previous:    Page 1 of 2
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