我正在使用 Ubuntu 服务器 20.04 操作系统的 Minecraft 服务器
到目前为止他们还没有给我任何问题(太棒了!),我了解一些关于linux的事情(有些并不夸张)
直到有件事来找我。我会出门,但我会带上我的笔记本电脑。
问题如下,我想和我的朋友一起玩我的世界,但每次启动计算机时它都会要求我输入密码。
我想做的事情:启用自动登录
我已经尝试过的:systemctl edit [email protected]
[Service]
ExecStart=
ExecStart=-/usr/bin/agetty --autologin simao --noclear %I 38400 linux
我也尝试过将最后一行替换为ExecStart=-/usr/bin/agetty --autologin simao --noclear %I %TERM
关闭并再次打开时会发生什么:在 tty1 上出现正常启动,然后仅闪烁_
运行以下命令时sudo systemctl --failed
给出以下输出
UNIT LOAD ACTIVE SUB DESCRIPTION
[email protected] loaded failed failed Getty on tty1
然后我运行以下命令 并给出以下输出“sudo systemctl status [email protected]
[email protected] - Getty on tty1
Loaded: loaded (/lib/systemd/system/[email protected]; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/[email protected]
└─override.conf
Active: failed (Result: start-limit-hit) since Mon 2022-07-25 12:39:35 UTC; 11min ago
Docs: man:agetty(8)
man:systemd-getty-generator(8)
http://0pointer.de/blog/projects/serial-console.html
Process: 1077 ExecStart=/usr/bin/agetty --autologin simao --noclear tty1 38400 linux (code=exited, status=0/SUCCESS)
Main PID: 1077 (code=exited, status=0/SUCCESS)
Jul 25 12:39:35 minecraft-server-simao-vilas systemd[1]: [email protected]: Succeeded.
Jul 25 12:39:35 minecraft-server-simao-vilas systemd[1]: [email protected]: Scheduled restart job, restart counter is at 5.
Jul 25 12:39:35 minecraft-server-simao-vilas systemd[1]: Stopped Getty on tty1.
Jul 25 12:39:35 minecraft-server-simao-vilas systemd[1]: [email protected]: Start request repeated too quickly.
Jul 25 12:39:35 minecraft-server-simao-vilas systemd[1]: [email protected]: Failed with result 'start-limit-hit'.
Jul 25 12:39:35 minecraft-server-simao-vilas systemd[1]: Failed to start Getty on tty1.
编辑:如果有人需要更多信息,只需询问,我会立即编辑带有信息的帖子(不完全准确,但我可以尽快)
答案1
这个帖子已经解决了
我执行了以下命令:systemctl edit [email protected]
并添加了以下代码...
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin simao --noclear %I $TERM