我最近安装了 Arch,并遇到了一些有线/无线问题,最终解决了这个问题,但有一个恶意设备试图在启动时加载:
A start job is running for sys-subsystem-net-devices-wlp0s20u3.device
,计数到 90 秒,然后失败。
这是当我在安装/配置时插入 WiFi 适配器以获取连接时创建的,它不再使用。我试过了:
systemctl disable sys-subsystem-net-devices-wlp0s20u3.device
Failed to disable unit: Unit file sys-subsystem-net-devices-wlp0s20u3.device does not exist.
netctl disable sys-subsystem-net-devices-wlp0s20u3
No regular unit file found for profile 'sys-subsystem-net-devices-wlp0s20u3'
。
systemctl reset-failed
不会产生任何输出,并且不会改变任何内容。如果我列出类似的单位:
systemctl list-units --all | grep subsystem
sys-subsystem-net-devices-eno1.device loaded active plugged Ethernet Connection I217-V
sys-subsystem-net-devices-wlp0s20u3.device loaded inactive dead sys-subsystem-net-devices-wlp0s20u3.device
我怎样才能从尝试加载中摆脱这个问题
答案1
netctl-auto@*interface*.service
当我以错误的方式设置时,这个问题就出现在我的案例中。尝试通过删除 中的相关文件来手动删除有故障的服务
/etc/systemd/system/multi-user.target.wants/
。