[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-10-21 Thread Daniel van Vugt
** Tags added: udeng-6979

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-07 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~nteodosio/update-manager/+git/update-manager/+merge/485595

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-07 Thread Nathan Teodosio
Thanks for your testing, and extra thanks for even correcting the syntax
error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-07 Thread J Sharp
OK - fixed by commenting out lines in /etc/apt/preferences.d/lib.pref

$ sudo apt-cache policy update-manager
update-manager:
  Installed: 1:24.04.13i3
  Candidate: 1:24.04.13i3
  Version table:
 *** 1:24.04.13i3 500
500 https://ppa.launchpadcontent.net/nteodosio/ubuntu-pro/ubuntu 
noble/main amd64 Packages
500 https://ppa.launchpadcontent.net/nteodosio/ubuntu-pro/ubuntu 
noble/main i386 Packages
100 /var/lib/dpkg/status
 1:24.04.9 500
500 http://gb.archive.ubuntu.com/ubuntu noble-updates/main amd64 
Packages
500 http://gb.archive.ubuntu.com/ubuntu noble-updates/main i386 Packages
 1:24.04.6 500
500 http://gb.archive.ubuntu.com/ubuntu noble/main amd64 Packages
500 http://gb.archive.ubuntu.com/ubuntu noble/main i386 Packages

I ran update-manager(old) to check defaukt state and this installed some new 
updated including new update-manager
running that I get: 
Traceback (most recent call last):
  File "/usr/bin/update-manager", line 39, in 
from UpdateManager.UpdateManager import UpdateManager
  File "/usr/lib/python3/dist-packages/UpdateManager/UpdateManager.py", line 
67, in 
from .UpdatesAvailable import UpdatesAvailable
  File "/usr/lib/python3/dist-packages/UpdateManager/UpdatesAvailable.py", line 
61, in 
from .Core.UpdateList import UpdateSystemGroup
  File "/usr/lib/python3/dist-packages/UpdateManager/Core/UpdateList.py", line 
599
if pkg.is_installed and pkg.is_upgradable and pkg.marked_keep
 ^
SyntaxError: expected ':'

So I fixed that by joining 600 to 599 and ran it again.
This time it satarted, did a small update and finished with correct 'The 
software on this computer is up to date'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-07 Thread Nathan Teodosio
Looks like you did some customization to your Apt preferences because Ubuntu's
archive packages (well, update-manager at least) have a 1001 priority value,
instead of the usual 500. That's why 'apt install update-manager' is doing
nothing for you.

You could either:

* Remove the elevated priority; or
* Raise the PPA's priority above it, say, at 1002; or
* apt install {python3-,}update-manager=1:24.04.13i3
  update-manager-core=1:24.04.13i3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-07 Thread J Sharp
Hi
I did apt update, apt install update-manager
but same result. 

I did apt-purge update-manager, and reinstall

nteodosio-ubuntu-ubuntu-pro-noble.sources is present in
/etc/apt/sources.list.d

$ sudo apt-cache policy update-manager
update-manager:
  Installed: 1:24.04.9
  Candidate: 1:24.04.9
  Version table:
 1:24.04.13i3 500
500 https://ppa.launchpadcontent.net/nteodosio/ubuntu-pro/ubuntu 
noble/main amd64 Packages
500 https://ppa.launchpadcontent.net/nteodosio/ubuntu-pro/ubuntu 
noble/main i386 Packages
 *** 1:24.04.9 1001
   1001 http://gb.archive.ubuntu.com/ubuntu noble-updates/main amd64 
Packages
   1001 http://gb.archive.ubuntu.com/ubuntu noble-updates/main i386 Packages
100 /var/lib/dpkg/status
 1:24.04.6 1001
   1001 http://gb.archive.ubuntu.com/ubuntu noble/main amd64 Packages
   1001 http://gb.archive.ubuntu.com/ubuntu noble/main i386 Packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-07 Thread Nathan Teodosio
I verified that the PPA package (version i3) is available to install via
Apt. Can you please try again now?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-06 Thread Nathan Teodosio
The installed version should be 1:24.04.13i3, not 1:24.04.9. Launchpad
must be lying that it is already published. :| Please try again in a
later time.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-06 Thread J Sharp
I followed script (also sudo before apt install).
apt install: 
$ sudo apt install update-manager
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
update-manager is already the newest version (1:24.04.9).
0 to upgrade, 0 to newly install, 0 to remove and 7 not to upgrade.

$ ls -l /usr/bin/update-manager
-rwxr-xr-x 1 root root 4765 Sep 26  2024 /usr/bin/update-manager
(same as before apt install)

Running update-manager bought up changes for mysql and java (attached). 
After these completed it still showed the screen as #8

** Attachment added: "update-manager-6may.png"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+attachment/5876109/+files/update-manager-6may.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-06 Thread Nathan Teodosio
For those who are affected by the this bug, can you please try the
proposed (probably partial) fix in [1]?

  sudo add-apt-repository ppa:nteodosio/ubuntu-pro
  apt install update-manager
  update-manager --no-update

Please share the results and also the output of the last command as you
interact with Software Updater.

When you are done testing, you can remove the PPA with

  sudo add-apt-repository -r ppa:nteodosio/ubuntu-pro

[1] https://launchpad.net/~nteodosio/+archive/ubuntu/ubuntu-
pro/+sourcepub/17233075/+listing-archive-extra

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-05 Thread Julian Andres Klode
This is funky. We may need to do some interactive debugging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-05 Thread Nathan Teodosio
Those are phased updates.

  apt upgrade --dry-run

will say

  The following upgrades have been deferred due to phasing:
grub-common grub-pc grub-pc-bin grub2-common ubuntu-drivers-common

Question for Apt maintainers: Did something change in Aptlib?

** Also affects: python-apt (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: update-manager (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-05 Thread Nathan Teodosio
** Changed in: update-manager (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: update-manager (Ubuntu)
 Assignee: (unassigned) => Nathan Teodosio (nteodosio)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-05 Thread J Sharp
Hi Nathan
Added - although situation different from when reported, and currently shows no 
items but says 16.6MB to download.
'$ apt list --upgradable'  shows same as above 
  

** Attachment added: "software_updater_5may.png"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+attachment/5875969/+files/software_updater_5may.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-05 Thread Nathan Teodosio
Hi, "you" was you, J Sharp. (:

A picture of what it looks like, with all sections expanded instead of
collapsed, may prove helpful.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-05 Thread J Sharp
Hi Nathan - which 'you'? - for me:
image is above

After just having run Software Updater again - which now does not show items to 
install but does say at the bottom '16.6MB will be downloaded :
$ apt list --upgradable
grub-common/noble-updates 2.12-1ubuntu7.3 amd64 [upgradable from: 
2.12-1ubuntu7.1]
grub-efi-amd64-bin/noble-updates 2.12-1ubuntu7.3 amd64 [upgradable from: 
2.12-1ubuntu7.1]
grub-efi-amd64-signed/noble-updates 1.202.5+2.12-1ubuntu7.3 amd64 [upgradable 
from: 1.202.2+2.12-1ubuntu7.1]
grub-pc-bin/noble-updates 2.12-1ubuntu7.3 amd64 [upgradable from: 
2.12-1ubuntu7.1]
grub-pc/noble-updates 2.12-1ubuntu7.3 amd64 [upgradable from: 2.12-1ubuntu7.1]
grub2-common/noble-updates 2.12-1ubuntu7.3 amd64 [upgradable from: 
2.12-1ubuntu7.1]
ubuntu-drivers-common/noble-updates 1:0.9.7.6ubuntu3.2 amd64 [upgradable from: 
1:0.9.7.6ubuntu3.1]

ua - I dont have pro

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-05 Thread Nathan Teodosio
Thanks for the report, could you please expand the system components
entry (by clicking the arrow at the left of it) and send a picture?

Also please attach the output of

  apt list --upgradable
  ua status

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-03 Thread Vedran Rafaelic
I selected it affects me, but am not sure if it's the same issue.

When running Software Updater I have all System Components ticked, but
when I tick them off and try to retick one I cannot "Signed kernel image
generic"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: update-manager (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-05-02 Thread Nick Rosbrook
** Package changed: ubuntu-release-upgrader (Ubuntu) => update-manager
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2109758] Re: software updater says there are more updates but wont do them

2025-04-30 Thread J Sharp
screen grab

** Attachment added: "software_updater.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2109758/+attachment/5875112/+files/software_updater.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2109758

Title:
  software updater says there are more updates but wont do them

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2109758/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs