What's new

[384.12_Alpha - builds] Testing all variants.

  • 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.

octopus

Part of the Furniture
Last edited:
Okay i just updated to this one thing i am noticing on the OPVN-Server page is
upload_2019-5-18_19-5-15.png

you see this at first glance
you will only see the RSA Encryption section after clicking to advanced and then clicking back to general
is this a new Gui bug?

upload_2019-5-18_19-6-1.png
 

Attachments

  • upload_2019-5-18_19-5-3.png
    upload_2019-5-18_19-5-3.png
    304.5 KB · Views: 695
BTW just updated :
upload_2019-5-18_19-8-0.png

on:
upload_2019-5-18_19-8-21.png

I self compiled and merged it. ---- it updated flawlessly no update issues- aside from a gui issue with one of @Jack Yaz scripts which i fixed by forcibly updating it.
 
You could test if your compile was the issue by using the one in the link above. :)
that would be useful if i had a 88AX to test it on i have quite an "arse"nal of routers but unfortunately that isn't one.
 
that would be useful if i had a 88AX to test it on i have quite an "arse"nal of routers but unfortunately that isn't one.

I could see that being a show stopper! :)
 
upload_2019-5-18_20-12-3.png

i like this..
 
Screenshot_20190518-214549881.jpg


Looks like they are all up now.
 
I'm afraid to try it after the huge success of .11_2 I just installed today.
 
I'm afraid to try it after the huge success of .11_2 I just installed today.
I will tell you the only thing I had issues with was @Jack Yaz scripts. i had to forcibly update them to fix the issue, it was almost a five second fix. i had no loss in internet connection what so ever. I have tested reboots and have not lost internet from reboots either.
 
  • Like
Reactions: Gar
is this a new Gui bug?

No, it's been there since that setting got added. The page simply fails to properly show/hide it when switching from Advanced to General. That setting should only be visible if the server is stopped.
 
No, it's been there since that setting got added. The page simply fails to properly show/hide it when switching from Advanced to General. That setting should only be visible if the server is stopped.
Makes sense I guess it is the first time I've noticed it because the only time I have ever configured it is when first setting it up.
 
Just reporting that I have updated my RT-AC86U, RT-AC68U and the RT-AC3100 to their respective 384.12 Alpha 1 builds. No issues and amtm + scripts in my signature below all working with no issues.

Another great build by RMerlin. :)
 
Just reporting that I have updated my RT-AC86U, RT-AC68U and the RT-AC3100 to their respective 384.12 Alpha 1 builds. No issues and amtm + scripts in my signature below all working with no issues.

Another great build by RMerlin. :)
I concur, no issues here with them as well.
 
I concur, no issues here with them as well.

You really need to include a signature! :) I can't remember everyone's routers on demand. :)

So, which router(s) are working great for you? :) :) :)
 
You really need to include a signature! :) I can't remember everyone's routers on demand. :)

So, which router(s) are working great for you? :) :) :)
RT-AC5300(Main), 3 RT-AC68U (AP),1 RT-AC3100(AP),1 RT-AC86U(AP),1 RT-AC56(bridge-384.6Merlin)
1 GT-AX11000 (Router Mode -VPN)-Stock Asus
all supported are running latest 384.12_alpha1
scripts: amtm, diversion-entware-pivelserv-tls, skynet,yazfi,ntpmerlin,connmon,scmerlin,uiDivStats
 
@RMerlin
After you add -i parameter in wsdd2 code, the processor doesn't work with samba rc at all.
Please, let me know what program paramters are in your ps.

/usr/sbin/wsdd2 ~~

Edit: I changed parameter sequence like this. -d -b -i to d -i -b
Code:
				"-d",
				"-i",
				nvram_safe_get("lan_ifname"),
				"-b",
And now it works.
I expected 192.168.50.1:3702 but it is still bound to 0.0.0.0.
I don't know what you intended exactly.
Anyway now wsdd2 is using less sockets than before.

/usr/sbin/wsdd2 -d -i br0 -b sku:RT-AC86U,serial:***
Code:
/tmp/home/root# lsof -i | grep wsdd2
wsdd2     1806 **  11u  inet   5265      0t0  UDP *:3702
wsdd2     1806 **  12u  inet   5266      0t0  TCP *:3702 (LISTEN)
wsdd2     1806 **  13u  inet   5267      0t0  UDP *:hostmon
wsdd2     1806 **  14u  inet   5268      0t0  TCP *:hostmon (LISTEN)

/usr/sbin/wsdd2 -d -b sku:RT-AC86U,serial:***
Code:
/tmp/home/root# lsof -i | grep wsdd2
wsdd2     3959 **  4u  inet  17067      0t0  UDP *:3702
wsdd2     3959 **  5u  inet  17068      0t0  UDP *:3702
wsdd2     3959 **  6u  inet  17069      0t0  TCP *:3702 (LISTEN)
wsdd2     3959 **  7u  inet  17070      0t0  TCP *:3702 (LISTEN)
wsdd2     3959 **  8u  inet  17071      0t0  TCP *:3702 (LISTEN)
wsdd2     3959 **  9u  inet  17072      0t0  UDP *:hostmon
wsdd2     3959 **  10u  inet  17073      0t0  UDP *:hostmon
wsdd2     3959 **  11u  inet  17074      0t0  TCP *:hostmon (LISTEN)
wsdd2     3959 **  12u  inet  17075      0t0  TCP *:hostmon (LISTEN)
wsdd2     3959 **  13u  inet  17076      0t0  TCP *:hostmon (LISTEN)
 
Last edited:
@RMerlin
After you add -i parameter in wsdd2 code, the processor doesn't work with samba rc at all.
Please, let me know what program paramters are in your ps.

/usr/sbin/wsdd2 ~~
Code:
ay 19 00:51:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 00:52:01 rc_service: service 28872:notify_rc restart_letsencrypt
May 19 00:52:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 00:53:01 rc_service: service 29029:notify_rc restart_letsencrypt
May 19 00:53:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 00:54:01 rc_service: service 29191:notify_rc restart_letsencrypt
May 19 00:54:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 00:55:01 rc_service: service 29346:notify_rc restart_letsencrypt
May 19 00:55:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 00:56:01 rc_service: service 30243:notify_rc restart_letsencrypt
May 19 00:56:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 00:57:01 rc_service: service 30401:notify_rc restart_letsencrypt
May 19 00:57:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 00:58:01 rc_service: service 30546:notify_rc restart_letsencrypt
May 19 00:58:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 00:59:01 rc_service: service 30711:notify_rc restart_letsencrypt
May 19 00:59:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 01:00:02 rc_service: service 30894:notify_rc restart_letsencrypt
May 19 01:00:02 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 01:00:02 uiDivStats: Starting Diversion statistic generation...
May 19 01:00:08 Skynet: [#] 121526 IPs (+0) -- 1565 Ranges Banned (+0) || 878 Inbound -- 0 Outbound Connections Blocked! [save] [7s]
May 19 01:01:01 rc_service: service 668:notify_rc restart_letsencrypt
May 19 01:01:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 01:01:52 uiDivStats: Diversion statistic generation completed successfully!
May 19 01:02:01 rc_service: service 3593:notify_rc restart_letsencrypt
May 19 01:02:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 01:03:01 rc_service: service 3760:notify_rc restart_letsencrypt
May 19 01:03:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 01:04:01 rc_service: service 3931:notify_rc restart_letsencrypt
May 19 01:04:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)
May 19 01:05:01 rc_service: service 4084:notify_rc restart_letsencrypt
May 19 01:05:01 custom_script: Running /jffs/scripts/service-event (args: restart letsencrypt)

yea i am noticing alot of RC_service restarts
It goes away if i forcibly update, but this is occurring shortly after each reboot.
 
Since it’s again somebody else than @RMerlin posting the link:

How can we verify that the link is indeed to the “official” OneDrive account and not somebody else’s (with possibly bad intentions) who just named folders and files the same?

(Definitely not blaming @octopus of this behavior, but what if this kind of post for a next build is from someone new on the forum with hardly any posts?)
 
Since it’s again somebody else than @RMerlin posting the link:

How can we verify that the link is indeed to the “official” OneDrive account and not somebody else’s (with possibly bad intentions) who just named folders and files the same?

(Definitely not blaming @octopus of this behavior, but what if this kind of post for a next build is from someone new on the forum with hardly any posts?)

Go to the official download site and see pre-beta test builds (occasionally available) link. :)

https://asuswrt.lostrealm.ca/download


Same link. ;)
 
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