Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] What does `systemctl list-units --type=service --all` return?

[DiscordArchive] What does `systemctl list-units --type=service --all` return?

[DiscordArchive] What does `systemctl list-units --type=service --all` return?

rektbyfaith
Administrator
0
09-30-2025, 08:11 PM
#1
Archived author: Beck • Posted: 2025-09-30T20:11:50.435000+00:00
Original source

What does `systemctl list-units --type=service --all` return?
rektbyfaith
09-30-2025, 08:11 PM #1

Archived author: Beck • Posted: 2025-09-30T20:11:50.435000+00:00
Original source

What does `systemctl list-units --type=service --all` return?

rektbyfaith
Administrator
0
09-30-2025, 08:12 PM
#2
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&]
rektbyfaith
09-30-2025, 08:12 PM #2

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&]

rektbyfaith
Administrator
0
09-30-2025, 08:16 PM
#3
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`
rektbyfaith
09-30-2025, 08:16 PM #3

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`

rektbyfaith
Administrator
0
09-30-2025, 08:21 PM
#4
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&]
rektbyfaith
09-30-2025, 08:21 PM #4

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&]

rektbyfaith
Administrator
0
09-30-2025, 08:22 PM
#5
Archived author: Beck • Posted: 2025-09-30T20:22:04.767000+00:00
Original source

Is your username "username"?
rektbyfaith
09-30-2025, 08:22 PM #5

Archived author: Beck • Posted: 2025-09-30T20:22:04.767000+00:00
Original source

Is your username "username"?

rektbyfaith
Administrator
0
09-30-2025, 08:22 PM
#6
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
rektbyfaith
09-30-2025, 08:22 PM #6

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

rektbyfaith
Administrator
0
09-30-2025, 08:22 PM
#7
Archived author: Beck • Posted: 2025-09-30T20:22:18.573000+00:00
Original source

Ah, ok
rektbyfaith
09-30-2025, 08:22 PM #7

Archived author: Beck • Posted: 2025-09-30T20:22:18.573000+00:00
Original source

Ah, ok

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)