Virtualmin Packages Updates keeps on listing up-to-date packages

Operating system Ubuntu Linux 18.04.3
Webmin version 1.962
Virtualmin version 6.14
Usermin version 1.812

This is the continuation of Virtualmin Package Updates on System Information is wrong

I’m still seeing this on all my servers:

2 updates to Virtualmin packages are available. Use the Software Package Updates module to install them selectively.

Package Description Version
usermin all web-based user account administration interface for Unix systems 1.812
webmin all web-based administration interface for Unix systems 1.962

Try to manually check for new packages and see what gets listed there.
Otherwise check your “sources.list” .

When checking for new packages, I get:

Clearing package caches ..
.. done

Re-fetching available packages ..
.. found 0 possible updates

When trying to install the 2 listed packages, I get:

Now updating usermin webmin ..

Installing package(s) with command apt-get -y install usermin webmin ..

Reading package lists...
Building dependency tree...
Reading state information...
usermin is already the newest version (1.812).
webmin is already the newest version (1.962).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

.. install complete.

Here’s my source.list:

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ubuntu.mirrors.ovh.net/ubuntu/ bionic main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.mirrors.ovh.net/ubuntu/ bionic-updates main restricted
# deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ubuntu.mirrors.ovh.net/ubuntu/ bionic universe
# deb-src http://archive.ubuntu.com/ubuntu/ bionic universe
deb http://ubuntu.mirrors.ovh.net/ubuntu/ bionic-updates universe
# deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ubuntu.mirrors.ovh.net/ubuntu/ bionic multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://ubuntu.mirrors.ovh.net/ubuntu/ bionic-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ubuntu.mirrors.ovh.net/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu/ bionic-security main restricted
deb http://security.ubuntu.com/ubuntu/ bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu/ bionic-security universe
deb http://security.ubuntu.com/ubuntu/ bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu/ bionic-security multiverse
deb http://software.virtualmin.com/vm/6/gpl/apt virtualmin-bionic main
deb http://software.virtualmin.com/vm/6/gpl/apt virtualmin-universal main

I don’t know about on Ubuntu, but when that happens on CentOS I just restart Webmin. It only happens once or twice a year.

Richard

I’ve posted this on several different threads about the same issue:

I’m running Ubuntu 20.04 (and 18.04 before that) and that’s only happened once. I normally don’t work at the physical server, I work on a laptop remotely.

When that happened, I restarted the server remotely and it was still there. But when I went to the physical server and restarted from it, they vanished.

Unfortunately I can only restart the server remotely and it doesn’t remove the messages.

Seems to be an cache issue then I guess. You could also manually check via ssh for updates. If non are there too, then it’s “just” an cache issue. You could try to force restart it.

Isn’t there a way to wipe that cache?

Try to restart webmin and clear your own browser cache (just to be sure).
You can also try to update webmin to 1.970.

In that event I wouldn’t worry about it. You can try emptying cache and all that jazz but it didn’t do any good for me.

If it’s not possible to restart at the server, just ignore it.

Does clicking the “Refresh system information” link on the dashboard help?

1 Like

No @Jamie it doesn’t :frowning:

Good tip. I found this for Webmin/Virtualmin to be important, as well as for my wordpress installs. I basically never want cache so I get latest updates to my changes, but it seems like a contact duty to keep clearing it out.I’m looking for a browser add-on or another tool try and always keep cache flushes and deleted.

Good tip, thanks. That seems to force a flush and get update.

You can set your browser to delete cache on exit, but that deletes the whole cache.
Sometimes are forced reload (controll + shift + r/f5) is doing the trick too.

I’ve found what was going wrong!

There was an error hidden somewhere:
Unable to open /etc/network/interfaces
See Unable to open /etc/network/interfaces

The solution was:
sudo apt install ifupdown

Don’t know why but it made the messages disappear.

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.