Submitted by bamajr on Fri, 06/25/2010 - 09:15
I have one system running Virtualmin (w/ 10 Domain License) and Cloudmin. The UI continues to report that there are 2 updates to system packages available, but there are none shown in the packages. This will not clear out.
Package updates
All Virtualmin packages are up to date. 2 updates to system packages are available. Use the Virtualmin Package Updates module to install them selectively.
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Fri, 06/25/2010 - 13:39 Comment #1
If you click on the "system packages" link, does it show anything being available for update?
Submitted by bamajr on Thu, 07/01/2010 - 14:49 Comment #2
I can't find an update under any of the update options, and I don't see a "SYSTEM PACKAGES" link. I did however send a .JPG of what I'm seeing!
Submitted by JamieCameron on Thu, 07/01/2010 - 15:10 Comment #3
Usually the link to update packages is further down that page.
Or you can go to Webmin -> System -> Virtualmin Package Updates
Submitted by bamajr on Thu, 07/01/2010 - 15:28 Comment #4
I don't see anything on any of the updates screes that leads me to believe there are updates available. Yet when I click on "REFRESH AVAILABLE PACKAGES" I get the following:
Clearing package caches .. .. done
Re-fetching available packages .. .. found 0 Virtualmin updates, 2 in total
Submitted by JamieCameron on Thu, 07/01/2010 - 16:13 Comment #5
What if you click the "All packages" link on that page?
Submitted by bamajr on Fri, 07/02/2010 - 17:47 Comment #6
It's almost like they are stuck in some cache or something. These updates don't show in ANY of the updates areas accessible to me in Virtualmin.
Submitted by JamieCameron on Sat, 07/03/2010 - 02:19 Comment #7
One way to check what Debian itself thinks is upgradable is to run :
apt-show-versions | grep upgradeable
and see what packages it reports. If that fails because the
apt-show-versions
command is missing, you may need to install it first with :apt-get install apt-show-versions
Submitted by bamajr on Mon, 07/05/2010 - 09:01 Comment #8
Today, this system reports:
"3 updates to system packages are available. Use the Virtualmin Package Updates module to install them selectively."
When I click the "Virtualmin Package Updates" module link, there is only one update listed. It is:
libpcsclite1 - Middleware to access a smart card using PC/SC (library)
When I use the "Update Selected Packages" button, it installs like it should, but still reports:
"2 updates to system packages are available. Use the Virtualmin Package Updates module to install them selectively."
Submitted by JamieCameron on Mon, 07/05/2010 - 11:48 Comment #9
What output do you get from :
apt-show-versions | grep upgradeable
Submitted by bamajr on Mon, 07/05/2010 - 14:38 Comment #10
the "apt-show-versions | grep upgradeable" command, returns the following values:
libsmbclient/lenny upgradeable from 2:3.2.5-4lenny9 to 2:3.2.5-4lenny12
libwbclient0/lenny upgradeable from 2:3.2.5-4lenny9 to 2:3.2.5-4lenny12
However these do not show up anywhere in the Virtualmin Package Updates module.
Submitted by bamajr on Mon, 07/05/2010 - 14:41 Comment #11
In the Virtualmin Package Updates module these packages are shown as:
libsmbclient - Running latest 3.2.5-4lenny9
libwbclient0 - Running latest 3.2.5-4lenny9
Nothing shows the 3.2.5-4lenny12 except the "apt-show-versions | grep upgradeable" command.
Submitted by JamieCameron on Mon, 07/05/2010 - 16:55 Comment #12
Ok .. so it looks like Virtualmin Package Updates is correctly showing those updates as available.
What if you try to install them from within Virtualmin?
Submitted by bamajr on Mon, 07/05/2010 - 21:21 Comment #13
I'm not following you. The Virtualmin System Information screen shows them as available, but the Virtualmin Package Updates module does not show them as available.
How do you want me to install them from within Virtualmin, if they aren't there to install?
Submitted by JamieCameron on Mon, 07/05/2010 - 22:49 Comment #14
Sorry, I thought you meant you could see them in the Virtualmin Package Updates module.
I looked into this some more, and the cause is discrepancies between the way updates are computed on those two different pages. The next release of the Virtualmin Package Updates module will fix this, but until then you can just upgrade those packages manually by running :
apt-get install libsmbclient libwbclient0
Once this is done, click the "Refresh System Information" link.
Submitted by bamajr on Tue, 07/06/2010 - 13:31 Comment #15
I was also going to add, that I have compared my two systems. (10 Domain & 100 Domain) Both systems show the same version of libsmbclient & libwbclient0 as installed. The 100 Domain system does not show or prompt for any updates. The 10 Domain system (also has Cloudmin installed) is where the Virtualmin System Information screen shows them as available but are not shown in the the Virtualmin Package Updates module.
Don't know if this helps at all, but thought I'd through this in there.
Submitted by bamajr on Tue, 07/06/2010 - 13:42 Comment #16
Before I updated either system, I ran:
apt-show-versions | grep upgradeable
on the 100 Domain system, to see if it also showed updates available for these two packages.
While this particular system never displayed anywhere that updates were available, this command did result with the following being shown:
libsmbclient/lenny upgradeable from 2:3.2.5-4lenny9 to 2:3.2.5-4lenny12
libwbclient0/lenny upgradeable from 2:3.2.5-4lenny9 to 2:3.2.5-4lenny12
I ran:
apt-get install libsmbclient libwbclient0
on both systems and then Refreshed the system information. When I went back in to the Virtualmin Package Updates module, both systems had the most recent versions of these two packages, installed.
Just weird how one system showed them available in one area, but not in another and a completely separate system didn't even show them as available in any area.
Submitted by JamieCameron on Tue, 07/06/2010 - 14:14 Comment #17
Yeah, the issue is that some parts of Virtualmin use apt-show-versions to get updates, while others do their own comparisons between installed and available versions. However, this is tricky as Debian version "numbers" often contain odd text that is hard to compare numerically..
Submitted by Issues on Tue, 07/20/2010 - 14:19 Comment #18
Automatically closed -- issue fixed for 2 weeks with no activity.
Submitted by eddieb on Tue, 10/04/2016 - 04:32 Comment #19
Sorry, moved to https://www.virtualmin.com/node/42545. Accidentally put it here.