Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

cannot install lxd-scripts on Fedora 32 #1

Open
tpokorra opened this issue May 25, 2020 · 2 comments
Open

cannot install lxd-scripts on Fedora 32 #1

tpokorra opened this issue May 25, 2020 · 2 comments

Comments

@tpokorra
Copy link
Owner

dnf install lxd-scripts

Error: 
 Problem: conflicting requests
  - nothing provides lxd needed by lxd-scripts-0.4.0-0.fc32.noarch
  - nothing provides lxc-utils needed by lxd-scripts-0.4.0-0.fc32.noarch
  - nothing provides lxd-client needed by lxd-scripts-0.4.0-0.fc32.noarch
(try to add '--skip-broken' to skip uninstallable packages)
@tpokorra
Copy link
Owner Author

tpokorra commented May 25, 2020

must install snap? but how to resolve dependancies?

https://www.cyberciti.biz/faq/how-to-install-setup-lxd-on-fedora-linux/

@tpokorra
Copy link
Owner Author

tpokorra commented May 30, 2020

this works for me:

dnf install snapd
ln -s /var/lib/snapd/snap /snap
dnf install kernel-modules
reboot
snap install lxd
snap enable lxd
snap services lxd
# avoid: WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
dnf install -y grubby
grubby --update-kernel=ALL --args="systemd.unified_cgroup_hierarchy=0"
reboot
git clone https://github.com/tpokorra/lxd-scripts.git
cd lxc-scripts
./initLXD.sh
./initIPTables.sh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant