What's new

[Beta 384/NG] Asuswrt-merlin 384.4 Beta 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!

Status
Not open for further replies.
He did some mistake to sc-idle when he fixed log problem ' o'

@RMerlin
Code:
-    _log ( LOG_INFO, "%s", _transition_message ( disk, "up", msg_buf ) );
+    _log ( LOG_INFO, "%s", _transition_message ( disk, "down", msg_buf ) );
 
-        printf("%s", _transition_message ( disk, "up", msg_buf ) );
+    _log ( LOG_INFO, "%s", _transition_message ( disk, "up", msg_buf ) );

Copy-paste issue probably - thanks.
 
Before the update it was set to “Import/Persistent Auto-generated”, as we discussed here:

https://www.snbforums.com/threads/r...4-3-is-now-available.44693/page-7#post-382544

However, immediately after the update it was set to “None”.

Can't reproduce the issue where it changes back to None - did a number of firmware flashing tonight as I was working on the conflict between AiCloud and httpd (AiCloud was the one replacing the stored certificate with its own), and my router always stayed on "Import/Persistent" here.
 
Hi,

Have a Asus RT-AC68U running merlin 384.4_beta2. full reset, clean install done.

I keep getting errors like this in log although SMB all works, just annoying i guess.

Code:
Mar  8 08:08:13 smbd[32727]: [2018/03/08 08:08:13.022110,  0] smbd/negprot.c:706(reply_negprot)
Mar  8 08:08:13 smbd[32727]:   No protocol supported !

Other problem i am noticing is in Adaptive QoS -> Bandwidth Monitor -> I turned on App Analysis whilst doing this it took quite a while until it said applying settings or whatever the term is, i then turned it off and nothing came up showing it was applying settings when turning off, sometimes it does othertimes it doesn't, even though i have turned App Analysis off and restarted router it is not actually off and still running even though it shows off in web gui.

Cheers.
 
Can't reproduce the issue where it changes back to None - did a number of firmware flashing tonight as I was working on the conflict between AiCloud and httpd (AiCloud was the one replacing the stored certificate with its own), and my router always stayed on "Import/Persistent" here.
Would be nice if we could find the error and a solution, but it's not too much work to upload them again manually after each update.
 
That log shows your scripts properly running and also being logged so. What is the actual issue you are experiencing?

Dear Merlin, yes you are fully right - all scripts working well!
But! Again, excuse me, big But! I wrote about in my initial message regarding beta 2:
/jffs/scripts/services-start NEVER started!

These logs showed at least two reboots: one with disabled custom scripts, one - with enabled.
And none entry about "/jffs/scripts/services-start".

So, after upgrading from beta 1 to beta 2 on AC86U I've lost possibility to automatically start any services (i.e. Entware) at all.
In the beta stage it's no critical, and this router still not in "production". But ...
 
I still have this issue as well (also AC86U).
I made reset (Initialize button).
After that made all installation again.
Currently "services-start" really started. I can sure, due to services from Entware was started.
But now no any log entry similar to "custom_script: Running /jffs/scripts/services-start".
Only logging inside the script itself:
"admin: AB-Solution started rc.unslung via /jffs/scripts/services-start"
So, for me reset is solve this issue.
Another option to solve it can be USB-Disk-Check-at-Boot. So - moving all this stuff to post-mount script.
 
/jffs/scripts/services-start NEVER started!

Works for me.

Code:
admin@Stargate88:/tmp/home/root# cat /tmp/syslog.log | grep services-start
Feb 13 19:00:36 custom_script: Running /jffs/scripts/services-start

Double check your script, make sure it's executable and in UNIX format.

Would be nice if we could find the error and a solution, but it's not too much work to upload them again manually after each update.

The certificate is stored in JFFS, I don't see how it could get overwritten unless your JFFS is losing its content. How are you determining that it is? If you are referring to the webui showing the wrong one, that's just because the file was getting overwritten in RAM by AiCloud, however httpd was still using the stored cert since it was started before the files were getting overwritten.
 
Dear Merlin, yes you are fully right - all scripts working well!
But! Again, excuse me, big But!

Did you call RMerlin "Big But" :eek:

Other than a reboot, my 88U has been running smoothly, and with zero complaints from Family and "guests" in regards to connectivity!
 
Last edited:
Beta2, 87U. Log?

Mar 8 18:31:57 miniupnpd[720]: Failed to convert hostname 'fe80::290:a9ff:fe40:f57c' to ip address
Mar 8 18:31:57 miniupnpd[720]: Failed to convert hostname 'fe80::290:a9ff:fe40:f57c' to ip address
Mar 8 18:31:57 miniupnpd[720]: Failed to convert hostname 'fe80::290:a9ff:fe40:f57c' to ip address
Mar 8 18:31:57 miniupnpd[720]: Failed to convert hostname 'fe80::290:a9ff:fe40:f57c' to ip address
Mar 8 18:31:57 miniupnpd[720]: Failed to convert hostname 'fe80::290:a9ff:fe40:f57c' to ip address
Mar 8 18:31:57 miniupnpd[720]: Failed to convert hostname 'fe80::290:a9ff:fe40:f57c' to ip address
Mar 8 18:31:57 miniupnpd[720]: Failed to convert hostname 'fe80::290:a9ff:fe40:f57c' to ip address
 
How are you determining that it is? If you are referring to the webui showing the wrong one, that's just because the file was getting overwritten in RAM by AiCloud, however httpd was still using the stored cert since it was started before the files were getting overwritten.
I did indeed determine this by not seeing the green lock in Firefox when accessing https://router.asus.com:8443 (but did not check the files on the router).

I'm afraid I don't understand the difference between web and httpd in this context. Can you please explain?
 
Clean install on my AC3200 and running fine "except" with WiFi calling from our iPhones. About 75% of the time I receive a call while on WiFi, they can hear me but I cannot hear them. This started happening on 384 series firmware for me....
I work from home and it seems to be showing up more and more....now that I have 384 running for a bit...

If I disconnect/reconnect to WiFi then my calls are fine for "awhile"...

Thoughts?
 
Ah, interesting!

I'm not comfortable (yet?) with installing firmware from a "random" link (or building my own), so I'll wait for Beta 3.

Though I probably still want to experiment with using post-mount.
 
Services-start was glitched by my script if you happened to be running it according to a user @skeal

We have fixed the issue, but haven't pushed it public yet.
 
Services-start was glitched by my script if you happened to be running it according to a user @skeal

We have fixed the issue, but haven't pushed it public yet.
I don't use snbforums' user scripts (ab-solution, skynet, freshjr qos, dnscrypt, etc.)
I'm only using entware.
But when installed beta2, entware was stopped at some point.
So I guess it just timing issue and it seems fine on beta3.
 
I don't use snbforums' user scripts (ab-solution, skynet, freshjr qos, dnscrypt, etc.)
I'm only using entware.
But when installed beta2, entware was stopped at some point.
So I guess it just timing issue and it seems fine on beta3.

Makes sense.
To expand on my comment.

I had an unnecessary , for my script, sleep around the time services-start was supposed to execute.
By removing the sleep, it started working again.

So it does/did look like some timing issue early in the boot process.
 
I saw this was reported before but just wanted to confirm this is showing in my logs also. If I go to the QoS settings and hit APPLY to force QoS to restart it will repeat this in the logs again. I just flashed today, did a factory reset afterwards. 384.4_beta2

Otherwise seems to be working good, I think the YouTube stalling issue I had with 382 is gone.

Code:
Mar  8 11:07:50 rc_service: httpds 271:notify_rc restart_qos;restart_firewall
Mar  8 11:08:00 rc_service: httpds 271:notify_rc restart_qos;restart_firewall
Mar  8 11:08:00 rc_service: waitting "restart_qos;restart_firewall" via httpds ...
Mar  8 11:08:15 rc_service: skip the event: restart_qos;restart_firewall.
Mar  8 11:08:16 kernel: ERR[parse_qos_conf:932] Can't set new QoS conf while QoS is started!
Mar  8 11:08:16 kernel: ERR[ioctl_iqos_op_config:3592] parse qos_conf error!!
Mar  8 11:08:16 kernel: ioctl_iqos_op_config() fail!
Mar  8 11:08:16 kernel: ERR[qos_start:3344] QoS is already started!
Mar  8 11:08:16 kernel: ioctl_iqos_op_switch(1) fail!
Mar  8 11:08:19 kernel: ERR[parse_qos_conf:932] Can't set new QoS conf while QoS is started!
Mar  8 11:08:19 kernel: ERR[ioctl_iqos_op_config:3592] parse qos_conf error!!
Mar  8 11:08:19 kernel: ioctl_iqos_op_config() fail!
Mar  8 11:08:19 kernel: ERR[qos_start:3344] QoS is already started!
Mar  8 11:08:19 kernel: ioctl_iqos_op_switch(1) fail!
 
Status
Not open for further replies.

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