【发布时间】:2020-07-17 13:50:06
【问题描述】:
我最近安装了wireguard-tools 并多次重启了我的机器。但是,它根本不会运行。我每次都会收到这个错误:
Warning: `/etc/wireguard/myprovider.conf' is world accessible
[#] ip link add myprovider type wireguard
Error: Unknown device type.
Unable to access interface: Protocol not supported
[#] ip link delete dev myprovider
Cannot find device "provider"
然后我运行 dkms status,它完全空白,即使在重新启动后也是如此。在网上看,似乎没有其他人的 dkms 空白。我的内核版本是 5.5.13-200.fc31.x86_64,这是我能去的最新版本。我已经尝试过清理软件包、更新然后重新安装wireguard 的一般建议,但它没有奏效。我应该从这里做什么?这是否需要重新安装整个操作系统?
【问题讨论】:
-
你跑
dnf update了吗? -
我确实运行过它,是的。还是不行