Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
788 stars 188 forks source link

Using Docker #724

Open AlexanderZhirov opened 2 years ago

AlexanderZhirov commented 2 years ago

I want to make a TS build with only Docker support based on the tiny configuration. I leave the tiny configuration untouched. I upload Docker 20.10.9 there. I do everything according to the instructions. Launching Docker:

dockerd &

At the output I get this log:

INFO[2022-05-17T14:09:52.302906070-07:00] Starting up                                  
WARN[2022-05-17T14:09:52.305186757-07:00] could not change group /var/run/docker.sock to docker: group docker not found 
INFO[2022-05-17T14:09:52.310463989-07:00] libcontainerd: started new containerd process  pid=3598
INFO[2022-05-17T14:09:52.310798409-07:00] parsed scheme: "unix"                         module=grpc
INFO[2022-05-17T14:09:52.311117219-07:00] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2022-05-17T14:09:52.311466254-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}  module=grpc
INFO[2022-05-17T14:09:52.311713715-07:00] ClientConn switching balancer to "pick_first"  module=grpc
INFO[2022-05-17T14:09:52.321931255-07:00] starting containerd                           revision=5b46e404f6b9f661a205e28d59c982d3634148f8 version=v1.4.11
INFO[2022-05-17T14:09:52.356217835-07:00] loading plugin "io.containerd.content.v1.content"...  type=io.containerd.content.v1
INFO[2022-05-17T14:09:52.356730847-07:00] loading plugin "io.containerd.snapshotter.v1.aufs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T14:09:52.359182794-07:00] 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.89TS\\n\"): skip plugin" type=io.containerd.snapshotter.v1
INFO[2022-05-17T14:09:52.359318405-07:00] loading plugin "io.containerd.snapshotter.v1.btrfs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T14:09:52.359955249-07:00] skip loading plugin "io.containerd.snapshotter.v1.btrfs"...  error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (rootfs) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
INFO[2022-05-17T14:09:52.360234951-07:00] loading plugin "io.containerd.snapshotter.v1.devmapper"...  type=io.containerd.snapshotter.v1
WARN[2022-05-17T14:09:52.360441519-07:00] failed to load plugin io.containerd.snapshotter.v1.devmapper  error="devmapper not configured"
INFO[2022-05-17T14:09:52.361315480-07:00] loading plugin "io.containerd.snapshotter.v1.native"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T14:09:52.361638363-07:00] loading plugin "io.containerd.snapshotter.v1.overlayfs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T14:09:52.362065308-07:00] loading plugin "io.containerd.snapshotter.v1.zfs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T14:09:52.362539576-07:00] skip loading plugin "io.containerd.snapshotter.v1.zfs"...  error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
INFO[2022-05-17T14:09:52.362792481-07:00] loading plugin "io.containerd.metadata.v1.bolt"...  type=io.containerd.metadata.v1
WARN[2022-05-17T14:09:52.363097914-07:00] could not use snapshotter devmapper in metadata plugin  error="devmapper not configured"
INFO[2022-05-17T14:09:52.363318260-07:00] metadata content store policy set             policy=shared
INFO[2022-05-17T14:09:52.363783958-07:00] loading plugin "io.containerd.differ.v1.walking"...  type=io.containerd.differ.v1
INFO[2022-05-17T14:09:52.364059997-07:00] loading plugin "io.containerd.gc.v1.scheduler"...  type=io.containerd.gc.v1
INFO[2022-05-17T14:09:52.364381665-07:00] loading plugin "io.containerd.service.v1.introspection-service"...  type=io.containerd.service.v1
INFO[2022-05-17T14:09:52.364693691-07:00] loading plugin "io.containerd.service.v1.containers-service"...  type=io.containerd.service.v1
INFO[2022-05-17T14:09:52.364871243-07:00] loading plugin "io.containerd.service.v1.content-service"...  type=io.containerd.service.v1
INFO[2022-05-17T14:09:52.365209827-07:00] loading plugin "io.containerd.service.v1.diff-service"...  type=io.containerd.service.v1
INFO[2022-05-17T14:09:52.365468140-07:00] loading plugin "io.containerd.service.v1.images-service"...  type=io.containerd.service.v1
INFO[2022-05-17T14:09:52.365646745-07:00] loading plugin "io.containerd.service.v1.leases-service"...  type=io.containerd.service.v1
INFO[2022-05-17T14:09:52.366017561-07:00] loading plugin "io.containerd.service.v1.namespaces-service"...  type=io.containerd.service.v1
INFO[2022-05-17T14:09:52.366249606-07:00] loading plugin "io.containerd.service.v1.snapshots-service"...  type=io.containerd.service.v1
INFO[2022-05-17T14:09:52.366499846-07:00] loading plugin "io.containerd.runtime.v1.linux"...  type=io.containerd.runtime.v1
INFO[2022-05-17T14:09:52.366836011-07:00] loading plugin "io.containerd.runtime.v2.task"...  type=io.containerd.runtime.v2
INFO[2022-05-17T14:09:52.367251418-07:00] loading plugin "io.containerd.monitor.v1.cgroups"...  type=io.containerd.monitor.v1
INFO[2022-05-17T14:09:52.367878403-07:00] loading plugin "io.containerd.service.v1.tasks-service"...  type=io.containerd.service.v1
INFO[2022-05-17T14:09:52.368132856-07:00] loading plugin "io.containerd.internal.v1.restart"...  type=io.containerd.internal.v1
INFO[2022-05-17T14:09:52.368403764-07:00] loading plugin "io.containerd.grpc.v1.containers"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.368641601-07:00] loading plugin "io.containerd.grpc.v1.content"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.368828292-07:00] loading plugin "io.containerd.grpc.v1.diff"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.369137787-07:00] loading plugin "io.containerd.grpc.v1.events"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.369390778-07:00] loading plugin "io.containerd.grpc.v1.healthcheck"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.369638864-07:00] loading plugin "io.containerd.grpc.v1.images"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.369821656-07:00] loading plugin "io.containerd.grpc.v1.leases"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.370172550-07:00] loading plugin "io.containerd.grpc.v1.namespaces"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.370275937-07:00] loading plugin "io.containerd.internal.v1.opt"...  type=io.containerd.internal.v1
INFO[2022-05-17T14:09:52.370701924-07:00] loading plugin "io.containerd.grpc.v1.snapshots"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.370954578-07:00] loading plugin "io.containerd.grpc.v1.tasks"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.371188218-07:00] loading plugin "io.containerd.grpc.v1.version"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.371472663-07:00] loading plugin "io.containerd.grpc.v1.introspection"...  type=io.containerd.grpc.v1
INFO[2022-05-17T14:09:52.371924968-07:00] serving...                                    address=/var/run/docker/containerd/containerd-debug.sock
INFO[2022-05-17T14:09:52.372249540-07:00] serving...                                    address=/var/run/docker/containerd/containerd.sock.ttrpc
INFO[2022-05-17T14:09:52.372561127-07:00] serving...                                    address=/var/run/docker/containerd/containerd.sock
INFO[2022-05-17T14:09:52.372781269-07:00] containerd successfully booted in 0.051620s  
INFO[2022-05-17T14:09:52.379769378-07:00] parsed scheme: "unix"                         module=grpc
INFO[2022-05-17T14:09:52.379936492-07:00] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2022-05-17T14:09:52.380424046-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}  module=grpc
INFO[2022-05-17T14:09:52.380637881-07:00] ClientConn switching balancer to "pick_first"  module=grpc
INFO[2022-05-17T14:09:52.381929866-07:00] parsed scheme: "unix"                         module=grpc
INFO[2022-05-17T14:09:52.382034999-07:00] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2022-05-17T14:09:52.382311826-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}  module=grpc
INFO[2022-05-17T14:09:52.382504963-07:00] ClientConn switching balancer to "pick_first"  module=grpc
ERRO[2022-05-17T14:09:52.384985587-07:00] failed to mount overlay: no such device       storage-driver=overlay2
ERRO[2022-05-17T14:09:52.385342524-07:00] exec: "fuse-overlayfs": executable file not found in $PATH  storage-driver=fuse-overlayfs
ERRO[2022-05-17T14:09:52.386772018-07:00] AUFS was not found in /proc/filesystems       storage-driver=aufs
ERRO[2022-05-17T14:09:52.388179433-07:00] failed to mount overlay: no such device       storage-driver=overlay
ERRO[2022-05-17T14:09:52.388199111-07:00] Failed to built-in GetDriver graph devicemapper /var/lib/docker 
WARN[2022-05-17T14:09:52.401154784-07:00] Your kernel does not support cgroup blkio weight 
WARN[2022-05-17T14:09:52.401284704-07:00] Your kernel does not support cgroup blkio weight_device 
INFO[2022-05-17T14:09:52.402090615-07:00] Loading containers: start.                   
WARN[2022-05-17T14:09:52.403727013-07:00] Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/5.10.89TS
modprobe: WARNING: Module br_netfilter not found in directory /lib/modules/5.10.89TS
, error: exit status 1 
WARN[2022-05-17T14:09:52.405073956-07:00] Failed to find iptables: exec: "iptables": executable file not found in $PATH 
INFO[2022-05-17T14:09:52.407992937-07:00] stopping event stream following graceful shutdown  error="context canceled" module=libcontainerd namespace=plugins.moby
INFO[2022-05-17T14:09:52.408448884-07:00] stopping healthcheck following graceful shutdown  module=libcontainerd
INFO[2022-05-17T14:09:52.410522614-07:00] stopping event stream following graceful shutdown  error="context canceled" module=libcontainerd namespace=moby
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: Iptables not found

What recommendations will you give for launching Docker? As far as I understand, it is necessary to connect modules. Are they available in TS?

UPD

I made an assembly with all the modules. The result is like this:

INFO[2022-05-17T15:16:27.768940698-07:00] Starting up                                  
WARN[2022-05-17T15:16:27.774195297-07:00] could not change group /var/run/docker.sock to docker: group docker not found 
INFO[2022-05-17T15:16:27.789149823-07:00] libcontainerd: started new containerd process  pid=7393
INFO[2022-05-17T15:16:27.789299192-07:00] parsed scheme: "unix"                         module=grpc
INFO[2022-05-17T15:16:27.789392175-07:00] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2022-05-17T15:16:27.789516792-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}  module=grpc
INFO[2022-05-17T15:16:27.789609949-07:00] ClientConn switching balancer to "pick_first"  module=grpc
INFO[2022-05-17T15:16:27.982930658-07:00] starting containerd                           revision=5b46e404f6b9f661a205e28d59c982d3634148f8 version=v1.4.11
INFO[2022-05-17T15:16:28.023375742-07:00] loading plugin "io.containerd.content.v1.content"...  type=io.containerd.content.v1
INFO[2022-05-17T15:16:28.023599185-07:00] loading plugin "io.containerd.snapshotter.v1.aufs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T15:16:28.026005544-07:00] 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.89TS\\n\"): skip plugin" type=io.containerd.snapshotter.v1
INFO[2022-05-17T15:16:28.026152730-07:00] loading plugin "io.containerd.snapshotter.v1.btrfs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T15:16:28.026451277-07:00] skip loading plugin "io.containerd.snapshotter.v1.btrfs"...  error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (rootfs) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
INFO[2022-05-17T15:16:28.026554522-07:00] loading plugin "io.containerd.snapshotter.v1.devmapper"...  type=io.containerd.snapshotter.v1
WARN[2022-05-17T15:16:28.028491685-07:00] failed to load plugin io.containerd.snapshotter.v1.devmapper  error="devmapper not configured"
INFO[2022-05-17T15:16:28.028613005-07:00] loading plugin "io.containerd.snapshotter.v1.native"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T15:16:28.028746978-07:00] loading plugin "io.containerd.snapshotter.v1.overlayfs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T15:16:28.029021737-07:00] loading plugin "io.containerd.snapshotter.v1.zfs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-17T15:16:28.029303401-07:00] skip loading plugin "io.containerd.snapshotter.v1.zfs"...  error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
INFO[2022-05-17T15:16:28.029404914-07:00] loading plugin "io.containerd.metadata.v1.bolt"...  type=io.containerd.metadata.v1
WARN[2022-05-17T15:16:28.029523962-07:00] could not use snapshotter devmapper in metadata plugin  error="devmapper not configured"
INFO[2022-05-17T15:16:28.029616200-07:00] metadata content store policy set             policy=shared
INFO[2022-05-17T15:16:28.029883778-07:00] loading plugin "io.containerd.differ.v1.walking"...  type=io.containerd.differ.v1
INFO[2022-05-17T15:16:28.029987580-07:00] loading plugin "io.containerd.gc.v1.scheduler"...  type=io.containerd.gc.v1
INFO[2022-05-17T15:16:28.030230982-07:00] loading plugin "io.containerd.service.v1.introspection-service"...  type=io.containerd.service.v1
INFO[2022-05-17T15:16:28.030348060-07:00] loading plugin "io.containerd.service.v1.containers-service"...  type=io.containerd.service.v1
INFO[2022-05-17T15:16:28.030444310-07:00] loading plugin "io.containerd.service.v1.content-service"...  type=io.containerd.service.v1
INFO[2022-05-17T15:16:28.030537706-07:00] loading plugin "io.containerd.service.v1.diff-service"...  type=io.containerd.service.v1
INFO[2022-05-17T15:16:28.030631870-07:00] loading plugin "io.containerd.service.v1.images-service"...  type=io.containerd.service.v1
INFO[2022-05-17T15:16:28.030725630-07:00] loading plugin "io.containerd.service.v1.leases-service"...  type=io.containerd.service.v1
INFO[2022-05-17T15:16:28.030819705-07:00] loading plugin "io.containerd.service.v1.namespaces-service"...  type=io.containerd.service.v1
INFO[2022-05-17T15:16:28.030947916-07:00] loading plugin "io.containerd.service.v1.snapshots-service"...  type=io.containerd.service.v1
INFO[2022-05-17T15:16:28.031067566-07:00] loading plugin "io.containerd.runtime.v1.linux"...  type=io.containerd.runtime.v1
INFO[2022-05-17T15:16:28.031262466-07:00] loading plugin "io.containerd.runtime.v2.task"...  type=io.containerd.runtime.v2
INFO[2022-05-17T15:16:28.031440398-07:00] loading plugin "io.containerd.monitor.v1.cgroups"...  type=io.containerd.monitor.v1
INFO[2022-05-17T15:16:28.032306037-07:00] loading plugin "io.containerd.service.v1.tasks-service"...  type=io.containerd.service.v1
INFO[2022-05-17T15:16:28.032420358-07:00] loading plugin "io.containerd.internal.v1.restart"...  type=io.containerd.internal.v1
INFO[2022-05-17T15:16:28.032557878-07:00] loading plugin "io.containerd.grpc.v1.containers"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.032666373-07:00] loading plugin "io.containerd.grpc.v1.content"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.032769031-07:00] loading plugin "io.containerd.grpc.v1.diff"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.032870945-07:00] loading plugin "io.containerd.grpc.v1.events"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.032966383-07:00] loading plugin "io.containerd.grpc.v1.healthcheck"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.033184708-07:00] loading plugin "io.containerd.grpc.v1.images"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.033282881-07:00] loading plugin "io.containerd.grpc.v1.leases"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.033375856-07:00] loading plugin "io.containerd.grpc.v1.namespaces"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.033469659-07:00] loading plugin "io.containerd.internal.v1.opt"...  type=io.containerd.internal.v1
INFO[2022-05-17T15:16:28.033637660-07:00] loading plugin "io.containerd.grpc.v1.snapshots"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.033744919-07:00] loading plugin "io.containerd.grpc.v1.tasks"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.033863052-07:00] loading plugin "io.containerd.grpc.v1.version"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.033956136-07:00] loading plugin "io.containerd.grpc.v1.introspection"...  type=io.containerd.grpc.v1
INFO[2022-05-17T15:16:28.034285964-07:00] serving...                                    address=/var/run/docker/containerd/containerd-debug.sock
INFO[2022-05-17T15:16:28.034444899-07:00] serving...                                    address=/var/run/docker/containerd/containerd.sock.ttrpc
INFO[2022-05-17T15:16:28.034590400-07:00] serving...                                    address=/var/run/docker/containerd/containerd.sock
INFO[2022-05-17T15:16:28.034687229-07:00] containerd successfully booted in 0.052981s  
INFO[2022-05-17T15:16:28.069500379-07:00] parsed scheme: "unix"                         module=grpc
INFO[2022-05-17T15:16:28.069684223-07:00] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2022-05-17T15:16:28.069784425-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}  module=grpc
INFO[2022-05-17T15:16:28.069873749-07:00] ClientConn switching balancer to "pick_first"  module=grpc
INFO[2022-05-17T15:16:28.070951419-07:00] parsed scheme: "unix"                         module=grpc
INFO[2022-05-17T15:16:28.071068111-07:00] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2022-05-17T15:16:28.071160944-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}  module=grpc
INFO[2022-05-17T15:16:28.071251221-07:00] ClientConn switching balancer to "pick_first"  module=grpc
ERRO[2022-05-17T15:16:28.073631626-07:00] failed to mount overlay: no such device       storage-driver=overlay2
ERRO[2022-05-17T15:16:28.073850751-07:00] exec: "fuse-overlayfs": executable file not found in $PATH  storage-driver=fuse-overlayfs
ERRO[2022-05-17T15:16:28.079190969-07:00] AUFS was not found in /proc/filesystems       storage-driver=aufs
ERRO[2022-05-17T15:16:28.080749633-07:00] failed to mount overlay: no such device       storage-driver=overlay
ERRO[2022-05-17T15:16:28.080768886-07:00] Failed to built-in GetDriver graph devicemapper /var/lib/docker 
WARN[2022-05-17T15:16:28.095666139-07:00] Your kernel does not support cgroup blkio weight 
WARN[2022-05-17T15:16:28.095798317-07:00] Your kernel does not support cgroup blkio weight_device 
INFO[2022-05-17T15:16:28.096037011-07:00] Loading containers: start.                   
WARN[2022-05-17T15:16:28.097481035-07:00] Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/5.10.89TS
modprobe: WARNING: Module br_netfilter not found in directory /lib/modules/5.10.89TS
, error: exit status 1 
WARN[2022-05-17T15:16:28.097771680-07:00] Failed to find iptables: exec: "iptables": executable file not found in $PATH 
INFO[2022-05-17T15:16:28.101969501-07:00] stopping event stream following graceful shutdown  error="context canceled" module=libcontainerd namespace=moby
INFO[2022-05-17T15:16:28.102352723-07:00] stopping healthcheck following graceful shutdown  module=libcontainerd
INFO[2022-05-17T15:16:28.103656393-07:00] stopping event stream following graceful shutdown  error="context canceled" module=libcontainerd namespace=plugins.moby
WARN[2022-05-17T15:16:29.104233019-07:00] grpc: addrConn.createTransport failed to connect to {unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}. Err :connection error: desc = "transport: Error while dialing dial unix:///var/run/docker/containerd/containerd.sock: timeout". Reconnecting...  module=grpc
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: Iptables not found

In both cases, swears at the missing br_netfilter module.

Thinstation commented 2 years ago

Yes, try an allmodules build, start docker then run hwlister.sh

On Tue, May 17, 2022 at 2:27 PM Alexander Zhirov @.***> wrote:

I want to make a TS build with only Docker support based on the tiny configuration. I leave the tiny configuration untouched. I upload Docker 20.10.9 https://download.docker.com/linux/static/stable/x86_64/ there. I do everything according to the instructions https://docs.docker.com/engine/install/binaries/. Launching Docker:

dockerd &

At the output I get this log:

INFO[2022-05-17T14:09:52.302906070-07:00] Starting up WARN[2022-05-17T14:09:52.305186757-07:00] could not change group /var/run/docker.sock to docker: group docker not found INFO[2022-05-17T14:09:52.310463989-07:00] libcontainerd: started new containerd process pid=3598 INFO[2022-05-17T14:09:52.310798409-07:00] parsed scheme: "unix" module=grpc INFO[2022-05-17T14:09:52.311117219-07:00] scheme "unix" not registered, fallback to default scheme module=grpc INFO[2022-05-17T14:09:52.311466254-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 }] } module=grpc INFO[2022-05-17T14:09:52.311713715-07:00] ClientConn switching balancer to "pick_first" module=grpc INFO[2022-05-17T14:09:52.321931255-07:00] starting containerd revision=5b46e404f6b9f661a205e28d59c982d3634148f8 version=v1.4.11 INFO[2022-05-17T14:09:52.356217835-07:00] loading plugin "io.containerd.content.v1.content"... type=io.containerd.content.v1 INFO[2022-05-17T14:09:52.356730847-07:00] loading plugin "io.containerd.snapshotter.v1.aufs"... type=io.containerd.snapshotter.v1 INFO[2022-05-17T14:09:52.359182794-07:00] 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.89TS\n\"): skip plugin" type=io.containerd.snapshotter.v1 INFO[2022-05-17T14:09:52.359318405-07:00] loading plugin "io.containerd.snapshotter.v1.btrfs"... type=io.containerd.snapshotter.v1 INFO[2022-05-17T14:09:52.359955249-07:00] skip loading plugin "io.containerd.snapshotter.v1.btrfs"... error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (rootfs) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 INFO[2022-05-17T14:09:52.360234951-07:00] loading plugin "io.containerd.snapshotter.v1.devmapper"... type=io.containerd.snapshotter.v1 WARN[2022-05-17T14:09:52.360441519-07:00] failed to load plugin io.containerd.snapshotter.v1.devmapper error="devmapper not configured" INFO[2022-05-17T14:09:52.361315480-07:00] loading plugin "io.containerd.snapshotter.v1.native"... type=io.containerd.snapshotter.v1 INFO[2022-05-17T14:09:52.361638363-07:00] loading plugin "io.containerd.snapshotter.v1.overlayfs"... type=io.containerd.snapshotter.v1 INFO[2022-05-17T14:09:52.362065308-07:00] loading plugin "io.containerd.snapshotter.v1.zfs"... type=io.containerd.snapshotter.v1 INFO[2022-05-17T14:09:52.362539576-07:00] skip loading plugin "io.containerd.snapshotter.v1.zfs"... error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1 INFO[2022-05-17T14:09:52.362792481-07:00] loading plugin "io.containerd.metadata.v1.bolt"... type=io.containerd.metadata.v1 WARN[2022-05-17T14:09:52.363097914-07:00] could not use snapshotter devmapper in metadata plugin error="devmapper not configured" INFO[2022-05-17T14:09:52.363318260-07:00] metadata content store policy set policy=shared INFO[2022-05-17T14:09:52.363783958-07:00] loading plugin "io.containerd.differ.v1.walking"... type=io.containerd.differ.v1 INFO[2022-05-17T14:09:52.364059997-07:00] loading plugin "io.containerd.gc.v1.scheduler"... type=io.containerd.gc.v1 INFO[2022-05-17T14:09:52.364381665-07:00] loading plugin "io.containerd.service.v1.introspection-service"... type=io.containerd.service.v1 INFO[2022-05-17T14:09:52.364693691-07:00] loading plugin "io.containerd.service.v1.containers-service"... type=io.containerd.service.v1 INFO[2022-05-17T14:09:52.364871243-07:00] loading plugin "io.containerd.service.v1.content-service"... type=io.containerd.service.v1 INFO[2022-05-17T14:09:52.365209827-07:00] loading plugin "io.containerd.service.v1.diff-service"... type=io.containerd.service.v1 INFO[2022-05-17T14:09:52.365468140-07:00] loading plugin "io.containerd.service.v1.images-service"... type=io.containerd.service.v1 INFO[2022-05-17T14:09:52.365646745-07:00] loading plugin "io.containerd.service.v1.leases-service"... type=io.containerd.service.v1 INFO[2022-05-17T14:09:52.366017561-07:00] loading plugin "io.containerd.service.v1.namespaces-service"... type=io.containerd.service.v1 INFO[2022-05-17T14:09:52.366249606-07:00] loading plugin "io.containerd.service.v1.snapshots-service"... type=io.containerd.service.v1 INFO[2022-05-17T14:09:52.366499846-07:00] loading plugin "io.containerd.runtime.v1.linux"... type=io.containerd.runtime.v1 INFO[2022-05-17T14:09:52.366836011-07:00] loading plugin "io.containerd.runtime.v2.task"... type=io.containerd.runtime.v2 INFO[2022-05-17T14:09:52.367251418-07:00] loading plugin "io.containerd.monitor.v1.cgroups"... type=io.containerd.monitor.v1 INFO[2022-05-17T14:09:52.367878403-07:00] loading plugin "io.containerd.service.v1.tasks-service"... type=io.containerd.service.v1 INFO[2022-05-17T14:09:52.368132856-07:00] loading plugin "io.containerd.internal.v1.restart"... type=io.containerd.internal.v1 INFO[2022-05-17T14:09:52.368403764-07:00] loading plugin "io.containerd.grpc.v1.containers"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.368641601-07:00] loading plugin "io.containerd.grpc.v1.content"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.368828292-07:00] loading plugin "io.containerd.grpc.v1.diff"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.369137787-07:00] loading plugin "io.containerd.grpc.v1.events"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.369390778-07:00] loading plugin "io.containerd.grpc.v1.healthcheck"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.369638864-07:00] loading plugin "io.containerd.grpc.v1.images"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.369821656-07:00] loading plugin "io.containerd.grpc.v1.leases"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.370172550-07:00] loading plugin "io.containerd.grpc.v1.namespaces"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.370275937-07:00] loading plugin "io.containerd.internal.v1.opt"... type=io.containerd.internal.v1 INFO[2022-05-17T14:09:52.370701924-07:00] loading plugin "io.containerd.grpc.v1.snapshots"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.370954578-07:00] loading plugin "io.containerd.grpc.v1.tasks"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.371188218-07:00] loading plugin "io.containerd.grpc.v1.version"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.371472663-07:00] loading plugin "io.containerd.grpc.v1.introspection"... type=io.containerd.grpc.v1 INFO[2022-05-17T14:09:52.371924968-07:00] serving... address=/var/run/docker/containerd/containerd-debug.sock INFO[2022-05-17T14:09:52.372249540-07:00] serving... address=/var/run/docker/containerd/containerd.sock.ttrpc INFO[2022-05-17T14:09:52.372561127-07:00] serving... address=/var/run/docker/containerd/containerd.sock INFO[2022-05-17T14:09:52.372781269-07:00] containerd successfully booted in 0.051620s INFO[2022-05-17T14:09:52.379769378-07:00] parsed scheme: "unix" module=grpc INFO[2022-05-17T14:09:52.379936492-07:00] scheme "unix" not registered, fallback to default scheme module=grpc INFO[2022-05-17T14:09:52.380424046-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 }] } module=grpc INFO[2022-05-17T14:09:52.380637881-07:00] ClientConn switching balancer to "pick_first" module=grpc INFO[2022-05-17T14:09:52.381929866-07:00] parsed scheme: "unix" module=grpc INFO[2022-05-17T14:09:52.382034999-07:00] scheme "unix" not registered, fallback to default scheme module=grpc INFO[2022-05-17T14:09:52.382311826-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock 0 }] } module=grpc INFO[2022-05-17T14:09:52.382504963-07:00] ClientConn switching balancer to "pick_first" module=grpc ERRO[2022-05-17T14:09:52.384985587-07:00] failed to mount overlay: no such device storage-driver=overlay2 ERRO[2022-05-17T14:09:52.385342524-07:00] exec: "fuse-overlayfs": executable file not found in $PATH storage-driver=fuse-overlayfs ERRO[2022-05-17T14:09:52.386772018-07:00] AUFS was not found in /proc/filesystems storage-driver=aufs ERRO[2022-05-17T14:09:52.388179433-07:00] failed to mount overlay: no such device storage-driver=overlay ERRO[2022-05-17T14:09:52.388199111-07:00] Failed to built-in GetDriver graph devicemapper /var/lib/docker WARN[2022-05-17T14:09:52.401154784-07:00] Your kernel does not support cgroup blkio weight WARN[2022-05-17T14:09:52.401284704-07:00] Your kernel does not support cgroup blkio weight_device INFO[2022-05-17T14:09:52.402090615-07:00] Loading containers: start. WARN[2022-05-17T14:09:52.403727013-07:00] Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/5.10.89TS modprobe: WARNING: Module br_netfilter not found in directory /lib/modules/5.10.89TS , error: exit status 1 WARN[2022-05-17T14:09:52.405073956-07:00] Failed to find iptables: exec: "iptables": executable file not found in $PATH INFO[2022-05-17T14:09:52.407992937-07:00] stopping event stream following graceful shutdown error="context canceled" module=libcontainerd namespace=plugins.moby INFO[2022-05-17T14:09:52.408448884-07:00] stopping healthcheck following graceful shutdown module=libcontainerd INFO[2022-05-17T14:09:52.410522614-07:00] stopping event stream following graceful shutdown error="context canceled" module=libcontainerd namespace=moby failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: Iptables not found

What recommendations will you give for launching Docker? As far as I understand, it is necessary to connect modules. Are they available in TS?

— Reply to this email directly, view it on GitHub https://github.com/Thinstation/thinstation/issues/724, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVW47TBD7EMNCVCL4F6CXDVKQFNFANCNFSM5WGIK63A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

AlexanderZhirov commented 2 years ago

So, it turned out to start a docker. Built the default image ./build --allmodules, launching the docker:

ts_d85ed3156a39:~# dockerd &
INFO[2022-05-18T04:07:29.320228612-07:00] Starting up                                  
WARN[2022-05-18T04:07:29.337614825-07:00] could not change group /var/run/docker.sock to docker: group docker not found 
INFO[2022-05-18T04:07:29.358815399-07:00] libcontainerd: started new containerd process  pid=7937
INFO[2022-05-18T04:07:29.358977976-07:00] parsed scheme: "unix"                         module=grpc
INFO[2022-05-18T04:07:29.359030567-07:00] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2022-05-18T04:07:29.360783672-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}  module=grpc
INFO[2022-05-18T04:07:29.361034367-07:00] ClientConn switching balancer to "pick_first"  module=grpc
INFO[2022-05-18T04:07:29.937111943-07:00] starting containerd                           revision=5b46e404f6b9f661a205e28d59c982d3634148f8 version=v1.4.11
INFO[2022-05-18T04:07:30.043476310-07:00] loading plugin "io.containerd.content.v1.content"...  type=io.containerd.content.v1
INFO[2022-05-18T04:07:30.043797891-07:00] loading plugin "io.containerd.snapshotter.v1.aufs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-18T04:07:30.048510784-07:00] 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.89TS\\n\"): skip plugin" type=io.containerd.snapshotter.v1
INFO[2022-05-18T04:07:30.048635945-07:00] loading plugin "io.containerd.snapshotter.v1.btrfs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-18T04:07:30.049339122-07:00] skip loading plugin "io.containerd.snapshotter.v1.btrfs"...  error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (rootfs) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
INFO[2022-05-18T04:07:30.049472496-07:00] loading plugin "io.containerd.snapshotter.v1.devmapper"...  type=io.containerd.snapshotter.v1
WARN[2022-05-18T04:07:30.049575063-07:00] failed to load plugin io.containerd.snapshotter.v1.devmapper  error="devmapper not configured"
INFO[2022-05-18T04:07:30.049637909-07:00] loading plugin "io.containerd.snapshotter.v1.native"...  type=io.containerd.snapshotter.v1
INFO[2022-05-18T04:07:30.049789551-07:00] loading plugin "io.containerd.snapshotter.v1.overlayfs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-18T04:07:30.050209155-07:00] loading plugin "io.containerd.snapshotter.v1.zfs"...  type=io.containerd.snapshotter.v1
INFO[2022-05-18T04:07:30.050806223-07:00] skip loading plugin "io.containerd.snapshotter.v1.zfs"...  error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
INFO[2022-05-18T04:07:30.050881985-07:00] loading plugin "io.containerd.metadata.v1.bolt"...  type=io.containerd.metadata.v1
WARN[2022-05-18T04:07:30.051006150-07:00] could not use snapshotter devmapper in metadata plugin  error="devmapper not configured"
INFO[2022-05-18T04:07:30.051064957-07:00] metadata content store policy set             policy=shared
INFO[2022-05-18T04:07:30.051530933-07:00] loading plugin "io.containerd.differ.v1.walking"...  type=io.containerd.differ.v1
INFO[2022-05-18T04:07:30.051617380-07:00] loading plugin "io.containerd.gc.v1.scheduler"...  type=io.containerd.gc.v1
INFO[2022-05-18T04:07:30.051787321-07:00] loading plugin "io.containerd.service.v1.introspection-service"...  type=io.containerd.service.v1
INFO[2022-05-18T04:07:30.051914013-07:00] loading plugin "io.containerd.service.v1.containers-service"...  type=io.containerd.service.v1
INFO[2022-05-18T04:07:30.051982459-07:00] loading plugin "io.containerd.service.v1.content-service"...  type=io.containerd.service.v1
INFO[2022-05-18T04:07:30.052048053-07:00] loading plugin "io.containerd.service.v1.diff-service"...  type=io.containerd.service.v1
INFO[2022-05-18T04:07:30.052117872-07:00] loading plugin "io.containerd.service.v1.images-service"...  type=io.containerd.service.v1
INFO[2022-05-18T04:07:30.052185613-07:00] loading plugin "io.containerd.service.v1.leases-service"...  type=io.containerd.service.v1
INFO[2022-05-18T04:07:30.052266512-07:00] loading plugin "io.containerd.service.v1.namespaces-service"...  type=io.containerd.service.v1
INFO[2022-05-18T04:07:30.052335041-07:00] loading plugin "io.containerd.service.v1.snapshots-service"...  type=io.containerd.service.v1
INFO[2022-05-18T04:07:30.052400917-07:00] loading plugin "io.containerd.runtime.v1.linux"...  type=io.containerd.runtime.v1
INFO[2022-05-18T04:07:30.052915431-07:00] loading plugin "io.containerd.runtime.v2.task"...  type=io.containerd.runtime.v2
INFO[2022-05-18T04:07:30.053180047-07:00] loading plugin "io.containerd.monitor.v1.cgroups"...  type=io.containerd.monitor.v1
INFO[2022-05-18T04:07:30.055988457-07:00] loading plugin "io.containerd.service.v1.tasks-service"...  type=io.containerd.service.v1
INFO[2022-05-18T04:07:30.056146734-07:00] loading plugin "io.containerd.internal.v1.restart"...  type=io.containerd.internal.v1
INFO[2022-05-18T04:07:30.056344175-07:00] loading plugin "io.containerd.grpc.v1.containers"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.056414826-07:00] loading plugin "io.containerd.grpc.v1.content"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.056545380-07:00] loading plugin "io.containerd.grpc.v1.diff"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.056635629-07:00] loading plugin "io.containerd.grpc.v1.events"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.056697759-07:00] loading plugin "io.containerd.grpc.v1.healthcheck"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.056760887-07:00] loading plugin "io.containerd.grpc.v1.images"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.056824178-07:00] loading plugin "io.containerd.grpc.v1.leases"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.056889754-07:00] loading plugin "io.containerd.grpc.v1.namespaces"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.056951357-07:00] loading plugin "io.containerd.internal.v1.opt"...  type=io.containerd.internal.v1
INFO[2022-05-18T04:07:30.057191829-07:00] loading plugin "io.containerd.grpc.v1.snapshots"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.057264218-07:00] loading plugin "io.containerd.grpc.v1.tasks"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.057344503-07:00] loading plugin "io.containerd.grpc.v1.version"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.057404895-07:00] loading plugin "io.containerd.grpc.v1.introspection"...  type=io.containerd.grpc.v1
INFO[2022-05-18T04:07:30.058123174-07:00] serving...                                    address=/var/run/docker/containerd/containerd-debug.sock
INFO[2022-05-18T04:07:30.058326545-07:00] serving...                                    address=/var/run/docker/containerd/containerd.sock.ttrpc
INFO[2022-05-18T04:07:30.058689237-07:00] serving...                                    address=/var/run/docker/containerd/containerd.sock
INFO[2022-05-18T04:07:30.058754444-07:00] containerd successfully booted in 0.123836s  
INFO[2022-05-18T04:07:30.081160302-07:00] parsed scheme: "unix"                         module=grpc
INFO[2022-05-18T04:07:30.081260859-07:00] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2022-05-18T04:07:30.081338233-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}  module=grpc
INFO[2022-05-18T04:07:30.081382677-07:00] ClientConn switching balancer to "pick_first"  module=grpc
INFO[2022-05-18T04:07:30.090106529-07:00] parsed scheme: "unix"                         module=grpc
INFO[2022-05-18T04:07:30.090238312-07:00] scheme "unix" not registered, fallback to default scheme  module=grpc
INFO[2022-05-18T04:07:30.090328273-07:00] ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}  module=grpc
INFO[2022-05-18T04:07:30.090410324-07:00] ClientConn switching balancer to "pick_first"  module=grpc
WARN[2022-05-18T04:07:30.157648337-07:00] Your kernel does not support cgroup blkio weight 
WARN[2022-05-18T04:07:30.157722985-07:00] Your kernel does not support cgroup blkio weight_device 
INFO[2022-05-18T04:07:30.158579359-07:00] Loading containers: start.                   
INFO[2022-05-18T04:07:30.399251536-07:00] 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 
INFO[2022-05-18T04:07:30.577559869-07:00] Loading containers: done.                    
WARN[2022-05-18T04:07:30.897037889-07:00] Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled  storage-driver=overlay2
INFO[2022-05-18T04:07:30.898185579-07:00] Docker daemon                                 commit=79ea9d3 graphdriver(s)=overlay2 version=20.10.9
INFO[2022-05-18T04:07:30.898818730-07:00] Daemon has completed initialization          
INFO[2022-05-18T04:07:30.967826193-07:00] API listen on /var/run/docker.sock

Trying to launch the base container hello-world:

ts_d85ed3156a39:~# docker run hello-world
Unable to find image 'hello-world:latest' locally
WARN[2022-05-18T04:12:30.563275464-07:00] Error getting v2 registry: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 
INFO[2022-05-18T04:12:30.563410913-07:00] Attempting next endpoint for pull after error: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 
ERRO[2022-05-18T04:12:30.565035178-07:00] Handler for POST /v1.41/images/create returned error: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).

Okay, I decided to find a workaround. Downloaded the image and uploaded it to docker:

ts_d85ed3156a39:~# docker load -i hw.tar 
e07ee1baac5f: Loading layer [==================================================>]  14.85kB/14.85kB
Loaded image: hello-world:latest

Launching the image:

ts_d85ed3156a39:~# docker run hello-world
time="2022-05-18T04:08:23.720736286-07:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/9f6a9625e8a80ed77869d08396d896f1fcff409cd1385542c666115a235cd5e6 pid=8489
INFO[2022-05-18T04:08:24.545867880-07:00] shim disconnected                             id=9f6a9625e8a80ed77869d08396d896f1fcff409cd1385542c666115a235cd5e6
ERRO[2022-05-18T04:08:24.546349063-07:00] copy shim log                                 error="read /proc/self/fd/14: file already closed"
ERRO[2022-05-18T04:08:24.556671254-07:00] stream copy error: reading from a closed fifo 
ERRO[2022-05-18T04:08:24.559862359-07:00] stream copy error: reading from a closed fifo 
ERRO[2022-05-18T04:08:24.660924968-07:00] 9f6a9625e8a80ed77869d08396d896f1fcff409cd1385542c666115a235cd5e6 cleanup: failed to delete container from containerd: no such container 
ERRO[2022-05-18T04:08:24.661048972-07:00] Handler for POST /v1.41/containers/9f6a9625e8a80ed77869d08396d896f1fcff409cd1385542c666115a235cd5e6/start returned error: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:134: jailing process inside rootfs caused: pivot_root invalid argument: unknown 
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:134: jailing process inside rootfs caused: pivot_root invalid argument: unknown.
ERRO[0001] error waiting for container: context canceled

It is still inoperable. We need to come up with something 🤓

AlexanderZhirov commented 2 years ago
ts_d85ed3156a39:~# docker run hello-world
Unable to find image 'hello-world:latest' locally
WARN[2022-05-18T04:12:30.563275464-07:00] Error getting v2 registry: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 
INFO[2022-05-18T04:12:30.563410913-07:00] Attempting next endpoint for pull after error: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 
ERRO[2022-05-18T04:12:30.565035178-07:00] Handler for POST /v1.41/images/create returned error: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) 
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).

The problem was in the automatic network setup. I had to disable DHCP and configure the network manually in the file thinstation.conf.buildtime, since it was not possible to do it with your hands in a loaded system. But after setting up the network health, the following problem appeared:

ts_d85ed3156a39:/# docker run hello-world
Unable to find image 'hello-world:latest' locally
WARN[2022-05-18T04:57:14.897965448-07:00] Error getting v2 registry: Get "https://registry-1.docker.io/v2/": x509: certificate signed by unknown authority 
INFO[2022-05-18T04:57:14.898075647-07:00] Attempting next endpoint for pull after error: Get "https://registry-1.docker.io/v2/": x509: certificate signed by unknown authority 
ERRO[2022-05-18T04:57:14.899837401-07:00] Handler for POST /v1.41/images/create returned error: Get "https://registry-1.docker.io/v2/": x509: certificate signed by unknown authority 
docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": x509: certificate signed by unknown authority.

Solved this problem as follows (download certificate):

mkdir -p /etc/pki/tls/certs
cd /etc/pki/tls/certs
wget https://curl.se/ca/cacert-2022-04-26.pem

After that, the image download command started working, but the startup error remained:

ts_d85ed3156a39:/etc/pki/tls/certs# docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
2db29710123e: Pull complete 
Digest: sha256:80f31da1ac7b312ba29d65080fddf797dd76acfb870e677f390d5acba9741b17
Status: Downloaded newer image for hello-world:latest
time="2022-05-18T05:06:22.559549405-07:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/f4613158535b622b2d0a428b91285550a6362373ca6090fbe312be1fee34b4cf pid=9475
INFO[2022-05-18T05:06:23.094687549-07:00] shim disconnected                             id=f4613158535b622b2d0a428b91285550a6362373ca6090fbe312be1fee34b4cf
ERRO[2022-05-18T05:06:23.101121422-07:00] copy shim log                                 error="read /proc/self/fd/14: file already closed"
ERRO[2022-05-18T05:06:23.101738126-07:00] stream copy error: reading from a closed fifo 
ERRO[2022-05-18T05:06:23.102094768-07:00] stream copy error: reading from a closed fifo 
ERRO[2022-05-18T05:06:23.199006034-07:00] f4613158535b622b2d0a428b91285550a6362373ca6090fbe312be1fee34b4cf cleanup: failed to delete container from containerd: no such container 
ERRO[2022-05-18T05:06:23.199157047-07:00] Handler for POST /v1.41/containers/f4613158535b622b2d0a428b91285550a6362373ca6090fbe312be1fee34b4cf/start returned error: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:134: jailing process inside rootfs caused: pivot_root invalid argument: unknown 
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:134: jailing process inside rootfs caused: pivot_root invalid argument: unknown.
ERRO[0004] error waiting for container: context canceled

And such an error when starting any container:

ts_d85ed3156a39:~# docker run nginx:alpine
Unable to find image 'nginx:alpine' locally
alpine: Pulling from library/nginx
df9b9388f04a: Pull complete 
a285f0f83eed: Pull complete 
e00351ea626c: Pull complete 
06f5cb628050: Pull complete 
32261d4e220f: Pull complete 
9da77f8e409e: Pull complete 
Digest: sha256:a74534e76ee1121d418fa7394ca930eb67440deda413848bc67c68138535b989
Status: Downloaded newer image for nginx:alpine
time="2022-05-18T05:28:17.957323756-07:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/71ed20f5d4399dc7473ac1c6c023d4fdb0b19fc74e22dc8f3b1c9bfff94e2e8a pid=11957
INFO[2022-05-18T05:28:18.570834388-07:00] shim disconnected                             id=71ed20f5d4399dc7473ac1c6c023d4fdb0b19fc74e22dc8f3b1c9bfff94e2e8a
ERRO[2022-05-18T05:28:18.571036997-07:00] copy shim log                                 error="read /proc/self/fd/14: file already closed"
ERRO[2022-05-18T05:28:18.573065012-07:00] stream copy error: reading from a closed fifo 
ERRO[2022-05-18T05:28:18.573700812-07:00] stream copy error: reading from a closed fifo 
ERRO[2022-05-18T05:28:18.664479132-07:00] 71ed20f5d4399dc7473ac1c6c023d4fdb0b19fc74e22dc8f3b1c9bfff94e2e8a cleanup: failed to delete container from containerd: no such container 
ERRO[2022-05-18T05:28:18.664584562-07:00] Handler for POST /v1.41/containers/71ed20f5d4399dc7473ac1c6c023d4fdb0b19fc74e22dc8f3b1c9bfff94e2e8a/start returned error: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:134: jailing process inside rootfs caused: pivot_root invalid argument: unknown 
docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:134: jailing process inside rootfs caused: pivot_root invalid argument: unknown.
ERRO[0008] error waiting for container: context canceled 
AlexanderZhirov commented 2 years ago

@Thinstation About raising Docker on a thin client there are no options?

Thinstation commented 2 years ago

Hmmm, try running the image in the chroot. cd /build/tmp-tree cast . /etc/thinstation.global

Then test.

Thinstation commented 2 years ago

DOCKER_RAMDISK=true

Thinstation commented 2 years ago

I pushed a docker package for you.

AlexanderZhirov commented 2 years ago

I pushed a docker package for you.

Thank you so much for the work you have done!

I tried to raise nginx. Found a problem: port forwarding failed:

изображение

Thinstation commented 2 years ago

do an allmodules build

AlexanderZhirov commented 2 years ago

do an allmodules build

Yes, a couple of modules were missing. I think they need to be installed by default in the docker package as a dependency, since they are not only necessary for a specific PC:

xt_nat
veth

изображение

AlexanderZhirov commented 2 years ago

P.S. And it would be cool if you could add docker-compose as a separate package. It is downloaded remotely.

Thinstation commented 2 years ago

Already done.

AlexanderZhirov commented 2 years ago

Already done.

For some reason, the docker-compose from package is not recognized:

ts_080027b3b812:~# ls -l /bin/docker-compose 
-rwxr-xr-x    1 root     root           215 May 31 17:00 /bin/docker-compose
ts_080027b3b812:~# docker-compose --version
-sh: docker-compose: not found
ts_080027b3b812:~# docker compose version
docker: 'compose' is not a docker command.
See 'docker --help'

During the assembly process, I saw this:

Installing Python3 Packages
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting docker-compose
  Using cached docker_compose-1.29.2-py2.py3-none-any.whl (114 kB)
Collecting texttable<2,>=0.9.0
  Using cached texttable-1.6.4-py2.py3-none-any.whl (10 kB)
Collecting docker[ssh]>=5
  Using cached docker-5.0.3-py2.py3-none-any.whl (146 kB)
Collecting python-dotenv<1,>=0.13.0
  Using cached python_dotenv-0.20.0-py3-none-any.whl (17 kB)
Collecting jsonschema<4,>=2.5.1
  Using cached jsonschema-3.2.0-py2.py3-none-any.whl (56 kB)
Collecting PyYAML<6,>=3.10
  Using cached PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB)
Collecting websocket-client<1,>=0.32.0
  Using cached websocket_client-0.59.0-py2.py3-none-any.whl (67 kB)
Collecting requests<3,>=2.20.0
  Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting dockerpty<1,>=0.4.1
  Using cached dockerpty-0.4.1.tar.gz (13 kB)
Collecting docopt<1,>=0.6.1
  Using cached docopt-0.6.2.tar.gz (25 kB)
Collecting distro<2,>=1.5.0
  Using cached distro-1.7.0-py3-none-any.whl (20 kB)
Collecting paramiko>=2.4.2
  Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
Collecting six>=1.3.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pyrsistent>=0.14.0
  Using cached pyrsistent-0.18.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (115 kB)
Collecting setuptools
  Using cached setuptools-62.3.2-py3-none-any.whl (1.2 MB)
Collecting attrs>=17.4.0
  Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting bcrypt>=3.1.3
  Using cached bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
Collecting pynacl>=1.0.1
  Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
Collecting cryptography>=2.5
  Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_24_x86_64.whl (4.0 MB)
Collecting cffi>=1.1
  Using cached cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Collecting pycparser
  Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2022.5.18.1-py3-none-any.whl (155 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.9-py2.py3-none-any.whl (138 kB)
Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed.
Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed.
Installing collected packages: pycparser, urllib3, six, idna, charset-normalizer, cffi, certifi, websocket-client, requests, pynacl, cryptography, bcrypt, setuptools, pyrsistent, paramiko, docker, attrs, texttable, PyYAML, python-dotenv, jsonschema, docopt, dockerpty, distro, wheel, docker-compose
    Running setup.py install for docopt ... done
    Running setup.py install for dockerpty ... done
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tpm2-pkcs11-tools 1.33.7 requires pyasn1, which is not installed.
tpm2-pkcs11-tools 1.33.7 requires pyasn1_modules, which is not installed.
Successfully installed PyYAML-5.4.1 attrs-21.4.0 bcrypt-3.2.2 certifi-2022.5.18.1 cffi-1.15.0 charset-normalizer-2.0.12 cryptography-37.0.2 distro-1.7.0 docker-5.0.3 docker-compose-1.29.2 dockerpty-0.4.1 docopt-0.6.2 idna-3.3 jsonschema-3.2.0 paramiko-2.11.0 pycparser-2.21 pynacl-1.5.0 pyrsistent-0.18.1 python-dotenv-0.20.0 requests-2.27.1 setuptools-62.3.2 six-1.16.0 texttable-1.6.4 urllib3-1.26.9 websocket-client-0.59.0 wheel-0.37.1
WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv

@Thinstation It looks like something is missing.

AlexanderZhirov commented 2 years ago

And why is python used for docker-compose, if you can download it directly, as suggested here?

Thinstation commented 2 years ago

in the chroot, pip3 install wheel then build

Thinstation commented 2 years ago

docker-compose is a python application. It requires the python interpreter.

AlexanderZhirov commented 2 years ago

pip3 install wheel

I have yet to install:

pip install pyasn1 pyasn1-modules cryptography

After the rebuild, everything began to work!

P.S. When the autonet module is enabled, DNS servers are not detected in the virtual machine, I had to enter them manually. At the same time, after some time, the /etc/resolv.conf file is overwritten.

Thinstation commented 2 years ago

That sounds like the qemu bug, not autonet.

On Thu, Jun 2, 2022 at 2:13 AM Alexander Zhirov @.***> wrote:

pip3 install wheel

I have yet to install:

pip install pyasn1 pyasn1-modules cryptography

After the rebuild, everything began to work!

P.S. When the autonet module is enabled, DNS servers are not detected in the virtual machine, I had to enter them manually. At the same time, after some time, the /etc/resolv.conf file is overwritten.

— Reply to this email directly, view it on GitHub https://github.com/Thinstation/thinstation/issues/724#issuecomment-1144634386, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVW47R6FR6EBR6KT3DQ523VNB3JXANCNFSM5WGIK63A . You are receiving this because you were mentioned.Message ID: @.***>

AlexanderZhirov commented 2 years ago

That sounds like the qemu bug, not autonet.

I use VirtualBox 6.1.34_Solus r150636

Thinstation commented 2 years ago

They use the same library for networking. The first DNS server being handed out by your DHCP server is down.

AlexanderZhirov commented 2 years ago

I have identified another problem that I cannot overcome. For some reason, the connection to the client occurs only when the docker.socket service has been restarted.

That is, I download image nginx, launch the container. I'm trying to connect to the machine over the network. The download is spinning in the browser, but nothing is loaded. I restart the service on the machine (systemctl restart docker.service) and start the container again. Now there is a connection in the browser.

AlexanderZhirov commented 2 years ago

Maybe docker.socket is starting too early? Or what could be the problem?

Thinstation commented 2 years ago

Maybe, put an execpre in the service that calls sleep, and see what happens.

Thinstation commented 2 years ago

could also be module loading, maybe docker trying to do all that on startup is causing an issue.

AlexanderZhirov commented 2 years ago

Maybe, put an execpre in the service that calls sleep, and see what happens.

I added a delay to docker.service and then to docker.socket - nothing has changed:

ExecStartPre=/bin/sleep 10

could also be module loading, maybe docker trying to do all that on startup is causing an issue.

What do you mean?

AlexanderZhirov commented 2 years ago

At the request of the journal I get this log. A lot of warnings, given the fact that I was building an image with all the modules:

journalctl -b -u docker
-- Logs begin at Sat 2022-06-04 06:44:32 PDT, end at Sat 2022-06-04 06:44:45 PDT. --
Jun 04 06:44:39 thinstation-linux systemd[1]: Starting Docker Application Container Engine...
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.146186290-07:00" level=info msg="Starting up"
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.147352611-07:00" level=info msg="libcontainerd: started new containerd process" pid=3130
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.147385993-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.147399661-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.147446573-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.147473357-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45-07:00" level=warning msg="deprecated version : `1`, please switch to version `2`"
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.173591406-07:00" level=info msg="starting containerd" revision=212e8b6fa2f44b9c21b2798135fc6fb7c53efc16 version=v1.6.4
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.199975908-07:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.200078325-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.201561989-07: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.119TS\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.201609700-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.201738040-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (rootfs) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.201769872-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.201791635-07:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.201809462-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.201863240-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202132975-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202304778-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202343950-07:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202388411-07:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202419790-07:00" level=info msg="metadata content store policy set" policy=shared
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202662008-07:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202696415-07:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202717498-07:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202759330-07:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202783160-07:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202805065-07:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202840054-07:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.202875755-07:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.203282487-07:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.203309113-07:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.203330056-07:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.203351267-07:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.203471409-07:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.203573569-07:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205104698-07:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205208659-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205286555-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205403958-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205491828-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205568653-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205648226-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205719790-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205789802-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205858833-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.205934557-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.206015063-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.206175458-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.209389255-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.209569204-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.209670052-07:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.209832522-07:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.209912037-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.210113358-07:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.211156374-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.211531426-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.211662344-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Jun 04 06:44:45 ts_080027b3b812 dockerd[3130]: time="2022-06-04T06:44:45.211736920-07:00" level=info msg="containerd successfully booted in 0.038934s"
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.225142806-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.225280438-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.225384775-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.225519679-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.229535732-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.229567923-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.229606224-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.229623973-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.249833626-07:00" level=info msg="Loading containers: start."
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.366721376-07: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"
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.470044352-07:00" level=info msg="Loading containers: done."
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.481283885-07:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.481634808-07:00" level=info msg="Docker daemon" commit=f756502 graphdriver(s)=overlay2 version=20.10.16
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.481778501-07:00" level=info msg="Daemon has completed initialization"
Jun 04 06:44:45 ts_080027b3b812 systemd[1]: Started Docker Application Container Engine.
Jun 04 06:44:45 ts_080027b3b812 dockerd[2349]: time="2022-06-04T06:44:45.512160761-07:00" level=info msg="API listen on /run/docker.sock"
AlexanderZhirov commented 2 years ago

@Thinstation I checked again, it's still unclear why docker only works after restarting the socket. Do you have any ideas about this problem?

Thinstation commented 2 years ago

Try preloading all the modules that only get loaded when docker launches and starts your image. Probably 5 or 6 modules.

AlexanderZhirov commented 2 years ago

Try preloading all the modules that only get loaded when docker launches and starts your image. Probably 5 or 6 modules.

To be honest, I don't quite understand what needs to be done 🤔

Thinstation commented 2 years ago

Try the latest commit.

AlexanderZhirov commented 2 years ago

Try the latest commit.

изображение

No, it still works only after restarting the socket.

изображение

Doncuppjr commented 2 years ago

Idk, maybe we need to make a service file for containerd. 

On Wednesday, June 8, 2022, 06:48:19 AM PDT, Alexander Zhirov @.***> wrote:

   Try the latest commit.

No, it still works only after restarting the socket.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

AlexanderZhirov commented 2 years ago

Idk, maybe we need to make a service file for containerd.

I wonder if it has anything to do with this?

ts_080027b3b812:~# telnet 127.0.0.1 80
Connected to 127.0.0.1
Connection closed by foreign host

This does not work both before and after restarting the docker.socket. But the remote connection works after restarting the docker.socket.

AlexanderZhirov commented 2 years ago

@Thinstation Maybe some kind of firewall is launched after the start of docker? And what if you run docker some last in line?

Docker download log before and after the restart of docker.socket:

-- Logs begin at Wed 2022-06-08 12:39:19 PDT, end at Wed 2022-06-08 12:55:00 PDT. --
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting Docker Application Container Engine...
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.783204742-07:00" level=info msg="Starting up"
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785206053-07:00" level=info msg="libcontainerd: started new containerd process" pid=3164
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785298175-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785377646-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785448614-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785578580-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27-07:00" level=warning msg="deprecated version : `1`, please switch to version `2`"
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.817028283-07:00" level=info msg="starting containerd" revision=212e8b6fa2f44b9c21b2798135fc6fb7c53efc16 version=v1.6.4
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.842032196-07:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.842129297-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843587354-07: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.119TS\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843622622-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843774560-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (rootfs) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843800827-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843822747-07:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843841418-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843898046-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844117280-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844222559-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844247014-07:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844285951-07:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844306572-07:00" level=info msg="metadata content store policy set" policy=shared
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844507603-07:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844534319-07:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844554900-07:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844596483-07:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844619575-07:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844641585-07:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844673999-07:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844698187-07:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844914005-07:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844939665-07:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844961935-07:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844983404-07:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845094010-07:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845182670-07:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845434611-07:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845468831-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845490360-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845540632-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845563554-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845584345-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845603900-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845625339-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845646293-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.846778018-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.846852146-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.846929612-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847061939-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847132545-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847202218-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847270963-07:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847366470-07:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847435601-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847553276-07:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847910238-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.848048998-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.848173272-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.848243643-07:00" level=info msg="containerd successfully booted in 0.034506s"
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.858809607-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.858836797-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.858860424-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.858877008-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.867455669-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.867510657-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.867539486-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.867556898-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.873187464-07:00" level=info msg="Loading containers: start."
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.953183186-07: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"
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.008028356-07:00" level=info msg="Loading containers: done."
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.019085443-07:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.019390387-07:00" level=info msg="Docker daemon" commit=f756502 graphdriver(s)=overlay2 version=20.10.16
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.019600560-07:00" level=info msg="Daemon has completed initialization"
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Started Docker Application Container Engine.
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.047939166-07:00" level=info msg="API listen on /run/docker.sock"
Jun 08 12:39:44 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:44.004889542-07:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
Jun 08 12:39:44 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:44.005457177-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
Jun 08 12:39:44 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:44.005564229-07:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
Jun 08 12:39:44 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:44.005963660-07:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336 pid=4208 runtime=io.containerd.runc.v2
Jun 08 12:49:04 ts_080027b3b812 systemd[1]: Stopping Docker Application Container Engine...
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.804922528-07:00" level=info msg="Processing signal 'terminated'"
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.849715076-07:00" level=info msg="ignoring event" container=bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jun 08 12:49:04 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:49:04.850117293-07:00" level=info msg="shim disconnected" id=bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336
Jun 08 12:49:04 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:49:04.850601430-07:00" level=warning msg="cleaning up after shim disconnected" id=bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336 namespace=moby
Jun 08 12:49:04 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:49:04.850675501-07:00" level=info msg="cleaning up dead shim"
Jun 08 12:49:04 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:49:04.860743086-07:00" level=warning msg="cleanup warnings time=\"2022-06-08T12:49:04-07:00\" level=info msg=\"starting signal loop\" namespace=moby pid=5232 runtime=io.containerd.runc.v2\n"
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.909138097-07:00" level=info msg="Daemon shutdown complete"
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.909187344-07:00" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=moby
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.909220233-07:00" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.909291824-07:00" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: docker.service: Succeeded.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: Stopped Docker Application Container Engine.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: docker.service: Consumed 13.756s CPU time.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: Starting Docker Application Container Engine...
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.966873849-07:00" level=info msg="Starting up"
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968206645-07:00" level=info msg="libcontainerd: started new containerd process" pid=5473
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968247794-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968261986-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968285263-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968311590-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:49:05 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:05-07:00" level=warning msg="deprecated version : `1`, please switch to version `2`"
Jun 08 12:49:05 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:05.994367565-07:00" level=info msg="starting containerd" revision=212e8b6fa2f44b9c21b2798135fc6fb7c53efc16 version=v1.6.4
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.015332024-07:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.015532326-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.018273499-07: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.119TS\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.018389746-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019080875-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (rootfs) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019175110-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019252526-07:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019325165-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019424721-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019693155-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019931867-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020020807-07:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020101854-07:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020173209-07:00" level=info msg="metadata content store policy set" policy=shared
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020671921-07:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020757220-07:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020834841-07:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020959386-07:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021038149-07:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021114925-07:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021188852-07:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021263377-07:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021588686-07:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021710392-07:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021790064-07:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021864833-07:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022166827-07:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022336648-07:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022752125-07:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022836564-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022950031-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023094505-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023168347-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023242193-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023310171-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023377511-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023444456-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023511732-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023612612-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023720432-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023848815-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023945160-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024025688-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024095490-07:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024164886-07:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024235378-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024307696-07:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024679183-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024813551-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024996240-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.025083724-07:00" level=info msg="containerd successfully booted in 0.031773s"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.037470764-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.037667377-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.038219773-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.038265319-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.041668623-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.041710186-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.041743848-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.041778024-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.048155394-07:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.051182815-07:00" level=info msg="Loading containers: start."
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.178024757-07: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"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.233979554-07:00" level=info msg="No non-localhost DNS nameservers are left in resolv.conf. Using default external servers: [nameserver 8.8.8.8 nameserver 8.8.4.4]"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.234012248-07:00" level=info msg="IPv6 enabled; Adding default IPv6 external servers: [nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844]"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.282114544-07:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.282394590-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.282493137-07:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.282854151-07:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336 pid=5667 runtime=io.containerd.runc.v2
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.540140592-07:00" level=info msg="Loading containers: done."
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.560225084-07:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.560476035-07:00" level=info msg="Docker daemon" commit=f756502 graphdriver(s)=overlay2 version=20.10.16
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.560536726-07:00" level=info msg="Daemon has completed initialization"
Jun 08 12:49:06 ts_080027b3b812 systemd[1]: Started Docker Application Container Engine.
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.586569279-07:00" level=info msg="API listen on /run/docker.sock"

Distribution download log from the start:

-- Logs begin at Wed 2022-06-08 12:39:19 PDT, end at Wed 2022-06-08 12:55:00 PDT. --
Jun 08 12:39:19 thinstation-linux kernel: Linux version 5.10.119TS (root@fedora) (gcc (ThinStation-x86_64) 10.3.0, GNU ld (GNU Binutils) 2.32) #1 SMP PREEMPT Tue May 31 02:59:16 UTC 2022
Jun 08 12:39:19 thinstation-linux kernel: Command line: BOOT_IMAGE=/boot/vmlinuz initrd=/boot/initrd  splash=off console=tty1 LM=4
Jun 08 12:39:19 thinstation-linux kernel: KERNEL supported cpus:
Jun 08 12:39:19 thinstation-linux kernel:   Intel GenuineIntel
Jun 08 12:39:19 thinstation-linux kernel:   AMD AuthenticAMD
Jun 08 12:39:19 thinstation-linux kernel:   Hygon HygonGenuine
Jun 08 12:39:19 thinstation-linux kernel:   Centaur CentaurHauls
Jun 08 12:39:19 thinstation-linux kernel:   zhaoxin   Shanghai  
Jun 08 12:39:19 thinstation-linux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 08 12:39:19 thinstation-linux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 08 12:39:19 thinstation-linux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 08 12:39:19 thinstation-linux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 08 12:39:19 thinstation-linux kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jun 08 12:39:19 thinstation-linux kernel: BIOS-provided physical RAM map:
Jun 08 12:39:19 thinstation-linux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Jun 08 12:39:19 thinstation-linux kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Jun 08 12:39:19 thinstation-linux kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Jun 08 12:39:19 thinstation-linux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable
Jun 08 12:39:19 thinstation-linux kernel: BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data
Jun 08 12:39:19 thinstation-linux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 08 12:39:19 thinstation-linux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 08 12:39:19 thinstation-linux kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
Jun 08 12:39:19 thinstation-linux kernel: NX (Execute Disable) protection: active
Jun 08 12:39:19 thinstation-linux kernel: SMBIOS 2.5 present.
Jun 08 12:39:19 thinstation-linux kernel: DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
Jun 08 12:39:19 thinstation-linux kernel: Hypervisor detected: KVM
Jun 08 12:39:19 thinstation-linux kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00
Jun 08 12:39:19 thinstation-linux kernel: kvm-clock: cpu 0, msr 77c01001, primary cpu clock
Jun 08 12:39:19 thinstation-linux kernel: kvm-clock: using sched offset of 2807896826 cycles
Jun 08 12:39:19 thinstation-linux kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
Jun 08 12:39:19 thinstation-linux kernel: tsc: Detected 3092.972 MHz processor
Jun 08 12:39:19 thinstation-linux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 08 12:39:19 thinstation-linux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 08 12:39:19 thinstation-linux kernel: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000
Jun 08 12:39:19 thinstation-linux kernel: MTRR default type: uncachable
Jun 08 12:39:19 thinstation-linux kernel: MTRR variable ranges disabled:
Jun 08 12:39:19 thinstation-linux kernel: Disabled
Jun 08 12:39:19 thinstation-linux kernel: x86/PAT: MTRRs disabled, skipping PAT initialization too.
Jun 08 12:39:19 thinstation-linux kernel: CPU MTRRs all blank - virtualized system.
Jun 08 12:39:19 thinstation-linux kernel: x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
Jun 08 12:39:19 thinstation-linux kernel: found SMP MP-table at [mem 0x0009fff0-0x0009ffff]
Jun 08 12:39:19 thinstation-linux kernel: RAMDISK: [mem 0x7bd6a000-0x7ffeffff]
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Early table checksum verification disabled
Jun 08 12:39:19 thinstation-linux kernel: ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX  )
Jun 08 12:39:19 thinstation-linux kernel: ACPI: XSDT 0x000000007FFF0030 00003C (v01 VBOX   VBOXXSDT 00000001 ASL  00000061)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: FACP 0x000000007FFF00F0 0000F4 (v04 VBOX   VBOXFACP 00000001 ASL  00000061)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: DSDT 0x000000007FFF0470 002327 (v02 VBOX   VBOXBIOS 00000002 INTL 20220331)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: FACS 0x000000007FFF0200 000040
Jun 08 12:39:19 thinstation-linux kernel: ACPI: FACS 0x000000007FFF0200 000040
Jun 08 12:39:19 thinstation-linux kernel: ACPI: APIC 0x000000007FFF0240 00005C (v02 VBOX   VBOXAPIC 00000001 ASL  00000061)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: SSDT 0x000000007FFF02A0 0001CC (v01 VBOX   VBOXCPUT 00000002 INTL 20220331)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Reserving FACP table memory at [mem 0x7fff00f0-0x7fff01e3]
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Reserving DSDT table memory at [mem 0x7fff0470-0x7fff2796]
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Reserving FACS table memory at [mem 0x7fff0200-0x7fff023f]
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Reserving FACS table memory at [mem 0x7fff0200-0x7fff023f]
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Reserving APIC table memory at [mem 0x7fff0240-0x7fff029b]
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Reserving SSDT table memory at [mem 0x7fff02a0-0x7fff046b]
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Local APIC address 0xfee00000
Jun 08 12:39:19 thinstation-linux kernel: No NUMA configuration found
Jun 08 12:39:19 thinstation-linux kernel: Faking a node at [mem 0x0000000000000000-0x000000007ffeffff]
Jun 08 12:39:19 thinstation-linux kernel: NODE_DATA(0) allocated [mem 0x7bd3f000-0x7bd69fff]
Jun 08 12:39:19 thinstation-linux kernel: Zone ranges:
Jun 08 12:39:19 thinstation-linux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 08 12:39:19 thinstation-linux kernel:   DMA32    [mem 0x0000000001000000-0x000000007ffeffff]
Jun 08 12:39:19 thinstation-linux kernel:   Normal   empty
Jun 08 12:39:19 thinstation-linux kernel:   Device   empty
Jun 08 12:39:19 thinstation-linux kernel: Movable zone start for each node
Jun 08 12:39:19 thinstation-linux kernel: Early memory node ranges
Jun 08 12:39:19 thinstation-linux kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Jun 08 12:39:19 thinstation-linux kernel:   node   0: [mem 0x0000000000100000-0x000000007ffeffff]
Jun 08 12:39:19 thinstation-linux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffeffff]
Jun 08 12:39:19 thinstation-linux kernel: On node 0 totalpages: 524174
Jun 08 12:39:19 thinstation-linux kernel:   DMA zone: 64 pages used for memmap
Jun 08 12:39:19 thinstation-linux kernel:   DMA zone: 21 pages reserved
Jun 08 12:39:19 thinstation-linux kernel:   DMA zone: 3998 pages, LIFO batch:0
Jun 08 12:39:19 thinstation-linux kernel:   DMA32 zone: 8128 pages used for memmap
Jun 08 12:39:19 thinstation-linux kernel:   DMA32 zone: 520176 pages, LIFO batch:63
Jun 08 12:39:19 thinstation-linux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 08 12:39:19 thinstation-linux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Jun 08 12:39:19 thinstation-linux kernel: On node 0, zone DMA32: 16 pages in unavailable ranges
Jun 08 12:39:19 thinstation-linux kernel: ACPI: PM-Timer IO Port: 0x4008
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Local APIC address 0xfee00000
Jun 08 12:39:19 thinstation-linux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jun 08 12:39:19 thinstation-linux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: IRQ0 used by override.
Jun 08 12:39:19 thinstation-linux kernel: ACPI: IRQ9 used by override.
Jun 08 12:39:19 thinstation-linux kernel: Using ACPI (MADT) for SMP configuration information
Jun 08 12:39:19 thinstation-linux kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Jun 08 12:39:19 thinstation-linux kernel: [mem 0x80000000-0xfebfffff] available for PCI devices
Jun 08 12:39:19 thinstation-linux kernel: Booting paravirtualized kernel on KVM
Jun 08 12:39:19 thinstation-linux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Jun 08 12:39:19 thinstation-linux kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
Jun 08 12:39:19 thinstation-linux kernel: percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u1048576
Jun 08 12:39:19 thinstation-linux kernel: pcpu-alloc: s180224 r8192 d28672 u1048576 alloc=1*2097152
Jun 08 12:39:19 thinstation-linux kernel: pcpu-alloc: [0] 0 1 
Jun 08 12:39:19 thinstation-linux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 515961
Jun 08 12:39:19 thinstation-linux kernel: Policy zone: DMA32
Jun 08 12:39:19 thinstation-linux kernel: Kernel command line: usbhid.quirks=0x1bfd:0x3050:0x40 vt.global_cursor_default=0 loglevel=3 systemd.show_status=false udev.log_priority=3 rd.systemd.show_status=false rd.udev.log_priority=3 i915.fastboot=1 systemd.unified_cgroup_hierarchy=1 BOOT_IMAGE=/boot/vmlinuz initrd=/boot/initrd  splash=off console=tty1 LM=4
Jun 08 12:39:19 thinstation-linux kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: mem auto-init: stack:byref(zero), heap alloc:on, heap free:off
Jun 08 12:39:19 thinstation-linux kernel: Memory: 1960976K/2096696K available (12292K kernel code, 1681K rwdata, 3684K rodata, 2104K init, 4880K bss, 135460K reserved, 0K cma-reserved)
Jun 08 12:39:19 thinstation-linux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Jun 08 12:39:19 thinstation-linux kernel: Kernel/User page tables isolation: enabled
Jun 08 12:39:19 thinstation-linux kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 08 12:39:19 thinstation-linux kernel: rcu:         RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
Jun 08 12:39:19 thinstation-linux kernel:         Trampoline variant of Tasks RCU enabled.
Jun 08 12:39:19 thinstation-linux kernel:         Tracing variant of Tasks RCU enabled.
Jun 08 12:39:19 thinstation-linux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Jun 08 12:39:19 thinstation-linux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Jun 08 12:39:19 thinstation-linux kernel: NR_IRQS: 4352, nr_irqs: 440, preallocated irqs: 16
Jun 08 12:39:19 thinstation-linux kernel: rcu:         Offload RCU callbacks from CPUs: (none).
Jun 08 12:39:19 thinstation-linux kernel: Console: colour VGA+ 80x25
Jun 08 12:39:19 thinstation-linux kernel: printk: console [tty1] enabled
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Core revision 20200925
Jun 08 12:39:19 thinstation-linux kernel: APIC: Switch to symmetric I/O mode setup
Jun 08 12:39:19 thinstation-linux kernel: x2apic enabled
Jun 08 12:39:19 thinstation-linux kernel: Switched APIC routing to physical x2apic.
Jun 08 12:39:19 thinstation-linux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 08 12:39:19 thinstation-linux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2c955856658, max_idle_ns: 440795256416 ns
Jun 08 12:39:19 thinstation-linux kernel: Calibrating delay loop (skipped) preset value.. 6185.94 BogoMIPS (lpj=3092972)
Jun 08 12:39:19 thinstation-linux kernel: pid_max: default: 32768 minimum: 301
Jun 08 12:39:19 thinstation-linux kernel: LSM: Security Framework initializing
Jun 08 12:39:19 thinstation-linux kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jun 08 12:39:19 thinstation-linux kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jun 08 12:39:19 thinstation-linux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 08 12:39:19 thinstation-linux kernel: Spectre V2 : Mitigation: Retpolines
Jun 08 12:39:19 thinstation-linux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 08 12:39:19 thinstation-linux kernel: Speculative Store Bypass: Vulnerable
Jun 08 12:39:19 thinstation-linux kernel: MDS: Mitigation: Clear CPU buffers
Jun 08 12:39:19 thinstation-linux kernel: Freeing SMP alternatives memory: 32K
Jun 08 12:39:19 thinstation-linux kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E31220 @ 3.10GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Jun 08 12:39:19 thinstation-linux kernel: Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
Jun 08 12:39:19 thinstation-linux kernel: rcu: Hierarchical SRCU implementation.
Jun 08 12:39:19 thinstation-linux kernel: smp: Bringing up secondary CPUs ...
Jun 08 12:39:19 thinstation-linux kernel: x86: Booting SMP configuration:
Jun 08 12:39:19 thinstation-linux kernel: .... node  #0, CPUs:      #1
Jun 08 12:39:19 thinstation-linux kernel: kvm-clock: cpu 1, msr 77c01041, secondary cpu clock
Jun 08 12:39:19 thinstation-linux kernel: smp: Brought up 1 node, 2 CPUs
Jun 08 12:39:19 thinstation-linux kernel: smpboot: Max logical packages: 1
Jun 08 12:39:19 thinstation-linux kernel: smpboot: Total of 2 processors activated (12371.88 BogoMIPS)
Jun 08 12:39:19 thinstation-linux kernel: devtmpfs: initialized
Jun 08 12:39:19 thinstation-linux kernel: x86/mm: Memory block size: 128MB
Jun 08 12:39:19 thinstation-linux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Jun 08 12:39:19 thinstation-linux kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: pinctrl core: initialized pinctrl subsystem
Jun 08 12:39:19 thinstation-linux kernel: NET: Registered protocol family 16
Jun 08 12:39:19 thinstation-linux kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
Jun 08 12:39:19 thinstation-linux kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 08 12:39:19 thinstation-linux kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 08 12:39:19 thinstation-linux kernel: audit: initializing netlink subsys (disabled)
Jun 08 12:39:19 thinstation-linux kernel: audit: type=2000 audit(1654717157.739:1): state=initialized audit_enabled=0 res=1
Jun 08 12:39:19 thinstation-linux kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 08 12:39:19 thinstation-linux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 08 12:39:19 thinstation-linux kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 08 12:39:19 thinstation-linux kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 08 12:39:19 thinstation-linux kernel: cpuidle: using governor ladder
Jun 08 12:39:19 thinstation-linux kernel: cpuidle: using governor menu
Jun 08 12:39:19 thinstation-linux kernel: ACPI: bus type PCI registered
Jun 08 12:39:19 thinstation-linux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 08 12:39:19 thinstation-linux kernel: PCI: Using configuration type 1 for base access
Jun 08 12:39:19 thinstation-linux kernel: cryptd: max_cpu_qlen set to 1000
Jun 08 12:39:19 thinstation-linux kernel: alg: No test for 842 (842-generic)
Jun 08 12:39:19 thinstation-linux kernel: alg: No test for 842 (842-scomp)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Added _OSI(Module Device)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Added _OSI(Processor Device)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Interpreter enabled
Jun 08 12:39:19 thinstation-linux kernel: ACPI: (supports S0 S5)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Using IOAPIC for interrupt routing
Jun 08 12:39:19 thinstation-linux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Enabled 2 GPEs in block 00 to 07
Jun 08 12:39:19 thinstation-linux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 08 12:39:19 thinstation-linux kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
Jun 08 12:39:19 thinstation-linux kernel: acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
Jun 08 12:39:19 thinstation-linux kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Jun 08 12:39:19 thinstation-linux kernel: PCI host bridge to bus 0000:00
Jun 08 12:39:19 thinstation-linux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 08 12:39:19 thinstation-linux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 08 12:39:19 thinstation-linux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 08 12:39:19 thinstation-linux kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xfdffffff window]
Jun 08 12:39:19 thinstation-linux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:01.1: reg 0x20: [io  0xd000-0xd00f]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:02.0: [15ad:0405] type 00 class 0x030000
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:02.0: reg 0x10: [io  0xd010-0xd01f]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:02.0: reg 0x14: [mem 0xe0000000-0xe0ffffff pref]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:02.0: reg 0x18: [mem 0xf0000000-0xf01fffff]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:03.0: reg 0x10: [mem 0xf0200000-0xf021ffff]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:03.0: reg 0x18: [io  0xd020-0xd027]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:04.0: reg 0x10: [io  0xd040-0xd05f]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:05.0: [8086:2415] type 00 class 0x040100
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:05.0: reg 0x10: [io  0xd100-0xd1ff]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:05.0: reg 0x14: [io  0xd200-0xd23f]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:06.0: reg 0x10: [mem 0xf0804000-0xf0804fff]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:07.0: quirk: [io  0x4000-0x403f] claimed by PIIX4 ACPI
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:07.0: quirk: [io  0x4100-0x410f] claimed by PIIX4 SMB
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:08.0: [8086:100e] type 00 class 0x020000
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:08.0: reg 0x10: [mem 0xf0820000-0xf083ffff]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:08.0: reg 0x18: [io  0xd240-0xd247]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:0b.0: [8086:265c] type 00 class 0x0c0320
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:0b.0: reg 0x10: [mem 0xf0840000-0xf0840fff]
Jun 08 12:39:19 thinstation-linux kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
Jun 08 12:39:19 thinstation-linux kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
Jun 08 12:39:19 thinstation-linux kernel: iommu: Default domain type: Translated 
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 08 12:39:19 thinstation-linux kernel: vgaarb: loaded
Jun 08 12:39:19 thinstation-linux kernel: ACPI: bus type USB registered
Jun 08 12:39:19 thinstation-linux kernel: usbcore: registered new interface driver usbfs
Jun 08 12:39:19 thinstation-linux kernel: usbcore: registered new interface driver hub
Jun 08 12:39:19 thinstation-linux kernel: usbcore: registered new device driver usb
Jun 08 12:39:19 thinstation-linux kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 08 12:39:19 thinstation-linux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 08 12:39:19 thinstation-linux kernel: PTP clock support registered
Jun 08 12:39:19 thinstation-linux kernel: EDAC MC: Ver: 3.0.0
Jun 08 12:39:19 thinstation-linux kernel: NetLabel: Initializing
Jun 08 12:39:19 thinstation-linux kernel: NetLabel:  domain hash size = 128
Jun 08 12:39:19 thinstation-linux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 08 12:39:19 thinstation-linux kernel: NetLabel:  unlabeled traffic allowed by default
Jun 08 12:39:19 thinstation-linux kernel: PCI: Using ACPI for IRQ routing
Jun 08 12:39:19 thinstation-linux kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 08 12:39:19 thinstation-linux kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Jun 08 12:39:19 thinstation-linux kernel: e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff]
Jun 08 12:39:19 thinstation-linux kernel: clocksource: Switched to clocksource kvm-clock
Jun 08 12:39:19 thinstation-linux kernel: pnp: PnP ACPI init
Jun 08 12:39:19 thinstation-linux kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
Jun 08 12:39:19 thinstation-linux kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
Jun 08 12:39:19 thinstation-linux kernel: pnp: PnP ACPI: found 2 devices
Jun 08 12:39:19 thinstation-linux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 08 12:39:19 thinstation-linux kernel: NET: Registered protocol family 2
Jun 08 12:39:19 thinstation-linux kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: TCP: Hash tables configured (established 16384 bind 16384)
Jun 08 12:39:19 thinstation-linux kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
Jun 08 12:39:19 thinstation-linux kernel: NET: Registered protocol family 1
Jun 08 12:39:19 thinstation-linux kernel: NET: Registered protocol family 44
Jun 08 12:39:19 thinstation-linux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 08 12:39:19 thinstation-linux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 08 12:39:19 thinstation-linux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 08 12:39:19 thinstation-linux kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xfdffffff window]
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds
Jun 08 12:39:19 thinstation-linux kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 08 12:39:19 thinstation-linux kernel: PCI: CLS 0 bytes, default 64
Jun 08 12:39:19 thinstation-linux kernel: Trying to unpack rootfs image as initramfs...
Jun 08 12:39:19 thinstation-linux kernel: Freeing initrd memory: 68120K
Jun 08 12:39:19 thinstation-linux kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer
Jun 08 12:39:19 thinstation-linux kernel: kvm: no hardware support
Jun 08 12:39:19 thinstation-linux kernel: has_svm: not amd or hygon
Jun 08 12:39:19 thinstation-linux kernel: kvm: no hardware support
Jun 08 12:39:19 thinstation-linux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c955856658, max_idle_ns: 440795256416 ns
Jun 08 12:39:19 thinstation-linux kernel: clocksource: Switched to clocksource tsc
Jun 08 12:39:19 thinstation-linux kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Jun 08 12:39:19 thinstation-linux kernel: Initialise system trusted keyrings
Jun 08 12:39:19 thinstation-linux kernel: Key type blacklist registered
Jun 08 12:39:19 thinstation-linux kernel: workingset: timestamp_bits=36 max_order=19 bucket_order=0
Jun 08 12:39:19 thinstation-linux kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Jun 08 12:39:19 thinstation-linux kernel: NET: Registered protocol family 38
Jun 08 12:39:19 thinstation-linux kernel: Key type asymmetric registered
Jun 08 12:39:19 thinstation-linux kernel: Asymmetric key parser 'x509' registered
Jun 08 12:39:19 thinstation-linux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Jun 08 12:39:19 thinstation-linux kernel: io scheduler mq-deadline registered
Jun 08 12:39:19 thinstation-linux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 08 12:39:19 thinstation-linux kernel: intel_idle: Please enable MWAIT in BIOS SETUP
Jun 08 12:39:19 thinstation-linux kernel: ACPI: AC Adapter [AC] (on-line)
Jun 08 12:39:19 thinstation-linux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Power Button [PWRF]
Jun 08 12:39:19 thinstation-linux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Sleep Button [SLPF]
Jun 08 12:39:19 thinstation-linux kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jun 08 12:39:19 thinstation-linux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input2
Jun 08 12:39:19 thinstation-linux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 08 12:39:19 thinstation-linux kernel: Non-volatile memory driver v1.3
Jun 08 12:39:19 thinstation-linux kernel: Linux agpgart interface v0.103
Jun 08 12:39:19 thinstation-linux kernel: brd: module loaded
Jun 08 12:39:19 thinstation-linux kernel: loop: module loaded
Jun 08 12:39:19 thinstation-linux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun 08 12:39:19 thinstation-linux kernel: ehci-pci: EHCI PCI platform driver
Jun 08 12:39:19 thinstation-linux kernel: ehci-pci 0000:00:0b.0: EHCI Host Controller
Jun 08 12:39:19 thinstation-linux kernel: ehci-pci 0000:00:0b.0: new USB bus registered, assigned bus number 1
Jun 08 12:39:19 thinstation-linux kernel: ehci-pci 0000:00:0b.0: irq 19, io mem 0xf0840000
Jun 08 12:39:19 thinstation-linux kernel: ehci-pci 0000:00:0b.0: USB 2.0 started, EHCI 1.00
Jun 08 12:39:19 thinstation-linux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Jun 08 12:39:19 thinstation-linux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 08 12:39:19 thinstation-linux kernel: usb usb1: Product: EHCI Host Controller
Jun 08 12:39:19 thinstation-linux kernel: usb usb1: Manufacturer: Linux 5.10.119TS ehci_hcd
Jun 08 12:39:19 thinstation-linux kernel: usb usb1: SerialNumber: 0000:00:0b.0
Jun 08 12:39:19 thinstation-linux kernel: hub 1-0:1.0: USB hub found
Jun 08 12:39:19 thinstation-linux kernel: hub 1-0:1.0: 12 ports detected
Jun 08 12:39:19 thinstation-linux kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jun 08 12:39:19 thinstation-linux kernel: ohci-pci: OHCI PCI platform driver
Jun 08 12:39:19 thinstation-linux kernel: ohci-pci 0000:00:06.0: OHCI PCI host controller
Jun 08 12:39:19 thinstation-linux kernel: ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 2
Jun 08 12:39:19 thinstation-linux kernel: ohci-pci 0000:00:06.0: irq 22, io mem 0xf0804000
Jun 08 12:39:19 thinstation-linux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
Jun 08 12:39:19 thinstation-linux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 08 12:39:19 thinstation-linux kernel: usb usb2: Product: OHCI PCI host controller
Jun 08 12:39:19 thinstation-linux kernel: usb usb2: Manufacturer: Linux 5.10.119TS ohci_hcd
Jun 08 12:39:19 thinstation-linux kernel: usb usb2: SerialNumber: 0000:00:06.0
Jun 08 12:39:19 thinstation-linux kernel: hub 2-0:1.0: USB hub found
Jun 08 12:39:19 thinstation-linux kernel: hub 2-0:1.0: 12 ports detected
Jun 08 12:39:19 thinstation-linux kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jun 08 12:39:19 thinstation-linux kernel: usbcore: registered new interface driver usbserial_generic
Jun 08 12:39:19 thinstation-linux kernel: usbserial: USB Serial support registered for generic
Jun 08 12:39:19 thinstation-linux kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Jun 08 12:39:19 thinstation-linux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 08 12:39:19 thinstation-linux kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 08 12:39:19 thinstation-linux kernel: mousedev: PS/2 mouse device common for all mice
Jun 08 12:39:19 thinstation-linux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Jun 08 12:39:19 thinstation-linux kernel: rtc_cmos rtc_cmos: registered as rtc0
Jun 08 12:39:19 thinstation-linux kernel: rtc_cmos rtc_cmos: setting system clock to 2022-06-08T19:39:19 UTC (1654717159)
Jun 08 12:39:19 thinstation-linux kernel: rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
Jun 08 12:39:19 thinstation-linux kernel: intel_pstate: CPU model not supported
Jun 08 12:39:19 thinstation-linux kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 08 12:39:19 thinstation-linux kernel: usbcore: registered new interface driver usbhid
Jun 08 12:39:19 thinstation-linux kernel: usbhid: USB HID core driver
Jun 08 12:39:19 thinstation-linux kernel: Initializing XFRM netlink socket
Jun 08 12:39:19 thinstation-linux kernel: NET: Registered protocol family 10
Jun 08 12:39:19 thinstation-linux kernel: Segment Routing with IPv6
Jun 08 12:39:19 thinstation-linux kernel: mip6: Mobile IPv6
Jun 08 12:39:19 thinstation-linux kernel: NET: Registered protocol family 17
Jun 08 12:39:19 thinstation-linux kernel: IPI shorthand broadcast: enabled
Jun 08 12:39:19 thinstation-linux kernel: AVX version of gcm_enc/dec engaged.
Jun 08 12:39:19 thinstation-linux kernel: AES CTR mode by8 optimization enabled
Jun 08 12:39:19 thinstation-linux kernel: sched_clock: Marking stable (6647150601, 8738679)->(6656849445, -960165)
Jun 08 12:39:19 thinstation-linux kernel: registered taskstats version 1
Jun 08 12:39:19 thinstation-linux kernel: Loading compiled-in X.509 certificates
Jun 08 12:39:19 thinstation-linux kernel: Loaded X.509 cert 'ThinStation Linux Signing Certificate: 56e919ea8d52c38fd693b6b29be679711624f409'
Jun 08 12:39:19 thinstation-linux kernel: Key type ._fscrypt registered
Jun 08 12:39:19 thinstation-linux kernel: Key type .fscrypt registered
Jun 08 12:39:19 thinstation-linux kernel: Key type fscrypt-provisioning registered
Jun 08 12:39:19 thinstation-linux kernel: Key type encrypted registered
Jun 08 12:39:19 thinstation-linux kernel: ima: No TPM chip found, activating TPM-bypass!
Jun 08 12:39:19 thinstation-linux kernel: ima: Allocated hash algorithm: sha512
Jun 08 12:39:19 thinstation-linux kernel: ima: No architecture policies found
Jun 08 12:39:19 thinstation-linux kernel: RAS: Correctable Errors collector initialized.
Jun 08 12:39:19 thinstation-linux kernel: Freeing unused decrypted memory: 2036K
Jun 08 12:39:19 thinstation-linux kernel: Freeing unused kernel image (initmem) memory: 2104K
Jun 08 12:39:19 thinstation-linux kernel: Write protecting the kernel read-only data: 18432k
Jun 08 12:39:19 thinstation-linux kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Jun 08 12:39:19 thinstation-linux kernel: Freeing unused kernel image (rodata/data gap) memory: 412K
Jun 08 12:39:19 thinstation-linux kernel: rodata_test: all tests were successful
Jun 08 12:39:19 thinstation-linux kernel: Run /init as init process
Jun 08 12:39:19 thinstation-linux kernel:   with arguments:
Jun 08 12:39:19 thinstation-linux kernel:     /init
Jun 08 12:39:19 thinstation-linux kernel:   with environment:
Jun 08 12:39:19 thinstation-linux kernel:     HOME=/
Jun 08 12:39:19 thinstation-linux kernel:     TERM=linux
Jun 08 12:39:19 thinstation-linux kernel:     BOOT_IMAGE=/boot/vmlinuz
Jun 08 12:39:19 thinstation-linux kernel:     splash=off
Jun 08 12:39:19 thinstation-linux kernel:     LM=4
Jun 08 12:39:19 thinstation-linux kernel: overlayfs: "xino" feature enabled using 2 upper inode bits.
Jun 08 12:39:19 thinstation-linux kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 08 12:39:19 thinstation-linux systemd[1]: Created slice User and Session Slice.
Jun 08 12:39:19 thinstation-linux kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 08 12:39:19 thinstation-linux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 08 12:39:19 thinstation-linux kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 08 12:39:19 thinstation-linux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 08 12:39:19 thinstation-linux systemd[1]: Reached target Login Prompts.
Jun 08 12:39:19 thinstation-linux systemd[1]: Reached target Network is Online.
Jun 08 12:39:19 thinstation-linux systemd[1]: Reached target Paths.
Jun 08 12:39:19 thinstation-linux systemd[1]: Reached target Slices.
Jun 08 12:39:19 thinstation-linux systemd[1]: Reached target Swap.
Jun 08 12:39:19 thinstation-linux systemd[1]: Listening on Syslog Socket.
Jun 08 12:39:19 thinstation-linux systemd[1]: Listening on initctl Compatibility Named Pipe.
Jun 08 12:39:19 thinstation-linux systemd[1]: Listening on Journal Audit Socket.
Jun 08 12:39:19 thinstation-linux systemd[1]: Listening on Journal Socket (/dev/log).
Jun 08 12:39:19 thinstation-linux systemd[1]: Listening on Journal Socket.
Jun 08 12:39:19 thinstation-linux systemd[1]: Listening on udev Control Socket.
Jun 08 12:39:19 thinstation-linux systemd[1]: Listening on udev Kernel Socket.
Jun 08 12:39:19 thinstation-linux systemd[1]: Condition check resulted in Huge Pages File System being skipped.
Jun 08 12:39:19 thinstation-linux systemd[1]: Mounting POSIX Message Queue File System...
Jun 08 12:39:19 thinstation-linux systemd[1]: Mounting Kernel Debug File System...
Jun 08 12:39:19 thinstation-linux systemd[1]: Mounting Temporary Directory (/tmp)...
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting ThinStation Debug Configuration...
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting Create list of static device nodes for the current kernel...
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting Configure VGA and Disable Specific Modules by Filters...
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting Rebuild Hardware Database...
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting Journal Service...
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting Load Kernel Modules...
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting udev Coldplug all Devices...
Jun 08 12:39:19 thinstation-linux systemd[1]: Mounted POSIX Message Queue File System.
Jun 08 12:39:19 thinstation-linux systemd[1]: Mounted Kernel Debug File System.
Jun 08 12:39:19 thinstation-linux systemd[1]: Mounted Temporary Directory (/tmp).
Jun 08 12:39:19 thinstation-linux systemd[1]: Started Create list of static device nodes for the current kernel.
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1130 audit(1654717159.664:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 08 12:39:19 thinstation-linux kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Jun 08 12:39:19 thinstation-linux kernel: Bridge firewalling registered
Jun 08 12:39:19 thinstation-linux systemd[1]: Started Create Static Device Nodes in /dev.
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1130 audit(1654717159.695:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1325 audit(1654717159.710:4): table=nat family=2 entries=0 op=xt_register pid=172 comm="systemd-modules"
Jun 08 12:39:19 thinstation-linux systemd-journald[171]: Journal started
Jun 08 12:39:19 thinstation-linux systemd-journald[171]: Runtime Journal (/run/log/journal/9c2dd0d708594d4e8865e31f6288a3e1) is 8.0M, max 99.4M, 91.4M free.
Jun 08 12:39:19 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux audit[172]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=172 comm="systemd-modules"
Jun 08 12:39:19 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux systemd[1]: Started Journal Service.
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1130 audit(1654717159.712:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1130 audit(1654717159.719:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 08 12:39:19 thinstation-linux systemd[1]: Started Load Kernel Modules.
Jun 08 12:39:19 thinstation-linux systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jun 08 12:39:19 thinstation-linux systemd[1]: Mounting Kernel Configuration File System...
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting Apply Kernel Variables...
Jun 08 12:39:19 thinstation-linux systemd[1]: Mounted Kernel Configuration File System.
Jun 08 12:39:19 thinstation-linux systemd-journald[171]: Time spent on flushing to /var is 15.762ms for 436 entries.
Jun 08 12:39:19 thinstation-linux systemd-journald[171]: System Journal (/var/log/journal/9c2dd0d708594d4e8865e31f6288a3e1) is 8.0M, max 95.7M, 87.7M free.
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1130 audit(1654717159.737:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1130 audit(1654717159.744:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux systemd-sysctl[204]: Couldn't write '16' to 'kernel/sysrq', ignoring: No such file or directory
Jun 08 12:39:19 thinstation-linux systemd-sysctl[204]: Couldn't write '1' to 'kernel/core_uses_pid', ignoring: No such file or directory
Jun 08 12:39:19 thinstation-linux systemd[1]: Started Apply Kernel Variables.
Jun 08 12:39:19 thinstation-linux systemd[1]: Started Flush Journal to Persistent Storage.
Jun 08 12:39:19 thinstation-linux kernel: usb 2-1: new full-speed USB device number 2 using ohci-pci
Jun 08 12:39:19 thinstation-linux systemd[1]: Started udev Coldplug all Devices.
Jun 08 12:39:19 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1130 audit(1654717159.836:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux systemd[1]: Starting udev Wait for Complete Device Initialization...
Jun 08 12:39:19 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=debug comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux systemd[1]: Started ThinStation Debug Configuration.
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1130 audit(1654717159.887:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=debug comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: loading out-of-tree module taints kernel.
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: version 0.8
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: Found discrete VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: failed to evaluate \_SB_.PCI0.GFX0._DSM {0xF8,0xD8,0x86,0xA4,0xDA,0x0B,0x1B,0x47,0xA7,0x2B,0x60,0x42,0xA6,0xB5,0xBE,0xE0} 0x100 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: failed to evaluate \_SB_.PCI0.GFX0._DSM {0xA0,0xA0,0x95,0x9D,0x60,0x00,0x48,0x4D,0xB3,0x4D,0x7E,0x5F,0xEA,0x12,0x9F,0xD4} 0x102 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: No suitable _DSM call found.
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: version 0.8
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: Found discrete VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: failed to evaluate \_SB_.PCI0.GFX0._DSM {0xF8,0xD8,0x86,0xA4,0xDA,0x0B,0x1B,0x47,0xA7,0x2B,0x60,0x42,0xA6,0xB5,0xBE,0xE0} 0x100 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: failed to evaluate \_SB_.PCI0.GFX0._DSM {0xA0,0xA0,0x95,0x9D,0x60,0x00,0x48,0x4D,0xB3,0x4D,0x7E,0x5F,0xEA,0x12,0x9F,0xD4} 0x102 0x0 {0x00,0x00,0x00,0x00}: AE_NOT_FOUND
Jun 08 12:39:19 thinstation-linux kernel: bbswitch: No suitable _DSM call found.
Jun 08 12:39:19 thinstation-linux kernel: uvesafb: Oracle Corporation, Oracle VM VirtualBox VBE Adapter, Oracle VM VirtualBox Version 6.1.34, OEM: VirtualBox VESA BIOS, VBE v2.0
Jun 08 12:39:19 thinstation-linux kernel: uvesafb: no monitor limits have been set, default refresh rate will be used
Jun 08 12:39:19 thinstation-linux kernel: uvesafb: scrolling: redraw
Jun 08 12:39:19 thinstation-linux kernel: Console: switching to colour frame buffer device 100x37
Jun 08 12:39:19 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pre-udev comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:19 thinstation-linux systemd[1]: Started Configure VGA and Disable Specific Modules by Filters.
Jun 08 12:39:19 thinstation-linux kernel: uvesafb: framebuffer at 0xe0000000, mapped to 0x(____ptrval____), using 15000k, total 16384k
Jun 08 12:39:19 thinstation-linux kernel: uvesafb: fb0: VESA VGA frame buffer device
Jun 08 12:39:19 thinstation-linux kernel: audit: type=1130 audit(1654717159.989:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pre-udev comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:20 thinstation-linux kernel: usb 2-1: New USB device found, idVendor=80ee, idProduct=0021, bcdDevice= 1.00
Jun 08 12:39:20 thinstation-linux kernel: usb 2-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
Jun 08 12:39:20 thinstation-linux kernel: usb 2-1: Product: USB Tablet
Jun 08 12:39:20 thinstation-linux kernel: usb 2-1: Manufacturer: VirtualBox
Jun 08 12:39:20 thinstation-linux kernel: input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb2/2-1/2-1:1.0/0003:80EE:0021.0001/input/input6
Jun 08 12:39:20 thinstation-linux kernel: hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0
Jun 08 12:39:20 thinstation-linux systemd[1]: Started Rebuild Hardware Database.
Jun 08 12:39:20 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hwdb-update comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:20 thinstation-linux kernel: urandom_read_iter: 44 callbacks suppressed
Jun 08 12:39:20 thinstation-linux kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 08 12:39:20 thinstation-linux audit: AUDIT1334 prog-id=6 op=LOAD
Jun 08 12:39:20 thinstation-linux audit: AUDIT1334 prog-id=7 op=LOAD
Jun 08 12:39:20 thinstation-linux systemd[1]: Starting udev Kernel Device Manager...
Jun 08 12:39:20 thinstation-linux kernel: random: systemd-journal: uninitialized urandom read (16 bytes read)
Jun 08 12:39:20 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:20 thinstation-linux systemd[1]: Started udev Kernel Device Manager.
Jun 08 12:39:20 thinstation-linux kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 08 12:39:20 thinstation-linux kernel: e1000: Intel(R) PRO/1000 Network Driver
Jun 08 12:39:20 thinstation-linux kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
Jun 08 12:39:21 thinstation-linux kernel: e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:b3:b8:12
Jun 08 12:39:21 thinstation-linux kernel: e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
Jun 08 12:39:22 thinstation-linux kernel: e1000 0000:00:08.0 eth1: (PCI:33MHz:32-bit) 08:00:27:ff:42:ed
Jun 08 12:39:22 thinstation-linux kernel: e1000 0000:00:08.0 eth1: Intel(R) PRO/1000 Network Connection
Jun 08 12:39:22 thinstation-linux kernel: e1000 0000:00:08.0 enp0s8: renamed from eth1
Jun 08 12:39:22 thinstation-linux kernel: e1000 0000:00:03.0 enp0s3: renamed from eth0
Jun 08 12:39:24 thinstation-linux kernel: e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Jun 08 12:39:24 thinstation-linux kernel: e1000: enp0s8 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Jun 08 12:39:24 thinstation-linux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp0s3: link becomes ready
Jun 08 12:39:24 thinstation-linux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp0s8: link becomes ready
Jun 08 12:39:25 thinstation-linux kernel: urandom_read_iter: 96 callbacks suppressed
Jun 08 12:39:25 thinstation-linux kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 08 12:39:25 thinstation-linux kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 08 12:39:25 thinstation-linux kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 08 12:39:25 thinstation-linux systemd[1]: Started udev Wait for Complete Device Initialization.
Jun 08 12:39:25 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux kernel: kauditd_printk_skb: 4 callbacks suppressed
Jun 08 12:39:25 thinstation-linux kernel: audit: type=1130 audit(1654717165.615:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux systemd[1]: Starting Configure Network Connections Automatically...
Jun 08 12:39:25 thinstation-linux systemd[1]: Starting ThinStation Local Mounts...
Jun 08 12:39:25 thinstation-linux systemd[1]: Starting Configure System Clock Properties...
Jun 08 12:39:25 thinstation-linux thinstation[1100]: rtc_cmos -
Jun 08 12:39:25 thinstation-linux systemd[1]: Started Configure System Clock Properties.
Jun 08 12:39:25 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtc_cmos comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux kernel: audit: type=1130 audit(1654717165.761:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtc_cmos comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux thinstation[1098]: mounts -
Jun 08 12:39:25 thinstation-linux systemd[1]: Started ThinStation Local Mounts.
Jun 08 12:39:25 thinstation-linux systemd[1]: Reached target Local File Systems (Pre).
Jun 08 12:39:25 thinstation-linux systemd[1]: Reached target Local File Systems.
Jun 08 12:39:25 thinstation-linux systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jun 08 12:39:25 thinstation-linux systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jun 08 12:39:25 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mounts comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux kernel: audit: type=1130 audit(1654717165.779:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mounts comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux systemd[1]: Starting Create Volatile Files and Directories...
Jun 08 12:39:25 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux systemd[1]: Started Create Volatile Files and Directories.
Jun 08 12:39:25 thinstation-linux kernel: audit: type=1130 audit(1654717165.795:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux systemd[1]: Starting Rebuild Journal Catalog...
Jun 08 12:39:25 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux systemd[1]: Started Rebuild Journal Catalog.
Jun 08 12:39:25 thinstation-linux kernel: audit: type=1130 audit(1654717165.816:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux systemd[1]: Starting Update is Completed...
Jun 08 12:39:25 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux systemd[1]: Started Update is Completed.
Jun 08 12:39:25 thinstation-linux kernel: audit: type=1130 audit(1654717165.828:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:25 thinstation-linux thinstation[1097]: autonet -
Jun 08 12:39:25 thinstation-linux thinstation[1493]: autonet -
Jun 08 12:39:25 thinstation-linux thinstation[1493]: dhcpc: startedudhcpc: sending discover
Jun 08 12:39:25 thinstation-linux thinstation[1493]: udhcpc: sending select for 192.168.56.108
Jun 08 12:39:26 thinstation-linux thinstation[1493]: udhcpc: lease of 192.168.56.108 obtained, lease time 600
Jun 08 12:39:26 thinstation-linux thinstation[1675]: BusyBox v1.32.1 (2021-04-07 23:40:14 UTC) multi-call binary.
Jun 08 12:39:26 thinstation-linux thinstation[1675]: Usage: route [{add|del|delete}]
Jun 08 12:39:26 thinstation-linux thinstation[1675]: Edit kernel routing tables
Jun 08 12:39:26 thinstation-linux thinstation[1675]:         -n        Don't resolve names
Jun 08 12:39:26 thinstation-linux thinstation[1675]:         -e        Display other/more information
Jun 08 12:39:26 thinstation-linux thinstation[1675]:         -A inet{6}        Select address family
Jun 08 12:39:26 thinstation-linux thinstation[1813]: udhcpc: started, v1.32.1
Jun 08 12:39:26 thinstation-linux thinstation[1813]: udhcpc: sending discover
Jun 08 12:39:26 thinstation-linux thinstation[1813]: udhcpc: sending select for 10.0.3.15
Jun 08 12:39:26 thinstation-linux thinstation[1813]: udhcpc: lease of 10.0.3.15 obtained, lease time 86400
Jun 08 12:39:26 thinstation-linux thinstation[2166]: route: SIOCADDRT: File exists
Jun 08 12:39:26 thinstation-linux systemd[1]: Started Configure Network Connections Automatically.
Jun 08 12:39:26 thinstation-linux kernel: urandom_read_iter: 15 callbacks suppressed
Jun 08 12:39:26 thinstation-linux kernel: random: systemd: uninitialized urandom read (16 bytes read)
Jun 08 12:39:26 thinstation-linux kernel: audit: type=1130 audit(1654717166.868:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autonet comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:26 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autonet comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:26 thinstation-linux systemd[1]: Starting Select Best Available Network Connection...
Jun 08 12:39:27 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=choose-network comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux thinstation[2167]: choose-network -
Jun 08 12:39:27 thinstation-linux kernel: audit: type=1130 audit(1654717167.020:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=choose-network comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux systemd[1]: Started Select Best Available Network Connection.
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting Mount Fastboot Data...
Jun 08 12:39:27 thinstation-linux thinstation[2356]: fastboot - + exec
Jun 08 12:39:27 thinstation-linux systemd[1]: Started Mount Fastboot Data.
Jun 08 12:39:27 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fastboot comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux systemd[1]: Reached target System Initialization.
Jun 08 12:39:27 thinstation-linux systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 08 12:39:27 thinstation-linux systemd[1]: Reached target Timers.
Jun 08 12:39:27 thinstation-linux systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 08 12:39:27 thinstation-linux kernel: audit: type=1130 audit(1654717167.097:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fastboot comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting Docker Socket for the API.
Jun 08 12:39:27 thinstation-linux systemd[1]: Listening on Docker Socket for the API.
Jun 08 12:39:27 thinstation-linux systemd[1]: Reached target Sockets.
Jun 08 12:39:27 thinstation-linux systemd[1]: Reached target Basic System.
Jun 08 12:39:27 thinstation-linux systemd[1]: Started D-Bus System Message Bus.
Jun 08 12:39:27 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux kernel: audit: type=1130 audit(1654717167.110:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting Docker Application Container Engine...
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting ThinStation Post Udev Quirks...
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting ThinStation Profile Setup...
Jun 08 12:39:27 thinstation-linux audit: AUDIT1334 prog-id=8 op=LOAD
Jun 08 12:39:27 thinstation-linux audit: AUDIT1334 prog-id=9 op=LOAD
Jun 08 12:39:27 thinstation-linux audit: AUDIT1334 prog-id=10 op=LOAD
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting Login Service...
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting Permit User Sessions...
Jun 08 12:39:27 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux systemd[1]: Started Permit User Sessions.
Jun 08 12:39:27 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=post-udev comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux systemd[1]: Started ThinStation Post Udev Quirks.
Jun 08 12:39:27 thinstation-linux systemd-logind[2467]: Watching system buttons on /dev/input/event0 (Power Button)
Jun 08 12:39:27 thinstation-linux systemd-logind[2467]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jun 08 12:39:27 thinstation-linux systemd-logind[2467]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Jun 08 12:39:27 thinstation-linux systemd-logind[2467]: New seat seat0.
Jun 08 12:39:27 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux systemd[1]: Started Login Service.
Jun 08 12:39:27 thinstation-linux thinstation[2451]: profile-setup -
Jun 08 12:39:27 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=profile-setup comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux systemd[1]: Started ThinStation Profile Setup.
Jun 08 12:39:27 thinstation-linux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=syslog-bb comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting ThinStation Crontab Initialize...
Jun 08 12:39:27 thinstation-linux systemd[1]: Starting Thinstation Hostname Configuration...
Jun 08 12:39:27 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=hostname comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Starting ThinStation Pkg files...
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started System Logger Daemon.
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started Thinstation Hostname Configuration.
Jun 08 12:39:27 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pkg comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 ts_080027b3b812 thinstation[2556]: pkg -
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started ThinStation Pkg files.
Jun 08 12:39:27 ts_080027b3b812 thinstation[2554]: crontab -
Jun 08 12:39:27 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=crontab comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=crond comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Starting ThinStation Network AutoFS...
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Starting Dropbear SSH server...
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Starting ThinStation Session Initialize...
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started ThinStation Crontab Initialize.
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started Command Scheduler.
Jun 08 12:39:27 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dropbear comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started Dropbear SSH server.
Jun 08 12:39:27 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autofs comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started ThinStation Network AutoFS.
Jun 08 12:39:27 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=session comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 ts_080027b3b812 thinstation[2749]: session -
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started ThinStation Session Initialize.
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Starting ThinStation Session Configure...
Jun 08 12:39:27 ts_080027b3b812 kernel: random: crng init done
Jun 08 12:39:27 ts_080027b3b812 kernel: random: 44 urandom warning(s) missed due to ratelimiting
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.783204742-07:00" level=info msg="Starting up"
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785206053-07:00" level=info msg="libcontainerd: started new containerd process" pid=3164
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785298175-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785377646-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785448614-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.785578580-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27-07:00" level=warning msg="deprecated version : `1`, please switch to version `2`"
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.817028283-07:00" level=info msg="starting containerd" revision=212e8b6fa2f44b9c21b2798135fc6fb7c53efc16 version=v1.6.4
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.842032196-07:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.842129297-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843587354-07: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.119TS\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843622622-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843774560-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (rootfs) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843800827-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843822747-07:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843841418-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.843898046-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844117280-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844222559-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844247014-07:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844285951-07:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844306572-07:00" level=info msg="metadata content store policy set" policy=shared
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844507603-07:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844534319-07:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844554900-07:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844596483-07:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844619575-07:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844641585-07:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844673999-07:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844698187-07:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844914005-07:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844939665-07:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844961935-07:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.844983404-07:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845094010-07:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845182670-07:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845434611-07:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845468831-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845490360-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845540632-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845563554-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845584345-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845603900-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845625339-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.845646293-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.846778018-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.846852146-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.846929612-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847061939-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847132545-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847202218-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847270963-07:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847366470-07:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847435601-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847553276-07:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.847910238-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.848048998-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.848173272-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Jun 08 12:39:27 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:27.848243643-07:00" level=info msg="containerd successfully booted in 0.034506s"
Jun 08 12:39:27 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=session-setup comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.858809607-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.858836797-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.858860424-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.858877008-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started ThinStation Session Configure.
Jun 08 12:39:27 ts_080027b3b812 thinstation[3122]: session-setup -
Jun 08 12:39:27 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=display-manager comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: Started ThinStation Display Manager.
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.867455669-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.867510657-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.867539486-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.867556898-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:39:27 ts_080027b3b812 systemd[1]: var-lib-docker-check\x2doverlayfs\x2dsupport1750389287-merged.mount: Succeeded.
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.873187464-07:00" level=info msg="Loading containers: start."
Jun 08 12:39:27 ts_080027b3b812 audit[3254]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=3254 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3256]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=3256 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3258]: NETFILTER_CFG table=filter family=2 entries=6 op=xt_replace pid=3258 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3260]: NETFILTER_CFG table=filter family=2 entries=8 op=xt_replace pid=3260 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3262]: NETFILTER_CFG table=filter family=2 entries=10 op=xt_replace pid=3262 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3264]: NETFILTER_CFG table=filter family=2 entries=11 op=xt_replace pid=3264 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3265]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=3265 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3267]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=3267 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3269]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=3269 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3271]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=3271 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3275]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=3275 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3276]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=3276 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:27.953183186-07: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"
Jun 08 12:39:27 ts_080027b3b812 audit[3283]: NETFILTER_CFG table=nat family=2 entries=7 op=xt_replace pid=3283 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3287]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=3287 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3296]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=3296 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3302]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=3302 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3309]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=3309 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3313]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=3313 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3320]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=3320 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3327]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=3327 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3334]: NETFILTER_CFG table=filter family=2 entries=20 op=xt_replace pid=3334 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3341]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=3341 comm="iptables"
Jun 08 12:39:27 ts_080027b3b812 audit[3345]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=3345 comm="iptables"
Jun 08 12:39:28 ts_080027b3b812 audit[3357]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=3357 comm="iptables"
Jun 08 12:39:28 ts_080027b3b812 audit[3358]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=3358 comm="iptables"
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.008028356-07:00" level=info msg="Loading containers: done."
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck58611757-merged.mount: Succeeded.
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.019085443-07:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.019390387-07:00" level=info msg="Docker daemon" commit=f756502 graphdriver(s)=overlay2 version=20.10.16
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.019600560-07:00" level=info msg="Daemon has completed initialization"
Jun 08 12:39:28 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Started Docker Application Container Engine.
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Reached target Multi-User System.
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Reached target Graphical Interface.
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Startup finished in 6.720s (kernel) + 8.442s (userspace) = 15.162s.
Jun 08 12:39:28 ts_080027b3b812 audit[3231]: USER_ACCT pid=3231 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_succeed_if acct="root" exe="/bin/busybox" hostname=ts_080027b3b812 addr=? terminal=tty1 res=success'
Jun 08 12:39:28 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:39:28.047939166-07:00" level=info msg="API listen on /run/docker.sock"
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Created slice User Slice of UID 0.
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Starting User Runtime Directory /run/user/0...
Jun 08 12:39:28 ts_080027b3b812 systemd-logind[2467]: New session 1 of user root.
Jun 08 12:39:28 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Started User Runtime Directory /run/user/0.
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Starting User Manager for UID 0...
Jun 08 12:39:28 ts_080027b3b812 audit[3416]: USER_ACCT pid=3416 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:28 ts_080027b3b812 audit[3416]: USER_START pid=3416 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd acct="root" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:28 ts_080027b3b812 audit: AUDIT1334 prog-id=11 op=LOAD
Jun 08 12:39:28 ts_080027b3b812 audit: AUDIT1334 prog-id=11 op=UNLOAD
Jun 08 12:39:28 ts_080027b3b812 audit: AUDIT1334 prog-id=12 op=LOAD
Jun 08 12:39:28 ts_080027b3b812 audit: AUDIT1334 prog-id=12 op=UNLOAD
Jun 08 12:39:28 ts_080027b3b812 systemd[3416]: Reached target Paths.
Jun 08 12:39:28 ts_080027b3b812 systemd[3416]: Reached target Sockets.
Jun 08 12:39:28 ts_080027b3b812 systemd[3416]: Reached target Timers.
Jun 08 12:39:28 ts_080027b3b812 systemd[3416]: Reached target Basic System.
Jun 08 12:39:28 ts_080027b3b812 systemd[3416]: Reached target Main User Target.
Jun 08 12:39:28 ts_080027b3b812 systemd[3416]: Startup finished in 58ms.
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Started User Manager for UID 0.
Jun 08 12:39:28 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:39:28 ts_080027b3b812 systemd[1]: Started Session 1 of user root.
Jun 08 12:39:28 ts_080027b3b812 audit[3231]: USER_START pid=3231 uid=0 auid=0 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_systemd,pam_unix,pam_env,pam_hooks acct="root" exe="/bin/busybox" hostname=ts_080027b3b812 addr=? terminal=tty1 res=success'
Jun 08 12:39:28 ts_080027b3b812 audit[3231]: CRED_ACQ pid=3231 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_tally,pam_shells,pam_unix acct="root" exe="/bin/busybox" hostname=ts_080027b3b812 addr=? terminal=tty1 res=success'
Jun 08 12:39:43 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-04e70b2a779fed7fc2ac0e50cd4c987d5e80b70335541da4d758f5d9148fa524-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-04e70b2a779fed7fc2ac0e50cd4c987d5e80b70335541da4d758f5d9148fa524-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-fd18de295b28e4c84f083a994ddda7573a4f23396434c9b7b2a33d3f2538cf18-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-fd18de295b28e4c84f083a994ddda7573a4f23396434c9b7b2a33d3f2538cf18-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-077fdd78f5b24acecaa9720004d4da745a6d4187115713996e83612decc577cb-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-077fdd78f5b24acecaa9720004d4da745a6d4187115713996e83612decc577cb-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-d382b6381d063d77e77e0f30311dd1a1f4c9b06bf661576da5c1c9126bdb8046-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-d382b6381d063d77e77e0f30311dd1a1f4c9b06bf661576da5c1c9126bdb8046-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-1963f53a4a282f92aee60fce23998359a3fefa2ecc43e71adc472e50fbf31d1c-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-1963f53a4a282f92aee60fce23998359a3fefa2ecc43e71adc472e50fbf31d1c-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-80275e7a4dc19fec18e01f439901ddcaa76e216719d2e9ce955197a3e0f69b69\x2dinit-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-80275e7a4dc19fec18e01f439901ddcaa76e216719d2e9ce955197a3e0f69b69\x2dinit-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-80275e7a4dc19fec18e01f439901ddcaa76e216719d2e9ce955197a3e0f69b69-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-80275e7a4dc19fec18e01f439901ddcaa76e216719d2e9ce955197a3e0f69b69-merged.mount: Succeeded.
Jun 08 12:39:43 ts_080027b3b812 audit: ANOM_PROMISCUOUS dev=vethd5150f1 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
Jun 08 12:39:43 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered blocking state
Jun 08 12:39:43 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered disabled state
Jun 08 12:39:43 ts_080027b3b812 kernel: device vethd5150f1 entered promiscuous mode
Jun 08 12:39:43 ts_080027b3b812 kernel: kauditd_printk_skb: 56 callbacks suppressed
Jun 08 12:39:43 ts_080027b3b812 kernel: audit: type=1700 audit(1654717183.946:82): dev=vethd5150f1 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
Jun 08 12:39:43 ts_080027b3b812 audit[4141]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=4141 comm="iptables"
Jun 08 12:39:43 ts_080027b3b812 kernel: audit: type=1325 audit(1654717183.957:83): table=nat family=2 entries=11 op=xt_replace pid=4141 comm="iptables"
Jun 08 12:39:43 ts_080027b3b812 audit[4148]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=4148 comm="iptables"
Jun 08 12:39:43 ts_080027b3b812 kernel: audit: type=1325 audit(1654717183.960:84): table=filter family=2 entries=23 op=xt_replace pid=4148 comm="iptables"
Jun 08 12:39:43 ts_080027b3b812 audit[4155]: NETFILTER_CFG table=nat family=2 entries=12 op=xt_replace pid=4155 comm="iptables"
Jun 08 12:39:43 ts_080027b3b812 kernel: audit: type=1325 audit(1654717183.965:85): table=nat family=2 entries=12 op=xt_replace pid=4155 comm="iptables"
Jun 08 12:39:44 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:44.004889542-07:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
Jun 08 12:39:44 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:44.005457177-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
Jun 08 12:39:44 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:44.005564229-07:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
Jun 08 12:39:44 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:39:44.005963660-07:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336 pid=4208 runtime=io.containerd.runc.v2
Jun 08 12:39:44 ts_080027b3b812 systemd[3416]: run-docker-runtime\x2drunc-moby-bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336-runc.9wG7F1.mount: Succeeded.
Jun 08 12:39:44 ts_080027b3b812 systemd[1]: run-docker-runtime\x2drunc-moby-bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336-runc.9wG7F1.mount: Succeeded.
Jun 08 12:39:44 ts_080027b3b812 systemd[1]: Started libcontainer container bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336.
Jun 08 12:39:44 ts_080027b3b812 audit: AUDIT1334 prog-id=13 op=LOAD
Jun 08 12:39:44 ts_080027b3b812 audit: AUDIT1334 prog-id=14 op=LOAD
Jun 08 12:39:44 ts_080027b3b812 kernel: audit: type=1334 audit(1654717184.052:86): prog-id=13 op=LOAD
Jun 08 12:39:44 ts_080027b3b812 kernel: audit: type=1334 audit(1654717184.052:87): prog-id=14 op=LOAD
Jun 08 12:39:44 ts_080027b3b812 kernel: audit: type=1334 audit(1654717184.052:88): prog-id=15 op=LOAD
Jun 08 12:39:44 ts_080027b3b812 kernel: audit: type=1334 audit(1654717184.053:89): prog-id=15 op=UNLOAD
Jun 08 12:39:44 ts_080027b3b812 kernel: audit: type=1334 audit(1654717184.053:90): prog-id=14 op=UNLOAD
Jun 08 12:39:44 ts_080027b3b812 audit: AUDIT1334 prog-id=15 op=LOAD
Jun 08 12:39:44 ts_080027b3b812 audit: AUDIT1334 prog-id=15 op=UNLOAD
Jun 08 12:39:44 ts_080027b3b812 audit: AUDIT1334 prog-id=14 op=UNLOAD
Jun 08 12:39:44 ts_080027b3b812 audit: AUDIT1334 prog-id=16 op=LOAD
Jun 08 12:39:44 ts_080027b3b812 kernel: audit: type=1334 audit(1654717184.053:91): prog-id=16 op=LOAD
Jun 08 12:39:44 ts_080027b3b812 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth47be593: link becomes ready
Jun 08 12:39:44 ts_080027b3b812 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethd5150f1: link becomes ready
Jun 08 12:39:44 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered blocking state
Jun 08 12:39:44 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered forwarding state
Jun 08 12:39:44 ts_080027b3b812 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
Jun 08 12:39:44 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered disabled state
Jun 08 12:39:44 ts_080027b3b812 kernel: eth0: renamed from veth47be593
Jun 08 12:39:44 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered blocking state
Jun 08 12:39:44 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered forwarding state
Jun 08 12:49:04 ts_080027b3b812 systemd[1]: Stopping Docker Application Container Engine...
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.804922528-07:00" level=info msg="Processing signal 'terminated'"
Jun 08 12:49:04 ts_080027b3b812 kernel: audit: type=1334 audit(1654717744.832:92): prog-id=13 op=UNLOAD
Jun 08 12:49:04 ts_080027b3b812 audit: AUDIT1334 prog-id=13 op=UNLOAD
Jun 08 12:49:04 ts_080027b3b812 systemd[1]: docker-bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336.scope: Succeeded.
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.849715076-07:00" level=info msg="ignoring event" container=bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Jun 08 12:49:04 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:49:04.850117293-07:00" level=info msg="shim disconnected" id=bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336
Jun 08 12:49:04 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:49:04.850601430-07:00" level=warning msg="cleaning up after shim disconnected" id=bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336 namespace=moby
Jun 08 12:49:04 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:49:04.850675501-07:00" level=info msg="cleaning up dead shim"
Jun 08 12:49:04 ts_080027b3b812 dockerd[3164]: time="2022-06-08T12:49:04.860743086-07:00" level=warning msg="cleanup warnings time=\"2022-06-08T12:49:04-07:00\" level=info msg=\"starting signal loop\" namespace=moby pid=5232 runtime=io.containerd.runc.v2\n"
Jun 08 12:49:04 ts_080027b3b812 audit[5247]: NETFILTER_CFG table=nat family=2 entries=13 op=xt_replace pid=5247 comm="iptables"
Jun 08 12:49:04 ts_080027b3b812 kernel: audit: type=1325 audit(1654717744.865:93): table=nat family=2 entries=13 op=xt_replace pid=5247 comm="iptables"
Jun 08 12:49:04 ts_080027b3b812 audit[5249]: NETFILTER_CFG table=filter family=2 entries=24 op=xt_replace pid=5249 comm="iptables"
Jun 08 12:49:04 ts_080027b3b812 kernel: audit: type=1325 audit(1654717744.869:94): table=filter family=2 entries=24 op=xt_replace pid=5249 comm="iptables"
Jun 08 12:49:04 ts_080027b3b812 audit[5251]: NETFILTER_CFG table=nat family=2 entries=12 op=xt_replace pid=5251 comm="iptables"
Jun 08 12:49:04 ts_080027b3b812 kernel: audit: type=1325 audit(1654717744.873:95): table=nat family=2 entries=12 op=xt_replace pid=5251 comm="iptables"
Jun 08 12:49:04 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered disabled state
Jun 08 12:49:04 ts_080027b3b812 kernel: veth47be593: renamed from eth0
Jun 08 12:49:04 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered disabled state
Jun 08 12:49:04 ts_080027b3b812 audit: ANOM_PROMISCUOUS dev=vethd5150f1 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Jun 08 12:49:04 ts_080027b3b812 kernel: device vethd5150f1 left promiscuous mode
Jun 08 12:49:04 ts_080027b3b812 kernel: audit: type=1700 audit(1654717744.890:96): dev=vethd5150f1 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295
Jun 08 12:49:04 ts_080027b3b812 kernel: docker0: port 1(vethd5150f1) entered disabled state
Jun 08 12:49:04 ts_080027b3b812 systemd[3416]: run-docker-netns-2c56fb657260.mount: Succeeded.
Jun 08 12:49:04 ts_080027b3b812 systemd[1]: run-docker-netns-2c56fb657260.mount: Succeeded.
Jun 08 12:49:04 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-80275e7a4dc19fec18e01f439901ddcaa76e216719d2e9ce955197a3e0f69b69-merged.mount: Succeeded.
Jun 08 12:49:04 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-80275e7a4dc19fec18e01f439901ddcaa76e216719d2e9ce955197a3e0f69b69-merged.mount: Succeeded.
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.909138097-07:00" level=info msg="Daemon shutdown complete"
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.909187344-07:00" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=moby
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.909220233-07:00" level=info msg="stopping healthcheck following graceful shutdown" module=libcontainerd
Jun 08 12:49:04 ts_080027b3b812 dockerd[2449]: time="2022-06-08T12:49:04.909291824-07:00" level=info msg="stopping event stream following graceful shutdown" error="context canceled" module=libcontainerd namespace=plugins.moby
Jun 08 12:49:04 ts_080027b3b812 audit: AUDIT1334 prog-id=16 op=UNLOAD
Jun 08 12:49:04 ts_080027b3b812 kernel: audit: type=1334 audit(1654717744.937:97): prog-id=16 op=UNLOAD
Jun 08 12:49:05 ts_080027b3b812 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: docker.service: Succeeded.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: Stopped Docker Application Container Engine.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: docker.service: Consumed 13.756s CPU time.
Jun 08 12:49:05 ts_080027b3b812 kernel: audit: type=1131 audit(1654717745.913:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: docker.socket: Succeeded.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: Closed Docker Socket for the API.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: Stopping Docker Socket for the API.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: Starting Docker Socket for the API.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: Listening on Docker Socket for the API.
Jun 08 12:49:05 ts_080027b3b812 systemd[1]: Starting Docker Application Container Engine...
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.966873849-07:00" level=info msg="Starting up"
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968206645-07:00" level=info msg="libcontainerd: started new containerd process" pid=5473
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968247794-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968261986-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968285263-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:49:05 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:05.968311590-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:49:05 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:05-07:00" level=warning msg="deprecated version : `1`, please switch to version `2`"
Jun 08 12:49:05 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:05.994367565-07:00" level=info msg="starting containerd" revision=212e8b6fa2f44b9c21b2798135fc6fb7c53efc16 version=v1.6.4
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.015332024-07:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.015532326-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.018273499-07: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.119TS\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.018389746-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019080875-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (rootfs) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019175110-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019252526-07:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019325165-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019424721-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019693155-07:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.019931867-07:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020020807-07:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020101854-07:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020173209-07:00" level=info msg="metadata content store policy set" policy=shared
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020671921-07:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020757220-07:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020834841-07:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.020959386-07:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021038149-07:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021114925-07:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021188852-07:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021263377-07:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021588686-07:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021710392-07:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021790064-07:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.021864833-07:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022166827-07:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022336648-07:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022752125-07:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022836564-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.022950031-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023094505-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023168347-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023242193-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023310171-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023377511-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023444456-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023511732-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023612612-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023720432-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023848815-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.023945160-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024025688-07:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024095490-07:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024164886-07:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024235378-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024307696-07:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024679183-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024813551-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.024996240-07:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.025083724-07:00" level=info msg="containerd successfully booted in 0.031773s"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.037470764-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.037667377-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.038219773-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.038265319-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.041668623-07:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.041710186-07:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.041743848-07:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.041778024-07:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 08 12:49:06 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-check\x2doverlayfs\x2dsupport2324506889-merged.mount: Succeeded.
Jun 08 12:49:06 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-check\x2doverlayfs\x2dsupport2324506889-merged.mount: Succeeded.
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.048155394-07:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.051182815-07:00" level=info msg="Loading containers: start."
Jun 08 12:49:06 ts_080027b3b812 audit[5491]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=5491 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 kernel: audit: type=1325 audit(1654717746.066:99): table=nat family=2 entries=11 op=xt_replace pid=5491 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5492]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=5492 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 kernel: audit: type=1325 audit(1654717746.068:100): table=nat family=2 entries=10 op=xt_replace pid=5492 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5496]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=5496 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 kernel: audit: type=1325 audit(1654717746.074:101): table=nat family=2 entries=9 op=xt_replace pid=5496 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5497]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=5497 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5498]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=5498 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5500]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=5500 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5502]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=5502 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5503]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=5503 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5507]: NETFILTER_CFG table=nat family=2 entries=6 op=xt_replace pid=5507 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5511]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=5511 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5513]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=5513 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5515]: NETFILTER_CFG table=filter family=2 entries=20 op=xt_replace pid=5515 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5520]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=5520 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5525]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=5525 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5527]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=5527 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5533]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=5533 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5534]: NETFILTER_CFG table=filter family=2 entries=20 op=xt_replace pid=5534 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5536]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=5536 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5538]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=5538 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5540]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=5540 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5542]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=5542 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5544]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=5544 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5546]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=5546 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5549]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=5549 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5552]: NETFILTER_CFG table=filter family=2 entries=20 op=xt_replace pid=5552 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5554]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=5554 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5556]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=5556 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.178024757-07: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"
Jun 08 12:49:06 ts_080027b3b812 audit[5558]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=5558 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5560]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=5560 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5563]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=5563 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5565]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=5565 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5571]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=5571 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5573]: NETFILTER_CFG table=filter family=2 entries=20 op=xt_replace pid=5573 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5575]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=5575 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5576]: NETFILTER_CFG table=filter family=2 entries=20 op=xt_replace pid=5576 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5578]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=5578 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5580]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=5580 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5584]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=5584 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5585]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=5585 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit: ANOM_PROMISCUOUS dev=vethc6b76cf prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered blocking state
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered disabled state
Jun 08 12:49:06 ts_080027b3b812 kernel: device vethc6b76cf entered promiscuous mode
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered blocking state
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered forwarding state
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered disabled state
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.233979554-07:00" level=info msg="No non-localhost DNS nameservers are left in resolv.conf. Using default external servers: [nameserver 8.8.8.8 nameserver 8.8.4.4]"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.234012248-07:00" level=info msg="IPv6 enabled; Adding default IPv6 external servers: [nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844]"
Jun 08 12:49:06 ts_080027b3b812 audit[5594]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=5594 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5607]: NETFILTER_CFG table=filter family=2 entries=23 op=xt_replace pid=5607 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 audit[5614]: NETFILTER_CFG table=nat family=2 entries=12 op=xt_replace pid=5614 comm="iptables"
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.282114544-07:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.282394590-07:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.282493137-07:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
Jun 08 12:49:06 ts_080027b3b812 dockerd[5473]: time="2022-06-08T12:49:06.282854151-07:00" level=info msg="starting signal loop" namespace=moby path=/run/docker/containerd/daemon/io.containerd.runtime.v2.task/moby/bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336 pid=5667 runtime=io.containerd.runc.v2
Jun 08 12:49:06 ts_080027b3b812 systemd[3416]: run-docker-runtime\x2drunc-moby-bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336-runc.6T939Z.mount: Succeeded.
Jun 08 12:49:06 ts_080027b3b812 systemd[1]: Started libcontainer container bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336.
Jun 08 12:49:06 ts_080027b3b812 systemd[1]: run-docker-runtime\x2drunc-moby-bbd3731621dddbc093ea88c600d33dfa63a684eeaffa83be49193d9126acc336-runc.6T939Z.mount: Succeeded.
Jun 08 12:49:06 ts_080027b3b812 audit: AUDIT1334 prog-id=17 op=LOAD
Jun 08 12:49:06 ts_080027b3b812 audit: AUDIT1334 prog-id=18 op=LOAD
Jun 08 12:49:06 ts_080027b3b812 audit: AUDIT1334 prog-id=19 op=LOAD
Jun 08 12:49:06 ts_080027b3b812 audit: AUDIT1334 prog-id=19 op=UNLOAD
Jun 08 12:49:06 ts_080027b3b812 audit: AUDIT1334 prog-id=18 op=UNLOAD
Jun 08 12:49:06 ts_080027b3b812 audit: AUDIT1334 prog-id=20 op=LOAD
Jun 08 12:49:06 ts_080027b3b812 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethc6b76cf: link becomes ready
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered blocking state
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered forwarding state
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered disabled state
Jun 08 12:49:06 ts_080027b3b812 kernel: eth0: renamed from veth124f422
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered blocking state
Jun 08 12:49:06 ts_080027b3b812 kernel: docker0: port 1(vethc6b76cf) entered forwarding state
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.540140592-07:00" level=info msg="Loading containers: done."
Jun 08 12:49:06 ts_080027b3b812 systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck2989511881-merged.mount: Succeeded.
Jun 08 12:49:06 ts_080027b3b812 systemd[3416]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck2989511881-merged.mount: Succeeded.
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.560225084-07:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.560476035-07:00" level=info msg="Docker daemon" commit=f756502 graphdriver(s)=overlay2 version=20.10.16
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.560536726-07:00" level=info msg="Daemon has completed initialization"
Jun 08 12:49:06 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:49:06 ts_080027b3b812 systemd[1]: Started Docker Application Container Engine.
Jun 08 12:49:06 ts_080027b3b812 dockerd[5467]: time="2022-06-08T12:49:06.586569279-07:00" level=info msg="API listen on /run/docker.sock"
Jun 08 12:55:00 ts_080027b3b812 systemd[1]: Starting Cleanup of Temporary Directories...
Jun 08 12:55:00 ts_080027b3b812 systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Jun 08 12:55:00 ts_080027b3b812 systemd[1]: Started Cleanup of Temporary Directories.
Jun 08 12:55:00 ts_080027b3b812 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:55:00 ts_080027b3b812 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:55:00 ts_080027b3b812 kernel: kauditd_printk_skb: 47 callbacks suppressed
Jun 08 12:55:00 ts_080027b3b812 kernel: audit: type=1130 audit(1654718100.695:149): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 08 12:55:00 ts_080027b3b812 kernel: audit: type=1131 audit(1654718100.695:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Thinstation commented 2 years ago

Yeah, docker does a bunch of network plumbing on startup. I don't know why the socket restart makes everything work. What is the output of systemd-analyze plot > boot.svg

AlexanderZhirov commented 2 years ago

What is the output of systemd-analyze plot > boot.svg boot

AlexanderZhirov commented 2 years ago

I created an issue here. Maybe someone else will have some ideas.

AlexanderZhirov commented 2 years ago

@Thinstation I have reassembled the assembly with the ability to debug (/usr/bin/dockerd --debug -H fd://). I attach the FULL docker download docker.log.

AlexanderZhirov commented 2 years ago

@Thinstation I have extracted the log BEFORE and AFTER restarting docker.socket. I share a comparison of two logs. As you can see, after restarting docker.socket adds new rules via iptables.

Doncuppjr commented 2 years ago

What if you don’t start docker on boot, but manually after the session starts?

Sent from Yahoo Mail for iPhone

On Thursday, June 9, 2022, 1:31 AM, Alexander Zhirov @.***> wrote:

@Thinstation I have extracted the log BEFORE and AFTER restarting docker.socket. I share a comparison of two logs. As you can see, after restarting docker.socket adds new rules via iptables.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Thinstation commented 2 years ago

Maybe try the ubuntu kernel prt-get install ubuntu-kernel build --kernel 5.8.0-63-generic

AlexanderZhirov commented 2 years ago

Maybe try the ubuntu kernel

There's something quite scary here

boot

ts_080027b3b812:~# docker run --restart always --name mynginx -p 80:80 -d nginx:alpine

docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
AlexanderZhirov commented 2 years ago

What if you don’t start docker on boot, but manually after the session starts?

Disabled autorun of docker.service (unlink packages/docker/etc/systemd/system/multi-user.target.wants/docker.service):

● docker.socket - Docker Socket for the API
     Loaded: loaded (/etc/systemd/system/docker.socket; disabled; vendor preset: enabled)
     Active: inactive (dead)
   Triggers: ● docker.service
     Listen: /run/docker.sock (Stream)
● docker.service - Docker Application Container Engine
     Loaded: loaded (/etc/systemd/system/docker.service; disabled; vendor preset: enabled)
     Active: inactive (dead)
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com

I start the service manually. The situation is the same as with autoloading:

ts_080027b3b812:~# systemctl start docker.service
ts_080027b3b812:~# docker run --restart always --name mynginx -p 80:80 -d nginx:alpine
Unable to find image 'nginx:alpine' locally
alpine: Pulling from library/nginx
df9b9388f04a: Pull complete 
a285f0f83eed: Pull complete 
e00351ea626c: Pull complete 
06f5cb628050: Pull complete 
32261d4e220f: Pull complete 
9da77f8e409e: Pull complete 
Digest: sha256:a74534e76ee1121d418fa7394ca930eb67440deda413848bc67c68138535b989
Status: Downloaded newer image for nginx:alpine
59f4663832dece989818d12c5aaa2a289127092daed71b1931f0530841cc16d2
ts_080027b3b812:~# telnet 127.0.0.1 80
Connected to 127.0.0.1
Connection closed by foreign host
ts_080027b3b812:~# systemctl restart docker.service
ts_080027b3b812:~# telnet 127.0.0.1 80
Connected to 127.0.0.1
Connection closed by foreign host
ts_080027b3b812:~#

telnet refuses to connect even after restarting the service, while after restarting the service, an external connection is available:

$ curl -i -X GET http://192.168.56.108
HTTP/1.1 200 OK
Server: nginx/1.21.6
Date: Fri, 10 Jun 2022 11:03:12 GMT
Content-Type: text/html
Content-Length: 615
Last-Modified: Tue, 25 Jan 2022 15:26:06 GMT
Connection: keep-alive
ETag: "61f0168e-267"
Accept-Ranges: bytes

<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>
Thinstation commented 2 years ago

You might need to do an allmodules for your first ubuntu kernel build.

AlexanderZhirov commented 2 years ago

You might need to do an allmodules for your first ubuntu kernel build.

Nothing has changed. Exactly the same as it was. The remote connection doesn't work either. After restarting Docker, everything works.

ts_080027b3b812:~# uname -a
Linux ts_080027b3b812 5.8.0-63-generic #71~20.04.1-Ubuntu SMP Thu Jul 15 17:46:08 UTC 2021 x86_64 GNU/Linux
ts_080027b3b812:~# systemctl status docker.service
● docker.service - Docker Application Container Engine
     Loaded: loaded (/etc/systemd/system/docker.service; enabled; vendor preset: enabled)
     Active: active (running) since Fri 2022-06-10 05:47:00 PDT; 20s ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
   Main PID: 1368 (dockerd)
      Tasks: 18
     Memory: 25.9M
     CGroup: /system.slice/docker.service
             ├─1368 /usr/bin/dockerd -H fd://
             └─1478 containerd --config /var/run/docker/containerd/containerd.toml --log-level info

Jun 10 05:47:00 ts_080027b3b812 dockerd[1368]: time="2022-06-10T05:47:00.636067797-07:00" level=warning msg="Your kernel does not support CP
Jun 10 05:47:00 ts_080027b3b812 dockerd[1368]: time="2022-06-10T05:47:00.636109766-07:00" level=warning msg="Your kernel does not support cg
Jun 10 05:47:00 ts_080027b3b812 dockerd[1368]: time="2022-06-10T05:47:00.636129504-07:00" level=warning msg="Your kernel does not support cg
Jun 10 05:47:00 ts_080027b3b812 dockerd[1368]: time="2022-06-10T05:47:00.636432937-07:00" level=info msg="Loading containers: start."
Jun 10 05:47:00 ts_080027b3b812 dockerd[1368]: time="2022-06-10T05:47:00.741268863-07:00" level=info msg="Default bridge (docker0) is assign
Jun 10 05:47:00 ts_080027b3b812 dockerd[1368]: time="2022-06-10T05:47:00.818260152-07:00" level=info msg="Loading containers: done."
Jun 10 05:47:00 ts_080027b3b812 dockerd[1368]: time="2022-06-10T05:47:00.832062503-07:00" level=info msg="Docker daemon" commit=f756502 grap
Jun 10 05:47:00 ts_080027b3b812 dockerd[1368]: time="2022-06-10T05:47:00.832154117-07:00" level=info msg="Daemon has completed initializatio
Jun 10 05:47:00 ts_080027b3b812 systemd[1]: Started Docker Application Container Engine.
Jun 10 05:47:00 ts_080027b3b812 dockerd[1368]: time="2022-06-10T05:47:00.858056322-07:00" level=info msg="API listen on /run/docker.sock"

ts_080027b3b812:~# docker run --restart always --name mynginx -p 80:80 -d nginx:alpine
Unable to find image 'nginx:alpine' locally
alpine: Pulling from library/nginx
df9b9388f04a: Pull complete 
a285f0f83eed: Pull complete 
e00351ea626c: Pull complete 
06f5cb628050: Pull complete 
32261d4e220f: Pull complete 
9da77f8e409e: Pull complete 
Digest: sha256:a74534e76ee1121d418fa7394ca930eb67440deda413848bc67c68138535b989
Status: Downloaded newer image for nginx:alpine
78f633baa12c073d733ae06328c4fbf2dca95e2cd0ab1c0297ba296367f92f54
ts_080027b3b812:~# telnet 127.0.0.1 80
Connected to 127.0.0.1
Connection closed by foreign host
ts_080027b3b812:~#
Thinstation commented 2 years ago

Try making a service file for containerd

AlexanderZhirov commented 2 years ago

Try making a service file for containerd

[Unit]
Description=containerd
Documentation=https://containerd.io

[Service]
Type=notify
ExecStart=/usr/bin/containerd

[Install]
WantedBy=multi-user.target
ts_080027b3b812:~# systemctl status containerd.service
● containerd.service - containerd
     Loaded: loaded (/etc/systemd/system/containerd.service; enabled; vendor preset: enabled)
     Active: active (running) since Fri 2022-06-10 06:08:29 PDT; 4min 40s ago
       Docs: https://containerd.io
   Main PID: 2446 (containerd)
      Tasks: 8 (limit: 2298)
     Memory: 13.3M
        CPU: 5.916s
     CGroup: /system.slice/containerd.service
             └─2446 /usr/bin/containerd

Jun 10 06:08:29 ts_080027b3b812 containerd[2446]: time="2022-06-10T06:08:29.153314423-07:00" level=info msg=serving... address=/run/containe
Jun 10 06:08:29 ts_080027b3b812 containerd[2446]: time="2022-06-10T06:08:29.153400059-07:00" level=info msg=serving... address=/run/containe
Jun 10 06:08:29 ts_080027b3b812 systemd[1]: Started containerd.
Jun 10 06:08:29 ts_080027b3b812 containerd[2446]: time="2022-06-10T06:08:29.154274581-07:00" level=info msg="containerd successfully booted 
Jun 10 06:08:29 ts_080027b3b812 containerd[2446]: time="2022-06-10T06:08:29.155196868-07:00" level=info msg="Start subscribing containerd ev
Jun 10 06:08:29 ts_080027b3b812 containerd[2446]: time="2022-06-10T06:08:29.155373413-07:00" level=info msg="Start recovering state"
Jun 10 06:08:29 ts_080027b3b812 containerd[2446]: time="2022-06-10T06:08:29.155473967-07:00" level=info msg="Start event monitor"
Jun 10 06:08:29 ts_080027b3b812 containerd[2446]: time="2022-06-10T06:08:29.155498138-07:00" level=info msg="Start snapshots syncer"
Jun 10 06:08:29 ts_080027b3b812 containerd[2446]: time="2022-06-10T06:08:29.155516065-07:00" level=info msg="Start cni network conf syncer f
Jun 10 06:08:29 ts_080027b3b812 containerd[2446]: time="2022-06-10T06:08:29.155531402-07:00" level=info msg="Start streaming server"

Without changes

Thinstation commented 2 years ago

Where is it starting relative to the other components. Do the plot.

AlexanderZhirov commented 2 years ago

Where is it starting relative to the other components. Do the plot.

boot

Thinstation commented 2 years ago

Damn. Idk, do something hacky and restart the socket as part of your process.