Skip to content

Instantly share code, notes, and snippets.

@clayg
Created September 13, 2016 23:06
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 clayg/e0f79ef1c892f617fd4179b2b65a6b34 to your computer and use it in GitHub Desktop.
Save clayg/e0f79ef1c892f617fd4179b2b65a6b34 to your computer and use it in GitHub Desktop.
current screen i'm staring at
vagrant@vagrant-ubuntu-trusty-64:/vagrant$ /opt/stack/swift/bin/swift-account-server /etc/swift/account-server/1.conf -v & echo $! >/opt/stack/status/stack/s-account.pid; fg || echo "s-account failed to start" | tee "/opt/stack/status/stack/s-account.failure"
[1] 7011
/opt/stack/swift/bin/swift-account-server /etc/swift/account-server/1.conf -v
Traceback (most recent call last):
File "/opt/stack/swift/bin/swift-account-server", line 23, in <module>
sys.exit(run_wsgi(conf_file, 'account-server', **options))
File "/opt/stack/swift/swift/common/wsgi.py", line 898, in run_wsgi
error_msg = strategy.bind_ports()
File "/opt/stack/swift/swift/common/wsgi.py", line 495, in bind_ports
drop_privileges(self.conf.get('user', 'swift'))
File "/opt/stack/swift/swift/common/utils.py", line 1934, in drop_privileges
os.setgid(user[3])
OSError: [Errno 1] Operation not permitted
s-account failed to start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment