After flashing the device with Nightly Build firmware "aredn-1348-bf8c6ee-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade" was no more possible to save changes to the setup. The device returned the message: Bad Gateway The process did not produce any response.
Returning to the version " aredn-3.22.1.0-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade" solved the issue. Is there a way to use the Nightly Build (with the useful application LQM) without the issue?
Returning to the version " aredn-3.22.1.0-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade" solved the issue. Is there a way to use the Nightly Build (with the useful application LQM) without the issue?
FYI, I have two Rocket M5 XW nodes that have had almost every Nightly build in the past 2 years along with every production release
Thanks
The connection was: POE injector POE port to the Rocket, POE Injctor LAN port to the computer, no connection to internet.
Have the support data been useful to detect the issue?
Different hardware and firmware than the US version?
73 de I3RKE/AC2OG
You are trying to get your web browser to display this resource:
http://localnode.local.mesh
Your web browser may be saying:
"I am expecting to find the same resource that was available few minutes ago and I am not finding it."
To get your web browser to look for a new resource:
Press 'F5'.
Else, press 'Control-F5'
Else, restart your browser.
Else, restart your operating system.
Current Stable 3.22.6.0 contains the Link Quality Manager.
If you are loading a Nightly Build, it is recommended to always load the current Nightly Build.
If you have not looked since 10:00 GMT yesterday, check to see if there is a new Nightly Build today. ;-)
I hope this helps,
Chuck
the problem arises with both the Nightly Build and the 3.22.6.0 version on three different Rocket M5 XW..
My question is: why with version 3.22.1.0 all is working fine, i.e. I can save changes regularly?
3.22.6.0 and Nightly 1442
Hi K6CCC,
thanks for the info. I suppose that all your Rockets have been sourced in the US.
My 3 Rockets in Italy. Could that be a possible reason?
'After flashing the device with Nightly Build firmware "aredn-1348-bf8c6ee-ar71xx-generic-ubnt-rocket-m-xw-squashfs-sysupgrade" was no more possible to save changes to the setup.'
So, you are able to both load Nightly 1348 and load Stable 3.22.6.0, but
you are not able to make changes to Nightly 1348 or Stable 3.22.6.0,
?
Does your browser allow you to return the the previous page?
Can you 'ping' the Nightly or 3.22.6.0 after getting the 'Bad gateway' error?
HTH, Chuck
you are not able to make changes to Nightly 1348 or Stable 3.22.6.0," ?
Yes.
Does your browser allow you to return to the previous page?
Yes, it does.
Can you 'ping' the Nightly or 3.22.6.0 after getting the 'Bad gateway' error?
Yes, I can.
Could you post another support file that you capture immediately after the "Bad Gateway" message appears?
You might be able to use the direct URL for supporttool in your browser: http://your-nodename-or-ip/cgi-bin/supporttool
Or just go back to previous page and then generate the support file. Either way the log should have the exact error message we need to see.
Thank you for the new support data file which shows the error below:
This error occurs in the code where the Setup page is trying to validate all the values before saving the configuration. For some reason the variable containing your node's name is not set. The code should return the message "invalid node name" but since the variable is not set the test is failing. I'll see if we can add a test to handle this better. I see that your nodename is "IQ3QR-1" and I do not know why the Setup page is unable to correctly get that value during validation.
For now, would you be willing to reset your node to Firstboot state and configure it from scratch? That will refresh all of the configuration files, just in case there is an invalid value from an old state. Let me know what you find. Until then I will see whether we can print a better error message rather than "Bad Gateway."
Thanks for your help and patience.
I'll report to you the result.
-In order to save changes, it is mandatory to do it for one parameter at a time, i.e. saving multiple changes is not allowed.
-I was able to do all the changes I needed, but, I repeat, only one by one.
-It has not been possible to save the tactical node name. For example, isn't possible to save a node name as IQ3VV-10/Pizzoc-2. It is possible to save a node name as IQ3VV-10. This last is now the only small issue.
Please let me know if you need me to do more tests or capture a new support data file.
Andre
As far as I know, node names have always required no spaces. Hence the reason that almost all node names have hyphens in them.
Your screenshot is too small to read.
Could the use of some special characters or punctuation be the problem? I know that there were some issues with the introduction of the LUA code with quote marks and other "special" characters. What if you eliminate the / from the node name?
Replacing the " / " with " - " completely solves the problem.
and
proposed PR to fix it: https://github.com/aredn/aredn/pull/426