We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# systemctl |grep fail rockstor-bootstrap.service loaded failed failed Rockstor bootstrapping tasks # rpm -q rockstor rockstor-3.8-9.06.x86_64 # systemctl status rockstor-bootstrap -l rockstor-bootstrap.service - Rockstor bootstrapping tasks Loaded: loaded (/etc/systemd/system/rockstor-bootstrap.service; enabled) Active: failed (Result: exit-code) since Fri 2015-11-27 14:38:32 CET; 1min 53s ago Process: 2321 ExecStart=/opt/rockstor/bin/bootstrap (code=exited, status=1/FAILURE) Main PID: 2321 (code=exited, status=1/FAILURE) CGroup: /system.slice/rockstor-bootstrap.service Nov 27 14:38:32 rockstor bootstrap[2321]: File "/opt/rockstor/src/rockstor/scripts/bootstrap.py", line 43, in main Nov 27 14:38:32 rockstor bootstrap[2321]: aw.api_call('network') Nov 27 14:38:32 rockstor bootstrap[2321]: File "/opt/rockstor/src/rockstor/cli/api_wrapper.py", line 85, in api_call Nov 27 14:38:32 rockstor bootstrap[2321]: self.set_token() Nov 27 14:38:32 rockstor bootstrap[2321]: File "/opt/rockstor/src/rockstor/cli/api_wrapper.py", line 79, in set_token Nov 27 14:38:32 rockstor bootstrap[2321]: raise Exception(msg) Nov 27 14:38:32 rockstor bootstrap[2321]: Exception: Exception while setting access_token for url(https://1.2.3.4): HTTPSConnectionPool(host='1.2.3.4', port=443): Max retries exceeded with url: /o/token/ (Caused by <class 'socket.error'>: [Errno 111] Connection refused). content: None Nov 27 14:38:32 rockstor systemd[1]: rockstor-bootstrap.service: main process exited, code=exited, status=1/FAILURE Nov 27 14:38:32 rockstor systemd[1]: Failed to start Rockstor bootstrapping tasks. Nov 27 14:38:32 rockstor systemd[1]: Unit rockstor-bootstrap.service entered failed state.
Restarting it after boot works.
The text was updated successfully, but these errors were encountered:
Retry bootstrapping on every exception. rockstor#1026
39e60e7
Log the exception if device scan fails, and exit. rockstor#1026
c4fe6b0
fix name collision in SMART view. rockstor#1026
ef937df
don't ovverride with None during update. rockstor#1026
d758ac8
wrap subprocess exception with command context. rockstor#1026
bb16bf4
Thanks for opening this issue @roweryan. This is now fixed by #1032
Sorry, something went wrong.
schakrava
No branches or pull requests
Restarting it after boot works.
The text was updated successfully, but these errors were encountered: