FreshJR
Very Senior Member
I also had a problem after installing beta8. When I install and reboot, the drive I have never seems to mount by itself again. Thus entware doesn't start and skynet fails, ab-solution doesn't start. The drive finally in the end mounts but far to late for entware and skynet and ab-solution. If I stay to the earlier version 1.92 everything works fine. My system reboots ok again.
You wouldn't happen to have a copy of those logs would you?
Code:
Feb 13 18:00:33 custom_script: Running /jffs/scripts/firewall-start (args: eth0) (14:33:18 corrected timestamp)
Feb 13 18:00:35 usb: USB vfat fs at /dev/sda1 mounted on /tmp/mnt/USB. (14:33:20 corrected timestamp)
Mar 7 14:33:21 custom_script: Running /jffs/scripts/post-mount (args: /tmp/mnt/USB)
Mar 7 14:33:24 Skynet: [INFO] Startup Initiated... ( banmalware autoupdate )
Mar 7 14:33:53 adaptive QOS: Warming Up
On my system, QOS started 25-35 seconds after the disk mount.
As for potential issues with ABsolution/Skynet, when you see the "Parsing QOS rates" logger entry from adaptiveQOS, then at iptables is getting cleared at that moment.
This disables both scripts functionality.
Immediately after getting cleared, firewall-start is once again called to repopulate everything back to normal.
Code:
Mar 7 14:34:04 Skynet: [Complete]
Mar 7 14:34:16 adaptive QOS: Applying Custom Upload Rules
Mar 7 14:34:18 adaptive QOS: Applying Custom Download Rules
Mar 7 14:35:15 adaptive QOS: Parsing User QOS Rates -> (No Changes) ** IPTABLES CLEARED HERE **
Mar 7 14:35:16 rc_service: udhcpc 438:notify_rc start_firewall
Mar 7 14:35:18 custom_script: Running /jffs/scripts/firewall-start (args: eth0) ** IPTABLES REPOPULATED HERE **
Mar 7 14:35:20 Skynet: [INFO] Startup Initiated... ( banmalware autoupdate )
Mar 7 14:35:42 adaptive QOS: Applying Iptables Rules
Mar 7 14:35:42 adaptive QOS: Changing 1:10 class rate
Mar 7 14:35:46 adaptive QOS: Changing 1:11 class rate
Mar 7 14:35:46 adaptive QOS: Changing 1:12 class rate
Mar 7 14:35:47 adaptive QOS: Changing 1:13 class rate
Mar 7 14:35:51 adaptive QOS: Changing 1:14 class rate
Mar 7 14:35:51 Skynet: [Complete]
Mar 7 14:35:53 adaptive QOS: Changing 1:15 class rate
Mar 7 14:35:56 adaptive QOS: Changing 1:16 class rate
Mar 7 14:35:58 adaptive QOS: Changing 1:17 class rate
So on my setup, disk-mount is working, and firewall-start is being called at the correct time.
Last edited: