We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 fails to run on OL9 box with oracle-olcne-release-el9 with error:
podman
oracle-olcne-release-el9
[conmon:e] Include journald in compilation path to log to systemd journal Error: write child: broken pipe
To replicate:
Vagrant.configure("2") do |config| config.vm.box = "oraclelinux/9" config.vm.box_url = "https://oracle.github.io/vagrant-projects/boxes/oraclelinux/9.json" end
sudo dnf install -y oracle-olcne-release-el9 sudo dnf install -y podman podman run hello
results in an error:
Workarounds
podman run --log-driver none hello
Don't install oracle-olcne-release-el9
Don't install conmon from OCNE v1.7:
conmon
sudo dnf install -y conmon sudo dnf install -y oracle-olcne-release-el9 sudo dnf install -y podman podman run hello
I would like to bump the ONCE project to v1.7 on OL9. Your input is highly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
podman
fails to run on OL9 box withoracle-olcne-release-el9
with error:To replicate:
results in an error:
Workarounds
Don't install
oracle-olcne-release-el9
Don't install
conmon
from OCNE v1.7:I would like to bump the ONCE project to v1.7 on OL9. Your input is highly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: