TL:是什么原因导致netctl突然停止工作?我没有对我正在使用的配置文件进行任何手动更改,也无法通过重新创建配置文件使它再次工作。
TS;NMI:
所以几天前我安装了拱门,遵循初学者指南,基本上没有问题。重新启动,设置网络内容,一切都进行了几天,然后昨天它完全停止工作,没有真正的明显原因。
无论如何。现在我得到了:
Job for netctl@wlp4s0-node.service failed. See 'systemctl status netctl@wlp4s0-node.service' and 'journalctl -xn' for details.在查看systemctl状态等时,这意味着WPA身份验证/关联失败。
我浏览了一堆由有类似问题的人发起的较旧的论坛帖子,尝试了许多变体但都没有用,我还查看了这里的一些信息和wiki上的一些信息。
我试过的是:
还有第二个界面(老实说,我真的不知道它是什么)。我在一台只有无线USB接口的桌面上,我也在上面做了所有的尝试。
systemctl status netctl@wlp4s0-node.service的输出:
netctl@wlp4s0-node.service - A simple WPA encrypted wireless connection
Loaded: loaded (/etc/systemd/system/netctl@wlp4s0-node.service; static)
Active: failed (Result: exit-code) since Mon 2014-10-20 14:12:30 UTC; 9s ago
Docs: man:netctl.profile(5)
Process: 3054 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
Main PID: 3054 (code=exited, status=1/FAILURE)
Oct 20 14:12:14 DayStar network[3054]: Starting network profile 'wlp4s0-node'...
Oct 20 14:12:30 DayStar network[3054]: WPA association/authentication failed for interface 'wlp4s0'
Oct 20 14:12:30 DayStar network[3054]: Failed to bring the network up for profile 'wlp4s0-node'
Oct 20 14:12:30 DayStar systemd[1]: netctl@HelloWorld.service: main process exited, code=exited, status=1/FAILURE
Oct 20 14:12:30 DayStar systemd[1]: Failed to start A simple WPA encrypted wireless connection
Oct 20 14:12:30 DayStar systemd[1]: Unit netctl@wlp4s0-node.service entered failed state.命令journalctl -xn有一些关于它失败的地方,但我想相关的行是:
....
Oct 20 14:11:20 DayStar systemd[1]: Unit netctl@wlp4s0-node.service entered failed state.
Oct 20 14:12:14 DayStar network[3054]: Starting network profile 'wlp4s0-node'
Oct 20 14:12:14 DayStar kernel: IPv6: ADDRCONF(NETDEV_UP): wlp4s0 link is not ready
....接下来,我将讨论一下WPA、关联/身份验证等问题。也许这只是一个硬件问题或类似的问题,但USB接口是我现在连接的方式。只是通过Windows而不是拱门。
发布于 2014-10-23 17:40:25
反高潮的结论:最终成为路由器是不对的。开始无缘无故地断开网络上的其他计算机。取代它解决了所有问题。
https://unix.stackexchange.com/questions/163227
复制相似问题