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

[Error :: installing systemd (255.6-1) breaks dependency 'systemd=255.5' required by systemd-sysvcompat #1388

Open
xensurve opened this issue May 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@xensurve
Copy link

xensurve commented May 11, 2024

SYSTEM : Arch
DE: Plasma
Distrobox : 1.7.2-1

After downloading image and doing distrobox enter xxx

It fails and podman error message is


podman logs -f xxxx

installing systemd (255.6-1) breaks dependency 'systemd=255.5' required by systemd-sysvcompat


# version of systemd on client machine
pacman -Ss systemd | grep installed

core/systemd 255.6-1 [installed]
core/systemd-libs 255.6-1 [installed]
core/systemd-sysvcompat 255.6-1 [installed]
@xensurve xensurve added the bug Something isn't working label May 11, 2024
@xensurve
Copy link
Author

xensurve commented May 12, 2024

To fix this error add the refresh pacman switch -y in the distrobox-init file


		# If we need to upgrade, do it and exit, no further action required.
		if [ "${upgrade}" -ne 0 ]; then
			pacman -S -y -u --noconfirm
			exit
		fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant