Hyper-V守护程序KVP(HV_GET_DHCP_INFO)在Debian 11中找不到

发布于 2025-02-10 09:28:43 字数 1574 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

删除会话 2025-02-17 09:28:43

我相信这是我在Ubuntu 22.04上遇到的问题。一切都在Ubuntu的早期版本上运行良好。这是我的修复。

sudo ln -s/usr/sbin/usr/libexec/hypervkvpd

I believe this is the same problem that I experienced on Ubuntu 22.04. Everything was working fine on earlier versions of Ubuntu. This was my fix.

sudo ln -s /usr/sbin /usr/libexec/hypervkvpd

夏天碎花小短裙 2025-02-17 09:28:43

u20上存在问题,我通过运行以下命令作为root:

# mkdir /usr/libexec/hypervkvpd/
# ln -s /usr/sbin/hv_get_dhcp_info /usr/libexec/hypervkvpd/hv_get_dhcp_info
# ln -s /usr/sbin/hv_get_dns_info /usr/libexec/hypervkvpd/hv_get_dns_inf

我的U20构建的完整系统详细信息如下:

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS"
# uname -a
Linux <hostname> 5.15.0-1022-azure #27~20.04.1-Ubuntu SMP Mon Oct 17 02:03:50 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

引用以下错误报告以识别问题 - https://bugs.launchpad.net/ubuntu/+source/+source/linux/linux/linux/+beybug/1766857

Issue is present on U20, I resolved by running the following commands as root:

# mkdir /usr/libexec/hypervkvpd/
# ln -s /usr/sbin/hv_get_dhcp_info /usr/libexec/hypervkvpd/hv_get_dhcp_info
# ln -s /usr/sbin/hv_get_dns_info /usr/libexec/hypervkvpd/hv_get_dns_inf

Full system details for my U20 build are as follows:

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.3 LTS"
# uname -a
Linux <hostname> 5.15.0-1022-azure #27~20.04.1-Ubuntu SMP Mon Oct 17 02:03:50 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Referenced the following bug report to identify the issue - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1766857

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文