Hi,
I had to reboot my ubuntu server and after that, I’m not able to start back the mastodon services.
Here’s what I got in the terminal running systemctl start mastodon-web mastodon-sidekiq mastodon-streaming
by mastodon user.
mastodon@dedi-par-72088:~$ systemctl start mastodon-web mastodon-sidekiq mastodon-streaming
Failed to start mastodon-web.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files
See system logs and 'systemctl status mastodon-web.service' for details.
Failed to start mastodon-sidekiq.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files
See system logs and 'systemctl status mastodon-sidekiq.service' for details.
Failed to start mastodon-streaming.service: The name org.freedesktop.PolicyKit1 was not provided by any .service files
See system logs and 'systemctl status mastodon-streaming.service' for details.
Running the same line by root user has do not return any message back, but the mastodon still does not work showing " We’re sorry, but something went wrong on our end." message.
Some help to fix it ? Thanks