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

CentOS Stream installation failure - cannot install the best candidate for the job #231

Closed
vincejv opened this issue May 9, 2021 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@vincejv
Copy link

vincejv commented May 9, 2021

Hi,

Seems like I couldn't use this script to install Wireguard sucessfully on CentOS Stream 8.

I have encountered this error during execution:

Error:
 Problem: cannot install the best candidate for the job
  - nothing provides kernel(__skb_flow_dissect) = 0xd82bed9c needed by kmod-wireguard-3:1.0.20210424
  - nothing provides kernel(flow_keys_basic_dissector) = 0xa7e38f12 needed by kmod-wireguard-3:1.0.2
  - nothing provides kernel(ipv6_stub) = 0xf3965b90 needed by kmod-wireguard-3:1.0.20210424-1.el8_3.
  - nothing provides kernel(totalram_pages) = 0xde9360ba needed by kmod-wireguard-3:1.0.20210424-1.e
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candid
./wireguard-install.sh: line 159: wg: command not found
./wireguard-install.sh: line 160: wg: command not found
910

Seems like the script needs to be updated for this error message, also, the script continues to execute even though wireguard was not installed, this should be handled.

@vincejv
Copy link
Author

vincejv commented May 10, 2021

Was able to follow this online guide instead to install wireguard

use the following command sudo yum install wireguard-dkms wireguard-tools instead of sudo dnf install kmod-wireguard wireguard-tools,

@angristan angristan added bug Something isn't working good first issue Good for newcomers labels Jun 4, 2021
@angristan
Copy link
Owner

A PR to add support for CentOS Stream would be appreciated :)

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

No branches or pull requests

2 participants