Jump to content

Polisy Network Configuration Missing - Resolved


gviliunas

Recommended Posts

I just looked at the Polisy Configuration page and noticed that while I have the correct timezone listed, all of the network configuration items are missing. (See screen shot)

All of my nodeservers are operating properly and a check for updates returns the message, "No updates available"

This is not a big issue for me as my system is operating properly. I just wanted to get this experience reported.

Lost Network Config Settings.png

polyglot_2020-1-23_121905.txt

Link to comment
Share on other sites

12 hours ago, Michel Kohanim said:

@gviliunas,

And why would you want that? :)

Please do another update. You need udx 1.0.26_15.

With kind regards,
Michel

@Michel Kohanim,

How do you tell what udx version you are on? Is the version number shown anywhere?

Also, how do we know when there is an udx update available?

 

Link to comment
Share on other sites

1 hour ago, DennisC said:

How do you tell what udx version you are on? Is the version number shown anywhere?

If you know how to ssh into your Polish, you can get this information from the command line: pkg info udx

[admin@polisy ~]$ pkg info udx
udx-1.0.26_15
Name           : udx
Version        : 1.0.26_15
Installed on   : Thu Jan 23 10:44:12 2020 PST
Origin         : misc/udx
Architecture   : FreeBSD:12:amd64
Prefix         : /usr/local
Categories     : misc
Licenses       : BSD
Maintainer     : michel@universal-devices.com
WWW            : https://www.universal-devices.com/
Comment        : Polisy Admin Service
Shared Libs required:
	libmongoc-1.0.so.1
	libbson-1.0.so.1
	libmosquitto.so.1
Annotations    :
	FreeBSD_version: 1201000
	repo_type      : binary
	repository     : udi
Flat size      : 2.24MiB
Description    :
UDX HW/Admin Service for Universal Devices Polisy

WWW: https://www.universal-devices.com/
[admin@polisy ~]$ 

 

Link to comment
Share on other sites

@Michel Kohanim I tried asking for updates from both the web UI and from ssh (pkg update, etc) and no updates were available.

Then I tried stopping the udx service and uninstalling / reinstalling udx. As it turns out, I already had udx-1.0.26_15 installed. I started the service and now I have the network settings back. Something must have gone wrong with the UI called update that I did a few days ago. In any event, all good now. Thanks for your help.

Here is the ssh session

Welcome to Polisy!
[admin@polisy ~]$ sudo pkg update && sudo pkg upgrade
Password:
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
Updating udi repository catalogue...
udi repository is up to date.
All repositories are up to date.
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
Updating udi repository catalogue...
udi repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.


[admin@polisy ~]$ sudo service udx stop
Stopping udx.
Waiting for PIDS: 1034.
[admin@polisy ~]$ sudo pkg delete udx
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
        udx-1.0.26_15

Number of packages to be removed: 1

The operation will free 2 MiB.

Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling udx-1.0.26_15...
[1/1] Deleting files for udx-1.0.26_15: 100%


[admin@polisy ~]$ sudo pkg install udx
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
Updating udi repository catalogue...
udi repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        udx: 1.0.26_15 [udi]

Number of packages to be installed: 1

The process will require 2 MiB more space.

Proceed with this action? [y/N]: y
[1/1] Installing udx-1.0.26_15...
[1/1] Extracting udx-1.0.26_15: 100%


[admin@polisy ~]$ sudo service udx start
Starting udx.
[admin@polisy ~]$
 

Link to comment
Share on other sites

32 minutes ago, gviliunas said:

@Michel Kohanim I tried asking for updates from both the web UI and from ssh (pkg update, etc) and no updates were available.

Then I tried stopping the udx service and uninstalling / reinstalling udx. As it turns out, I already had udx-1.0.26_15 installed. I started the service and now I have the network settings back. Something must have gone wrong with the UI called update that I did a few days ago. In any event, all good now. Thanks for your help.

Here is the ssh session

Welcome to Polisy!
[admin@polisy ~]$ sudo pkg update && sudo pkg upgrade
Password:
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
Updating udi repository catalogue...
udi repository is up to date.
All repositories are up to date.
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
Updating udi repository catalogue...
udi repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.


[admin@polisy ~]$ sudo service udx stop
Stopping udx.
Waiting for PIDS: 1034.
[admin@polisy ~]$ sudo pkg delete udx
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
        udx-1.0.26_15

Number of packages to be removed: 1

The operation will free 2 MiB.

Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling udx-1.0.26_15...
[1/1] Deleting files for udx-1.0.26_15: 100%


[admin@polisy ~]$ sudo pkg install udx
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
Updating udi repository catalogue...
udi repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        udx: 1.0.26_15 [udi]

Number of packages to be installed: 1

The process will require 2 MiB more space.

Proceed with this action? [y/N]: y
[1/1] Installing udx-1.0.26_15...
[1/1] Extracting udx-1.0.26_15: 100%


[admin@polisy ~]$ sudo service udx start
Starting udx.
[admin@polisy ~]$
 

Had a similar issue but didn't require uninstalling and reinstalling, just a `sudo service udx restart`

Link to comment
Share on other sites

7 hours ago, Bumbershoot said:

If you know how to ssh into your Polish, you can get this information from the command line: pkg info udx


[admin@polisy ~]$ pkg info udx
udx-1.0.26_15
Name           : udx
Version        : 1.0.26_15
Installed on   : Thu Jan 23 10:44:12 2020 PST
Origin         : misc/udx
Architecture   : FreeBSD:12:amd64
Prefix         : /usr/local
Categories     : misc
Licenses       : BSD
Maintainer     : michel@universal-devices.com
WWW            : https://www.universal-devices.com/
Comment        : Polisy Admin Service
Shared Libs required:
	libmongoc-1.0.so.1
	libbson-1.0.so.1
	libmosquitto.so.1
Annotations    :
	FreeBSD_version: 1201000
	repo_type      : binary
	repository     : udi
Flat size      : 2.24MiB
Description    :
UDX HW/Admin Service for Universal Devices Polisy

WWW: https://www.universal-devices.com/
[admin@polisy ~]$ 

 

Thanks for the information. I tried updating Polisy this morning. Within Polisy, I had 45 updates, all of which failed. When I ssh in, there were 8 updates, which I did.

Eventually, we will need a reliable way of knowing that updates, especially to udx, are available.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...