Hey guys,
I have a problem with my rockstor interface. I think this started when I was trying to install de rock-on nginx. When I restarted it, my rockstor.service does not work anymore.
@dni_guth Hello, and welcome to the Rockstor communit forum.
We do have the following doc entry for the nginx Rock-on:
which likely has some useful info to help either explain what may have happened, or assist with hopefully future responses to this forum thread.
As a first quick guess I’d say you could have inadvertently used a port in Rock-on nginx that is now blocking Rockstor’s nginx functionality. But there are more knowledgable folks here on the forum that can hopefully talky you through diagnosing this hick-up.
But from your systemd output above, it looks like the docker service is having problems starting. Try executing the suggested command and pasting the result here to provide folks here more info to work with.
Hope that helps.
Hello Philip, how are you? It’s a pleasure to talk to you!
Iam execute the command and this is your output says:
If am try execute the command: sudo systemctl restart rockstor the output says: “Failed to restart rockstor.service: Unit rockstor.service not found.”
On the very top of your first screenshot I seem to be able to see a line related to eth0 link is down
, which could indicate that Network Manager is taking longer than usual to establish the links, which docker is relying on as well. Whether that’s related to the nginx Rockon or not, I am not sure.
If you haven’t fixed it in the meantime:
You could try and run
systemctl restart network
and then
systemctl start rockstor-bootstrap
which essentially goes through the entire startup process again. If that works, it’s obviously not a permanent fix, but it could help trying to narrow down the problem.
Also, if you could share which version you’re running on?