v1.5.25 Bug Reports and Comments

DOWNLOAD THE LATEST FIRMWARE HERE
Flo
Member
 
Posts: 39
Joined: Sat Jan 09, 2021 10:41 pm
Has thanked: 0 time
Been thanked: 6 times

Re: v1.5.25 Bug Reports and Comments

Sun Jan 19, 2025 9:27 pm

quantumx wrote:1.5.25 resolves SFP issues experienced on 1.5.24 with multiple tagged VLANs (non trunk) not forwarding traffic except for a tagged management VLAN. No LAG/STP/DHCP snooping/Isolation configured.

Thank you.


Can confirm, that this issue has been resolved with v1.5.25.
Thank you, awesome work!

Flo
Member
 
Posts: 39
Joined: Sat Jan 09, 2021 10:41 pm
Has thanked: 0 time
Been thanked: 6 times

Re: v1.5.25 Bug Reports and Comments

Sun Jan 19, 2025 9:30 pm

One more thing: v1.5.25 requires on SFP ports to increase the default Layer-2 port MTU from 1528 to 1532.
Why: Seems to me that on all Ethernet ports the L2 port MTU does not include the L2 CRC checksum (4bytes), but it does on SFP ports.

--> https://en.wikipedia.org/wiki/Ethernet_frame

User avatar
sirhc
Employee
Employee
 
Posts: 7545
Joined: Tue Apr 08, 2014 3:48 pm
Location: Lancaster, PA
Has thanked: 1660 times
Been thanked: 1341 times

Re: v1.5.25 Bug Reports and Comments

Sun Jan 19, 2025 9:31 pm

Well wait and see. I have NO issues with the new manager????

I can upgrade units on demand

Tested scheduled upgrades.

I can launch web UI and Console from manager.

I can view logs

I'm getting back ups.

I did not test smtp alerts so ehhh, can't say anything.

I am running it on windows not Linux.

Been running all night, beat it up today a bit no issues?

People who don't have issues tend not to post which would help others.

They could say installed on this ver os, these modules, number or switches.

There are a million different Linux flavors and modules how do you test all?

Let's see if we get any good reviews over next day or so.
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.

oeyre
Member
 
Posts: 36
Joined: Mon Feb 05, 2024 1:38 am
Location: Australia
Has thanked: 0 time
Been thanked: 11 times

Re: v1.5.25 Bug Reports and Comments

Sun Jan 19, 2025 10:50 pm

Flo wrote:One more thing: v1.5.25 requires on SFP ports to increase the default Layer-2 port MTU from 1528 to 1532.
Why: Seems to me that on all Ethernet ports the L2 port MTU does not include the L2 CRC checksum (4bytes), but it does on SFP ports.

--> https://en.wikipedia.org/wiki/Ethernet_frame


Question for you and also sirhc: Why not just run all ports at max MTU? Honestly can't think of a valid reason why you'd want a bridging MTU to be anything else. Only seems to cause problems for no benefit...

User avatar
Stephen
Employee
Employee
 
Posts: 1069
Joined: Sun Dec 24, 2017 8:56 pm
Has thanked: 97 times
Been thanked: 196 times

Re: v1.5.25 Bug Reports and Comments

Sun Jan 19, 2025 11:28 pm

If anyone is experiencing issue's with the manager version 1.0.22 please try clearing all the cache on your browser for the manager, it needs to refresh it's statically loaded js file's for the new popup feature.

nbrc
Member
 
Posts: 7
Joined: Wed Nov 08, 2017 9:44 pm
Has thanked: 0 time
Been thanked: 3 times

Re: v1.5.25 Bug Reports and Comments

Sun Jan 19, 2025 11:49 pm

sirhc wrote:Well wait and see. I have NO issues with the new manager????


More info for you and others to cross-check

Server
  • Ubuntu 18.04.6
  • NodeJS 8.17.0

Manager
  • Manager upgraded directly from v1.0.20 to v1.0.22
  • 50 switches in device list
  • Firmwares ranging from 1.5.14 to 1.5.25

Unable to:
  • Change between Devices/Schedule/Firmwares/Configs/Log (screen stays locked on Devices tab)
  • Open the "About" screen
  • Open the "Settings" screen
  • Firmware upgrade a selected switch
  • Reboot a selected switch
  • Edit a selected switch
  • Add a new switch
  • Delete a switch

Affected browsers
    Edge 131 on Windows 11
    Chrome 131 on Windows 11
    Edge 131 on Windows Server 2022

Cache has been cleared on all browsers, and have also forcibly disabled cache in Dev Console -> Network

Errors
The following Javascript error is logged when the Manager page (main.html) is loaded:

Code: Select all
 main.html:181

Uncaught TypeError: $(...).tooltip is not a function
 at HTMLDocument. (main.html:181:37)
 at i (jquery-2.2.0.min.js:2:27065)
 at Object.fireWith [as resolveWith] (jquery-2.2.0.min.js:2:27828)
 at Function.ready (jquery-2.2.0.min.js:2:29621)
 at HTMLDocument.J (jquery-2.2.0.min.js:2:29806)


The following error is logged when I try to open the "Settings" dialog:

Code: Select all
main.html:69

Uncaught TypeError: $(...).modal is not a function
at HTMLButtonElement. (main.html:69:27)
 at HTMLButtonElement.dispatch (jquery-2.2.0.min.js:3:7519)
 at r.handle (jquery-2.2.0.min.js:3:5600)


Similar .modal errors are seen for the switch edit dialog, and a "c.modal" error is generated when trying to delete a switch.

nbrc
Member
 
Posts: 7
Joined: Wed Nov 08, 2017 9:44 pm
Has thanked: 0 time
Been thanked: 3 times

Re: v1.5.25 Bug Reports and Comments

Sun Jan 19, 2025 11:53 pm

Stephen wrote:If anyone is experiencing issue's with the manager version 1.0.22 please try clearing all the cache on your browser for the manager, it needs to refresh it's statically loaded js file's for the new popup feature.


Have done this, and also tried disabling caching altogether with no difference. Multiple browsers, multiple machines.

Have also downgraded to 1.0.21 and confirmed that the popups work correctly, then re-upgraded to 1.0.22 and have the same problem.

nbrc
Member
 
Posts: 7
Joined: Wed Nov 08, 2017 9:44 pm
Has thanked: 0 time
Been thanked: 3 times

Re: v1.5.25 Bug Reports and Comments

Mon Jan 20, 2025 12:24 am

Found the problem

In main.html, you've missed a > character which stops the popper and bootstrap scripts from loading. Have edited main.html manually and confirmed that it all works properly now.

<script src="scripts/jquery-2.2.0.min.js"></script>
<script src="scripts/jquery.validate.min.js"></script>
<script src="scripts/moment.min.js"></script>
<script src="scripts/popper.min.js"</script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="scripts/bootstrap-datetimepicker.min.js"></script>
<script src="scripts/bootbox.min.js"></script>
<script src="scripts/knockout-3.4.0.js"></script>
<script src="scripts/knockout-mapping.js"></script>
<script src="scripts/require.js"></script>
<script src="Frontend.js"></script>

User avatar
Hightech
Member
 
Posts: 42
Joined: Wed Mar 11, 2015 3:15 pm
Has thanked: 3 times
Been thanked: 6 times

Re: v1.5.25 Bug Reports and Comments

Mon Jan 20, 2025 2:55 am

RebusCom wrote:Going from Manager 1.0.21 to 1.0.22 fixed the bandwidth display issue, but now I can't get any of the tabs or the logs or the edit window to open up. The URL displays in the address bar, but nothing appears other than the main screen. No pop-up blocker. The bad behavior is the same in different browsers (Firefox, Chrome). Windows 10Pro
Manual Uninstall/Reinstall didn't help.
Reboot didn't help.
Didn't have this problem in the prior versions.


I can confirm i now have the same issue (restart services not fixing the issue). only "Web UI" and "Console" buttons work
"Last seen" is still not updated to correct date and time

User avatar
mayheart
Experienced Member
 
Posts: 185
Joined: Thu Jan 15, 2015 1:42 pm
Location: Canada
Has thanked: 48 times
Been thanked: 54 times

Re: v1.5.25 Bug Reports and Comments

Mon Jan 20, 2025 9:20 am

So I found a bug with the port settings.

Changing it from auto (was at 1G) to 100 Auto works as expected.

Setting the link back to auto will not bring the port back up to 1G.

Only way to get it to revert is to hard set it to 1G then back to auto.

PreviousNext
Return to Hardware and software issues

Who is online

Users browsing this forum: No registered users and 10 guests