Netonix Manager / Control Software
Re: Netonix Manager / Control Software
I'm trying to sort columns by Uptime but the order seems incorrect. Is that "feature" broken ?
Re: Netonix Manager / Control Software
Is the "Netonix Manager" officially supported or becoming abandonware ? Seems it has a lot of rough edges, and hasn't seen any updates since July 2018..
-
Stephen - Employee
- Posts: 1030
- Joined: Sun Dec 24, 2017 8:56 pm
- Has thanked: 85 times
- Been thanked: 181 times
Re: Netonix Manager / Control Software
With this most recent update on the switches. We are moving attention over to the manager.
-
Stephen - Employee
- Posts: 1030
- Joined: Sun Dec 24, 2017 8:56 pm
- Has thanked: 85 times
- Been thanked: 181 times
Re: Netonix Manager / Control Software
NM v 1.0.11 is now out.
Check the release notes for details but there have been several requests on this thread for an option to be able to change the amount of connection error's that take place before the switch goes 'offline' just in case there was a network hiccup and you don't necessarily want to get an email about it.
You can now find that option at the bottom of the NM settings window when you click on the gear in the top right corner.
More to come soon.
Check the release notes for details but there have been several requests on this thread for an option to be able to change the amount of connection error's that take place before the switch goes 'offline' just in case there was a network hiccup and you don't necessarily want to get an email about it.
You can now find that option at the bottom of the NM settings window when you click on the gear in the top right corner.
More to come soon.
Re: Netonix Manager / Control Software
Just tried to upgrade from 1.0.10 to 1.0.11 on a Debian box...
- Code: Select all
root@nm0.tcwil:~# dpkg -i netonix-manager_1.0.11_all.deb
(Reading database ... 64778 files and directories currently installed.)
Preparing to unpack netonix-manager_1.0.11_all.deb ...
Unpacking netonix-manager (1.0.11) over (1.0.10) ...
Setting up netonix-manager (1.0.11) ...
dpkg (subprocess): unable to execute installed post-installation script (/var/lib/dpkg/info/netonix-manager.postinst): No such file or directory
dpkg: error processing package netonix-manager (--install):
subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
netonix-manager
Re: Netonix Manager / Control Software
Ooh, nasty line-ending issue in the postinst script...
Seems to affect quite a few of the installed files - I'm left with a largely non-working install.
- Code: Select all
root@nm0.tcwil:~# /var/lib/dpkg/info/netonix-manager.postinst
-bash: /var/lib/dpkg/info/netonix-manager.postinst: /bin/bash^M: bad interpreter: No such file or directory
Seems to affect quite a few of the installed files - I'm left with a largely non-working install.
-
Stephen - Employee
- Posts: 1030
- Joined: Sun Dec 24, 2017 8:56 pm
- Has thanked: 85 times
- Been thanked: 181 times
Re: Netonix Manager / Control Software
Looking into this now. In the mean time try going into the archives on the download section and just use 1.0.10
- nbrc
- Member
- Posts: 3
- Joined: Wed Nov 08, 2017 9:44 pm
- Has thanked: 0 time
- Been thanked: 0 time
Re: Netonix Manager / Control Software
You've saved the scripts in Windows which has added invalid characters for nix systems. Either save them in the right format to start with, or use the dos2unix tool to convert them, then repackage.
-
Stephen - Employee
- Posts: 1030
- Joined: Sun Dec 24, 2017 8:56 pm
- Has thanked: 85 times
- Been thanked: 181 times
Re: Netonix Manager / Control Software
Well, that's partially true,
Turns out I was using a newer version of a build tool we use which apparently has a nasty habit of adding in little things like that along with failing to add in script files when being built for linux.
I have pushed the new .deb, tar.gz, and .exe and they appear to work for me now on windows and ubuntu.
The update feature in the manager might have an issue for this release though because there where some changes to the server between 1.0.10 and 1.0.11 being released so it might be necessary to re-install manually.
Turns out I was using a newer version of a build tool we use which apparently has a nasty habit of adding in little things like that along with failing to add in script files when being built for linux.
I have pushed the new .deb, tar.gz, and .exe and they appear to work for me now on windows and ubuntu.
The update feature in the manager might have an issue for this release though because there where some changes to the server between 1.0.10 and 1.0.11 being released so it might be necessary to re-install manually.
-
Stephen - Employee
- Posts: 1030
- Joined: Sun Dec 24, 2017 8:56 pm
- Has thanked: 85 times
- Been thanked: 181 times
Re: Netonix Manager / Control Software
slimey wrote:Ooh, nasty line-ending issue in the postinst script...
- Code: Select all
root@nm0.tcwil:~# /var/lib/dpkg/info/netonix-manager.postinst
-bash: /var/lib/dpkg/info/netonix-manager.postinst: /bin/bash^M: bad interpreter: No such file or directory
Seems to affect quite a few of the installed files - I'm left with a largely non-working install.
slimey, when you go to re-install it now you might run into an issue where dpkg complains that the netonix-manager install wasn't completed preventing you from overwriting it.
If that happens, try running these commands as root:
- Code: Select all
rm /var/lib/dpkg/info/netonix-manager*
dpkg -r netonix-manager
Then of course proceed normally with the installation:
- Code: Select all
dpkg -i netonix-manager_1.0.11_all.deb
If you don't see that issue, then you should just be able to install everything like normal.
Who is online
Users browsing this forum: No registered users and 20 guests