我注意到每次打开电脑时,都会有一条红色的线。我的电脑速度很快,所以我无法阅读问题。我没有遇到或注意到我的系统有任何问题,但我很好奇。
我跑了systemctl --failed,得到以下输出。
UNIT LOAD ACTIVE SUB DESCRIPTION
? networking.service loaded failed failed Raise network interfaces
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
Run Code Online (Sandbox Code Playgroud)
systemctl status networking.service 然后输出以下内容。
networking.service - Raise …Run Code Online (Sandbox Code Playgroud) 我这样做是为了在我的新安装的 Debian 中执行“brave browser”。
sudo sysctl -w kernel.unprivileged_userns_clone=1
Run Code Online (Sandbox Code Playgroud)
我已经读过这可能对我的机器安全存在潜在风险,如何恢复此命令?
谢谢。