Rockstor install to raspberry

Hi everyone, I installed rockstor to raspberry pi2 successful. And the system can boot,but the rockstor service can not up ,how can I make it up ? thank you very much !
I use commend “ps aux|grep rockstor”,it back only one message:

root 866 0.0 0.2 4660 2044 pts/0 S+ 21:58 0:00 grep --color=auto rockstor

Anything in the logs?

Thanks for reply.I just install rockstor in raspberry pi2, I can not open the rockstor interface in browser. And I check the rockstor service ,it is not up. I don’t know what your means “logs”.How can I get the logs?

Whether the logs is in /var/log ? It is ‘boot.log’ or ‘journal’ ? thanks!

I believe this command should work - Journalctl -xe. Either that or systemctl status -l rockstor-pre rockstor rockstor-bootstrap should give you plenty of information. If you don’t understand or want help deciphering the logs, I’m happy to help!

thank you very much! I perform the commend :
systemctl status -l rockstor-pre rockstor rockstor-bootstrap

and it return back information are:

● rockstor-pre.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)

● rockstor.service - RockStor startup script
Loaded: loaded (/etc/systemd/system/rockstor.service; disabled)
Active: inactive (dead)

● rockstor-bootstrap.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)

I’m getting my own Rockstor box up and running after some down time so let me get that up and running (should be by tomorrow night) and then I’ll have more insight :slightly_smiling:

Have you tried just a simple systemct start rockstor? You can check to see the status of the main rockstor service by running systemctl status rockstor and if there’s a green Active you’re good.

The commend ‘systemctl start rockstor’ I attempted early. And now I perform commend ‘systemctl status rockstor’ ,it shows:

Feb 21 03:04:16 RockStor systemd[1]: Started RockStor startup script.
Feb 21 03:04:17 RockStor supervisord[12258]: Error: Another program is already listening on a port that one of our HTTP servers i…visord.
Feb 21 03:04:17 RockStor supervisord[12258]: For help, use /opt/rockstor/bin/supervisord -h
Feb 21 03:04:17 RockStor systemd[1]: rockstor.service: main process exited, code=exited, status=2/INVALIDARGUMENT
Feb 21 03:04:17 RockStor systemd[1]: Unit rockstor.service entered failed state.
Feb 21 03:04:17 RockStor systemd[1]: rockstor.service failed.
Hint: Some lines were ellipsized, use -l to show in full.