What's new

[Release] Asuswrt-Merlin 380.63_2 is now available

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Got a weird repeating log item. Can't tell if it is from the update or not:

Nov 7 02:39:27 rstats[501]: Problem loading /mnt/Corsair/tomato_rstats_ac9e17ab3da0.gz. Still trying...

Ideas?
Thanks!

Figured it out-went to the tools page and reset the data files. All is well...
 
Try switching from Firefox to either Chrome or Internet Explorer.

here it is: with IE console, access from WAN to the router

yTja1vS.png


furthermore, and I don't know if this is a normal behaviour, the strange things is that data seem to be reset each access I did to the router
 
here it is: with IE console, access from WAN to the router

No error either, so I don't know what is going on. What type of Internet connection do you have? Do you have any kind of custom script in place?

furthermore, and I don't know if this is a normal behaviour, the strange things is that data seem to be reset each access I did to the router

The data will reset every time you do something that restarts the QoS configuration, resetting the kernel counters.
 
The data will reset every time you do something that restarts the QoS configuration, resetting the kernel counters.

Data resets even if you only presses on Qos TAB and not have any services running.
I don't know why it necessary to reset ALL chain counters then.
 
Data resets even if you only presses on Qos TAB and not have any services running.
I don't know why it necessary to reset ALL chain counters then.

It doesn't reset for me when I navigate through the pages.
 
Okey strange then. They have their own life sometimes. :)

Check the System Log to see if there's any "service restart" entry. You can also directly check the counters over SSH:

Code:
tc -s class show dev eth0 | grep Sent

(or ppp0 instead of eth0 if using PPPoE)
 
Check the System Log to see if there's any "service restart" entry. You can also directly check the counters over SSH: (or ppp0 instead of eth0 if using PPPoE)
It took 15 seconds before the reset occurred
This is what I get:

Code:
Nov  7 16:13:21 kernel: * Make sure sizeof(struct sw_struct)=160 is consistent
Nov  7 16:13:22 kernel: IDPfw: TrendMicro forward module ver-1.0.34
Nov  7 16:13:22 kernel: IDPfw: Apply module param dev_wan=vlan11
Nov  7 16:13:22 kernel: IDPfw: Apply module param sess_num=30000
Nov  7 16:13:22 kernel: IDPfw: Init chrdev /dev/idpfw with major 191
Nov  7 16:13:22 kernel: IDPfw: IDPfw is ready
Nov  7 16:13:22 kernel: sizeof forward param = 160
Nov  7 16:13:37 kernel: mod epilog takes 0 jiffies
Nov  7 16:13:37 kernel: IDPfw: Exit IDPfw
Nov  7 16:13:37 kernel: Stop the IPS/AppID engine...
Nov  7 16:13:37 kernel: IDPfw: Exit chrdev /dev/idpfw with major 191
Nov  7 16:13:37 rc_service: bwdpi_check 841:notify_rc start_firewall
Nov  7 16:13:38 start_nat_rules: apply the nat_rules(/tmp/nat_rules_vlan11_vlan11)!
Nov  7 16:13:39 custom script: Running /jffs/scripts/firewall-start (args: vlan11)

RT-AC68U 380.63
 
Last edited:
It doesn't reset for me when I navigate through the pages.
This is the only entries I have in the System log since this early morning about "service restart":

Code:
Nov  7 09:47:14 rc_service: httpd 550:notify_rc restart_qos;restart_firewall
Nov  7 09:47:17 start_nat_rules: apply the nat_rules(/tmp/nat_rules_ppp0_eth0)!
Nov  7 09:47:17 custom script: Running /jffs/scripts/firewall-start (args: ppp0)
Nov  7 09:47:17 start_nat_rules: apply the nat_rules(/tmp/nat_rules_ppp0_eth0)!
Nov  7 09:47:18 custom script: Running /jffs/scripts/firewall-start (args: ppp0)

And in that case I really applied some modification on the QoS

My connection is PPPoE

EDIT: tried also on Chrome: no errors but no Upload chart. Tried a reboot, no effect
EDIT2: no output from
Code:
tc -s class show dev ppp0 | grep Sent
is that normal?

Here are my custom scripts:

FIREWALL-START
Code:
#!/bin/sh
#TRANSMISSION
iptables -I INPUT -p tcp --destination-port 51515 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51515 -j ACCEPT
iptables -I INPUT -p tcp --destination-port 9091 -j ACCEPT

#aMule
iptables -I INPUT -p tcp --destination-port 4712 -j ACCEPT
iptables -I INPUT -p tcp --destination-port 4711 -j ACCEPT
iptables -I INPUT -p tcp --destination-port 4662 -j ACCEPT
iptables -I INPUT -p udp --destination-port 4672 -j ACCEPT
iptables -I INPUT -p udp --destination-port 4665 -j ACCEPT
iptables -I INPUT -p udp --destination-port 4662 -j ACCEPT
#iptables -t nat -I prerouting_wan -p tcp --destination-port 4712 -j ACCEPT
#iptables -I input_wan -p tcp --destination-port 4712 -j ACCEPT

#pyLoad
iptables -I INPUT -p tcp --destination-port 9097 -j ACCEPT
iptables -I INPUT -p tcp --destination-port 7227 -j ACCEPT

INIT-START
Code:
#!/bin/sh

mkdir -p /tmb/mnt/MAT_4TB
echo "UUID=8e82fc32-7180-440d-aa21-123126baa9a4 /tmp/mnt/MAT_4TB ext4 rw,nodev,noatime 0 0" >> /etc/fstab

mkdir -p /tmp/mnt/MAT_BIGGEST
echo "UUID=1f135cfd-f0ee-40b5-bfe3-b6159677afdf /tmp/mnt/MAT_BIGGEST ext4 rw,nodev,noatime 0 0" >> /etc/fstab

mkdir -p /tmp/mnt/optware
echo "UUID=81743436-5a0c-437f-b6ab-b968594d06bb /tmp/mnt/optware ext4 rw,nodev,noatime 0 0" >> /etc/fstab

#swapon LABEL=SWAP
#echo "LABEL=SWAP none swap sw 0 0" >> /etc/fstab

swapon UUID="9a229e6a-a45f-41c9-9554-49d8a144e549"
echo "UUID=9a229e6a-a45f-41c9-9554-49d8a144e549 none swap sw 0 0" >> /etc/fstab

#swapon UUID="589759ca-d526-409a-aed1-b63b5d6746ed"
#echo "UUID=589759ca-d526-409a-aed1-b63b5d6746ed none swap sw 0 0" >> /etc/fstab

echo 0 > /sys/class/net/br0/bridge/multicast_snooping

POST-MOUNT
Code:
#!/bin/sh

# DO NOT EDIT this part of the file #
# generated by AB-Solution 3
if [ -d "/tmp/mnt/optware" ];then
    service restart_dnsmasq
    logger "AB-Solution added entries via post-mount"
    ln -s /tmp/mnt/optware/ab-solution.sh /home/root/ab-solution.sh
fi
# end of DO NOT EDIT #

if [ $1 = "/tmp/mnt/optware" ];then
  ln -sf $1/entware.arm /tmp/opt
fi

SERVICES-START
Code:
#!/bin/sh
sleep 120
/opt/etc/init.d/rc.unslung start

DNSMASQ.POSTCONF
Code:
#!/bin/sh

# DO NOT EDIT this part of the file #
# generated by AB-Solution 3
if [ -d "/tmp/mnt/optware" ];then
    source /tmp/mnt/optware/adblocking/scripts/ab_dnsmasq_postconf.sh
    logger "AB-Solution linked dnsmasq.postconf to ab_dnsmasq_postconf.sh"
fi
# end of DO NOT EDIT #
 
Last edited:
If you're sure the categories are correctly configured then it could be that the router is off by one while associating the labels with the class numbers.
I have the same effect on AC68U (already mentioned here), no matter what I do it stays like this. I'm not even sure that the labels are only shifted by one.

Edit: Deleted all QoS rules, even with no rules defined it displays and matches High and Lowest

Regards,
Chris
 
Last edited:
May have found a bug regarding the binding of IP to a MAC address. If you go to the clients section and choosse a client in order to bind its IP to its Mac the router will apply the settings as normal, however afterwards all my clients get booted off the wireless and you cannot reconnect unless you power cycle the router. This behaviour was not present on the last stable firmware 380.62.

So since my comment above, I have reflashed cleanly ( I did the first time) and the odd issue still seems to be there, bind an IP to a MAC and the wireless stops functioning unless you power cycle the router which was not an issue on the last stable release.
 
No error either, so I don't know what is going on. What type of Internet connection do you have? Do you have any kind of custom script in place

It happens to me as well. I have a AC87U and connect with PPPoE. No custom scripts. Adaptive QOS.
 
[FIXED = Factory Reset, working now]

With this latest update, PPTP VPN does not allow me to login. Issue with a config file? See log below..any ideas? Thank you.


Nov 7 13:08:24 pptpd[1482]: MGR: Config file not found!
Nov 7 13:08:24 pptpd[1482]: MGR: Maximum of 100 connections reduced to 30, not enough IP addresses given
Nov 7 13:08:24 pptpd[1482]: accel-pptpd-0.8.5 compiled for pppd-2.4.5, linux-2.6.36.4
Nov 7 13:08:24 pptpd[1483]: MGR: Manager process started
Nov 7 13:08:24 pptpd[1483]: MGR: Maximum of 30 connections available
 
Last edited:
It took 15 seconds before the reset occurred
This is what I get:

Code:
Nov  7 16:13:21 kernel: * Make sure sizeof(struct sw_struct)=160 is consistent
Nov  7 16:13:22 kernel: IDPfw: TrendMicro forward module ver-1.0.34
Nov  7 16:13:22 kernel: IDPfw: Apply module param dev_wan=vlan11
Nov  7 16:13:22 kernel: IDPfw: Apply module param sess_num=30000
Nov  7 16:13:22 kernel: IDPfw: Init chrdev /dev/idpfw with major 191
Nov  7 16:13:22 kernel: IDPfw: IDPfw is ready
Nov  7 16:13:22 kernel: sizeof forward param = 160
Nov  7 16:13:37 kernel: mod epilog takes 0 jiffies
Nov  7 16:13:37 kernel: IDPfw: Exit IDPfw
Nov  7 16:13:37 kernel: Stop the IPS/AppID engine...
Nov  7 16:13:37 kernel: IDPfw: Exit chrdev /dev/idpfw with major 191
Nov  7 16:13:37 rc_service: bwdpi_check 841:notify_rc start_firewall
Nov  7 16:13:38 start_nat_rules: apply the nat_rules(/tmp/nat_rules_vlan11_vlan11)!
Nov  7 16:13:39 custom script: Running /jffs/scripts/firewall-start (args: vlan11)

RT-AC68U 380.63

At a quick glance, it seems the DPI engine stopped, then the watchdog monitor restarted it, however there is no indication as to why the engine might have stopped. Anything just before 16:13:21?

One thing different from the average user I do notice is that you seem to use a VLAN on your Internet connection.
 
EDIT2: no output from
Code:
tc -s class show dev ppp0 | grep Sent
is that normal?

That would indicate that you do not have any QoS configuration set on your PPPoE connection. What QoS mode do you use (adaptive or traditional)?
 

Post the result from these commands then, so we can check all potential interfaces:

Code:
tc -s class show dev eth0
tc -s class show dev br0
nvram get wan0_ifname
nvram get lan_ifname

Do you use any VLAN for your Internet connection?
 
I have the same effect on AC68U (already mentioned here), no matter what I do it stays like this. I'm not even sure that the labels are only shifted by one.

Edit: Deleted all QoS rules, even with no rules defined it displays and matches High and Lowest

Regards,
Chris

Traditional QoS is known to be broken on the RT-AC68U, so that could be why.
 
At a quick glance, it seems the DPI engine stopped, then the watchdog monitor restarted it, however there is no indication as to why the engine might have stopped. Anything just before 16:13:21?
One thing different from the average user I do notice is that you seem to use a VLAN on your Internet connection.

Yes i use VLAN (iptv 11 internet) tagged WAN port. Nothing before that screen, it's happened when i press Qos Tab.
 
Do you use any VLAN for your Internet connection?
Just figured this out while working on something on my fork. At least on the fork, eth0 is used when CTF is inactive....If CTF is enabled, it shows up as VLAN2.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top