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

After upgrading to v1.13.2, podman extension remains in Activating state and dashboard does not display podman status #9370

Open
kenbarnettpt opened this issue Oct 14, 2024 · 1 comment

Comments

@kenbarnettpt
Copy link

Bug description

After upgrading from Podman Desktop v1.12.x x64 on Windows 10 to Podman Desktop v.1.13.2 x64 and creating a podman machine, Podman Desktop's podman extension does not leave the Activating status.

Operating system

Windows 10

Installation Method

Installer from website/GitHub releases

Version

1.13.0

Steps to reproduce

(from working v1.12.x version)

From PowerShell

podman machine stop
podman machine rm
wsl --shutdown
wsl --unregister podman-machine-default

Uninstall Podman Desktop via control panel
Uninstall podman v4.x
Install podman v5.2.4 using https://github.com/containers/podman/releases/download/v5.2.4/podman-5.2.4-setup.exe installer
Install Podman Desktop v1.13.2 x64

From Powershell

podman machine init
podman machine set --rootful     ## For Kind (bug occurs with rootful=false as well)
podman machine start

Verify podman running state via podman info
Reboot

Launch Podman Desktop

  • Note that dashboard does not show podman status
  • In the Extensions menu, note that the podman extension is in the Activating state (and does not leave this state during a 60 minute period)

Relevant log output

PS C:\podman> podman info
host:
arch: amd64
buildahVersion: 1.37.3
cgroupControllers:

  • cpuset
  • cpu
  • cpuacct
  • blkio
  • memory
  • devices
  • freezer
  • net_cls
  • perf_event
  • net_prio
  • hugetlb
  • pids
  • rdma
  • misc
    cgroupManager: cgroupfs
    cgroupVersion: v1
    conmon:
    package: conmon-2.1.12-2.fc40.x86_64
    path: /usr/bin/conmon
    version: 'conmon version 2.1.12, commit: '
    cpuUtilization:
    idlePercent: 99.82
    systemPercent: 0.1
    userPercent: 0.08
    cpus: 24
    databaseBackend: sqlite
    distribution:
    distribution: fedora
    variant: container
    version: "40"
    eventLogger: journald
    freeLocks: 2046
    hostname: dinm5CG3292TKX
    idMappings:
    gidmap: null
    uidmap: null
    kernel: 5.15.153.1-microsoft-standard-WSL2
    linkmode: dynamic
    logDriver: journald
    memFree: 15780728832
    memTotal: 16562806784
    networkBackend: netavark
    networkBackendInfo:
    backend: netavark
    dns:
    package: aardvark-dns-1.12.2-2.fc40.x86_64
    path: /usr/libexec/podman/aardvark-dns
    version: aardvark-dns 1.12.2
    package: netavark-1.12.2-1.fc40.x86_64
    path: /usr/libexec/podman/netavark
    version: netavark 1.12.2
    ociRuntime:
    name: crun
    package: crun-1.17-1.fc40.x86_64
    path: /usr/bin/crun
    version: |-
    crun version 1.17
    commit: 000fa0d4eeed8938301f3bcf8206405315bc1017
    rundir: /run/crun
    spec: 1.0.0
    +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +LIBKRUN +WASM:wasmedge +YAJL
    os: linux
    pasta:
    executable: /usr/bin/pasta
    package: passt-0^20240906.g6b38f07-1.fc40.x86_64
    version: |
    pasta 0^20240906.g6b38f07-1.fc40.x86_64
    Copyright Red Hat
    GNU General Public License, version 2 or later
    https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.
    remoteSocket:
    exists: true
    path: /run/podman/podman.sock
    rootlessNetworkCmd: pasta
    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: false
    seccompEnabled: true
    seccompProfilePath: /usr/share/containers/seccomp.json
    selinuxEnabled: false
    serviceIsRemote: true
    slirp4netns:
    executable: ""
    package: ""
    version: ""
    swapFree: 4294967296
    swapTotal: 4294967296
    uptime: 0h 4m 37.00s
    variant: ""
    plugins:
    authorization: null
    log:
  • k8s-file
  • none
  • passthrough
  • journald
    network:
  • bridge
  • macvlan
  • ipvlan
    volume:
  • local
    registries:
    search:
  • docker.io
    store:
    configFile: /usr/share/containers/storage.conf
    containerStore:
    number: 1
    paused: 0
    running: 0
    stopped: 1
    graphDriverName: overlay
    graphOptions:
    overlay.imagestore: /usr/lib/containers/storage
    overlay.mountopt: nodev,metacopy=on
    graphRoot: /var/lib/containers/storage
    graphRootAllocated: 1081101176832
    graphRootUsed: 5112844288
    graphStatus:
    Backing Filesystem: extfs
    Native Overlay Diff: "false"
    Supports d_type: "true"
    Supports shifting: "false"
    Supports volatile: "true"
    Using metacopy: "true"
    imageCopyTmpDir: /var/tmp
    imageStore:
    number: 1
    runRoot: /run/containers/storage
    transientStore: false
    volumePath: /var/lib/containers/storage/volumes
    version:
    APIVersion: 5.2.3
    Built: 1727136000
    BuiltTime: Mon Sep 23 17:00:00 2024
    GitCommit: ""
    GoVersion: go1.22.7
    Os: linux
    OsArch: linux/amd64
    Version: 5.2.3

Additional context

No response

@symplrdudley
Copy link

I also experience this. Any one else experiencing this should emoji the initial post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

4 participants