Bug #27887
closedCannot install on CentOS 7.7
Description
After CentOS 7.7 was released yesterday Foreman with Katello no longer works for me.
I get the following error when MongoDB is trying to start:
New main PID 648 does not belong to service, and PID file is not owned by root. Refusing.
I did not see this previously. I suspect it is due to systemd being updated from 62.el7_6.9 to 67.el7_7.1.
Updated by Christoffer Reijer over 5 years ago
- Fixed in Releases deleted (
1.24.0) - Found in Releases 1.22.1 added
Updated by Anonymous over 5 years ago
- Project changed from Foreman to Katello
- Category set to Installer
- Found in Releases deleted (
1.22.1)
Updated by Chris Roberts over 5 years ago
Hi Christoffer,
I tested the following scenarios and was unable to replicate the issue:
New install with CentOS 7.7 on Katello 3.12/Foreman 1.22
Success!
* Katello is running at https://cent77.katello.lan
Initial credentials are admin / t9tNvradmDGpCuwK
* To install an additional Foreman proxy on separate machine continue by running:
foreman-proxy-certs-generate --foreman-proxy-fqdn "$FOREMAN_PROXY" --certs-tar "/root/$FOREMAN_PROXY-certs.tar"
The full log is at /var/log/foreman-installer/katello.log
[ INFO 2019-09-26T11:39:15 verbose] All hooks in group post finished1
[ INFO 2019-09-26T11:39:15 verbose] Installer finished in 510.253929702 seconds
-------------------------------------------------------------------------------------------------------------------------
Existing install with CentOS 7.6 running Katello 3.12/Foreman 1.22 and upgraded to CentOS 7.7
[root@katello ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
Upgraded and all service working correctly
Upgrade completed!
[ INFO 2019-09-26T13:42:31 verbose] Upgrade completed!
[ INFO 2019-09-26T13:42:32 verbose] All hooks in group post finished
[ INFO 2019-09-26T13:42:32 verbose] Installer finished in 268.240906752 seconds
-----------------------------------------------------------------------------------------------------
CentOS 7.6 with Katello 3.11 upgraded to Katello 3.12 and CentOS 7.7
Upgrade completed!
[ INFO 2019-09-26T14:23:02 verbose] Upgrade completed!
[ INFO 2019-09-26T14:23:02 verbose] All hooks in group post finished
[ INFO 2019-09-26T14:23:02 verbose] Installer finished in 251.980816594 seconds
[root@katello ~]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
It seems something specific to your environment. Can you please upload a sosreport to the Redmine issue, so we can look further into what is causing the issue?
Thanks!
Updated by Chris Roberts over 5 years ago
- Status changed from New to Need more information
Updated by Christoffer Reijer over 5 years ago
I am running Foreman inside a container so the sosreport is not working:
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
But here is my Dockerfile:
FROM centos/systemd
ENV FOREMAN_VERSION=1.22 \
KATELLO_VERSION=3.13
RUN yum -y install https://fedorapeople.org/groups/katello/releases/yum/${KATELLO_VERSION}/katello/el7/x86_64/katello-repos-latest.rpm && \
yum -y install https://yum.puppet.com/puppet6-release-el-7.noarch.rpm && \
yum -y install http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
yum -y install https://yum.theforeman.org/releases/${FOREMAN_VERSION}/el7/x86_64/foreman-release.rpm && \
yum -y install foreman-release-scl && \
yum -y update && \
yum -y install katello foreman-installer && \
rm -f /usr/share/{foreman-installer,katello-installer-base}/checks/{hostname,dns}.rb && \
rm -f /usr/share/katello-installer-base/hooks/pre/* && \
yum clean all
ADD entrypoint.service /etc/systemd/system/entrypoint.service
RUN ln -fs /etc/systemd/system/entrypoint.service \
/etc/systemd/system/multi-user.target.wants/entrypoint.service
And the service file just looks like this:
[Unit]
After=network.target
[Service]
ExecStart=/usr/sbin/foreman-installer --scenario katello
Type=oneshot
StandardOutput=journal+console
FailureAction=poweroff
[Install]
WantedBy=multi-user.target
As I said, this worked great just until 7.7 was released. Then it stopped working and it seems to be due to systemd (inside the container) refusing to start the mongodb service.
Updated by Christoffer Reijer over 5 years ago
More info:
[host]# rpm -q systemd
systemd-219-67.el7_7.1.x86_64
[container]# rpm -q systemd
systemd-219-67.el7_7.1.x86_64
[container]# rpm -q rh-mongodb34
rh-mongodb34-3.0-14.el7.x86_64
[container]# systemctl cat rh-mongodb34-mongod.service
# /usr/lib/systemd/system/rh-mongodb34-mongod.service
[Unit]
Description=High-performance, schema-free document-oriented database
After=syslog.target network.target
[Service]
Type=forking
User=mongodb
PIDFile=/var/opt/rh/rh-mongodb34/run/mongodb/mongod.pid
EnvironmentFile=/opt/rh/rh-mongodb34/service-environment
EnvironmentFile=/etc/opt/rh/rh-mongodb34/sysconfig/mongod
ExecStart=/opt/rh/rh-mongodb34/root/usr/libexec/mongodb-scl-helper enable $RH_MONGODB34_SCLS_ENABLED -- /opt/rh/rh-mongodb34/root/usr/bin/mongod $OPTIONS run
PrivateTmp=true
LimitNOFILE=64000
TimeoutStartSec=180
[Install]
WantedBy=multi-user.target
[container]# journalctl -u rh-mongodb34-mongod
-- Logs begin at Fri 2019-10-04 09:24:52 UTC, end at Fri 2019-10-04 09:29:26 UTC. --
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se systemd[1]: Starting High-performance, schema-free document-oriented database...
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongodb-scl-helper[789]: about to fork child process, waiting until server is ready for connections.
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongodb-scl-helper[789]: forked process: 794
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] MongoDB starting : pid=794 port=27017 dbpath=/var/lib/mongodb 64-bit host=foreman-chbr-node1.vms.dev.basalt.se
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] db version v3.4.9
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] git version: 876ebee8c7dd0e2d992f36a848ff4dc50ee6603e
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] OpenSSL version: OpenSSL 1.0.2k-fips 26 Jan 2017
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] allocator: tcmalloc
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] modules: none
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] build environment:
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] distarch: x86_64
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] target_arch: x86_64
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] options: { command: [ "run" ], config: "/etc/opt/rh/rh-mongodb34/mongod.conf", net: { bindIp: "127.0.0.1" }, process
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] Detected data files in /var/lib/mongodb created by the 'wiredTiger' storage engine, so setting the active storage en
Oct 04 09:25:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] wiredtiger_open config: create,cache_size=7430M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten]
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always'.
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] ** We suggest setting it to 'never'
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten]
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] ** We suggest setting it to 'never'
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten]
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [initandlisten] Initializing full-time diagnostic data capture with directory '/var/lib/mongodb/diagnostic.data'
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [thread1] waiting for connections on port 27017
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se systemd[1]: New main PID 794 does not belong to service, and PID file is not owned by root. Refusing.
Oct 04 09:25:36 foreman-chbr-node1.vms.dev.basalt.se systemd[1]: New main PID 794 does not belong to service, and PID file is not owned by root. Refusing.
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se systemd[1]: rh-mongodb34-mongod.service start operation timed out. Terminating.
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [signalProcessingThread] shutdown: going to close listening sockets...
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [signalProcessingThread] closing listening socket: 7
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [signalProcessingThread] closing listening socket: 8
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [signalProcessingThread] shutdown: going to flush diaglog...
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [signalProcessingThread] Shutting down full-time diagnostic data capture
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se mongod.27017[794]: [signalProcessingThread] WiredTigerKVEngine shutting down
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se systemd[1]: Failed to start High-performance, schema-free document-oriented database.
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se systemd[1]: Unit rh-mongodb34-mongod.service entered failed state.
Oct 04 09:28:35 foreman-chbr-node1.vms.dev.basalt.se systemd[1]: rh-mongodb34-mongod.service failed.
[host]$ sudo podman inspect foreman
[
{
"Id": "aece6d1181ac0d7198080279c55db88c1e3248caa20671dcbcaaf042751e959a",
"Created": "2019-10-04T09:24:51.653923927Z",
"Path": "/usr/sbin/init",
"Args": [
"/usr/sbin/init"
],
"State": {
"OciVersion": "1.0.1-dev",
"Status": "running",
"Running": true,
"Paused": false,
"Restarting": false,
"OOMKilled": false,
"Dead": false,
"Pid": 7738,
"ExitCode": 0,
"Error": "",
"StartedAt": "2019-10-04T09:24:51.977695441Z",
"FinishedAt": "0001-01-01T00:00:00Z",
"Healthcheck": {
"Status": "",
"FailingStreak": 0,
"Log": null
}
},
"Image": "8aeab27830be23928258430f7c559687d096875a8c2f34b79778b929bd2e1b36",
"ImageName": "docker.basalt.se:5001/containers/foreman/foreman:1.23-0.14.0",
"Rootfs": "",
"ResolvConfPath": "/var/run/containers/storage/overlay-containers/aece6d1181ac0d7198080279c55db88c1e3248caa20671dcbcaaf042751e959a/userdata/resolv.conf",
"HostnamePath": "/var/run/containers/storage/overlay-containers/aece6d1181ac0d7198080279c55db88c1e3248caa20671dcbcaaf042751e959a/userdata/hostname",
"HostsPath": "/var/run/containers/storage/overlay-containers/aece6d1181ac0d7198080279c55db88c1e3248caa20671dcbcaaf042751e959a/userdata/hosts",
"StaticDir": "/var/lib/containers/storage/overlay-containers/aece6d1181ac0d7198080279c55db88c1e3248caa20671dcbcaaf042751e959a/userdata",
"OCIConfigPath": "/var/lib/containers/storage/overlay-containers/aece6d1181ac0d7198080279c55db88c1e3248caa20671dcbcaaf042751e959a/userdata/config.json",
"OCIRuntime": "runc",
"LogPath": "/var/lib/containers/storage/overlay-containers/aece6d1181ac0d7198080279c55db88c1e3248caa20671dcbcaaf042751e959a/userdata/ctr.log",
"ConmonPidFile": "",
"Name": "foreman",
"RestartCount": 0,
"Driver": "overlay",
"MountLabel": "system_u:object_r:svirt_sandbox_file_t:s0:c349,c1022",
"ProcessLabel": "",
"AppArmorProfile": "",
"EffectiveCaps": [
"CAP_CHOWN",
"CAP_DAC_OVERRIDE",
"CAP_DAC_READ_SEARCH",
"CAP_FOWNER",
"CAP_FSETID",
"CAP_KILL",
"CAP_SETGID",
"CAP_SETUID",
"CAP_SETPCAP",
"CAP_LINUX_IMMUTABLE",
"CAP_NET_BIND_SERVICE",
"CAP_NET_BROADCAST",
"CAP_NET_ADMIN",
"CAP_NET_RAW",
"CAP_IPC_LOCK",
"CAP_IPC_OWNER",
"CAP_SYS_MODULE",
"CAP_SYS_RAWIO",
"CAP_SYS_CHROOT",
"CAP_SYS_PTRACE",
"CAP_SYS_PACCT",
"CAP_SYS_ADMIN",
"CAP_SYS_BOOT",
"CAP_SYS_NICE",
"CAP_SYS_RESOURCE",
"CAP_SYS_TIME",
"CAP_SYS_TTY_CONFIG",
"CAP_MKNOD",
"CAP_LEASE",
"CAP_AUDIT_WRITE",
"CAP_AUDIT_CONTROL",
"CAP_SETFCAP",
"CAP_MAC_OVERRIDE",
"CAP_MAC_ADMIN",
"CAP_SYSLOG",
"CAP_WAKE_ALARM",
"CAP_BLOCK_SUSPEND"
],
"BoundingCaps": [
"CAP_CHOWN",
"CAP_DAC_OVERRIDE",
"CAP_DAC_READ_SEARCH",
"CAP_FOWNER",
"CAP_FSETID",
"CAP_KILL",
"CAP_SETGID",
"CAP_SETUID",
"CAP_SETPCAP",
"CAP_LINUX_IMMUTABLE",
"CAP_NET_BIND_SERVICE",
"CAP_NET_BROADCAST",
"CAP_NET_ADMIN",
"CAP_NET_RAW",
"CAP_IPC_LOCK",
"CAP_IPC_OWNER",
"CAP_SYS_MODULE",
"CAP_SYS_RAWIO",
"CAP_SYS_CHROOT",
"CAP_SYS_PTRACE",
"CAP_SYS_PACCT",
"CAP_SYS_ADMIN",
"CAP_SYS_BOOT",
"CAP_SYS_NICE",
"CAP_SYS_RESOURCE",
"CAP_SYS_TIME",
"CAP_SYS_TTY_CONFIG",
"CAP_MKNOD",
"CAP_LEASE",
"CAP_AUDIT_WRITE",
"CAP_AUDIT_CONTROL",
"CAP_SETFCAP",
"CAP_MAC_OVERRIDE",
"CAP_MAC_ADMIN",
"CAP_SYSLOG",
"CAP_WAKE_ALARM",
"CAP_BLOCK_SUSPEND"
],
"ExecIDs": [],
"GraphDriver": {
"Name": "overlay",
"Data": {
"LowerDir": "/var/lib/containers/storage/overlay/100ce3259e415d4dfe325cb23e6d72195a7f09f8ebf2ffed3683dd2bdb0edba3/diff:/var/lib/containers/storage/overlay/33169fd02e3e66fef16ce692dc0f86ff8f59ba137be0aea75f012aa989910e72/diff:/var/lib/containers/storage/overlay/5cbcd7ba44270851b090b37a54d08f9af0f7ae58fe8aa6a4e5d80563e4167f3a/diff:/var/lib/containers/storage/overlay/f4e9306c3b5293c77d859fb30a18efb4cc168eb0204139af38495075513eb704/diff:/var/lib/containers/storage/overlay/0277779cda267b3bf1c046e0cf2746e7185c45698c36672d96277da13b02f4b7/diff:/var/lib/containers/storage/overlay/df3ae463e93e754f2e48786ae7d27c60d53eeb4b83fe1142d42bd7debb427810/diff:/var/lib/containers/storage/overlay/071d8bd765171080d01682844524be57ac9883e53079b6ac66707e192ea25956/diff",
"MergedDir": "/var/lib/containers/storage/overlay/70792c0d3f47058eda5319313b62618202ca2fd60feab9a7ea55018fa2b40ae0/merged",
"UpperDir": "/var/lib/containers/storage/overlay/70792c0d3f47058eda5319313b62618202ca2fd60feab9a7ea55018fa2b40ae0/diff",
"WorkDir": "/var/lib/containers/storage/overlay/70792c0d3f47058eda5319313b62618202ca2fd60feab9a7ea55018fa2b40ae0/work"
}
},
"Mounts": [
{
"Type": "bind",
"Name": "",
"Source": "/sys/fs/cgroup",
"Destination": "/sys/fs/cgroup",
"Driver": "",
"Mode": "",
"Options": [
"rbind",
"nosuid",
"nodev",
"noexec"
],
"RW": false,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Name": "",
"Source": "/var/opt/basalt/foreman/mongodb",
"Destination": "/var/lib/mongodb",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Name": "",
"Source": "/var/opt/basalt/foreman/psql",
"Destination": "/var/lib/pgsql/data",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Name": "",
"Source": "/etc/sysconfig/foreman",
"Destination": "/etc/sysconfig/entrypoint",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Name": "",
"Source": "/var/opt/basalt/foreman/pulp",
"Destination": "/var/lib/pulp",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Name": "",
"Source": "/var/opt/basalt/foreman/bind",
"Destination": "/var/named",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Name": "",
"Source": "/var/opt/basalt/foreman/dhcpd-data",
"Destination": "/var/lib/dhcpd",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Name": "",
"Source": "/var/opt/basalt/foreman/dhcpd-conf",
"Destination": "/etc/dhcp",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Name": "",
"Source": "/var/opt/basalt/foreman/answers/katello-answers.yaml",
"Destination": "/etc/foreman-installer/scenarios.d/katello-answers.yaml",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
},
{
"Type": "bind",
"Name": "",
"Source": "/var/opt/basalt/foreman/tftp",
"Destination": "/var/lib/tftpboot",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
}
],
"Dependencies": [],
"NetworkSettings": {
"Bridge": "",
"SandboxID": "",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": [],
"SandboxKey": "",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": ""
},
"ExitCommand": [
"/usr/bin/podman",
"--root",
"/var/lib/containers/storage",
"--runroot",
"/var/run/containers/storage",
"--log-level",
"error",
"--cgroup-manager",
"systemd",
"--tmpdir",
"/var/run/libpod",
"--runtime",
"runc",
"--storage-driver",
"overlay",
"container",
"cleanup",
"--rm",
"aece6d1181ac0d7198080279c55db88c1e3248caa20671dcbcaaf042751e959a"
],
"Namespace": "",
"IsInfra": false,
"Config": {
"Hostname": "foreman-chbr-node1.vms.dev.basalt.se",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"TERM=xterm",
"HOSTNAME=foreman-chbr-node1.vms.dev.basalt.se",
"container=docker",
"FOREMAN_VERSION=1.23",
"KATELLO_VERSION=3.13",
"FOREMAN_HOSTNAME=foreman.example.com"
],
"Cmd": [
"/usr/sbin/init"
],
"Image": "docker.basalt.se:5001/containers/foreman/foreman:1.23-0.14.0",
"Volumes": null,
"WorkingDir": "/",
"Entrypoint": "",
"OnBuild": null,
"Labels": {
"Description": "",
"Info": "http://theforeman.org",
"Maintainer": "Basalt <support@basalt.se>",
"Name": "Foreman",
"Version": "1.23",
"org.label-schema.build-date": "20181205",
"org.label-schema.license": "GPLv2",
"org.label-schema.name": "CentOS Base Image",
"org.label-schema.schema-version": "1.0",
"org.label-schema.vendor": "CentOS"
},
"Annotations": {
"io.kubernetes.cri-o.ContainerType": "sandbox",
"io.kubernetes.cri-o.Created": "2019-10-04T09:24:51.653923927Z",
"io.kubernetes.cri-o.TTY": "false",
"org.opencontainers.image.stopSignal": "37"
},
"StopSignal": 37
},
"HostConfig": {
"ContainerIDFile": "",
"LogConfig": {
"Type": "k8s-file",
"Config": {}
},
"NetworkMode": "host",
"PortBindings": null,
"AutoRemove": true,
"CapAdd": [],
"CapDrop": [],
"DNS": [],
"DNSOptions": [],
"DNSSearch": [],
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "",
"Cgroup": "host",
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": true,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"ReadonlyTmpfs": true,
"SecurityOpt": [],
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 65536000,
"Runtime": "runc",
"ConsoleSize": null,
"CpuShares": null,
"Memory": 0,
"NanoCpus": 0,
"CgroupParent": "",
"BlkioWeight": null,
"BlkioWeightDevice": null,
"BlkioDeviceReadBps": null,
"BlkioDeviceWriteBps": null,
"BlkioDeviceReadIOps": null,
"BlkioDeviceWriteIOps": null,
"CpuPeriod": null,
"CpuQuota": null,
"CpuRealtimePeriod": null,
"CpuRealtimeRuntime": null,
"CpuSetCpus": "",
"CpuSetMems": "",
"Devices": [
{
"path": "/dev/autofs",
"type": "c",
"major": 10,
"minor": 235,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/btrfs-control",
"type": "c",
"major": 10,
"minor": 234,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/bus/usb/001/001",
"type": "c",
"major": 189,
"minor": 0,
"fileMode": 8628,
"uid": 0,
"gid": 0
},
{
"path": "/dev/bus/usb/001/002",
"type": "c",
"major": 189,
"minor": 1,
"fileMode": 8628,
"uid": 0,
"gid": 0
},
{
"path": "/dev/cpu/0/cpuid",
"type": "c",
"major": 203,
"minor": 0,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/cpu/0/msr",
"type": "c",
"major": 202,
"minor": 0,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/cpu/1/cpuid",
"type": "c",
"major": 203,
"minor": 1,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/cpu/1/msr",
"type": "c",
"major": 202,
"minor": 1,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/cpu/2/cpuid",
"type": "c",
"major": 203,
"minor": 2,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/cpu/2/msr",
"type": "c",
"major": 202,
"minor": 2,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/cpu/3/cpuid",
"type": "c",
"major": 203,
"minor": 3,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/cpu/3/msr",
"type": "c",
"major": 202,
"minor": 3,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/cpu_dma_latency",
"type": "c",
"major": 10,
"minor": 61,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/crash",
"type": "c",
"major": 10,
"minor": 62,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/dri/card0",
"type": "c",
"major": 226,
"minor": 0,
"fileMode": 8624,
"uid": 0,
"gid": 39
},
{
"path": "/dev/fb0",
"type": "c",
"major": 29,
"minor": 0,
"fileMode": 8624,
"uid": 0,
"gid": 39
},
{
"path": "/dev/full",
"type": "c",
"major": 1,
"minor": 7,
"fileMode": 8630,
"uid": 0,
"gid": 0
},
{
"path": "/dev/fuse",
"type": "c",
"major": 10,
"minor": 229,
"fileMode": 8630,
"uid": 0,
"gid": 0
},
{
"path": "/dev/hidraw0",
"type": "c",
"major": 246,
"minor": 0,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/hpet",
"type": "c",
"major": 10,
"minor": 228,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/hwrng",
"type": "c",
"major": 10,
"minor": 183,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/input/event0",
"type": "c",
"major": 13,
"minor": 64,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/event1",
"type": "c",
"major": 13,
"minor": 65,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/event2",
"type": "c",
"major": 13,
"minor": 66,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/event3",
"type": "c",
"major": 13,
"minor": 67,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/event4",
"type": "c",
"major": 13,
"minor": 68,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/event5",
"type": "c",
"major": 13,
"minor": 69,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/js0",
"type": "c",
"major": 13,
"minor": 0,
"fileMode": 8628,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/js1",
"type": "c",
"major": 13,
"minor": 1,
"fileMode": 8628,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/mice",
"type": "c",
"major": 13,
"minor": 63,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/mouse0",
"type": "c",
"major": 13,
"minor": 32,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/mouse1",
"type": "c",
"major": 13,
"minor": 33,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/input/mouse2",
"type": "c",
"major": 13,
"minor": 34,
"fileMode": 8624,
"uid": 0,
"gid": 999
},
{
"path": "/dev/kmsg",
"type": "c",
"major": 1,
"minor": 11,
"fileMode": 8612,
"uid": 0,
"gid": 0
},
{
"path": "/dev/loop-control",
"type": "c",
"major": 10,
"minor": 237,
"fileMode": 8624,
"uid": 0,
"gid": 6
},
{
"path": "/dev/mapper/control",
"type": "c",
"major": 10,
"minor": 236,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/mcelog",
"type": "c",
"major": 10,
"minor": 227,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/mem",
"type": "c",
"major": 1,
"minor": 1,
"fileMode": 8608,
"uid": 0,
"gid": 9
},
{
"path": "/dev/net/tun",
"type": "c",
"major": 10,
"minor": 200,
"fileMode": 8630,
"uid": 0,
"gid": 0
},
{
"path": "/dev/network_latency",
"type": "c",
"major": 10,
"minor": 60,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/network_throughput",
"type": "c",
"major": 10,
"minor": 59,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/null",
"type": "c",
"major": 1,
"minor": 3,
"fileMode": 8630,
"uid": 0,
"gid": 0
},
{
"path": "/dev/nvram",
"type": "c",
"major": 10,
"minor": 144,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/oldmem",
"type": "c",
"major": 1,
"minor": 12,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/port",
"type": "c",
"major": 1,
"minor": 4,
"fileMode": 8608,
"uid": 0,
"gid": 9
},
{
"path": "/dev/ppp",
"type": "c",
"major": 108,
"minor": 0,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/ptmx",
"type": "c",
"major": 5,
"minor": 2,
"fileMode": 8630,
"uid": 0,
"gid": 5
},
{
"path": "/dev/random",
"type": "c",
"major": 1,
"minor": 8,
"fileMode": 8630,
"uid": 0,
"gid": 0
},
{
"path": "/dev/raw/rawctl",
"type": "c",
"major": 162,
"minor": 0,
"fileMode": 8624,
"uid": 0,
"gid": 6
},
{
"path": "/dev/rtc0",
"type": "c",
"major": 252,
"minor": 0,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/snapshot",
"type": "c",
"major": 10,
"minor": 231,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/snd/seq",
"type": "c",
"major": 116,
"minor": 1,
"fileMode": 8624,
"uid": 0,
"gid": 63
},
{
"path": "/dev/snd/timer",
"type": "c",
"major": 116,
"minor": 33,
"fileMode": 8624,
"uid": 0,
"gid": 63
},
{
"path": "/dev/tty",
"type": "c",
"major": 5,
"minor": 0,
"fileMode": 8630,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty0",
"type": "c",
"major": 4,
"minor": 0,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty1",
"type": "c",
"major": 4,
"minor": 1,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty10",
"type": "c",
"major": 4,
"minor": 10,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty11",
"type": "c",
"major": 4,
"minor": 11,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty12",
"type": "c",
"major": 4,
"minor": 12,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty13",
"type": "c",
"major": 4,
"minor": 13,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty14",
"type": "c",
"major": 4,
"minor": 14,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty15",
"type": "c",
"major": 4,
"minor": 15,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty16",
"type": "c",
"major": 4,
"minor": 16,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty17",
"type": "c",
"major": 4,
"minor": 17,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty18",
"type": "c",
"major": 4,
"minor": 18,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty19",
"type": "c",
"major": 4,
"minor": 19,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty2",
"type": "c",
"major": 4,
"minor": 2,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty20",
"type": "c",
"major": 4,
"minor": 20,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty21",
"type": "c",
"major": 4,
"minor": 21,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty22",
"type": "c",
"major": 4,
"minor": 22,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty23",
"type": "c",
"major": 4,
"minor": 23,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty24",
"type": "c",
"major": 4,
"minor": 24,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty25",
"type": "c",
"major": 4,
"minor": 25,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty26",
"type": "c",
"major": 4,
"minor": 26,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty27",
"type": "c",
"major": 4,
"minor": 27,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty28",
"type": "c",
"major": 4,
"minor": 28,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty29",
"type": "c",
"major": 4,
"minor": 29,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty3",
"type": "c",
"major": 4,
"minor": 3,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty30",
"type": "c",
"major": 4,
"minor": 30,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty31",
"type": "c",
"major": 4,
"minor": 31,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty32",
"type": "c",
"major": 4,
"minor": 32,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty33",
"type": "c",
"major": 4,
"minor": 33,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty34",
"type": "c",
"major": 4,
"minor": 34,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty35",
"type": "c",
"major": 4,
"minor": 35,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty36",
"type": "c",
"major": 4,
"minor": 36,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty37",
"type": "c",
"major": 4,
"minor": 37,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty38",
"type": "c",
"major": 4,
"minor": 38,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty39",
"type": "c",
"major": 4,
"minor": 39,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty4",
"type": "c",
"major": 4,
"minor": 4,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty40",
"type": "c",
"major": 4,
"minor": 40,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty41",
"type": "c",
"major": 4,
"minor": 41,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty42",
"type": "c",
"major": 4,
"minor": 42,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty43",
"type": "c",
"major": 4,
"minor": 43,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty44",
"type": "c",
"major": 4,
"minor": 44,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty45",
"type": "c",
"major": 4,
"minor": 45,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty46",
"type": "c",
"major": 4,
"minor": 46,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty47",
"type": "c",
"major": 4,
"minor": 47,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty48",
"type": "c",
"major": 4,
"minor": 48,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty49",
"type": "c",
"major": 4,
"minor": 49,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty5",
"type": "c",
"major": 4,
"minor": 5,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty50",
"type": "c",
"major": 4,
"minor": 50,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty51",
"type": "c",
"major": 4,
"minor": 51,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty52",
"type": "c",
"major": 4,
"minor": 52,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty53",
"type": "c",
"major": 4,
"minor": 53,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty54",
"type": "c",
"major": 4,
"minor": 54,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty55",
"type": "c",
"major": 4,
"minor": 55,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty56",
"type": "c",
"major": 4,
"minor": 56,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty57",
"type": "c",
"major": 4,
"minor": 57,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty58",
"type": "c",
"major": 4,
"minor": 58,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty59",
"type": "c",
"major": 4,
"minor": 59,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty6",
"type": "c",
"major": 4,
"minor": 6,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty60",
"type": "c",
"major": 4,
"minor": 60,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty61",
"type": "c",
"major": 4,
"minor": 61,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty62",
"type": "c",
"major": 4,
"minor": 62,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty63",
"type": "c",
"major": 4,
"minor": 63,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty7",
"type": "c",
"major": 4,
"minor": 7,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty8",
"type": "c",
"major": 4,
"minor": 8,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/tty9",
"type": "c",
"major": 4,
"minor": 9,
"fileMode": 8592,
"uid": 0,
"gid": 5
},
{
"path": "/dev/ttyS0",
"type": "c",
"major": 4,
"minor": 64,
"fileMode": 8624,
"uid": 0,
"gid": 18
},
{
"path": "/dev/ttyS1",
"type": "c",
"major": 4,
"minor": 65,
"fileMode": 8624,
"uid": 0,
"gid": 18
},
{
"path": "/dev/ttyS2",
"type": "c",
"major": 4,
"minor": 66,
"fileMode": 8624,
"uid": 0,
"gid": 18
},
{
"path": "/dev/ttyS3",
"type": "c",
"major": 4,
"minor": 67,
"fileMode": 8624,
"uid": 0,
"gid": 18
},
{
"path": "/dev/uhid",
"type": "c",
"major": 10,
"minor": 239,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/uinput",
"type": "c",
"major": 10,
"minor": 223,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/urandom",
"type": "c",
"major": 1,
"minor": 9,
"fileMode": 8630,
"uid": 0,
"gid": 0
},
{
"path": "/dev/usbmon0",
"type": "c",
"major": 247,
"minor": 0,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/usbmon1",
"type": "c",
"major": 247,
"minor": 1,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/vcs",
"type": "c",
"major": 7,
"minor": 0,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcs1",
"type": "c",
"major": 7,
"minor": 1,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcs2",
"type": "c",
"major": 7,
"minor": 2,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcs3",
"type": "c",
"major": 7,
"minor": 3,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcs4",
"type": "c",
"major": 7,
"minor": 4,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcs5",
"type": "c",
"major": 7,
"minor": 5,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcs6",
"type": "c",
"major": 7,
"minor": 6,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcsa",
"type": "c",
"major": 7,
"minor": 128,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcsa1",
"type": "c",
"major": 7,
"minor": 129,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcsa2",
"type": "c",
"major": 7,
"minor": 130,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcsa3",
"type": "c",
"major": 7,
"minor": 131,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcsa4",
"type": "c",
"major": 7,
"minor": 132,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcsa5",
"type": "c",
"major": 7,
"minor": 133,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vcsa6",
"type": "c",
"major": 7,
"minor": 134,
"fileMode": 8624,
"uid": 0,
"gid": 5
},
{
"path": "/dev/vda",
"type": "b",
"major": 253,
"minor": 0,
"fileMode": 25008,
"uid": 0,
"gid": 6
},
{
"path": "/dev/vda1",
"type": "b",
"major": 253,
"minor": 1,
"fileMode": 25008,
"uid": 0,
"gid": 6
},
{
"path": "/dev/vdb",
"type": "b",
"major": 253,
"minor": 16,
"fileMode": 25008,
"uid": 0,
"gid": 6
},
{
"path": "/dev/vfio/vfio",
"type": "c",
"major": 10,
"minor": 196,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/vga_arbiter",
"type": "c",
"major": 10,
"minor": 63,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/vhci",
"type": "c",
"major": 10,
"minor": 137,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/vhost-net",
"type": "c",
"major": 10,
"minor": 238,
"fileMode": 8576,
"uid": 0,
"gid": 0
},
{
"path": "/dev/zero",
"type": "c",
"major": 1,
"minor": 5,
"fileMode": 8630,
"uid": 0,
"gid": 0
}
],
"DiskQuota": 0,
"KernelMemory": null,
"MemoryReservation": null,
"MemorySwap": null,
"MemorySwappiness": null,
"OomKillDisable": false,
"PidsLimit": null,
"Ulimits": [],
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"Tmpfs": []
}
}
]
Updated by Chris Roberts over 5 years ago
- Status changed from Need more information to Assigned
Hi Christoffer,
The current way you have Katello and Foreman running inside of the container is a non-supported setup, the docs linked here [1] is the only current supported setup at the moment.
We will give a best-effort approach to help you, but we can not guarantee a fix. If you need to move to 7.7 right away I would look at doing foreman-maintain backup, creating a VM with CentOS 7.7 and doing a foreman-maintain restore which would provide you a running copy of your data/dbs/configs.
What I would suggest in the meantime is that you raise an issue/bug on the CentOS page with the information you posted here, and flag it as `systemd` Since it looks to be `systemd` causing the issue, this is not something we would be able to provide a fix/work-around for.
[1] https://theforeman.org/plugins/katello/3.12/installation/index.html - Katello may be installed onto a baremetal host or on a virtual guest
Updated by Chris Roberts over 5 years ago
- Status changed from Assigned to Need more information
- Target version set to Katello Backlog
Updated by Chris Roberts over 5 years ago
- Target version deleted (
Katello Backlog)
Updated by Chris Roberts over 5 years ago
- Status changed from Need more information to Closed
- Target version set to Katello Recycle Bin
- Triaged changed from No to Yes
Hi Christoffer,
I have asked around for some ideas internally and most of the answers are to raise an issue with CentOS and see what changed with `systemd`. In case you lost the link here it is again:
https://bugs.centos.org/my_view_page.php
Also another place to ask this same question is on our community discourse page here:
https://community.theforeman.org/
Someone might be using Foreman and Katello the same way you are and might have a work-around or better approach for you.
I am going to close this out since I could not find a solution for you and with it running in a state that is not supported in our docs.