Last active
July 5, 2024 06:56
-
-
Save Cloud-Mak/0bacece3931b06a653762cbfb9f2610a to your computer and use it in GitHub Desktop.
bhutan GDC VM apt upgrade run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@m1:~# apt list --upgradable | |
Listing... Done | |
python3-update-manager/jammy-updates 1:22.04.20 all [upgradable from: 1:22.04.10] | |
tzdata/jammy-updates 2024a-0ubuntu0.22.04.1 all [upgradable from: 2024a-0ubuntu0.22.04] | |
ubuntu-advantage-tools/jammy-updates 32.3.1~22.04 amd64 [upgradable from: 27.12~22.04.1] | |
update-manager-core/jammy-updates 1:22.04.20 all [upgradable from: 1:22.04.10] | |
root@m1:~# apt upgrade | |
Reading package lists... Done | |
Building dependency tree... Done | |
Reading state information... Done | |
Calculating upgrade... Done | |
The following NEW packages will be installed: | |
ubuntu-pro-client ubuntu-pro-client-l10n | |
The following packages have been kept back: | |
python3-update-manager update-manager-core | |
The following packages will be upgraded: | |
tzdata ubuntu-advantage-tools | |
2 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. | |
Need to get 589 kB of archives. | |
After this operation, 507 kB of additional disk space will be used. | |
Do you want to continue? [Y/n] y | |
Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 tzdata all 2024a-0ubuntu0.22.04.1 [349 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-advantage-tools all 32.3.1~22.04 [10.9 kB] | |
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-pro-client amd64 32.3.1~22.04 [209 kB] | |
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-pro-client-l10n amd64 32.3.1~22.04 [20.3 kB] | |
Fetched 589 kB in 2s (280 kB/s) | |
Preconfiguring packages ... | |
Can't exec "/tmp/tzdata.config.Uputmv": Permission denied at /usr/lib/x86_64-linux-gnu/perl-base/IPC/Open3.pm line 178. | |
open2: exec of /tmp/tzdata.config.Uputmv configure 2024a-0ubuntu0.22.04 failed: Permission denied at /usr/share/perl5/Debconf/ConfModule.pm line 59. | |
(Reading database ... 152227 files and directories currently installed.) | |
Preparing to unpack .../tzdata_2024a-0ubuntu0.22.04.1_all.deb ... | |
Unpacking tzdata (2024a-0ubuntu0.22.04.1) over (2024a-0ubuntu0.22.04) ... | |
Preparing to unpack .../ubuntu-advantage-tools_32.3.1~22.04_all.deb ... | |
Unpacking ubuntu-advantage-tools (32.3.1~22.04) over (27.12~22.04.1) ... | |
dpkg: warning: unable to delete old directory '/var/lib/ubuntu-advantage': Directory not empty | |
dpkg: warning: unable to delete old directory '/etc/ubuntu-advantage': Directory not empty | |
Selecting previously unselected package ubuntu-pro-client. | |
Preparing to unpack .../ubuntu-pro-client_32.3.1~22.04_amd64.deb ... | |
Unpacking ubuntu-pro-client (32.3.1~22.04) ... | |
Selecting previously unselected package ubuntu-pro-client-l10n. | |
Preparing to unpack .../ubuntu-pro-client-l10n_32.3.1~22.04_amd64.deb ... | |
Unpacking ubuntu-pro-client-l10n (32.3.1~22.04) ... | |
Setting up tzdata (2024a-0ubuntu0.22.04.1) ... | |
Current default time zone: 'Asia/Thimphu' | |
Local time is now: Fri Jul 5 12:33:13 +06 2024. | |
Universal Time is now: Fri Jul 5 06:33:13 UTC 2024. | |
Run 'dpkg-reconfigure tzdata' if you wish to change it. | |
Setting up ubuntu-pro-client (32.3.1~22.04) ... | |
Configuration file '/etc/update-motd.d/91-contract-ua-esm-status' | |
==> Modified (by you or by a script) since installation. | |
==> Package distributor has shipped an updated version. | |
What would you like to do about it ? Your options are: | |
Y or I : install the package maintainer's version | |
N or O : keep your currently-installed version | |
D : show the differences between the versions | |
Z : start a shell to examine the situation | |
The default action is to keep your current version. | |
*** 91-contract-ua-esm-status (Y/I/N/O/D/Z) [default=N] ? D | |
--- /etc/update-motd.d/91-contract-ua-esm-status 2023-01-17 18:48:51.692952897 +0600 | |
+++ /etc/update-motd.d/91-contract-ua-esm-status.dpkg-new 2024-05-01 02:35:45.000000000 +0600 | |
@@ -1,8 +1,8 @@ | |
#!/bin/sh | |
-#esm_stamp="/var/lib/ubuntu-advantage/messages/motd-esm-service-status" | |
+contract_status_stamp="/var/lib/ubuntu-advantage/messages/motd-contract-status" | |
-#[ ! -r "$esm_stamp" ] || cat "$esm_stamp" | |
+[ ! -r "$contract_status_stamp" ] || cat "$contract_status_stamp" | |
-#auto_attach_stamp="/var/lib/ubuntu-advantage/messages/motd-auto-attach-status" | |
+auto_attach_stamp="/var/lib/ubuntu-advantage/messages/motd-auto-attach-status" | |
-#[ ! -r "$auto_attach_stamp" ] || cat "$auto_attach_stamp" | |
+[ ! -r "$auto_attach_stamp" ] || cat "$auto_attach_stamp" | |
Configuration file '/etc/update-motd.d/91-contract-ua-esm-status' | |
==> Modified (by you or by a script) since installation. | |
==> Package distributor has shipped an updated version. | |
What would you like to do about it ? Your options are: | |
Y or I : install the package maintainer's version | |
N or O : keep your currently-installed version | |
D : show the differences between the versions | |
Z : start a shell to examine the situation | |
The default action is to keep your current version. | |
*** 91-contract-ua-esm-status (Y/I/N/O/D/Z) [default=N] ? Y | |
Installing new version of config file /etc/update-motd.d/91-contract-ua-esm-status ... | |
Setting up ubuntu-pro-client-l10n (32.3.1~22.04) ... | |
Setting up ubuntu-advantage-tools (32.3.1~22.04) ... | |
Migrating /etc/ubuntu-advantage/uaclient.conf | |
Obsolete conffile /etc/update-motd.d/88-esm-announce has been modified by you. | |
Saving as /etc/update-motd.d/88-esm-announce.dpkg-bak ... | |
Removing obsolete conffile /etc/ubuntu-advantage/help_data.yaml ... | |
Processing triggers for man-db (2.10.2-1) ... | |
Scanning processes... | |
Scanning candidates... | |
Scanning linux images... | |
Running kernel seems to be up-to-date. | |
Restarting services... | |
systemctl restart packagekit.service | |
Failed to restart packagekit.service: Unit packagekit.service not found. | |
No containers need to be restarted. | |
No user sessions are running outdated binaries. | |
No VM guests are running outdated hypervisor (qemu) binaries on this host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment