vmware / photon

Minimal Linux container host
https://vmware.github.io/photon
Other
3.03k stars 698 forks source link

tdnf-automatic upgrade docker and not start service post update #1244

Open IgnacioProcisa opened 2 years ago

IgnacioProcisa commented 2 years ago

Hello, we have recently mounted the latest version of photon os and at the same time we have activated the tdnf-automatic service. This weekend this new VM has carried out an automatic update of the packages, but after updating the docker service, it has not restarted and we have had to perform a systemctl daemon-reload manually. Doesn't the tdnf-automatic service have a configuration file that alerts me to updates and just reports? Is the problem really from the Docker service

Thanks

tdnf-automatic3 tdnf-automatic2 tdnf-automatic tdnf-automatic4 ?

sshedi commented 2 years ago

Does telegraf service has appropriate permissions? It doesn't look like it.

t3easy commented 2 years ago

Same problem here. Seems like the containerd.service restarts but not the docker.service

Okt 28 06:33:49 photon-vm systemd[1]: Starting Cache tdnf updateinfo...
Okt 28 06:33:50 photon-vm tdnf-cache-updateinfo[44487]: No data available
Okt 28 06:33:50 photon-vm systemd[1]: tdnf-cache-updateinfo.service: Succeeded.
Okt 28 06:33:50 photon-vm systemd[1]: Finished Cache tdnf updateinfo.
Okt 28 06:34:49 photon-vm systemd[1]: Starting tdnf automatic install updates...
Okt 28 06:34:49 photon-vm tdnf-automatic[44495]: tdnf-automatic - started at Do 28. Okt 06:34:49 CEST 2021...
Okt 28 06:34:50 photon-vm tdnf-automatic[44495]: Sleep for 58 second(s)...
Okt 28 06:35:48 photon-vm tdnf-automatic[44495]: RefreshCache success...
Okt 28 06:35:48 photon-vm tdnf-automatic[44495]: RefreshCache success...
Okt 28 06:35:53 photon-vm [RPM][44692]: Transaction ID 617a28a9 started
Okt 28 06:35:53 photon-vm [RPM][44692]: erase minimal-0.1-4.ph4.x86_64: success
Okt 28 06:35:53 photon-vm [RPM][44692]: erase docker-19.03.15-5.ph4.x86_64: success
Okt 28 06:35:53 photon-vm [RPM][44692]: erase linux-esx-5.10.61-4.ph4.x86_64: success
Okt 28 06:35:53 photon-vm [RPM][44692]: erase docker-engine-19.03.15-5.ph4.x86_64: success
Okt 28 06:35:53 photon-vm [RPM][44692]: erase containerd-1.4.4-6.ph4.x86_64: success
Okt 28 06:35:53 photon-vm [RPM][44692]: erase open-vm-tools-11.3.5-1.ph4.x86_64: success
Okt 28 06:35:53 photon-vm [RPM][44692]: erase cloud-init-21.3-2.ph4.noarch: success
Okt 28 06:35:53 photon-vm [RPM][44692]: erase runc-1.0.0.rc93-3.ph4.x86_64: success
Okt 28 06:35:53 photon-vm [RPM][44692]: erase docker-cli-19.03.15-5.ph4.x86_64: success
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: Installing:
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: open-vm-tools-gosc       x86_64       11.3.5-2.ph4     photon-updates  81.51k 83470
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: Total installed size:  81.51k 83470
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: Upgrading:
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: runc                     x86_64       1.0.0.rc93-4.ph4 photon-updates  11.41M 11966365
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: open-vm-tools            x86_64       11.3.5-2.ph4     photon-updates   3.07M 3221745
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: minimal                  x86_64       0.1-5.ph4        photon-updates   0.00b 0
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: linux-esx                x86_64       5.10.61-5.ph4    photon-updates  17.49M 18342718
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: docker-engine            x86_64       19.03.15-6.ph4   photon-updates  87.53M 91783401
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: docker-cli               x86_64       19.03.15-6.ph4   photon-updates  71.17M 74625779
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: docker                   x86_64       19.03.15-6.ph4   photon-updates   0.00b 0
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: containerd               x86_64       1.4.4-7.ph4      photon-updates  75.50M 79171975
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: cloud-init               noarch       21.3-3.ph4       photon-updates   4.75M 4979644
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: Total installed size: 270.93M 284091627
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: Downloading:
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: Testing transaction
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: Running transaction
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: Installing/Updating: cloud-init-21.3-3.ph4.noarch
Okt 28 06:35:53 photon-vm [RPM][44692]: install cloud-init-21.3-3.ph4.noarch: success
Okt 28 06:35:53 photon-vm tdnf-automatic[44692]: Installing/Updating: docker-cli-19.03.15-6.ph4.x86_64
Okt 28 06:35:54 photon-vm [RPM][44692]: install docker-cli-19.03.15-6.ph4.x86_64: success
Okt 28 06:35:54 photon-vm tdnf-automatic[44692]: Installing/Updating: open-vm-tools-11.3.5-2.ph4.x86_64
Okt 28 06:35:54 photon-vm [RPM][44692]: install open-vm-tools-11.3.5-2.ph4.x86_64: success
Okt 28 06:35:54 photon-vm tdnf-automatic[44692]: Installing/Updating: open-vm-tools-gosc-11.3.5-2.ph4.x86_64
Okt 28 06:35:54 photon-vm [RPM][44692]: install open-vm-tools-gosc-11.3.5-2.ph4.x86_64: success
Okt 28 06:35:54 photon-vm tdnf-automatic[44692]: Installing/Updating: runc-1.0.0.rc93-4.ph4.x86_64
Okt 28 06:35:54 photon-vm [RPM][44692]: install runc-1.0.0.rc93-4.ph4.x86_64: success
Okt 28 06:35:54 photon-vm tdnf-automatic[44692]: Installing/Updating: containerd-1.4.4-7.ph4.x86_64
Okt 28 06:35:54 photon-vm [RPM][44692]: install containerd-1.4.4-7.ph4.x86_64: success
Okt 28 06:35:54 photon-vm tdnf-automatic[44692]: Installing/Updating: docker-engine-19.03.15-6.ph4.x86_64
Okt 28 06:35:55 photon-vm [RPM][44692]: install docker-engine-19.03.15-6.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Installing/Updating: docker-19.03.15-6.ph4.x86_64
Okt 28 06:35:55 photon-vm [RPM][44692]: install docker-19.03.15-6.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Installing/Updating: minimal-0.1-5.ph4.x86_64
Okt 28 06:35:55 photon-vm [RPM][44692]: install minimal-0.1-5.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Installing/Updating: linux-esx-5.10.61-5.ph4.x86_64
Okt 28 06:35:55 photon-vm [RPM][44692]: install linux-esx-5.10.61-5.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Removing: minimal-0.1-4.ph4.x86_64
Okt 28 06:35:55 photon-vm [RPM][44692]: erase minimal-0.1-4.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Removing: docker-19.03.15-5.ph4.x86_64
Okt 28 06:35:55 photon-vm [RPM][44692]: erase docker-19.03.15-5.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Removing: linux-esx-5.10.61-4.ph4.x86_64
Okt 28 06:35:55 photon-vm [RPM][44692]: erase linux-esx-5.10.61-4.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Removing: docker-engine-19.03.15-5.ph4.x86_64
Okt 28 06:35:55 photon-vm tdnf-automatic[44729]: Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Okt 28 06:35:55 photon-vm [RPM][44692]: erase docker-engine-19.03.15-5.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Removing: containerd-1.4.4-6.ph4.x86_64
Okt 28 06:35:55 photon-vm systemd[1]: Stopping containerd container runtime...
Okt 28 06:35:55 photon-vm tdnf-automatic[44732]: Warning: The unit file, source configuration file or drop-ins of containerd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Okt 28 06:35:55 photon-vm systemd[1]: containerd.service: Succeeded.
Okt 28 06:35:55 photon-vm systemd[1]: Stopped containerd container runtime.
Okt 28 06:35:55 photon-vm systemd[1]: Starting containerd container runtime...
Okt 28 06:35:55 photon-vm modprobe[44735]: modprobe: FATAL: Module overlay not found in directory /lib/modules/5.10.61-3.ph4-esx
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.801848992+02:00" level=info msg="starting containerd" revision=05f951a3781f4f2c1911b05e61c160e9c30eaa8e version=1.4.4
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.817801439+02:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.817840791+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.818620711+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.10.61-3.ph4-esx\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.818641033+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.818783261+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.818799150+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.818819387+02:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.818827488+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.818848958+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.818895977+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.818993631+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819006910+02:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819017568+02:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819024809+02:00" level=info msg="metadata content store policy set" policy=shared
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819088941+02:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819105196+02:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819134404+02:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819162302+02:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819172570+02:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819181622+02:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819191003+02:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819202109+02:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819212238+02:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819221422+02:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819231188+02:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819357450+02:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819400943+02:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819766951+02:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819800411+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819852638+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819866065+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819881149+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819893831+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819904907+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819920553+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819932297+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819941900+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819950690+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819984384+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.819995282+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.820006299+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.820017411+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.820203994+02:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.820237813+02:00" level=info msg=serving... address=/run/containerd/containerd.sock
Okt 28 06:35:55 photon-vm containerd[44737]: time="2021-10-28T06:35:55.820275849+02:00" level=info msg="containerd successfully booted in 0.019843s"
Okt 28 06:35:55 photon-vm systemd[1]: Started containerd container runtime.
Okt 28 06:35:55 photon-vm [RPM][44692]: erase containerd-1.4.4-6.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Removing: open-vm-tools-11.3.5-1.ph4.x86_64
Okt 28 06:35:55 photon-vm systemd[1]: Stopping VGAuth Service for open-vm-tools...
Okt 28 06:35:55 photon-vm systemd[1]: Stopping Service for virtual machines hosted on VMware...
Okt 28 06:35:55 photon-vm tdnf-automatic[44751]: Warning: The unit file, source configuration file or drop-ins of vmtoolsd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Okt 28 06:35:55 photon-vm tdnf-automatic[44751]: Warning: The unit file, source configuration file or drop-ins of vgauthd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Okt 28 06:35:55 photon-vm systemd[1]: vgauthd.service: Succeeded.
Okt 28 06:35:55 photon-vm systemd[1]: Stopped VGAuth Service for open-vm-tools.
Okt 28 06:35:55 photon-vm systemd[1]: Started VGAuth Service for open-vm-tools.
Okt 28 06:35:55 photon-vm VGAuthService[44753]: Pref_Init: Using '/etc/vmware-tools/vgauth.conf' as preferences filepath
Okt 28 06:35:55 photon-vm VGAuthService[44753]: Core dump limit set to -1
Okt 28 06:35:55 photon-vm systemd[1]: vmtoolsd.service: Succeeded.
Okt 28 06:35:55 photon-vm systemd[1]: Stopped Service for virtual machines hosted on VMware.
Okt 28 06:35:55 photon-vm systemd[1]: Started Service for virtual machines hosted on VMware.
Okt 28 06:35:55 photon-vm [RPM][44692]: erase open-vm-tools-11.3.5-1.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Removing: cloud-init-21.3-2.ph4.noarch
Okt 28 06:35:55 photon-vm [RPM][44692]: erase cloud-init-21.3-2.ph4.noarch: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Removing: runc-1.0.0.rc93-3.ph4.x86_64
Okt 28 06:35:55 photon-vm [RPM][44692]: erase runc-1.0.0.rc93-3.ph4.x86_64: success
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Removing: docker-cli-19.03.15-5.ph4.x86_64
Okt 28 06:35:55 photon-vm [RPM][44692]: erase docker-cli-19.03.15-5.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install docker-engine-19.03.15-6.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install cloud-init-21.3-3.ph4.noarch: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install docker-cli-19.03.15-6.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install open-vm-tools-11.3.5-2.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install open-vm-tools-gosc-11.3.5-2.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install runc-1.0.0.rc93-4.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install containerd-1.4.4-7.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install docker-engine-19.03.15-6.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install docker-19.03.15-6.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install minimal-0.1-5.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: install linux-esx-5.10.61-5.ph4.x86_64: success
Okt 28 06:35:55 photon-vm [RPM][44692]: Transaction ID 617a28a9 finished: 0
Okt 28 06:35:55 photon-vm tdnf-automatic[44692]: Complete!
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: The following updates are applied on - photon-vm:
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: open-vm-tools-gosc-11.3.5-2.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: runc-1.0.0.rc93-4.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: open-vm-tools-11.3.5-2.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: minimal-0.1-5.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: linux-esx-5.10.61-5.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: docker-engine-19.03.15-6.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: docker-cli-19.03.15-6.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: docker-19.03.15-6.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: containerd-1.4.4-7.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: cloud-init-21.3-3.ph4
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: --- Updates completed at Do 28. Okt 06:35:55 CEST 2021 ---
Okt 28 06:35:55 photon-vm tdnf-automatic[44495]: tdnf-automatic - completed with exit status 0 at Do 28. Okt 06:35:55 CEST 2021...
Okt 28 06:35:55 photon-vm systemd[1]: tdnf-automatic-install.service: Succeeded.
Okt 28 06:35:55 photon-vm systemd[1]: Finished tdnf automatic install updates.
t3easy commented 2 years ago

Here some infos from another server:

root@photon-vm [ ~ ]# systemctl status docker
● docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
     Active: inactive (dead) since Sun 2021-10-10 06:36:39 CEST; 1 month 0 days ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
   Main PID: 395 (code=exited, status=0/SUCCESS)

Okt 07 16:32:08 photon-vm dockerd[395]: time="2021-10-07T16:32:08.530167573+02:00" level=info msg="Loading containers: done."
Okt 07 16:32:08 photon-vm dockerd[395]: time="2021-10-07T16:32:08.643853035+02:00" level=info msg="Docker daemon" commit=99e3ed8 graphdriver(s)=overlay2 version=19.03.15
Okt 07 16:32:08 photon-vm dockerd[395]: time="2021-10-07T16:32:08.649866104+02:00" level=info msg="Daemon has completed initialization"
Okt 07 16:32:08 photon-vm dockerd[395]: time="2021-10-07T16:32:08.665401376+02:00" level=info msg="API listen on /run/docker.sock"
Okt 07 16:32:08 photon-vm systemd[1]: Started Docker Application Container Engine.
Okt 10 06:36:39 photon-vm systemd[1]: Stopping Docker Application Container Engine...
Okt 10 06:36:39 photon-vm dockerd[395]: time="2021-10-10T06:36:39.420172427+02:00" level=info msg="Processing signal 'terminated'"
Okt 10 06:36:39 photon-vm dockerd[395]: time="2021-10-10T06:36:39.421209702+02:00" level=info msg="Daemon shutdown complete"
Okt 10 06:36:39 photon-vm systemd[1]: docker.service: Succeeded.
Okt 10 06:36:39 photon-vm systemd[1]: Stopped Docker Application Container Engine.

So docker service stopped at 2021-10-10 06:36:39.

Here the logs at this time:

root@photon-vm [ ~ ]# journalctl --since="2021-10-10 06:00:00" --until="2021-10-10 07:00:00"
-- Journal begins at Tue 2021-03-16 13:47:34 CET, ends at Wed 2021-11-10 11:09:16 CET. --
Okt 10 06:36:30 photon-vm systemd[1]: Starting tdnf automatic...
Okt 10 06:36:30 photon-vm tdnf-automatic[4906]: tdnf-automatic - started at So 10. Okt 06:36:30 CEST 2021...
Okt 10 06:36:30 photon-vm tdnf-automatic[4906]: Sleep for 2 second(s)...
Okt 10 06:36:33 photon-vm tdnf-automatic[4906]: RefreshCache success...
Okt 10 06:36:33 photon-vm tdnf-automatic[4906]: RefreshCache success...
Okt 10 06:36:38 photon-vm [RPM][5112]: Transaction ID 61626dd6 started
Okt 10 06:36:38 photon-vm [RPM][5112]: erase docker-19.03.15-4.ph4.x86_64: success
Okt 10 06:36:38 photon-vm [RPM][5112]: erase openssh-8.5p1-2.ph4.x86_64: success
Okt 10 06:36:38 photon-vm [RPM][5112]: erase docker-engine-19.03.15-4.ph4.x86_64: success
Okt 10 06:36:38 photon-vm [RPM][5112]: erase openssh-server-8.5p1-2.ph4.x86_64: success
Okt 10 06:36:38 photon-vm [RPM][5112]: erase openssh-clients-8.5p1-2.ph4.x86_64: success
Okt 10 06:36:38 photon-vm [RPM][5112]: erase containerd-1.4.4-5.ph4.x86_64: success
Okt 10 06:36:38 photon-vm [RPM][5112]: erase libapparmor-3.0.0-3.ph4.x86_64: success
Okt 10 06:36:38 photon-vm [RPM][5112]: erase docker-cli-19.03.15-4.ph4.x86_64: success
Okt 10 06:36:38 photon-vm [RPM][5112]: erase vim-8.2.3408-3.ph4.x86_64: success
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: Upgrading:
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: vim                      x86_64       8.2.3428-1.ph4   photon-updates   3.31M 3474382
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: openssh-server           x86_64       8.8p1-1.ph4      photon-updates   1.13M 1188546
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: openssh-clients          x86_64       8.8p1-1.ph4      photon-updates   4.83M 5066017
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: openssh                  x86_64       8.8p1-1.ph4      photon-updates   0.00b 0
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: libapparmor              x86_64       3.0.0-4.ph4      photon-updates  85.13k 87172
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: docker-engine            x86_64       19.03.15-5.ph4   photon-updates  87.53M 91783761
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: docker-cli               x86_64       19.03.15-5.ph4   photon-updates  71.17M 74626003
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: docker                   x86_64       19.03.15-5.ph4   photon-updates   0.00b 0
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: containerd               x86_64       1.4.4-6.ph4      photon-updates  75.50M 79171943
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: Total installed size: 243.57M 255397824
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: Downloading:
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: Testing transaction
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: Running transaction
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: Installing/Updating: openssh-clients-8.8p1-1.ph4.x86_64
Okt 10 06:36:38 photon-vm [RPM][5112]: install openssh-clients-8.8p1-1.ph4.x86_64: success
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: Installing/Updating: openssh-server-8.8p1-1.ph4.x86_64
Okt 10 06:36:38 photon-vm [RPM][5112]: install openssh-server-8.8p1-1.ph4.x86_64: success
Okt 10 06:36:38 photon-vm tdnf-automatic[5112]: Installing/Updating: containerd-1.4.4-6.ph4.x86_64
Okt 10 06:36:39 photon-vm [RPM][5112]: install containerd-1.4.4-6.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Installing/Updating: docker-cli-19.03.15-5.ph4.x86_64
Okt 10 06:36:39 photon-vm [RPM][5112]: install docker-cli-19.03.15-5.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Installing/Updating: libapparmor-3.0.0-4.ph4.x86_64
Okt 10 06:36:39 photon-vm [RPM][5112]: install libapparmor-3.0.0-4.ph4.x86_64: success
Okt 10 06:36:39 photon-vm systemd[1]: Stopping Docker Application Container Engine...
Okt 10 06:36:39 photon-vm dockerd[395]: time="2021-10-10T06:36:39.420172427+02:00" level=info msg="Processing signal 'terminated'"
Okt 10 06:36:39 photon-vm dockerd[395]: time="2021-10-10T06:36:39.421209702+02:00" level=info msg="Daemon shutdown complete"
Okt 10 06:36:39 photon-vm systemd[1]: docker.service: Succeeded.
Okt 10 06:36:39 photon-vm systemd[1]: Stopped Docker Application Container Engine.
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Installing/Updating: docker-engine-19.03.15-5.ph4.x86_64
Okt 10 06:36:39 photon-vm systemd[1]: docker.socket: Succeeded.
Okt 10 06:36:39 photon-vm systemd[1]: Closed Docker Socket for the API.
Okt 10 06:36:39 photon-vm [RPM][5112]: install docker-engine-19.03.15-5.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Installing/Updating: docker-19.03.15-5.ph4.x86_64
Okt 10 06:36:39 photon-vm [RPM][5112]: install docker-19.03.15-5.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Installing/Updating: openssh-8.8p1-1.ph4.x86_64
Okt 10 06:36:39 photon-vm [RPM][5112]: install openssh-8.8p1-1.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Installing/Updating: vim-8.2.3428-1.ph4.x86_64
Okt 10 06:36:39 photon-vm [RPM][5112]: install vim-8.2.3428-1.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Removing: docker-19.03.15-4.ph4.x86_64
Okt 10 06:36:39 photon-vm [RPM][5112]: erase docker-19.03.15-4.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Removing: openssh-8.5p1-2.ph4.x86_64
Okt 10 06:36:39 photon-vm [RPM][5112]: erase openssh-8.5p1-2.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Removing: docker-engine-19.03.15-4.ph4.x86_64
Okt 10 06:36:39 photon-vm tdnf-automatic[5144]: Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Okt 10 06:36:39 photon-vm [RPM][5112]: erase docker-engine-19.03.15-4.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Removing: openssh-server-8.5p1-2.ph4.x86_64
Okt 10 06:36:39 photon-vm tdnf-automatic[5148]: Warning: The unit file, source configuration file or drop-ins of sshd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Okt 10 06:36:39 photon-vm tdnf-automatic[5148]: Warning: The unit file, source configuration file or drop-ins of sshd-keygen.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Okt 10 06:36:39 photon-vm [RPM][5112]: erase openssh-server-8.5p1-2.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Removing: openssh-clients-8.5p1-2.ph4.x86_64
Okt 10 06:36:39 photon-vm [RPM][5112]: erase openssh-clients-8.5p1-2.ph4.x86_64: success
Okt 10 06:36:39 photon-vm tdnf-automatic[5112]: Removing: containerd-1.4.4-5.ph4.x86_64
Okt 10 06:36:39 photon-vm systemd[1]: Stopping containerd container runtime...
Okt 10 06:36:40 photon-vm tdnf-automatic[5151]: Warning: The unit file, source configuration file or drop-ins of containerd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Okt 10 06:36:40 photon-vm systemd[1]: containerd.service: Succeeded.
Okt 10 06:36:40 photon-vm systemd[1]: Stopped containerd container runtime.
Okt 10 06:36:40 photon-vm systemd[1]: Starting containerd container runtime...
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.020350792+02:00" level=info msg="starting containerd" revision=05f951a3781f4f2c1911b05e61c160e9c30eaa8e version=1.4.4
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.045873462+02:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.046089958+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.047398858+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.10.61-3.ph4-esx\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.047519369+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.047805283+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.047914760+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.047989289+02:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048043153+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048109231+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048213991+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048438011+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048525427+02:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048587817+02:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048641100+02:00" level=info msg="metadata content store policy set" policy=shared
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048790601+02:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048855170+02:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.048934271+02:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049032800+02:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049085122+02:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049126175+02:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049170374+02:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049224102+02:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049274783+02:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049321851+02:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049373346+02:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049469215+02:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049552864+02:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049898818+02:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.049980476+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050054872+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050095909+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050144799+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050182501+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050220089+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050262242+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050319767+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050367892+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050407210+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050471171+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050516921+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050554706+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050591433+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050787570+02:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.050854620+02:00" level=info msg=serving... address=/run/containerd/containerd.sock
Okt 10 06:36:40 photon-vm systemd[1]: Started containerd container runtime.
Okt 10 06:36:40 photon-vm containerd[5155]: time="2021-10-10T06:36:40.052452690+02:00" level=info msg="containerd successfully booted in 0.032539s"
Okt 10 06:36:40 photon-vm [RPM][5112]: erase containerd-1.4.4-5.ph4.x86_64: success
Okt 10 06:36:40 photon-vm tdnf-automatic[5112]: Removing: libapparmor-3.0.0-3.ph4.x86_64
Okt 10 06:36:40 photon-vm [RPM][5112]: erase libapparmor-3.0.0-3.ph4.x86_64: success
Okt 10 06:36:40 photon-vm tdnf-automatic[5112]: Removing: docker-cli-19.03.15-4.ph4.x86_64
Okt 10 06:36:40 photon-vm [RPM][5112]: erase docker-cli-19.03.15-4.ph4.x86_64: success
Okt 10 06:36:40 photon-vm tdnf-automatic[5112]: Removing: vim-8.2.3408-3.ph4.x86_64
Okt 10 06:36:40 photon-vm [RPM][5112]: erase vim-8.2.3408-3.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install docker-engine-19.03.15-5.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install openssh-clients-8.8p1-1.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install openssh-server-8.8p1-1.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install containerd-1.4.4-6.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install docker-cli-19.03.15-5.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install libapparmor-3.0.0-4.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install docker-engine-19.03.15-5.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install docker-19.03.15-5.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install openssh-8.8p1-1.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: install vim-8.2.3428-1.ph4.x86_64: success
Okt 10 06:36:40 photon-vm [RPM][5112]: Transaction ID 61626dd6 finished: 0
Okt 10 06:36:40 photon-vm tdnf-automatic[5112]: Complete!
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: The following updates are applied on - photon-vm:
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: vim-8.2.3428-1.ph4
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: openssh-server-8.8p1-1.ph4
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: openssh-clients-8.8p1-1.ph4
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: openssh-8.8p1-1.ph4
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: libapparmor-3.0.0-4.ph4
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: docker-engine-19.03.15-5.ph4
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: docker-cli-19.03.15-5.ph4
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: docker-19.03.15-5.ph4
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: containerd-1.4.4-6.ph4
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: --- Updates completed at So 10. Okt 06:36:40 CEST 2021 ---
Okt 10 06:36:40 photon-vm tdnf-automatic[4906]: tdnf-automatic - completed with exit status 0 at So 10. Okt 06:36:40 CEST 2021...
Okt 10 06:36:40 photon-vm systemd[1]: tdnf-automatic.service: Succeeded.
Okt 10 06:36:40 photon-vm systemd[1]: Finished tdnf automatic.

Seems like docker service gets stopped but never started again.

sshedi commented 2 years ago

Have you enabled docker service? if not do systemctl enable docker first and then try.

t3easy commented 2 years ago

Docker service is already enabled. It starts automatically after reboot the vm.

See the output of systemctl status docker

Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)

IgnacioProcisa commented 2 years ago

Thank you for your answers. I know both alternatives. But, from my experience, if I have x vm photon running n containers and as of now on Fridays at 6 a.m. the system is updated automatically, the logical thing is that once the packages are updated and in the specific case of docker, the last step is a restart of the services and not that all the containers are stopped. The system shows on the screen that a systemctl daemon-reload is done. After this operation the services are activated again. So for now I have disabled the tdnf-automatic update package. I can not have my clients without service as is logical.

t3easy commented 2 years ago

@IgnacioProcisa I didn't point to alternatives. My expected behavior is, that all services running before an auto update have to run after an auto update, if there is no problem starting that services after the update. This is not the case here. A systemctl start docker.service or a reboot of the vm starts Docker with no warnings or errors.

IgnacioProcisa commented 2 years ago

Indeed, an automatic update as indicated must reactivate the services that were previously operating. What is not logical is to stop providing service at 6 a.m. and not arrive at the office until 7 a.m. Especially when we are talking about Docker (micro services) that should not have a stopped behavior and less need human intervention to re-launch a reload of the systemctl daemon or of the Docker itself. I think the tdnf-automatic package itself should reload the systectl domain or even a reboot of the Photon OS.

t3easy commented 2 years ago

Next one:

root@photon-vm [ ~ ]# systemctl status docker.service 
Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
    Drop-In: /etc/systemd/system/docker.service.d
             └─override.conf
     Active: inactive (dead) since Tue 2021-11-30 06:25:48 CET; 2 days ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
    Process: 417 ExecStart=/usr/bin/dockerd (code=exited, status=0/SUCCESS)
   Main PID: 417 (code=exited, status=0/SUCCESS)

Nov 30 06:25:38 photon-vm dockerd[417]: time="2021-11-30T06:25:38.857100730+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:38 photon-vm dockerd[417]: time="2021-11-30T06:25:38.863761363+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:38 photon-vm dockerd[417]: time="2021-11-30T06:25:38.912997276+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:39 photon-vm dockerd[417]: time="2021-11-30T06:25:39.164262252+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:48 photon-vm dockerd[417]: time="2021-11-30T06:25:48.824422379+01:00" level=info msg="Container ebf0b2ece968a84e3d51d8a64dd13224332cfb7a396e80c1ede00fb7124af865 failed to exit within 10 sec
onds of signal 3 - using the force"
Nov 30 06:25:48 photon-vm dockerd[417]: time="2021-11-30T06:25:48.870051386+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:48 photon-vm dockerd[417]: time="2021-11-30T06:25:48.961659022+01:00" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Nov 30 06:25:48 photon-vm dockerd[417]: time="2021-11-30T06:25:48.961865923+01:00" level=info msg="Daemon shutdown complete"
Nov 30 06:25:48 photon-vm systemd[1]: docker.service: Succeeded.
Nov 30 06:25:48 photon-vm systemd[1]: Stopped Docker Application Container Engine.

And the logs at the same time:

root@photon-vm [ ~ ]# journalctl --since="2021-11-30 06:00:00" --until="2021-11-30 07:00:00"
-- Journal begins at Tue 2021-02-16 13:33:56 CET, ends at Thu 2021-12-02 08:55:14 CET. --
Nov 30 06:24:25 photon-vm systemd[1]: Starting tdnf automatic install updates...
Nov 30 06:24:25 photon-vm tdnf-automatic[100614]: tdnf-automatic - started at Di 30. Nov 06:24:25 CET 2021...
Nov 30 06:24:25 photon-vm tdnf-automatic[100614]: Sleep for 62 second(s)...
Nov 30 06:25:28 photon-vm tdnf-automatic[100614]: RefreshCache success...
Nov 30 06:25:28 photon-vm tdnf-automatic[100614]: RefreshCache success...
Nov 30 06:25:36 photon-vm [RPM][100813]: Transaction ID 61a5b5cf started
Nov 30 06:25:36 photon-vm [RPM][100813]: erase minimal-0.1-5.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase tdnf-automatic-3.1.5-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase openssh-8.8p1-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase docker-19.03.15-6.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase open-vm-tools-gosc-11.3.5-2.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase cloud-init-21.3-3.ph4.noarch: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase python3-setuptools-3.9.1-6.ph4.noarch: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase openssl-c_rehash-1.1.1l-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase linux-esx-5.10.78-2.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase perl-DBIx-Simple-1.37-2.ph4.noarch: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase tdnf-3.1.5-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase open-vm-tools-11.3.5-2.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase python3-cryptography-3.3.2-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase openssh-server-8.8p1-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase rpm-4.16.1.2-8.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase systemd-udev-247.10-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase openssh-clients-8.8p1-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase docker-engine-19.03.15-6.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase xmlsec1-1.2.30-3.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase libsolv-0.7.19-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase python3-xml-3.9.1-6.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase libarchive-3.4.3-3.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase python3-3.9.1-6.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase python3-libs-3.9.1-6.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase containerd-1.4.4-7.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase systemd-pam-247.10-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase systemd-247.10-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase curl-7.78.0-2.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase curl-libs-7.78.0-2.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase libssh2-1.9.0-3.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase krb5-1.17-5.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase rpm-libs-4.16.1.2-8.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase systemd-rpm-macros-247.10-1.ph4.noarch: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase lua-5.4.3-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase openssl-1.1.1l-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase systemd-libs-247.10-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase runc-1.0.0.rc93-4.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase tdnf-cli-libs-3.1.5-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm [RPM][100813]: erase docker-cli-19.03.15-6.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing:
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: rpm-plugin-systemd-inhibit x86_64       4.16.1.3-1.ph4   photon-updates  15.54k 15915
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Total installed size:  15.54k 15915
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Upgrading:
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: runc                     x86_64       1.0.0.rc93-5.ph4 photon-updates  11.09M 11625189
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: perl-DBIx-Simple         noarch       1.37-3.ph4       photon-updates  72.82k 74568
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: minimal                  x86_64       0.1-6.ph4        photon-updates   0.00b 0
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: lua                      x86_64       5.4.3-2.ph4      photon-updates 765.60k 783973
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: linux-esx                x86_64       5.10.78-4.ph4    photon-updates  18.03M 18904396
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: libsolv                  x86_64       0.7.19-2.ph4     photon-updates   1.10M 1153123
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: krb5                     x86_64       1.17-6.ph4       photon-updates   3.34M 3503554
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: docker-engine            x86_64       19.03.15-7.ph4   photon-updates  83.73M 87800313
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: docker-cli               x86_64       19.03.15-7.ph4   photon-updates  69.47M 72847651
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: docker                   x86_64       19.03.15-7.ph4   photon-updates   0.00b 0
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: rpm                      x86_64       4.16.1.3-1.ph4   photon-updates 364.29k 373034
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: python3-setuptools       noarch       3.9.1-7.ph4      photon-updates   1.89M 1985701
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: open-vm-tools-gosc       x86_64       11.3.5-3.ph4     photon-updates  81.51k 83470
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: openssh                  x86_64       8.8p1-2.ph4      photon-updates   0.00b 0
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: python3                  x86_64       3.9.1-7.ph4      photon-updates   3.39M 3553357
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: python3-xml              x86_64       3.9.1-7.ph4      photon-updates 362.33k 371025
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: systemd-udev             x86_64       247.10-2.ph4     photon-updates   8.21M 8607197
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: systemd-rpm-macros       noarch       247.10-2.ph4     photon-updates   5.45k 5581
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: systemd-pam              x86_64       247.10-2.ph4     photon-updates 452.89k 463757
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: systemd-libs             x86_64       247.10-2.ph4     photon-updates   1.60M 1673916
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: tdnf-cli-libs            x86_64       3.1.5-3.ph4      photon-updates  70.20k 71883
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: rpm-libs                 x86_64       4.16.1.3-1.ph4   photon-updates 826.33k 846159
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: tdnf-automatic           x86_64       3.1.5-3.ph4      photon-updates  16.24k 16628
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: libarchive               x86_64       3.4.3-4.ph4      photon-updates 882.50k 903678
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: libssh2                  x86_64       1.9.0-4.ph4      photon-updates 258.20k 264400
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: open-vm-tools            x86_64       11.3.5-3.ph4     photon-updates   3.07M 3221745
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: openssh-clients          x86_64       8.8p1-2.ph4      photon-updates   4.83M 5065801
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: openssh-server           x86_64       8.8p1-2.ph4      photon-updates   1.13M 1188506
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: openssl-c_rehash         x86_64       3.0.0-1.ph4      photon-updates 266.00b 266
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: python3-cryptography     x86_64       3.3.2-2.ph4      photon-updates   1.92M 2010030
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: python3-libs             x86_64       3.9.1-7.ph4      photon-updates  25.47M 26709092
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: systemd                  x86_64       247.10-2.ph4     photon-updates  38.88M 40766786
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: tdnf                     x86_64       3.1.5-3.ph4      photon-updates 309.62k 317053
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: xmlsec1                  x86_64       1.2.30-4.ph4     photon-updates 1017.38k 1041792
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: openssl                  x86_64       3.0.0-1.ph4      photon-updates   6.15M 6449592
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: curl-libs                x86_64       7.78.0-3.ph4     photon-updates 620.55k 635440
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: curl                     x86_64       7.78.0-3.ph4     photon-updates 263.61k 269936
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: containerd               x86_64       1.4.4-8.ph4      photon-updates  80.44M 84342311
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: cloud-init               noarch       21.4-1.ph4       photon-updates   4.82M 5057024
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Total installed size: 374.78M 392987927
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Downloading:
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Testing transaction
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Running transaction
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: openssl-3.0.0-1.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install openssl-3.0.0-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: krb5-1.17-6.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install krb5-1.17-6.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: python3-libs-3.9.1-7.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install python3-libs-3.9.1-7.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: python3-3.9.1-7.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install python3-3.9.1-7.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: systemd-libs-247.10-2.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install systemd-libs-247.10-2.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: lua-5.4.3-2.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install lua-5.4.3-2.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: rpm-libs-4.16.1.3-1.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install rpm-libs-4.16.1.3-1.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: python3-xml-3.9.1-7.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install python3-xml-3.9.1-7.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: openssh-clients-8.8p1-2.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install openssh-clients-8.8p1-2.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: libssh2-1.9.0-4.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install libssh2-1.9.0-4.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: curl-libs-7.78.0-3.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install curl-libs-7.78.0-3.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: systemd-rpm-macros-247.10-2.ph4.noarch
Nov 30 06:25:36 photon-vm [RPM][100813]: install systemd-rpm-macros-247.10-2.ph4.noarch: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: curl-7.78.0-3.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install curl-7.78.0-3.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: systemd-pam-247.10-2.ph4.x86_64
Nov 30 06:25:36 photon-vm [RPM][100813]: install systemd-pam-247.10-2.ph4.x86_64: success
Nov 30 06:25:36 photon-vm tdnf-automatic[100813]: Installing/Updating: systemd-247.10-2.ph4.x86_64
Nov 30 06:25:37 photon-vm dbus-daemon[336]: [system] Reloaded configuration
Nov 30 06:25:37 photon-vm dbus-daemon[336]: [system] Reloaded configuration
Nov 30 06:25:37 photon-vm dbus-daemon[336]: [system] Reloaded configuration
Nov 30 06:25:37 photon-vm dbus-daemon[336]: [system] Reloaded configuration
Nov 30 06:25:37 photon-vm systemd[1]: Reexecuting.
Nov 30 06:25:37 photon-vm systemd[1]: systemd v247.10-2.ph4 running in system mode. (+PAM -AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
Nov 30 06:25:37 photon-vm systemd[1]: Detected virtualization vmware.
Nov 30 06:25:37 photon-vm systemd[1]: Detected architecture x86-64.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: systemd-logind.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
Nov 30 06:25:37 photon-vm systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
Nov 30 06:25:37 photon-vm [RPM][100813]: install systemd-247.10-2.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: rpm-plugin-systemd-inhibit-4.16.1.3-1.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install rpm-plugin-systemd-inhibit-4.16.1.3-1.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: systemd-udev-247.10-2.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install systemd-udev-247.10-2.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: openssh-server-8.8p1-2.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install openssh-server-8.8p1-2.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: openssh-8.8p1-2.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install openssh-8.8p1-2.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: python3-setuptools-3.9.1-7.ph4.noarch
Nov 30 06:25:37 photon-vm [RPM][100813]: install python3-setuptools-3.9.1-7.ph4.noarch: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: cloud-init-21.4-1.ph4.noarch
Nov 30 06:25:37 photon-vm [RPM][100813]: install cloud-init-21.4-1.ph4.noarch: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: libsolv-0.7.19-2.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install libsolv-0.7.19-2.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: rpm-4.16.1.3-1.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install rpm-4.16.1.3-1.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: xmlsec1-1.2.30-4.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install xmlsec1-1.2.30-4.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: open-vm-tools-11.3.5-3.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install open-vm-tools-11.3.5-3.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: open-vm-tools-gosc-11.3.5-3.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install open-vm-tools-gosc-11.3.5-3.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: tdnf-cli-libs-3.1.5-3.ph4.x86_64
Nov 30 06:25:37 photon-vm [RPM][100813]: install tdnf-cli-libs-3.1.5-3.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: tdnf-3.1.5-3.ph4.x86_64
Nov 30 06:25:37 photon-vm tdnf-automatic[100900]: detected upgrade of tdnf, daemon-reload
Nov 30 06:25:37 photon-vm systemd[1]: Reloading.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm systemd[1]: /usr/lib/systemd/system/sshd@.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Nov 30 06:25:37 photon-vm [RPM][100813]: install tdnf-3.1.5-3.ph4.x86_64: success
Nov 30 06:25:37 photon-vm tdnf-automatic[100813]: Installing/Updating: docker-cli-19.03.15-7.ph4.x86_64
Nov 30 06:25:38 photon-vm [RPM][100813]: install docker-cli-19.03.15-7.ph4.x86_64: success
Nov 30 06:25:38 photon-vm tdnf-automatic[100813]: Installing/Updating: runc-1.0.0.rc93-5.ph4.x86_64
Nov 30 06:25:38 photon-vm [RPM][100813]: install runc-1.0.0.rc93-5.ph4.x86_64: success
Nov 30 06:25:38 photon-vm tdnf-automatic[100813]: Installing/Updating: containerd-1.4.4-8.ph4.x86_64
Nov 30 06:25:38 photon-vm [RPM][100813]: install containerd-1.4.4-8.ph4.x86_64: success
Nov 30 06:25:38 photon-vm systemd[1]: Stopping Docker Application Container Engine...
Nov 30 06:25:38 photon-vm dockerd[417]: time="2021-11-30T06:25:38.792682106+01:00" level=info msg="Processing signal 'terminated'"
Nov 30 06:25:38 photon-vm containerd[380]: time="2021-11-30T06:25:38.845852130+01:00" level=info msg="shim reaped" id=682de31d19db9b1c7121bebf2f2e1de81e0e04198aea9acf6845b1de91db4d5a
Nov 30 06:25:38 photon-vm containerd[380]: time="2021-11-30T06:25:38.852357023+01:00" level=info msg="shim reaped" id=fb397d9883acf092881b7f298ee492db4d28c5ecac33a2a6340b8e3dae3a50be
Nov 30 06:25:38 photon-vm dockerd[417]: time="2021-11-30T06:25:38.857100730+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:38 photon-vm audit[100987]: NETFILTER_CFG table=nat family=2 entries=21 op=xt_replace pid=100987 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm kernel: audit: type=1325 audit(1638249938.855:320): table=nat family=2 entries=21 op=xt_replace pid=100987 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm audit[100989]: NETFILTER_CFG table=filter family=2 entries=43 op=xt_replace pid=100989 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm audit[100991]: NETFILTER_CFG table=nat family=2 entries=20 op=xt_replace pid=100991 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm dockerd[417]: time="2021-11-30T06:25:38.863761363+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:38 photon-vm kernel: audit: type=1325 audit(1638249938.859:321): table=filter family=2 entries=43 op=xt_replace pid=100989 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm kernel: audit: type=1325 audit(1638249938.859:322): table=nat family=2 entries=20 op=xt_replace pid=100991 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm audit[100995]: NETFILTER_CFG table=nat family=2 entries=19 op=xt_replace pid=100995 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm audit[100997]: NETFILTER_CFG table=filter family=2 entries=42 op=xt_replace pid=100997 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm systemd-networkd[375]: veth8fb62dc: Lost carrier
Nov 30 06:25:38 photon-vm kernel: audit: type=1325 audit(1638249938.863:323): table=nat family=2 entries=19 op=xt_replace pid=100995 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm kernel: audit: type=1325 audit(1638249938.863:324): table=filter family=2 entries=42 op=xt_replace pid=100997 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm kernel: br-b48fc608f8e3: port 2(veth8fb62dc) entered disabled state
Nov 30 06:25:38 photon-vm kernel: veth757e231: renamed from eth0
Nov 30 06:25:38 photon-vm audit[100999]: NETFILTER_CFG table=nat family=2 entries=18 op=xt_replace pid=100999 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm kernel: audit: type=1325 audit(1638249938.867:325): table=nat family=2 entries=18 op=xt_replace pid=100999 subj==unconfined comm="iptables"
Nov 30 06:25:38 photon-vm systemd-udevd[242]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Nov 30 06:25:38 photon-vm systemd-udevd[242]: /usr/lib/udev/rules.d/50-udev-default.rules:39 Unknown group 'render', ignoring
Nov 30 06:25:38 photon-vm systemd-udevd[242]: /usr/lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring
Nov 30 06:25:38 photon-vm systemd-udevd[242]: /usr/lib/udev/rules.d/50-udev-default.rules:85 Unknown group 'kvm', ignoring
Nov 30 06:25:38 photon-vm systemd-udevd[242]: /usr/lib/udev/rules.d/50-udev-default.rules:87 Unknown group 'kvm', ignoring
Nov 30 06:25:38 photon-vm systemd-udevd[101008]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:38 photon-vm systemd-udevd[101008]: Using default interface naming scheme 'v247'.
Nov 30 06:25:38 photon-vm systemd-networkd[375]: veth15c09f6: Lost carrier
Nov 30 06:25:38 photon-vm kernel: br-eba48e1cc1c6: port 1(veth15c09f6) entered disabled state
Nov 30 06:25:38 photon-vm kernel: veth4da15ef: renamed from eth0
Nov 30 06:25:38 photon-vm containerd[380]: time="2021-11-30T06:25:38.902573962+01:00" level=info msg="shim reaped" id=d6d0197a5c175dedae65bcd72a838b4dfcc046783060ea6a82415a25e6d61c37
Nov 30 06:25:38 photon-vm dockerd[417]: time="2021-11-30T06:25:38.912997276+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:38 photon-vm audit: ANOM_PROMISCUOUS dev=veth8fb62dc prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:38 photon-vm systemd-udevd[101016]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:38 photon-vm systemd-networkd[375]: veth8fb62dc: Link DOWN
Nov 30 06:25:38 photon-vm systemd-networkd[375]: veth3f6cd93: Lost carrier
Nov 30 06:25:38 photon-vm kernel: br-b48fc608f8e3: port 2(veth8fb62dc) entered disabled state
Nov 30 06:25:38 photon-vm kernel: device veth8fb62dc left promiscuous mode
Nov 30 06:25:38 photon-vm kernel: br-b48fc608f8e3: port 2(veth8fb62dc) entered disabled state
Nov 30 06:25:38 photon-vm kernel: audit: type=1700 audit(1638249938.915:326): dev=veth8fb62dc prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:38 photon-vm kernel: br-b48fc608f8e3: port 1(veth3f6cd93) entered disabled state
Nov 30 06:25:38 photon-vm kernel: veth662158a: renamed from eth0
Nov 30 06:25:38 photon-vm systemd-udevd[101016]: Using default interface naming scheme 'v247'.
Nov 30 06:25:38 photon-vm audit: ANOM_PROMISCUOUS dev=veth15c09f6 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:38 photon-vm systemd-networkd[375]: veth15c09f6: Link DOWN
Nov 30 06:25:38 photon-vm systemd-udevd[101008]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:38 photon-vm kernel: br-eba48e1cc1c6: port 1(veth15c09f6) entered disabled state
Nov 30 06:25:38 photon-vm kernel: device veth15c09f6 left promiscuous mode
Nov 30 06:25:38 photon-vm kernel: br-eba48e1cc1c6: port 1(veth15c09f6) entered disabled state
Nov 30 06:25:38 photon-vm kernel: audit: type=1700 audit(1638249938.967:327): dev=veth15c09f6 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:38 photon-vm systemd-udevd[101008]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:39 photon-vm systemd-networkd[375]: veth9d73832: Lost carrier
Nov 30 06:25:39 photon-vm kernel: br-329e621425cd: port 3(veth9d73832) entered disabled state
Nov 30 06:25:39 photon-vm kernel: veth90677c8: renamed from eth1
Nov 30 06:25:39 photon-vm systemd-udevd[101008]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:39 photon-vm systemd-udevd[101008]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:39 photon-vm systemd[1]: run-docker-netns-e864e0352179.mount: Succeeded.
Nov 30 06:25:39 photon-vm systemd-networkd[375]: veth3f6cd93: Link DOWN
Nov 30 06:25:39 photon-vm kernel: br-b48fc608f8e3: port 1(veth3f6cd93) entered disabled state
Nov 30 06:25:39 photon-vm audit: ANOM_PROMISCUOUS dev=veth3f6cd93 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:39 photon-vm systemd[1]: var-lib-docker-overlay2-299e72a196a3f1c1cff980d696ad045d101f05790ec9e617a6ece8e2a35db612-merged.mount: Succeeded.
Nov 30 06:25:39 photon-vm kernel: device veth3f6cd93 left promiscuous mode
Nov 30 06:25:39 photon-vm kernel: br-b48fc608f8e3: port 1(veth3f6cd93) entered disabled state
Nov 30 06:25:39 photon-vm kernel: audit: type=1700 audit(1638249939.071:328): dev=veth3f6cd93 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:39 photon-vm systemd-networkd[375]: veth9d73832: Link DOWN
Nov 30 06:25:39 photon-vm audit: ANOM_PROMISCUOUS dev=veth9d73832 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:39 photon-vm kernel: br-329e621425cd: port 3(veth9d73832) entered disabled state
Nov 30 06:25:39 photon-vm kernel: device veth9d73832 left promiscuous mode
Nov 30 06:25:39 photon-vm kernel: br-329e621425cd: port 3(veth9d73832) entered disabled state
Nov 30 06:25:39 photon-vm kernel: audit: type=1700 audit(1638249939.091:329): dev=veth9d73832 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:39 photon-vm systemd-networkd[375]: vethbc87a98: Lost carrier
Nov 30 06:25:39 photon-vm kernel: br-eba48e1cc1c6: port 2(vethbc87a98) entered disabled state
Nov 30 06:25:39 photon-vm kernel: veth925d1ce: renamed from eth1
Nov 30 06:25:39 photon-vm audit[100902]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:39 photon-vm audit[100902]: NETFILTER_CFG table=nat family=2 entries=15 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:39 photon-vm systemd-udevd[101008]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:39 photon-vm systemd-udevd[101008]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:39 photon-vm containerd[380]: time="2021-11-30T06:25:39.153548106+01:00" level=info msg="shim reaped" id=86664f6b9499154abb2f398043a55010cf44f1812546bd1181b858cbac35750d
Nov 30 06:25:39 photon-vm dockerd[417]: time="2021-11-30T06:25:39.164262252+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:39 photon-vm systemd-networkd[375]: vethbc87a98: Link DOWN
Nov 30 06:25:39 photon-vm kernel: br-eba48e1cc1c6: port 2(vethbc87a98) entered disabled state
Nov 30 06:25:39 photon-vm audit: ANOM_PROMISCUOUS dev=vethbc87a98 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:39 photon-vm systemd[1]: run-docker-netns-7ac053c79485.mount: Succeeded.
Nov 30 06:25:39 photon-vm kernel: device vethbc87a98 left promiscuous mode
Nov 30 06:25:39 photon-vm kernel: br-eba48e1cc1c6: port 2(vethbc87a98) entered disabled state
Nov 30 06:25:39 photon-vm systemd[1]: var-lib-docker-containers-fb397d9883acf092881b7f298ee492db4d28c5ecac33a2a6340b8e3dae3a50be-mounts-shm.mount: Succeeded.
Nov 30 06:25:39 photon-vm systemd[1]: var-lib-docker-overlay2-8349e6ee0f69a813b1a55820d8772de2e6197645e1ea9db8dda9e15498b9292f-merged.mount: Succeeded.
Nov 30 06:25:39 photon-vm audit[100902]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:39 photon-vm audit[100902]: NETFILTER_CFG table=nat family=2 entries=15 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:39 photon-vm systemd-networkd[375]: vethf7f5e45: Lost carrier
Nov 30 06:25:39 photon-vm kernel: br-329e621425cd: port 1(vethf7f5e45) entered disabled state
Nov 30 06:25:39 photon-vm kernel: veth0cf2cae: renamed from eth0
Nov 30 06:25:39 photon-vm systemd[1]: run-docker-netns-fd08293389e9.mount: Succeeded.
Nov 30 06:25:39 photon-vm systemd[1]: var-lib-docker-containers-d6d0197a5c175dedae65bcd72a838b4dfcc046783060ea6a82415a25e6d61c37-mounts-shm.mount: Succeeded.
Nov 30 06:25:39 photon-vm systemd[1]: var-lib-docker-overlay2-a14d96abe8d8d596d6ca6a47cf1b6e68d9178f75dc857b48dc9c08a579fd0302-merged.mount: Succeeded.
Nov 30 06:25:39 photon-vm systemd-udevd[101008]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:39 photon-vm systemd-networkd[375]: vethf7f5e45: Link DOWN
Nov 30 06:25:39 photon-vm kernel: br-329e621425cd: port 1(vethf7f5e45) entered disabled state
Nov 30 06:25:39 photon-vm audit: ANOM_PROMISCUOUS dev=vethf7f5e45 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:39 photon-vm kernel: device vethf7f5e45 left promiscuous mode
Nov 30 06:25:39 photon-vm kernel: br-329e621425cd: port 1(vethf7f5e45) entered disabled state
Nov 30 06:25:39 photon-vm audit[100902]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:39 photon-vm audit[100902]: NETFILTER_CFG table=nat family=2 entries=15 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:39 photon-vm systemd[1]: run-docker-netns-88587e5408bf.mount: Succeeded.
Nov 30 06:25:39 photon-vm systemd[1]: var-lib-docker-containers-86664f6b9499154abb2f398043a55010cf44f1812546bd1181b858cbac35750d-mounts-shm.mount: Succeeded.
Nov 30 06:25:39 photon-vm systemd[1]: var-lib-docker-overlay2-de15ea2779d15635946dbe320d2e9f0a29ebbd6cae155aa8edf035931e25f764-merged.mount: Succeeded.
Nov 30 06:25:39 photon-vm audit[100902]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:39 photon-vm audit[100902]: NETFILTER_CFG table=nat family=2 entries=15 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:39 photon-vm systemd-networkd[375]: br-b48fc608f8e3: Lost carrier
Nov 30 06:25:39 photon-vm systemd-networkd[375]: br-eba48e1cc1c6: Lost carrier
Nov 30 06:25:48 photon-vm dockerd[417]: time="2021-11-30T06:25:48.824422379+01:00" level=info msg="Container ebf0b2ece968a84e3d51d8a64dd13224332cfb7a396e80c1ede00fb7124af865 failed to exit within 10 seconds of signal 3 - using the force"
Nov 30 06:25:48 photon-vm containerd[380]: time="2021-11-30T06:25:48.859663705+01:00" level=info msg="shim reaped" id=ebf0b2ece968a84e3d51d8a64dd13224332cfb7a396e80c1ede00fb7124af865
Nov 30 06:25:48 photon-vm dockerd[417]: time="2021-11-30T06:25:48.870051386+01:00" level=info msg="ignoring event" module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Nov 30 06:25:48 photon-vm systemd-networkd[375]: veth786c382: Lost carrier
Nov 30 06:25:48 photon-vm kernel: br-329e621425cd: port 2(veth786c382) entered disabled state
Nov 30 06:25:48 photon-vm kernel: veth2c2caff: renamed from eth0
Nov 30 06:25:48 photon-vm systemd-udevd[101079]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Nov 30 06:25:48 photon-vm systemd-udevd[101079]: Using default interface naming scheme 'v247'.
Nov 30 06:25:48 photon-vm systemd-networkd[375]: veth786c382: Link DOWN
Nov 30 06:25:48 photon-vm kernel: br-329e621425cd: port 2(veth786c382) entered disabled state
Nov 30 06:25:48 photon-vm audit: ANOM_PROMISCUOUS dev=veth786c382 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:48 photon-vm kernel: device veth786c382 left promiscuous mode
Nov 30 06:25:48 photon-vm kernel: br-329e621425cd: port 2(veth786c382) entered disabled state
Nov 30 06:25:48 photon-vm kernel: kauditd_printk_skb: 10 callbacks suppressed
Nov 30 06:25:48 photon-vm kernel: audit: type=1700 audit(1638249948.895:340): dev=veth786c382 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Nov 30 06:25:48 photon-vm systemd[1]: run-docker-netns-2adac07b530c.mount: Succeeded.
Nov 30 06:25:48 photon-vm systemd[1]: var-lib-docker-containers-ebf0b2ece968a84e3d51d8a64dd13224332cfb7a396e80c1ede00fb7124af865-mounts-shm.mount: Succeeded.
Nov 30 06:25:48 photon-vm systemd[1]: var-lib-docker-overlay2-e58319a7ef0909e2d5cc6be671b4cd4e2a204c340eac066153bf4c7bfe0f8e60-merged.mount: Succeeded.
Nov 30 06:25:48 photon-vm dockerd[417]: time="2021-11-30T06:25:48.961659022+01:00" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Nov 30 06:25:48 photon-vm dockerd[417]: time="2021-11-30T06:25:48.961865923+01:00" level=info msg="Daemon shutdown complete"
Nov 30 06:25:48 photon-vm systemd[1]: docker.service: Succeeded.
Nov 30 06:25:48 photon-vm systemd[1]: Stopped Docker Application Container Engine.
Nov 30 06:25:48 photon-vm systemd[1]: docker.socket: Succeeded.
Nov 30 06:25:48 photon-vm systemd[1]: Closed Docker Socket for the API.
Nov 30 06:25:48 photon-vm tdnf-automatic[100813]: Installing/Updating: docker-engine-19.03.15-7.ph4.x86_64
Nov 30 06:25:48 photon-vm audit[100902]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:48 photon-vm audit[100902]: NETFILTER_CFG table=nat family=2 entries=15 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:48 photon-vm kernel: audit: type=1325 audit(1638249948.971:341): table=filter family=2 entries=4 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:48 photon-vm kernel: audit: type=1325 audit(1638249948.971:342): table=nat family=2 entries=15 op=xt_unregister pid=100902 subj==unconfined comm="kworker/u8:1"
Nov 30 06:25:49 photon-vm [RPM][100813]: install docker-engine-19.03.15-7.ph4.x86_64: success
Nov 30 06:25:49 photon-vm tdnf-automatic[100813]: Installing/Updating: docker-19.03.15-7.ph4.x86_64
Nov 30 06:25:49 photon-vm [RPM][100813]: install docker-19.03.15-7.ph4.x86_64: success
Nov 30 06:25:49 photon-vm tdnf-automatic[100813]: Installing/Updating: minimal-0.1-6.ph4.x86_64
Nov 30 06:25:49 photon-vm [RPM][100813]: install minimal-0.1-6.ph4.x86_64: success
Nov 30 06:25:49 photon-vm tdnf-automatic[100813]: Installing/Updating: tdnf-automatic-3.1.5-3.ph4.x86_64
Nov 30 06:25:49 photon-vm [RPM][100813]: install tdnf-automatic-3.1.5-3.ph4.x86_64: success
Nov 30 06:25:49 photon-vm tdnf-automatic[100813]: Installing/Updating: python3-cryptography-3.3.2-2.ph4.x86_64
Nov 30 06:25:49 photon-vm [RPM][100813]: install python3-cryptography-3.3.2-2.ph4.x86_64: success
Nov 30 06:25:49 photon-vm tdnf-automatic[100813]: Installing/Updating: libarchive-3.4.3-4.ph4.x86_64
Nov 30 06:25:49 photon-vm [RPM][100813]: install libarchive-3.4.3-4.ph4.x86_64: success
Nov 30 06:25:49 photon-vm tdnf-automatic[100813]: Installing/Updating: openssl-c_rehash-3.0.0-1.ph4.x86_64
Nov 30 06:25:49 photon-vm [RPM][100813]: install openssl-c_rehash-3.0.0-1.ph4.x86_64: success
Nov 30 06:25:49 photon-vm tdnf-automatic[100813]: Installing/Updating: linux-esx-5.10.78-4.ph4.x86_64
Nov 30 06:25:49 photon-vm systemd-networkd[375]: br-329e621425cd: Lost carrier
Nov 30 06:25:50 photon-vm [RPM][100813]: install linux-esx-5.10.78-4.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Installing/Updating: perl-DBIx-Simple-1.37-3.ph4.noarch
Nov 30 06:25:50 photon-vm [RPM][100813]: install perl-DBIx-Simple-1.37-3.ph4.noarch: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: minimal-0.1-5.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase minimal-0.1-5.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: tdnf-automatic-3.1.5-1.ph4.x86_64
Nov 30 06:25:50 photon-vm systemd[1]: tdnf-automatic-install.timer: Succeeded.
Nov 30 06:25:50 photon-vm systemd[1]: Stopped tdnf-automatic-install timer.
Nov 30 06:25:50 photon-vm systemd[1]: Stopping tdnf-automatic-install timer.
Nov 30 06:25:50 photon-vm systemd[1]: Started tdnf-automatic-install timer.
Nov 30 06:25:50 photon-vm [RPM][100813]: erase tdnf-automatic-3.1.5-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: openssh-8.8p1-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase openssh-8.8p1-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: docker-19.03.15-6.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase docker-19.03.15-6.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: open-vm-tools-gosc-11.3.5-2.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase open-vm-tools-gosc-11.3.5-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: cloud-init-21.3-3.ph4.noarch
Nov 30 06:25:50 photon-vm [RPM][100813]: erase cloud-init-21.3-3.ph4.noarch: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: python3-setuptools-3.9.1-6.ph4.noarch
Nov 30 06:25:50 photon-vm [RPM][100813]: erase python3-setuptools-3.9.1-6.ph4.noarch: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: openssl-c_rehash-1.1.1l-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase openssl-c_rehash-1.1.1l-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: linux-esx-5.10.78-2.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase linux-esx-5.10.78-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: perl-DBIx-Simple-1.37-2.ph4.noarch
Nov 30 06:25:50 photon-vm [RPM][100813]: erase perl-DBIx-Simple-1.37-2.ph4.noarch: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: tdnf-3.1.5-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase tdnf-3.1.5-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: open-vm-tools-11.3.5-2.ph4.x86_64
Nov 30 06:25:50 photon-vm systemd[1]: Stopping VGAuth Service for open-vm-tools...
Nov 30 06:25:50 photon-vm systemd[1]: Stopping Service for virtual machines hosted on VMware...
Nov 30 06:25:50 photon-vm systemd[1]: vgauthd.service: Succeeded.
Nov 30 06:25:50 photon-vm systemd[1]: Stopped VGAuth Service for open-vm-tools.
Nov 30 06:25:50 photon-vm systemd[1]: Started VGAuth Service for open-vm-tools.
Nov 30 06:25:50 photon-vm systemd[1]: vmtoolsd.service: Succeeded.
Nov 30 06:25:50 photon-vm systemd[1]: Stopped Service for virtual machines hosted on VMware.
Nov 30 06:25:50 photon-vm systemd[1]: Started Service for virtual machines hosted on VMware.
Nov 30 06:25:50 photon-vm VGAuthService[101125]: Pref_Init: Using '/etc/vmware-tools/vgauth.conf' as preferences filepath
Nov 30 06:25:50 photon-vm VGAuthService[101125]: Core dump limit set to -1
Nov 30 06:25:50 photon-vm [RPM][100813]: erase open-vm-tools-11.3.5-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: python3-cryptography-3.3.2-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase python3-cryptography-3.3.2-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: openssh-server-8.8p1-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase openssh-server-8.8p1-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: rpm-4.16.1.2-8.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase rpm-4.16.1.2-8.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: systemd-udev-247.10-1.ph4.x86_64
Nov 30 06:25:50 photon-vm systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Nov 30 06:25:50 photon-vm systemd[1]: systemd-udevd.service: Succeeded.
Nov 30 06:25:50 photon-vm systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Nov 30 06:25:50 photon-vm systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 30 06:25:50 photon-vm systemd-udevd[101138]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Nov 30 06:25:50 photon-vm systemd-udevd[101138]: /usr/lib/udev/rules.d/50-udev-default.rules:39 Unknown group 'render', ignoring
Nov 30 06:25:50 photon-vm systemd-udevd[101138]: /usr/lib/udev/rules.d/50-udev-default.rules:40 Unknown group 'render', ignoring
Nov 30 06:25:50 photon-vm systemd-udevd[101138]: /usr/lib/udev/rules.d/50-udev-default.rules:85 Unknown group 'kvm', ignoring
Nov 30 06:25:50 photon-vm systemd-udevd[101138]: /usr/lib/udev/rules.d/50-udev-default.rules:87 Unknown group 'kvm', ignoring
Nov 30 06:25:50 photon-vm systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 30 06:25:50 photon-vm [RPM][100813]: erase systemd-udev-247.10-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: openssh-clients-8.8p1-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase openssh-clients-8.8p1-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: docker-engine-19.03.15-6.ph4.x86_64
Nov 30 06:25:50 photon-vm tdnf-automatic[101141]: Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Nov 30 06:25:50 photon-vm [RPM][100813]: erase docker-engine-19.03.15-6.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: xmlsec1-1.2.30-3.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase xmlsec1-1.2.30-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: libsolv-0.7.19-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase libsolv-0.7.19-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: python3-xml-3.9.1-6.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase python3-xml-3.9.1-6.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: libarchive-3.4.3-3.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase libarchive-3.4.3-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: python3-3.9.1-6.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase python3-3.9.1-6.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: python3-libs-3.9.1-6.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase python3-libs-3.9.1-6.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: containerd-1.4.4-7.ph4.x86_64
Nov 30 06:25:50 photon-vm systemd[1]: Stopping containerd container runtime...
Nov 30 06:25:50 photon-vm tdnf-automatic[101148]: Warning: The unit file, source configuration file or drop-ins of containerd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Nov 30 06:25:50 photon-vm systemd[1]: containerd.service: Succeeded.
Nov 30 06:25:50 photon-vm systemd[1]: Stopped containerd container runtime.
Nov 30 06:25:50 photon-vm systemd[1]: Starting containerd container runtime...
Nov 30 06:25:50 photon-vm modprobe[101150]: modprobe: FATAL: Module overlay not found in directory /lib/modules/5.10.61-5.ph4-esx
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.459953707+01:00" level=info msg="starting containerd" revision=05f951a3781f4f2c1911b05e61c160e9c30eaa8e version=1.4.4
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.474678842+01:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.474712372+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.474856836+01:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.474879165+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.474893580+01:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.474900406+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.474915213+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.474984455+01:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.474999143+01:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475006425+01:00" level=info msg="metadata content store policy set" policy=shared
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475060978+01:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475080256+01:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475106488+01:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475127205+01:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475136460+01:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475145006+01:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475153931+01:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475162901+01:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475176084+01:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475185331+01:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475194737+01:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475223397+01:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475251081+01:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475550022+01:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475593470+01:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475639424+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475654208+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475663566+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475671109+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475679830+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475695920+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475705274+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475713819+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475721931+01:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475750741+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475760420+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475769260+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475777037+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475962472+01:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.475991754+01:00" level=info msg=serving... address=/run/containerd/containerd.sock
Nov 30 06:25:50 photon-vm containerd[101152]: time="2021-11-30T06:25:50.476024029+01:00" level=info msg="containerd successfully booted in 0.016399s"
Nov 30 06:25:50 photon-vm systemd[1]: Started containerd container runtime.
Nov 30 06:25:50 photon-vm [RPM][100813]: erase containerd-1.4.4-7.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: systemd-pam-247.10-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase systemd-pam-247.10-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: systemd-247.10-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase systemd-247.10-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: curl-7.78.0-2.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase curl-7.78.0-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: curl-libs-7.78.0-2.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase curl-libs-7.78.0-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: libssh2-1.9.0-3.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase libssh2-1.9.0-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: krb5-1.17-5.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase krb5-1.17-5.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[101165]: Created symlink /etc/systemd/system/basic.target.wants/rpmdb-rebuild.service → /usr/lib/systemd/system/rpmdb-rebuild.service.
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: rpm-libs-4.16.1.2-8.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase rpm-libs-4.16.1.2-8.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: systemd-rpm-macros-247.10-1.ph4.noarch
Nov 30 06:25:50 photon-vm [RPM][100813]: erase systemd-rpm-macros-247.10-1.ph4.noarch: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: lua-5.4.3-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase lua-5.4.3-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: openssl-1.1.1l-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase openssl-1.1.1l-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: systemd-libs-247.10-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase systemd-libs-247.10-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: runc-1.0.0.rc93-4.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase runc-1.0.0.rc93-4.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: tdnf-cli-libs-3.1.5-1.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase tdnf-cli-libs-3.1.5-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Removing: docker-cli-19.03.15-6.ph4.x86_64
Nov 30 06:25:50 photon-vm [RPM][100813]: erase docker-cli-19.03.15-6.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install rpm-libs-4.16.1.3-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install docker-engine-19.03.15-7.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install openssl-3.0.0-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install krb5-1.17-6.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install python3-libs-3.9.1-7.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install python3-3.9.1-7.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install systemd-libs-247.10-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install lua-5.4.3-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install rpm-libs-4.16.1.3-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install python3-xml-3.9.1-7.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install openssh-clients-8.8p1-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install libssh2-1.9.0-4.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install curl-libs-7.78.0-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install systemd-rpm-macros-247.10-2.ph4.noarch: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install curl-7.78.0-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install systemd-pam-247.10-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install systemd-247.10-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install rpm-plugin-systemd-inhibit-4.16.1.3-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install systemd-udev-247.10-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install openssh-server-8.8p1-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install openssh-8.8p1-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install python3-setuptools-3.9.1-7.ph4.noarch: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install cloud-init-21.4-1.ph4.noarch: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install libsolv-0.7.19-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install rpm-4.16.1.3-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install xmlsec1-1.2.30-4.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install open-vm-tools-11.3.5-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install open-vm-tools-gosc-11.3.5-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install tdnf-cli-libs-3.1.5-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install tdnf-3.1.5-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install docker-cli-19.03.15-7.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install runc-1.0.0.rc93-5.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install containerd-1.4.4-8.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install docker-engine-19.03.15-7.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install docker-19.03.15-7.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install minimal-0.1-6.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install tdnf-automatic-3.1.5-3.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install python3-cryptography-3.3.2-2.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install libarchive-3.4.3-4.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install openssl-c_rehash-3.0.0-1.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install linux-esx-5.10.78-4.ph4.x86_64: success
Nov 30 06:25:50 photon-vm [RPM][100813]: install perl-DBIx-Simple-1.37-3.ph4.noarch: success
Nov 30 06:25:50 photon-vm [RPM][100813]: Transaction ID 61a5b5cf finished: 0
Nov 30 06:25:50 photon-vm tdnf-automatic[100813]: Complete!
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: The following updates are applied on - photon-vm:
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: rpm-plugin-systemd-inhibit-4.16.1.3-1.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: runc-1.0.0.rc93-5.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: perl-DBIx-Simple-1.37-3.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: minimal-0.1-6.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: lua-5.4.3-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: linux-esx-5.10.78-4.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: libsolv-0.7.19-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: krb5-1.17-6.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: docker-engine-19.03.15-7.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: docker-cli-19.03.15-7.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: docker-19.03.15-7.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: rpm-4.16.1.3-1.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: python3-setuptools-3.9.1-7.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: open-vm-tools-gosc-11.3.5-3.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: openssh-8.8p1-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: python3-3.9.1-7.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: python3-xml-3.9.1-7.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: systemd-udev-247.10-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: systemd-rpm-macros-247.10-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: systemd-pam-247.10-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: systemd-libs-247.10-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: tdnf-cli-libs-3.1.5-3.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: rpm-libs-4.16.1.3-1.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: tdnf-automatic-3.1.5-3.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: libarchive-3.4.3-4.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: libssh2-1.9.0-4.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: open-vm-tools-11.3.5-3.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: openssh-clients-8.8p1-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: openssh-server-8.8p1-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: openssl-c_rehash-3.0.0-1.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: python3-cryptography-3.3.2-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: python3-libs-3.9.1-7.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: systemd-247.10-2.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: tdnf-3.1.5-3.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: xmlsec1-1.2.30-4.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: openssl-3.0.0-1.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: curl-libs-7.78.0-3.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: curl-7.78.0-3.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: containerd-1.4.4-8.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: cloud-init-21.4-1.ph4
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: --- Updates completed at Di 30. Nov 06:25:50 CET 2021 ---
Nov 30 06:25:50 photon-vm tdnf-automatic[100614]: tdnf-automatic - completed with exit status 0 at Di 30. Nov 06:25:50 CET 2021...
Nov 30 06:25:52 photon-vm systemd[1]: tdnf-automatic-install.service: Succeeded.
Nov 30 06:25:52 photon-vm systemd[1]: Finished tdnf automatic install updates.
Nov 30 06:43:25 photon-vm systemd[1]: Starting Cache tdnf updateinfo...
Nov 30 06:43:27 photon-vm tdnf-cache-updateinfo[101215]: No data available
Nov 30 06:43:27 photon-vm systemd[1]: tdnf-cache-updateinfo.service: Succeeded.
Nov 30 06:43:27 photon-vm systemd[1]: Finished Cache tdnf updateinfo.
t3easy commented 2 years ago

The Docker service is enabled but don't starts after the autoupdate. The tdnf-automatic-install.service is the only enabled tdnf-automatic* service

root@photon-vm [ ~ ]# systemctl status tdnf-automatic-install.service 
● tdnf-automatic-install.service - tdnf automatic install updates
     Loaded: loaded (/usr/lib/systemd/system/tdnf-automatic-install.service; static)
     Active: inactive (dead)
TriggeredBy: ● tdnf-automatic-install.timer
root@photon-vm [ ~ ]# systemctl status tdnf-automatic.service 
● tdnf-automatic.service - tdnf automatic
     Loaded: loaded (/usr/lib/systemd/system/tdnf-automatic.service; static)
     Active: inactive (dead)
root@photon-vm [ ~ ]# systemctl status tdnf-automatic-notifyonly.
Unit tdnf-automatic-notifyonly..service could not be found.
root@photon-vm [ ~ ]# systemctl status tdnf-automatic-notifyonly.service 
● tdnf-automatic-notifyonly.service - tdnf automatic notification of updates
     Loaded: loaded (/usr/lib/systemd/system/tdnf-automatic-notifyonly.service; static)
     Active: inactive (dead)

This is the content of /etc/tdnf/automatic.conf

[commands]
# What kind of upgrade to perform:
# all = all available upgrades
# security = only the security upgrades
upgrade_type = all

# random sleep duration before starting the job
random_sleep = 120

# Maximum time in seconds to wait until the system is online and able to
# connect to remote repositories.
network_online_timeout = 300

# To just receive updates use tdnf-automatic-notifyonly.timer
show_updates = yes

# Whether updates should be applied when they are available by tdnf-automatic.timer?
# tdnf-notifyonly.timer & tdnf-install.timer override this setting.
apply_updates = no

[emitter]
# Name to use for this system in messages that are emitted.
# Default is the hostname.
# system_name = my-host

# How to send messages. Valid options are stdio & file path
#
# If emit_to includes stdio, messages will be sent to stdout;
# which can be seen using journalctl
#
# Default is stdio.
emit_to_stdio = yes
#emit_to_file = <absolute-path-of-file>

[base]
# absolute path of tdnf config file, if not set defaults to /etc/tdnf/tdnf.conf
#tdnf_conf=

This is the exec fragment of the config of the tdnf-automatic-install service:

ExecStart={ path=/usr/bin/tdnf-automatic ; argv[]=/usr/bin/tdnf-automatic -c /etc/tdnf/automatic.conf --timer --install ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
ExecStartEx={ path=/usr/bin/tdnf-automatic ; argv[]=/usr/bin/tdnf-automatic -c /etc/tdnf/automatic.conf --timer --install ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }

If I can provide you more logs or config, just ask, I'd like to help.

sshedi commented 2 years ago

I think I have got the issue.

When was this machine rebooted last time?

Nov 30 06:25:50 photon-vm modprobe[101150]: modprobe: FATAL: Module overlay not found in directory /lib/modules/5.10.61-5.ph4-esx

The recently erased kernel is Removing: linux-esx-5.10.78-2.ph4.x86_64 and newly installed kernel is Removing: linux-esx-5.10.78-4.ph4.x86_64.

And containerd service needs overlay fs module to be loaded in-order to get started.

My guess is 5.10.61-5.ph4-esx kernel modules are not present in your system and you are still running 5.10.61-5.ph4-esx kernel (check using uname -a command). As a result of this, things are breaking further. Please check and revert.

t3easy commented 2 years ago

Docker starts without problems if I start the service manually or if i reboot the server after the autoupdate. I rebooted the vm this morning so the kernel is

Linux photon-vm 5.10.78-4.ph4-esx #1-photon SMP Wed Nov 24 02:01:01 UTC 2021 x86_64 GNU/Linux

Some lines after the modprobe error, there is

Nov 30 06:25:50 photon-vm systemd[1]: Started containerd container runtime.

So containerd is started but not docker.

sshedi commented 2 years ago

I found this: https://bugs.launchpad.net/ubuntu/+source/containerd/+bug/1870514 May be related?

Just to cross check, I stopped containerd service during which both containerd & docker service were running. When I did systemctl stop containerd both containerd and docker service are stopped.

But when I did systemctl restart containerd, containerd service got started but docker service remained inactive.

I need to investigate this further to solve this issue. Tricky case TBH.

t3easy commented 2 years ago

Could be related, yes! I'll try to downgrade only docker and check what's happening during an autoupdate. Thank you for your efforts!

t3easy commented 2 years ago

@sshedi I downgrade docker to 19.03.10-3 and then upgraded it with tdnf-automatic and the service is stopped after the upgrade

root@photon-vm [ ~ ]# tdnf remove docker docker-cli docker-engine minimal 

Removing:
minimal                                                                                                      x86_64                                                 0.1-6.ph4                                                                @System                                                                             0.00b 0
docker-engine                                                                                                x86_64                                                 20.10.11-1.ph4                                                           @System                                                                     92.72M 97220249
docker-cli                                                                                                   x86_64                                                 20.10.11-1.ph4                                                           @System                                                                     57.86M 60674710
docker                                                                                                       x86_64                                                 20.10.11-1.ph4                                                           @System                                                                             0.00b 0

Total installed size: 150.58M 157894959
Is this ok [y/N]: y
Testing transaction
Running transaction
Removing: minimal-0.1-6.ph4.x86_64
Removing: docker-20.10.11-1.ph4.x86_64
Removing: docker-cli-20.10.11-1.ph4.x86_64
Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Removing: docker-engine-20.10.11-1.ph4.x86_64

Complete!

root@photon-vm [ ~ ]# systemctl daemon-reload
root@photon-vm [ ~ ]# systemctl status docker
Unit docker.service could not be found.

root@photon-vm [ ~ ]# tdnf install docker-19.03.10-3.ph4.x86_64 minimal

Installing:
docker-engine                                                                                                x86_64                                                 19.03.10-3.ph4                                                           photon-release                                                              87.66M 91920265
docker-cli                                                                                                   x86_64                                                 19.03.10-3.ph4                                                           photon-release                                                              71.82M 75304394
minimal                                                                                                      x86_64                                                 0.1-6.ph4                                                                photon-updates                                                                      0.00b 0
docker                                                                                                       x86_64                                                 19.03.10-3.ph4                                                           photon-release                                                                      0.00b 0

Total installed size: 159.48M 167224659
Is this ok [y/N]: y

Downloading:
docker-engine                         22422553   100%
docker-cli                            16434588   100%
minimal                                   7413   100%
docker                                    6597   100%
Testing transaction
Running transaction
Installing/Updating: docker-cli-19.03.10-3.ph4.x86_64
Installing/Updating: docker-engine-19.03.10-3.ph4.x86_64
Installing/Updating: docker-19.03.10-3.ph4.x86_64
Installing/Updating: minimal-0.1-6.ph4.x86_64

Complete!
root@photon-vm [ ~ ]# systemctl status docker
● docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
     Active: inactive (dead)
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com

Dez 15 09:36:15 photon-vm dockerd[23085]: time="2021-12-15T09:36:15.608619853+01:00" level=info msg="Docker daemon" commit=9424aea graphdriver(s)=overlay2 version=19.03.10
Dez 15 09:36:15 photon-vm dockerd[23085]: time="2021-12-15T09:36:15.608666089+01:00" level=info msg="Daemon has completed initialization"
Dez 15 09:36:15 photon-vm dockerd[23085]: time="2021-12-15T09:36:15.617365763+01:00" level=info msg="API listen on /run/docker.sock"
Dez 15 09:36:15 photon-vm systemd[1]: Started Docker Application Container Engine.
Dez 15 09:37:22 photon-vm systemd[1]: Stopping Docker Application Container Engine...
Dez 15 09:37:22 photon-vm dockerd[23085]: time="2021-12-15T09:37:22.805914229+01:00" level=info msg="Processing signal 'terminated'"
Dez 15 09:37:22 photon-vm dockerd[23085]: time="2021-12-15T09:37:22.806412019+01:00" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Dez 15 09:37:22 photon-vm dockerd[23085]: time="2021-12-15T09:37:22.806554601+01:00" level=info msg="Daemon shutdown complete"
Dez 15 09:37:22 photon-vm systemd[1]: docker.service: Succeeded.
Dez 15 09:37:22 photon-vm systemd[1]: Stopped Docker Application Container Engine.
root@photon-vm [ ~ ]# systemctl enable docker
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /usr/lib/systemd/system/docker.service.
root@photon-vm [ ~ ]# systemctl start docker
root@photon-vm [ ~ ]# systemctl status docker
● docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
     Active: active (running) since Wed 2021-12-15 09:46:04 CET; 9s ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
   Main PID: 23605 (dockerd)
      Tasks: 7
     Memory: 35.8M
     CGroup: /system.slice/docker.service
             └─23605 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock

Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.028289914+01:00" level=warning msg="Your kernel does not support cgroup rt runtime"
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.028294425+01:00" level=warning msg="Your kernel does not support cgroup blkio weight"
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.028298741+01:00" level=warning msg="Your kernel does not support cgroup blkio weight_device"
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.028395368+01:00" level=info msg="Loading containers: start."
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.078581243+01:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.101550898+01:00" level=info msg="Loading containers: done."
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.113695751+01:00" level=info msg="Docker daemon" commit=9424aea graphdriver(s)=overlay2 version=19.03.10
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.113746659+01:00" level=info msg="Daemon has completed initialization"
Dez 15 09:46:04 photon-vm systemd[1]: Started Docker Application Container Engine.
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.125805069+01:00" level=info msg="API listen on /run/docker.sock"
root@photon-vm [ ~ ]# tdnf check-update 
docker.x86_64                             20.10.11-1.ph4          photon-updates
docker-cli.x86_64                         20.10.11-1.ph4          photon-updates
docker-engine.x86_64                      20.10.11-1.ph4          photon-updates
root@photon-vm [ ~ ]# /usr/bin/tdnf-automatic -c /etc/tdnf/automatic.conf --timer --install

tdnf-automatic - started at Mi 15. Dez 09:49:20 CET 2021...

Sleep for 47 second(s)...
RefreshCache success...
RefreshCache success...

Upgrading:
docker-engine                                                                                                x86_64                                                 20.10.11-1.ph4                                                           photon-updates                                                              92.72M 97220249
docker-cli                                                                                                   x86_64                                                 20.10.11-1.ph4                                                           photon-updates                                                              57.86M 60674710
docker                                                                                                       x86_64                                                 20.10.11-1.ph4                                                           photon-updates                                                                      0.00b 0

Total installed size: 150.58M 157894959

Downloading:
docker-engine                         22767671   100%
docker-cli                            11449734   100%
docker                                    6421   100%
Testing transaction
Running transaction
Installing/Updating: docker-cli-20.10.11-1.ph4.x86_64
Installing/Updating: docker-engine-20.10.11-1.ph4.x86_64
Installing/Updating: docker-20.10.11-1.ph4.x86_64
Removing: docker-19.03.10-3.ph4.x86_64
Removing: docker-cli-19.03.10-3.ph4.x86_64
Removing: docker-engine-19.03.10-3.ph4.x86_64
Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units.

Complete!

The following updates are applied on - photon-vm:
docker-engine-20.10.11-1.ph4
docker-cli-20.10.11-1.ph4
docker-20.10.11-1.ph4

--- Updates completed at Mi 15. Dez 09:50:14 CET 2021 ---

tdnf-automatic - completed with exit status 0 at Mi 15. Dez 09:50:14 CET 2021...

root@photon-vm [ ~ ]# systemctl status docker
Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● docker.service - Docker Application Container Engine
     Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
     Active: inactive (dead) since Wed 2021-12-15 09:50:13 CET; 1min 47s ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
    Process: 23605 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=0/SUCCESS)
   Main PID: 23605 (code=exited, status=0/SUCCESS)

Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.101550898+01:00" level=info msg="Loading containers: done."
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.113695751+01:00" level=info msg="Docker daemon" commit=9424aea graphdriver(s)=overlay2 version=19.03.10
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.113746659+01:00" level=info msg="Daemon has completed initialization"
Dez 15 09:46:04 photon-vm systemd[1]: Started Docker Application Container Engine.
Dez 15 09:46:04 photon-vm dockerd[23605]: time="2021-12-15T09:46:04.125805069+01:00" level=info msg="API listen on /run/docker.sock"
Dez 15 09:50:13 photon-vm systemd[1]: Stopping Docker Application Container Engine...
Dez 15 09:50:13 photon-vm dockerd[23605]: time="2021-12-15T09:50:13.603542319+01:00" level=info msg="Processing signal 'terminated'"
Dez 15 09:50:13 photon-vm dockerd[23605]: time="2021-12-15T09:50:13.604409398+01:00" level=info msg="Daemon shutdown complete"
Dez 15 09:50:13 photon-vm systemd[1]: docker.service: Succeeded.
Dez 15 09:50:13 photon-vm systemd[1]: Stopped Docker Application Container Engine.
blazejpawlak commented 2 years ago

Has anyone figured this one out? I'm still experiencing this in Photon OS 4 with latest docker and containerd installed.

containerd.x86_64 - 1.4.13-2.ph4
containerd-extras.x86_64 - 1.4.13-2.ph4
docker.x86_64 - 20.10.14-4.ph4
docker-cli.x86_64 - 20.10.14-4.ph4
docker-engine.x86_64 - 20.10.14-4.ph4
oliverkurth commented 2 years ago

Do you have the same issue when you use tdnf directly to update? Try tdnf update docker.

blazejpawlak commented 2 years ago

I'm currently up to date; how can I test it then?

oliverkurth commented 2 years ago

I just tried this and it works:

sudo tdnf downgrade docker
sudo tdnf update docker
SuperJC710e commented 2 years ago

I'm experiencing the same issue. So perhaps a clue, when I go to restart docker I get a notice that I need to run daemon-reload.

# systemctl restart docker.service
Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units.

Almost seems this step should be part of the %postinstall in the spec file? (Or some more appropriate command?)

I tried @oliverkurth suggestion, however to be sure, after the downgrade I did a systemctl daemon-reload to reset the unit files to the downgraded version. When I did the update, I got the same message as I posted above.

dcasota commented 2 years ago

Hi,

install/reboot/downgrade/update/uninstall of the daemons [containerd, docker] sometimes are buggy. That's it. That's the message.

Now, a tdnf-automatic analytics for the cascaded daemons [containerd, docker] intervention clamp must handle install/reboot/downgrade/update/uninstall. Hence, it must be aware of:

If the daemons [containerd, docker] are enabled and configured to automatically start, this can change with respect to the five topics above. A sort of tdnf-automatic metrics customer experience improvement program is missing afaik. Hence the fixing slowed down.

My suggestion is to extend the existing customer experience improvement program engine also for tdnf-automatic metrics updates. This isn't faster in short terms, but bug apocalypse waves is the normal state.

PeteAtJagex commented 2 years ago

Seems the problem is well verified and understood just leaving this here to say that this issue is adversely affecting our Photon OS hosts used for various container deployments.

As a work around I'm probably going to develop a health monitoring script to catch the fact docker isn't running and restart it since doing that manually seems to sort it on the 2 recent occasions we've seen this across all our hosts.

roozbehk commented 1 year ago

This is frustrating, is there a solution without disable auto-updates.

dcasota commented 1 year ago

Let‘s try to track this down these next three weeks. Can‘t be that difficult !

dcasota commented 1 year ago

@sshedi

With respect to the actual handling using %{_sharedstatedir}/rpm-state/docker-is-active in https://github.com/vmware/photon/blob/4.0/SPECS/docker/docker-20.10.spec, the following code snippet might be a (multi-portable) fix.

%posttrans engine
if [ $1 -ge 0 ] ; then
  # package upgrade scenario, after new files are installed

  # check if docker was running before upgrade
  if [ -f %{_sharedstatedir}/rpm-state/docker-is-active ]; then
    systemctl enable containerd > /dev/null 2>&1 || :
    systemctl start containerd > /dev/null 2>&1 || :
    systemctl enable docker > /dev/null 2>&1 || :
    systemctl start docker > /dev/null 2>&1 || :
    rm -f %{_sharedstatedir}/rpm-state/docker-is-active > /dev/null 2>&1 || :
  fi
fi

It might be necessary to introduce the coding snippet if [ $1 -ge 0 ] ; then (with systemctl enable + start) for all packages with daemon dependencies e.g. in %post[...] spec section. There are micro inconsistencies. Some spec files have a generic %systemd_post %{name}.service entry and some not, some use systemctl start but without extension ".service" hence no symlink is created, etc.