We just released v1.4.3rc7 to fix a critical bug introduced in v1.4.3rc4
Symptoms:
Every time the switch sends an SMTP alert a duplicate switch process is spawned consuming more and more CPU resources of the switch and could "possibly" cause issues with other services.
If you log into your switch and see high CPU load you can goto the Device/Console Tab and drop to the linux CMD line and run top.
If you see multiple instances of the "switch" process running you can issue the command "killall switch" which will clear them (takes a few seconds).
Then you should upgrade to v1.4.3rc7 as soon as possible.
You can download v1.4.3rc7 HERE
v1.4.3rcX Bug Reports and Comments
-
sirhc - Employee
- Posts: 7416
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
CRITICAL BUG ALERT
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.
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.
Re: v1.4.3rcX Bug Reports and Comments
Installed v1.4.3rc7 on WS-8-150-DC without any issues.
- kiwitinker
- Member
- Posts: 7
- Joined: Tue Aug 30, 2016 1:25 am
- Has thanked: 0 time
- Been thanked: 0 time
Re: v1.4.3rcX Bug Reports and Comments
Received a brand new WS-12-250DC today and installed 1.4.3rc7 without a hitch.
There seems to be a little glitch in the UI though:
On my system the table header for the Port tab is missing. I checked and the width is calculated incorrectly to 0px - hence it disappears.
This is the line inserted into the main.html:
<div
class
="jqstb-header-scroll
"
style
="overflow: hidden; width: 0px;
"
>
Disabling the style for the offending DIV shows the header nicely. The calculation is done in the file Scripts/jquery.scrollTableBody.js
Cheers
There seems to be a little glitch in the UI though:
On my system the table header for the Port tab is missing. I checked and the width is calculated incorrectly to 0px - hence it disappears.
This is the line inserted into the main.html:
<div
class
="jqstb-header-scroll
"
style
="overflow: hidden; width: 0px;
"
>
Disabling the style for the offending DIV shows the header nicely. The calculation is done in the file Scripts/jquery.scrollTableBody.js
Cheers
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: v1.4.3rcX Bug Reports and Comments
kiwitinker wrote:Received a brand new WS-12-250DC today and installed 1.4.3rc7 without a hitch.
There seems to be a little glitch in the UI though:
On my system the table header for the Port tab is missing. I checked and the width is calculated incorrectly to 0px - hence it disappears.
This is the line inserted into the main.html:
<div
class
="jqstb-header-scroll
"
style
="overflow: hidden; width: 0px;
"
>
Disabling the style for the offending DIV shows the header nicely. The calculation is done in the file Scripts/jquery.scrollTableBody.js
Cheers
What browser are you using?
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: v1.4.3rcX Bug Reports and Comments
I just updated Firefox to 47.0.1 from 45.0.1 and it seemed to work fine on both. OS?
- kiwitinker
- Member
- Posts: 7
- Joined: Tue Aug 30, 2016 1:25 am
- Has thanked: 0 time
- Been thanked: 0 time
Re: v1.4.3rcX Bug Reports and Comments
Sorry for the delay in getting back.
OS = KUbuntu 14.04.1 LTS (no time yet to go to 16.04)
Firefox 47.0build3 as well as Firefox 48.0build2
Both show same behaviour: Table header (only) on the Ports tab is missing
I did change the source code in Scripts/jquery.scrollTableBody.js to be width:100% rather the calculated value, but somehow it still creates the original line. Before I start digging any deeper, is the site cached somewhere?
I did to a full power off reset of the switch and a forced reload in the browser....
OS = KUbuntu 14.04.1 LTS (no time yet to go to 16.04)
Firefox 47.0build3 as well as Firefox 48.0build2
Both show same behaviour: Table header (only) on the Ports tab is missing
I did change the source code in Scripts/jquery.scrollTableBody.js to be width:100% rather the calculated value, but somehow it still creates the original line. Before I start digging any deeper, is the site cached somewhere?
I did to a full power off reset of the switch and a forced reload in the browser....
-
speed101 - Member
- Posts: 10
- Joined: Mon Jul 14, 2014 7:55 pm
- Location: Porterville, CA
- Has thanked: 1 time
- Been thanked: 2 times
Re: v1.4.3rcX Bug Reports and Comments
I've also upgraded a WS-12-250-DC up to v1.4.3RC7. The ports tab was there, didn't have an issue with MS Edge or Firefox 48.Build 2.
The issue I have is I cannot change the IP of the switch now. When the IP is changed, I cannot get the web interface to reload on the new IP. The switch then reverts back to its original settings because I can't confirm the new settings. I ended up having to downgrade back to v1.4.2 and changing the IP worked as normal. System used is a Windows 10 64bit, tried using MS Edge and Firefox to make the changes but never could. During the change I ran a ping to the new IP and it did respond back on a few pings but not many.
The switch is now heading out to a site so I can't test further, but I do have another switch coming in next week I can do more testing with.
The issue I have is I cannot change the IP of the switch now. When the IP is changed, I cannot get the web interface to reload on the new IP. The switch then reverts back to its original settings because I can't confirm the new settings. I ended up having to downgrade back to v1.4.2 and changing the IP worked as normal. System used is a Windows 10 64bit, tried using MS Edge and Firefox to make the changes but never could. During the change I ran a ping to the new IP and it did respond back on a few pings but not many.
The switch is now heading out to a site so I can't test further, but I do have another switch coming in next week I can do more testing with.
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: v1.4.3rcX Bug Reports and Comments
kiwitinker wrote:Sorry for the delay in getting back.
OS = KUbuntu 14.04.1 LTS (no time yet to go to 16.04)
Firefox 47.0build3 as well as Firefox 48.0build2
Both show same behaviour: Table header (only) on the Ports tab is missing
I did change the source code in Scripts/jquery.scrollTableBody.js to be width:100% rather the calculated value, but somehow it still creates the original line. Before I start digging any deeper, is the site cached somewhere?
I did to a full power off reset of the switch and a forced reload in the browser....
I was able to duplicate this on my Linux box. It only happens in Firefox and only on Linux. Nice. I'll fix it for the next release.
- mlow
- Member
- Posts: 29
- Joined: Fri Jan 01, 2016 11:17 pm
- Location: Crawford Bay
- Has thanked: 10 times
- Been thanked: 0 time
Re: v1.4.3rcX Bug Reports and Comments
1.4.3rc7 fixed my switch after a very scary upgrade from 1.4.1 to 1.4.2 - where the switch seemingly lost its ability to pass traffic. Ability to reach the switch management interface got extremely intermittent immediately after the upgrade to 1.4.2. Rebooting everything at the site did not help, I can only presume something went wrong in the flashing process, as I run other switches with close to identical configuration on 1.4.2 without problems. Soon as I put 1.4.3rc7 on it, it returned to normal behaviour.
I thought that missing table header was a separate issue on my Firefox.. take a look at this Imgur album showing the difference between firefox and Chromium in my KDE environment: http://imgur.com/a/CKovm unrelated to Netonix.. however if you did apply some custom styling to the form inputs, it wouldn't look like that. Default input field styling is just buggered on Firefox for me
EDIT:
I just found a fix for the above issue, which not only fixes the bloated input fields but brings back the table header on the Ports page!
If you happen to have the exact same issue as me, see this post: https://bbs.archlinux.org/viewtopic.php ... 4#p1652144
I thought that missing table header was a separate issue on my Firefox.. take a look at this Imgur album showing the difference between firefox and Chromium in my KDE environment: http://imgur.com/a/CKovm unrelated to Netonix.. however if you did apply some custom styling to the form inputs, it wouldn't look like that. Default input field styling is just buggered on Firefox for me
EDIT:
I just found a fix for the above issue, which not only fixes the bloated input fields but brings back the table header on the Ports page!
If you happen to have the exact same issue as me, see this post: https://bbs.archlinux.org/viewtopic.php ... 4#p1652144
Who is online
Users browsing this forum: No registered users and 86 guests