Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman restart systemd unit file should be enabled after installing the podman package. #16669

Closed
rhatdan opened this issue Nov 29, 2022 · 0 comments · Fixed by #16672
Closed
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@rhatdan
Copy link
Member

rhatdan commented Nov 29, 2022

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind feature

Description

Steps to reproduce the issue:

Describe the results you received:

Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):

Output of podman version:

(paste your output here)

Output of podman info:
$ podman info
host:
arch: amd64
buildahVersion: 1.28.0
cgroupControllers:

  • cpu
  • io
  • memory
  • pids
    cgroupManager: systemd
    cgroupVersion: v2
    conmon:
    package: conmon-2.1.5-1.fc37.x86_64
    path: /usr/bin/conmon
    version: 'conmon version 2.1.5, commit: '
    cpuUtilization:
    idlePercent: 62.78
    systemPercent: 6.89
    userPercent: 30.32
    cpus: 12
    distribution:
    distribution: fedora
    variant: workstation
    version: "37"
    eventLogger: journald
    hostname: fedora
    idMappings:
    gidmap:
    • container_id: 0
      host_id: 3267
      size: 1
    • container_id: 1
      host_id: 100000
      size: 65536
      uidmap:
    • container_id: 0
      host_id: 3267
      size: 1
    • container_id: 1
      host_id: 100000
      size: 65536
      kernel: 6.0.9-300.fc37.x86_64
      linkmode: dynamic
      logDriver: journald
      memFree: 51771518976
      memTotal: 67174518784
      networkBackend: netavark
      ociRuntime:
      name: crun
      package: crun-1.7-1.fc37.x86_64
      path: /usr/bin/crun
      version: |-
      crun version 1.7
      commit: 40d996ea8a827981895ce22886a9bac367f87264
      rundir: /run/user/3267/crun
      spec: 1.0.0
      +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +LIBKRUN +WASM:wasmedge +YAJL
      os: linux
      remoteSocket:
      path: /run/user/3267/podman/podman.sock
      security:
      apparmorEnabled: false
      capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
      rootless: true
      seccompEnabled: true
      seccompProfilePath: /usr/share/containers/seccomp.json
      selinuxEnabled: true
      serviceIsRemote: false
      slirp4netns:
      executable: /bin/slirp4netns
      package: slirp4netns-1.2.0-8.fc37.x86_64
      version: |-
      slirp4netns version 1.2.0
      commit: 656041d45cfca7a4176f6b7eed9e4fe6c11e8383
      libslirp: 4.7.0
      SLIRP_CONFIG_VERSION_MAX: 4
      libseccomp: 2.5.3
      swapFree: 8589930496
      swapTotal: 8589930496
      uptime: 167h 41m 17.00s (Approximately 6.96 days)
      plugins:
      authorization: null
      log:
  • k8s-file
  • none
  • passthrough
  • journald
    network:
  • bridge
  • macvlan
    volume:
  • local
    registries:
    search:
  • registry.fedoraproject.org
  • registry.access.redhat.com
  • docker.io
  • quay.io
    store:
    configFile: /home/dwalsh/.config/containers/storage.conf
    containerStore:
    number: 9
    paused: 0
    running: 0
    stopped: 9
    graphDriverName: overlay
    graphOptions: {}
    graphRoot: /home/dwalsh/.local/share/containers/storage
    graphRootAllocated: 536587808768
    graphRootUsed: 138394787840
    graphStatus:
    Backing Filesystem: xfs
    Native Overlay Diff: "true"
    Supports d_type: "true"
    Using metacopy: "false"
    imageCopyTmpDir: /var/tmp
    imageStore:
    number: 20
    runRoot: /run/user/3267/containers
    volumePath: /home/dwalsh/.local/share/containers/storage/volumes
    version:
    APIVersion: 4.3.1
    Built: 1668178887
    BuiltTime: Fri Nov 11 10:01:27 2022
    GitCommit: ""
    GoVersion: go1.19.2
    Os: linux
    OsArch: linux/amd64
    Version: 4.3.1
(paste your output here)

Package info (e.g. output of rpm -q podman or apt list podman or brew info podman):

(paste your output here)

Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?

Yes/No

Additional environment details (AWS, VirtualBox, physical, etc.):

@rhatdan rhatdan added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 29, 2022
lsm5 added a commit to lsm5/podman that referenced this issue Nov 29, 2022
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 9, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Categorizes issue or PR as related to a new feature. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants