Skip to content
New issue

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

rockstor-bootstrap.service fails to start on rockstor-3.8-9.06.x86_64 #1026

Closed
roweryan opened this issue Nov 27, 2015 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@roweryan
Copy link

# 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.

@schakrava schakrava added the bug label Nov 30, 2015
@schakrava schakrava added this to the Tenaya milestone Nov 30, 2015
@schakrava schakrava self-assigned this Nov 30, 2015
schakrava added a commit to schakrava/rockstor-core that referenced this issue Nov 30, 2015
schakrava added a commit to schakrava/rockstor-core that referenced this issue Nov 30, 2015
schakrava added a commit to schakrava/rockstor-core that referenced this issue Nov 30, 2015
schakrava added a commit to schakrava/rockstor-core that referenced this issue Nov 30, 2015
schakrava added a commit to schakrava/rockstor-core that referenced this issue Nov 30, 2015
@schakrava
Copy link
Member

Thanks for opening this issue @roweryan. This is now fixed by #1032

@schakrava
Copy link
Member

Thanks for opening this issue @roweryan. This is now fixed by #1032

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants