(code=killed, signal=SEGV)

root@xenodochial-rubin:~# systemctl status manager-server.service
× manager-server.service
     Loaded: loaded (/etc/systemd/system/manager-server.service; enabled; vendor preset: enabled)
     Active: failed (Result: signal) since Thu 2024-02-08 18:20:58 UTC; 2min 5s ago
    Process: 654 ExecStart=/usr/share/manager-server/ManagerServer -port 8080 (code=killed, signal=SEGV)
   Main PID: 654 (code=killed, signal=SEGV)
        CPU: 534us

hello any help as why i cannot update manager on server edition?

It is made clear that when using Server Edition you will need to have sufficient capacity to manage a server yourself. The best guides are still at https://www2.manager.io/server/installation/

Those, including myself, that manage Server Edition (I use Ubuntu and hardened the Server to try to protect it as much as possible) have not faced any problem since I started using it and keep updating as frequently as possible.

1 Like

As someone agreed with my observation, I would like to explain the probable error rather than just saying someone should have enough knowledge to run Server Edition.

@theaccountant used:

systemctl status manager-server.service × manager-server.service

The normal command is:
systemctl status manager-server

Note there is no such thing as manager-server.service

The guide at https://www2.manager.io/server/installation/ubuntu/ explains the essential commands for Ubuntu.

1 Like