Skip to content

Instantly share code, notes, and snippets.

@scottyedmonds
Created February 15, 2024 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottyedmonds/4bd093fb7793b342a0336fef531a7810 to your computer and use it in GitHub Desktop.
Save scottyedmonds/4bd093fb7793b342a0336fef531a7810 to your computer and use it in GitHub Desktop.
[root@rockstor ~]# systemctl status rockstor-pre rockstor rockstor-bootstrap
● rockstor-pre.service - Tasks required prior to starting Rockstor
Loaded: loaded (/etc/systemd/system/rockstor-pre.service; enabled; vendor preset: disabled)
Active: active (exited) since Thu 2024-02-15 18:50:15 AST; 16min ago
Main PID: 3256 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/rockstor-pre.service
Feb 15 18:50:13 rockstor.local initrock[3256]: 2024-02-15 18:50:13,176: Done
Feb 15 18:50:13 rockstor.local initrock[3256]: 2024-02-15 18:50:13,177: Running prepdb...
Feb 15 18:50:14 rockstor.local initrock[3256]: 2024-02-15 18:50:14,665: Done
Feb 15 18:50:14 rockstor.local initrock[3256]: 2024-02-15 18:50:14,666: stopping firewalld...
Feb 15 18:50:14 rockstor.local initrock[3256]: 2024-02-15 18:50:14,790: firewalld stopped and disabled
Feb 15 18:50:15 rockstor.local initrock[3256]: 2024-02-15 18:50:15,398: Normalising on shellinaboxd service file
Feb 15 18:50:15 rockstor.local initrock[3256]: 2024-02-15 18:50:15,399: - shellinaboxd.service already exists
Feb 15 18:50:15 rockstor.local initrock[3256]: 2024-02-15 18:50:15,399: rockstor service looks correct. Not updating.
Feb 15 18:50:15 rockstor.local initrock[3256]: 2024-02-15 18:50:15,399: rockstor-bootstrap.service looks correct. Not updating.
Feb 15 18:50:15 rockstor.local systemd[1]: Started Tasks required prior to starting Rockstor.
● rockstor.service - RockStor startup script
Loaded: loaded (/etc/systemd/system/rockstor.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2024-02-15 18:50:15 AST; 16min ago
Main PID: 3510 (supervisord)
CGroup: /system.slice/rockstor.service
├─3510 /usr/bin/python2 /opt/rockstor/bin/supervisord -c /opt/rockstor/etc/supervisord.conf
├─3527 /usr/bin/python2 /opt/rockstor/bin/gunicorn --bind=127.0.0.1:8000 --pid=/run/gunicorn.pid --workers=2 --log-file=/opt/rockstor/var/log/gunicorn.log --pythonpath=/opt/rockstor/src/rockstor --timeout=120 --graceful-timeout=120 wsgi:application
├─3528 /usr/bin/python2 /opt/rockstor/bin/data-collector
├─3529 /usr/bin/python2.7 /opt/rockstor/bin/django ztaskd --noreload --replayfailed -f /opt/rockstor/var/log/ztask.log
├─3554 /usr/bin/python2 /opt/rockstor/bin/gunicorn --bind=127.0.0.1:8000 --pid=/run/gunicorn.pid --workers=2 --log-file=/opt/rockstor/var/log/gunicorn.log --pythonpath=/opt/rockstor/src/rockstor --timeout=120 --graceful-timeout=120 wsgi:application
└─3555 /usr/bin/python2 /opt/rockstor/bin/gunicorn --bind=127.0.0.1:8000 --pid=/run/gunicorn.pid --workers=2 --log-file=/opt/rockstor/var/log/gunicorn.log --pythonpath=/opt/rockstor/src/rockstor --timeout=120 --graceful-timeout=120 wsgi:application
Feb 15 18:50:18 rockstor.local supervisord[3510]: 2024-02-15 18:50:18,322 INFO spawned: 'nginx' with pid 3576
Feb 15 18:50:18 rockstor.local supervisord[3510]: 2024-02-15 18:50:18,396 INFO exited: nginx (exit status 1; not expected)
Feb 15 18:50:19 rockstor.local supervisord[3510]: 2024-02-15 18:50:19,398 INFO success: data-collector entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
Feb 15 18:50:19 rockstor.local supervisord[3510]: 2024-02-15 18:50:19,399 INFO success: ztask-daemon entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
Feb 15 18:50:20 rockstor.local supervisord[3510]: 2024-02-15 18:50:20,402 INFO spawned: 'nginx' with pid 3589
Feb 15 18:50:20 rockstor.local supervisord[3510]: 2024-02-15 18:50:20,425 INFO exited: nginx (exit status 1; not expected)
Feb 15 18:50:22 rockstor.local supervisord[3510]: 2024-02-15 18:50:22,427 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
Feb 15 18:50:23 rockstor.local supervisord[3510]: 2024-02-15 18:50:23,430 INFO spawned: 'nginx' with pid 3645
Feb 15 18:50:23 rockstor.local supervisord[3510]: 2024-02-15 18:50:23,453 INFO exited: nginx (exit status 1; not expected)
Feb 15 18:50:24 rockstor.local supervisord[3510]: 2024-02-15 18:50:24,454 INFO gave up: nginx entered FATAL state, too many start retries too quickly
● rockstor-bootstrap.service - Rockstor bootstrapping tasks
Loaded: loaded (/etc/systemd/system/rockstor-bootstrap.service; enabled; vendor preset: disabled)
Active: active (exited) since Thu 2024-02-15 18:52:18 AST; 14min ago
Process: 3511 ExecStart=/opt/rockstor/bin/bootstrap (code=exited, status=0/SUCCESS)
Main PID: 3511 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/rockstor-bootstrap.service
Feb 15 18:50:15 rockstor.local bootstrap[3511]: If you have done those things and are still encountering
Feb 15 18:50:15 rockstor.local bootstrap[3511]: this message, please follow up at
Feb 15 18:50:15 rockstor.local bootstrap[3511]: https://bit.ly/setuptools-py2-warning.
Feb 15 18:50:15 rockstor.local bootstrap[3511]: ************************************************************
Feb 15 18:50:15 rockstor.local bootstrap[3511]: sys.version_info < (3,) and warnings.warn(pre + "*" * 60 + msg + "*" * 60)
Feb 15 18:52:18 rockstor.local bootstrap[3511]: BTRFS device scan complete
Feb 15 18:52:18 rockstor.local bootstrap[3511]: Bootstrapping complete
Feb 15 18:52:18 rockstor.local bootstrap[3511]: Running qgroup cleanup. /opt/rockstor/bin/qgroup-clean
Feb 15 18:52:18 rockstor.local bootstrap[3511]: Running qgroup limit maxout. /opt/rockstor/bin/qgroup-maxout-limit
Feb 15 18:52:18 rockstor.local systemd[1]: Started Rockstor bootstrapping tasks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment