[DiscordArchive] What does `systemctl list-units --type=service --all` return?
[DiscordArchive] What does `systemctl list-units --type=service --all` return?
Archived author: Beck • Posted: 2025-09-30T20:11:50.435000+00:00
Original source
What does `systemctl list-units --type=service --all` return?
![[Image: image.png?ex=690c5875&is=690b06f5&hm=e08...efb402b2e&]](https://cdn.discordapp.com/attachments/1255602330431127753/1422677539700211737/image.png?ex=690c5875&is=690b06f5&hm=e08847fdb1dd17788c69d223dbd9f99aee1c50164b1913142439f4defb402b2e&)
Archived author: Beck • Posted: 2025-09-30T20:12:37.645000+00:00
Original source
Here's what I see on mine:
![[Image: image.png?ex=690c5875&is=690b06f5&hm=e08...efb402b2e&]](https://cdn.discordapp.com/attachments/1255602330431127753/1422677539700211737/image.png?ex=690c5875&is=690b06f5&hm=e08847fdb1dd17788c69d223dbd9f99aee1c50164b1913142439f4defb402b2e&)
Archived author: Beck • Posted: 2025-09-30T20:16:44.193000+00:00
Original source
I really just want to see if the service is registered. You can check the individual statuses with:
`systemctl status ac-authserver`
`systemctl status ac-worldserver`
![[Image: image.png?ex=690c5a8b&is=690b090b&hm=4c1...9cea3ca9a&]](https://cdn.discordapp.com/attachments/1255602330431127753/1422679778615496754/image.png?ex=690c5a8b&is=690b090b&hm=4c1495a0d05680d5054b12c1f878794fe4abd13ec530bb9668ea0159cea3ca9a&)
Archived author: sentient_petunias • Posted: 2025-09-30T20:21:31.416000+00:00
Original source
worldserver seems stuck on activating.
for the various statuses, I see this code within Worldserver
(code=exited, status=203/EXEC)
And errors occurring in the Authserver
Sep 30 13:20:00 username-ubuntu acore.sh[1535731]: authserver terminated with exit code: 1
Sep 30 13:20:00 username-ubuntu acore.sh[1535731]: authserver terminated after 0 seconds, restart count: 3
Sep 30 13:20:00 username-ubuntu acore.sh[1535731]: Warning: Quick restart detected (0 seconds) - instant crash count: 3
Sep 30 13:20:00 username-ubuntu acore.sh[1535731]: authserver will restart in 3 seconds...
Sep 30 13:20:03 username-ubuntu acore.sh[1535793]: realpath: /home/username/azerothcore/env/dist/bin/crashes: No such file or directory
Sep 30 13:20:03 username-ubuntu acore.sh[1535790]: Error: Binary '/home/username/azerothcore/env/dist/bin/authserver' not found
Sep 30 13:20:03 username-ubuntu acore.sh[1535731]: authserver terminated with exit code: 1
Sep 30 13:20:03 username-ubuntu acore.sh[1535731]: authserver terminated after 0 seconds, restart count: 4
Sep 30 13:20:03 username-ubuntu acore.sh[1535731]: Warning: Quick restart detected (0 seconds) - instant crash count: 4
Sep 30 13:20:03 username-ubuntu acore.sh[1535731]: authserver will restart in 3 seconds...
![[Image: image.png?ex=690c5a8b&is=690b090b&hm=4c1...9cea3ca9a&]](https://cdn.discordapp.com/attachments/1255602330431127753/1422679778615496754/image.png?ex=690c5a8b&is=690b090b&hm=4c1495a0d05680d5054b12c1f878794fe4abd13ec530bb9668ea0159cea3ca9a&)
Archived author: Beck • Posted: 2025-09-30T20:22:04.767000+00:00
Original source
Is your username "username"?
Archived author: sentient_petunias • Posted: 2025-09-30T20:22:13.705000+00:00
Original source
I just edited it since it's my full name
Archived author: Beck • Posted: 2025-09-30T20:22:18.573000+00:00
Original source
Ah, ok