-
Notifications
You must be signed in to change notification settings - Fork 155
fix(dhcpcd): 关闭的dhcpd应该在NM启动后立刻关闭否则会冲突 #100
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
Conversation
@Decodetalkers
Decodetalkers
commented
Jul 18, 2022
- Please make sure all your changes are verified by yourself.
- Please assign task to ryosukeeeeee.
基础安装时候除了iwd还打开了dhcpcd服务,这个也要在之后关闭
据我所知 dhcpcd 和NM没有冲突. 你可以提供进一步的验证吗?
https://wiki.archlinux.org/title/NetworkManager#DHCP_client
Do not enable the systemd units shipped with the dhclient and dhcpcd packages. They will conflict with NetworkManager, see the note in #Installation for details.
据我所知 dhcpcd 和NM没有冲突. 你可以提供进一步的验证吗?
ArchWiki 有說這件事
如果想使用dhcpcd做Networkmanager後端可以寫到conf裏
@Decodetalkers 虽然在Arch Wiki中有类似的描述 但实际上同时启用两个服务并不会产生冲突 你可尝试一下 同时 安装流程中并未自动启用dhcpcd
@Decodetalkers 虽然在Arch Wiki中有类似的描述 但实际上同时启用两个服务并不会产生冲突 你可尝试一下 同时 安装流程中并未自动启用dhcpcd
这俩都提供了dhcpcd的功能,衝突是會發生的,是概率問題,另外由於兩個都啓用了同樣的功能,如果要使用Networkmanager,最好關閉dhcpcd或者將dhcpcd設置爲NetWorkmanager的後端,不然就同時開了一樣的服務,這樣也會對系統造成負擔
https://archlinuxstudio.github.io/ArchLinuxTutorial/#/rookie/basic_install
在17段啓用了dhcpcd。
總之,我認爲應該遵守archwiki的建議
安装KDE桌面环境结束后 重启之后dhcpcd不会启用 没有在任何位置设置其为自动启用
安装KDE桌面环境结束后 重启之后dhcpcd不会启用 没有在任何位置设置其为自动启用
看到了,是start,嗯,是沒有問題的