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

"Could not get runtime: unknown event logger type" on Fedora 31 #288

Closed
cschalle opened this issue Oct 7, 2019 · 4 comments
Closed

"Could not get runtime: unknown event logger type" on Fedora 31 #288

cschalle opened this issue Oct 7, 2019 · 4 comments

Comments

@cschalle
Copy link

cschalle commented Oct 7, 2019

[cschalle@ultron ~]$ toolbox create
toolbox: unable to migrate containers: Podman version couldn't be read

[cschalle@ultron ~]$ podman --log-level debug version --format "{{.Version}}"
DEBU[0000] using conmon: "/usr/bin/conmon"
DEBU[0000] Initializing boltdb state at /home/cschalle/.local/share/containers/storage/libpod/bolt_state.db
DEBU[0000] Using graph driver overlay
DEBU[0000] Using graph root /home/cschalle/.local/share/containers/storage
DEBU[0000] Using run root /run/user/1000
DEBU[0000] Using static dir /home/cschalle/.local/share/containers/storage/libpod
DEBU[0000] Using tmp dir /run/user/1000/libpod/tmp
DEBU[0000] Using volume path /home/cschalle/.local/share/containers/storage/volumes
DEBU[0000] Set libpod namespace to ""
DEBU[0000] [graphdriver] trying provided driver "overlay"
DEBU[0000] overlay: mount_program=/usr/bin/fuse-overlayfs
DEBU[0000] backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=false
DEBU[0000] Initializing event backend
ERRO[0000] could not get runtime: unknown event logger type:
[cschalle@ultron ~]$

@HarryMichal
Copy link
Member

HarryMichal commented Oct 7, 2019

I would say that this is not an issue caused by Toolbox but by Podman. containers/podman#4210. Try the fix mentioned in the issue. Podman sometimes has problems on updates not updating the config directory.

@cschalle
Copy link
Author

cschalle commented Oct 7, 2019

Yeah, Debarshi asked to to file the ticket so he could track it. That said removing libpod.conf as mentioned in that libpod bug do seem to resolve the issue.

@debarshiray
Copy link
Member

@cschalle could you try rm -rf ~/.config/containers ?

@debarshiray
Copy link
Member

Duplicate of containers/podman#4210

@debarshiray debarshiray marked this as a duplicate of containers/podman#4210 Oct 7, 2019
@debarshiray debarshiray changed the title Unable to create containers, podman version could not be read "Could not get runtime: unknown event logger type" on Fedora 31 Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants