New (KONG) Test Build - 10/25/2018 (UPDATE 7)

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2, 3, 4 ... 13, 14, 15  Next
Author Message
jasonkruys
DD-WRT User


Joined: 13 Dec 2013
Posts: 90

PostPosted: Tue Oct 16, 2018 22:17    Post subject: Reply with quote
I see Kong is making more commits. Does this fix the issue with deleting the multicast to unicast command from the wireless config breaking stuff? Looks like it.

https://svn.dd-wrt.com/changeset/37413
Sponsor
bushant
DD-WRT Guru


Joined: 18 Nov 2015
Posts: 2029

PostPosted: Tue Oct 16, 2018 22:24    Post subject: Reply with quote
Netgear R7500v2
DD-WRT v3.0-r37410M kongat 10/16/18
Linux 4.9.133 #216 SMP PREEMPT
Previous 37400
Reset None
ddup
Errors Not really
CPU 127.4 Degrees F
Mem used down to 68 from 80 w/1TB HDD attached
Save>Apply Settings in Services/NAS working now
Raid Storage Manager-Drive Manager w/Format option added to Services/NAS
All services same as yesterday
Thank You <Kong> and BrainSlayer et al

_________________
Forum Guide Lines (with helpful pointers about how to research your router, where and what firmware to download, where and how to post and many other helpful tips!)
How to get help the right way

Before asking for help - Read the forum guidelines AND Upgrade DD-WRT!
Adblock by eibgrad + Blocklist Collection


Last edited by bushant on Tue Oct 16, 2018 22:30; edited 1 time in total
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Tue Oct 16, 2018 22:27    Post subject: Re: Where did FINDFS go in fw 37400M? Reply with quote
ArjenR49 wrote:
ArjenR49 wrote:
HELP!
I have been using findfs in a command script with all recent Kong fw's, but now on 37400 the script broke and the which findfs command turns up nothing.

This is what I used it for:
mount -o noatime $(findfs UUID=B298F12198F0E4AF) /opt/NAS1



Updated my R7800 to 37410. No change. Mount command as above still broken, because findfs is missing, AFAIK.


$(blkid | grep B298F12198F0E4AF | cut -d ':' -f 1)

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Tue Oct 16, 2018 22:27    Post subject: Reply with quote
R7500v2 37410M 10/16 k4.9 QoS still sucks for me Sad
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Tue Oct 16, 2018 22:44    Post subject: Reply with quote
jerrytouille wrote:
R7500v2 37410M 10/16 k4.9 QoS still sucks for me Sad


By end of the week I get my upgrade, maybe then I can reproduce it.

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Tue Oct 16, 2018 22:56    Post subject: Reply with quote
well i found a way to break k3.18 latency so its like k4.9, but i dont know how useful that is since i have to do something i dont normally do on either kernel..

on dslreports, if i enter in the buffer measuring port so 8888 for http tests, 19443 for https test, and match the priority of 8888 to 80 or 19443 to 443, it'll give near identical poor latency to k4.9, with the addition of making upload poor too. if i put either the data port (80/443) above or below the buffer measuring port (8888/19443) on qos priority, or vice versa with the buffer measuring ports, it returns to k3.18 normal latency again. doesnt really make any sense..

eg:

port 80 (like i usually have) = express
port 8888 = express

poor latency.

port 80 = standard/premium/max
port 8888 = express

normal good latency.

as long as both arent on the same priority.. same for https 443/19443.

this is with htb+pie, with fq_codel it doesnt seem to care and latency stays the same k3.18 levels and thats where the similarities end.. ack/syn/fin/rst are all checked during this as always.

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55488 std
[QUALCOMM] DIR-862L --------------------------------> r55460 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

ArjenR49
DD-WRT Guru


Joined: 05 Oct 2008
Posts: 666
Location: Helsinki, Finland / nr. Alkmaar, Netherlands

PostPosted: Tue Oct 16, 2018 22:59    Post subject: Re: Where did FINDFS go in fw 37400M? Reply with quote
<Kong> wrote:

$(blkid | grep B298F12198F0E4AF | cut -d ':' -f 1)


THANKS, Kong! That works like a charm.

I can understand the general idea of how that works, but it would likely take me months if not years to come up with something like that myself.

I was quite happy to have gotten my startup script to do what I intended all the time navigating subtle differences in syntax of ash as compared to bash or dash, neither of which I know to any mentionable degree.

Trying out different syntax found in examples and help pages on the internet, I managed to get it working after many days of work improving and looking for syntax that works in ash (rather poorly documented as such, it seems).

So, it did feel a little like the rug was pulled from under my feet, when it suddenly stopped working ...

But all is well now and it didn't take very long at all Smile
Thanks a bunch!

I do still wonder where the findfs command went?

This is the current announcement from an SSH session. The time stamp could very well be the compile time ... only a few hours old:
BusyBox v1.29.3 (2018-10-16 23:30:58 CEST) built-in shell (ash)
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Tue Oct 16, 2018 23:09    Post subject: Reply with quote
<Kong> wrote:
jerrytouille wrote:
R7500v2 37410M 10/16 k4.9 QoS still sucks for me Sad


By end of the week I get my upgrade, maybe then I can reproduce it.


In the mean time another k3.18 build?
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6268
Location: Texas

PostPosted: Wed Oct 17, 2018 0:28    Post subject: Reply with quote
EA8500
DD-WRT v3.0-r37410M kongat 10/16/18
Linux 4.9.133 #217 SMP PREEMPT Tue Oct 16 23:40:46 CEST 2018 armv7l
Main router
NO reset -- GUI install over previous Kong_r37400M
every thing still worky ok
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Wed Oct 17, 2018 1:37    Post subject: Reply with quote
anyone remember that htb bug ipq806x had a bit over a year ago? i think that bugs back but with hfsc this time.. both kernels. hfsc+sfq is bloody slow (long as its k3.18, the latency is still good) with both cpu cores arent even 50% load.
_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55488 std
[QUALCOMM] DIR-862L --------------------------------> r55460 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

htismaqe
DD-WRT User


Joined: 05 Nov 2015
Posts: 471

PostPosted: Wed Oct 17, 2018 4:29    Post subject: Reply with quote
So is this a repeat of the 10/3 release thing, where Kong released 2 or 3 test versions in 24 hours?

Would you guys recommend loading the 10/16 file or wait a couple of days in case another is coming?

_________________
Routing:.......Asus RT-AX88U (Asuswrt-Merlin 384.14)
Switching:....Netgear GS608_V3 & GS605_V4, TrendNet TEG-S82G & TEG-S50G
rawd
DD-WRT User


Joined: 06 Jan 2014
Posts: 173

PostPosted: Wed Oct 17, 2018 11:58    Post subject: Reply with quote
vit5421 wrote:
The bufferbloat on 3.18 (10/03) is still 50% better compare to latest 4.9 (10.15).
So, waiting for updated 3.18

P.S. For some reason i have constant problem upgrading builds using GUI on Chrome and Edge and using ddup with no problems


I have issues updating through Chrome lately too. At times it will just hang after or right near the end of flashing. I use ddup now and manually download a copy for my own personal archive.

_________________
R7800 AP WDS - OpenWrt SNAPSHOT r16941
R7800 Client WDS - OpenWrt SNAPSHOT r16941
R7000 CB - r46949 std
PiHole v5.3.1 - dnscrypt-proxy 2.0.45 - RPi 3 B+
Synology DS220+ - DSM 7 RC
vit5421
DD-WRT User


Joined: 12 Nov 2015
Posts: 413

PostPosted: Wed Oct 17, 2018 15:11    Post subject: Reply with quote
I have the same issues with BS builds and different routers as well.
Dear Kong, Can you check what is wrong now with GUI update?

_________________
Netgear R7800
jcmolero71
DD-WRT Novice


Joined: 07 Apr 2015
Posts: 12

PostPosted: Wed Oct 17, 2018 16:07    Post subject: repeater bridge still broken (because main router firmware) Reply with quote
as tested in the last but one firmware version, it was impossible to get a valid connection using a repeater bridge in any mode, reverted back the main router firmware to last year firmware and it worked (keeping latest firmware in repeater one), so in any point AP mode breaks the router clients in latest firmwares, maybe would revert back until a solution is found.

(main route TL MR3220, repeater TL MR3420, both v1)

latest firmware worked: r36410

_________________
Routers:
TP-Link TL-MR3220 v1.2 (F: r36410)
TP-Link TL-MR3420 v1.2 (F: r36410)
Linksys WRT54G2 V1 (F: unknown, bricked)
D-Link DWL-2100AP Ver.:A4 (F: stock Ver.:2.50na)
<Kong>
DD-WRT Guru


Joined: 15 Dec 2010
Posts: 4339
Location: Germany

PostPosted: Wed Oct 17, 2018 19:52    Post subject: Reply with quote
vit5421 wrote:
I have the same issues with BS builds and different routers as well.
Dear Kong, Can you check what is wrong now with GUI update?


Already fixed.

_________________
KONG PB's: http://www.desipro.de/ddwrt/
KONG Info: http://tips.desipro.de/
Goto page Previous  1, 2, 3, 4 ... 13, 14, 15  Next Display posts from previous:    Page 3 of 15
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware 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