Bug ID | 1204983 |
---|---|
Summary | Unable to create distrobox with tumbleweed image |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | x86-64 |
OS | openSUSE Tumbleweed |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Containers |
Assignee | containers-bugowner@suse.de |
Reporter | logan.clarke@gmail.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Created attachment 862623 [details]
Output of "docker logs tumbleweed"
Distrobox fails on the Installing basic packages... step when using the
Tumbleweed image.
Operating System: openSUSE Tumbleweed 20221030
Kernel Version: 6.0.5-1-default (64-bit)
Graphics Platform: X11
Processors: 12 ��� AMD Ryzen 5 5600G with Radeon Graphics
Memory: 30.7 GiB of RAM
Graphics Processor: RENOIR
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: B550M DS3H AC
Distrobox version: 1.4.1
Docker version: 20.10.17-ce, build a89b84221c85
---
$ distrobox create -n tumbleweed
Creating 'tumbleweed' using image
registry.opensuse.org/opensuse/tumbleweed:latest [ OK ]
Distrobox 'tumbleweed' successfully created.
To enter, run:
distrobox enter tumbleweed
---
---
$ distrobox list
ID | NAME | STATUS | IMAGE
907e89fe5168 | tumbleweed | exited |
registry.opensuse.org/opensuse/tumbleweed:latest
---
---
$ distrobox enter tumbleweed
Container tumbleweed is not running.
Starting container tumbleweed
run this command to follow along:
docker logs -f tumbleweed
Starting container... [ OK ]
Installing basic packages...
Warning: program compiled against libxml 210 using older 209
Warning: program compiled against libxml 210 using older 209
Warning: program compiled against libxml 210 using older 209
Warning: program compiled against libxml 210 using older 209 Error: An error
occurred
---
Last entry in docker logs -f tumbleweed (full logs attached)
---
+ zypper install -y Mesa-dri libvulkan1 libvulkan_intel libvulkan_radeon
zypper: symbol lookup error: /lib64/libcurl.so.4: undefined symbol:
nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
+ '[' 127 -ne 0 ']'
+ printf 'Error: An error occurred\n'
Error: An error occurred
---