Comment 3 for bug 1901033

Revision history for this message
Balint Reczey (rbalint) wrote :

Verified 20200617.00-0ubuntu6 on Groovy.

root@rbalint-gg-1:~# dpkg -l google-guest-agent | cat
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==================-====================-============-=================================
ii google-guest-agent 20200617.00-0ubuntu5 amd64 Google Compute Engine Guest Agent
root@rbalint-gg-1:~# systemd-analyze dot| egrep 'google-startup-scripts.*(snapd\.seeded|cloud-final)'
   Color legend: black = Requires
                 dark blue = Requisite
                 dark grey = Wants
                 red = Conflicts
                 green = After
root@rbalint-gg-1:~# sed -i s/backports/proposed/ /etc/apt/sources.list
root@rbalint-gg-1:~# apt update -qq
8 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@rbalint-gg-1:~# apt install -y -qq google-guest-agent
The following package was automatically installed and is no longer required:
  libnuma1
Use 'apt autoremove' to remove it.
The following packages will be upgraded:
  google-guest-agent
1 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Need to get 6780 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 64167 files and directories currently installed.)
Preparing to unpack .../google-guest-agent_20200617.00-0ubuntu6_amd64.deb ...
Unpacking google-guest-agent (20200617.00-0ubuntu6) over (20200617.00-0ubuntu5) ...
Setting up google-guest-agent (20200617.00-0ubuntu6) ...
root@rbalint-gg-1:~# systemd-analyze dot| egrep 'google-startup-scripts.*(snapd\.seeded|cloud-final)'
 "google-startup-scripts.service"->"cloud-final.service" [color="green"];
 "google-startup-scripts.service"->"snapd.seeded.service" [color="green"];
 "google-startup-scripts.service"->"snapd.seeded.service" [color="grey66"];
 "google-startup-scripts.service"->"cloud-final.service" [color="grey66"];
   Color legend: black = Requires
                 dark blue = Requisite
                 dark grey = Wants
                 red = Conflicts
                 green = After
root@rbalint-gg-1:~# dpkg -l google-guest-agent | cat
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==================-====================-============-=================================
ii google-guest-agent 20200617.00-0ubuntu6 amd64 Google Compute Engine Guest Agent
root@rbalint-gg-1:~#