Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created February 13, 2015 17:26
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 notmyname/981db6dc0a3a09eed959 to your computer and use it in GitHub Desktop.
Save notmyname/981db6dc0a3a09eed959 to your computer and use it in GitHub Desktop.
swift@saio:~$ startmain
WARNING: Unable to modify file descriptor limit. Running as non-root?
WARNING: Unable to modify max process limit. Running as non-root?
Starting proxy-server...(/etc/swift/proxy-server.conf)
Starting container-server...(/etc/swift/container-server/1.conf)
Starting container-server...(/etc/swift/container-server/2.conf)
Starting container-server...(/etc/swift/container-server/3.conf)
Starting container-server...(/etc/swift/container-server/4.conf)
Starting account-server...(/etc/swift/account-server/1.conf)
Starting account-server...(/etc/swift/account-server/2.conf)
Starting account-server...(/etc/swift/account-server/3.conf)
Starting account-server...(/etc/swift/account-server/4.conf)
Starting object-server...(/etc/swift/object-server/1.conf)
Starting object-server...(/etc/swift/object-server/2.conf)
Starting object-server...(/etc/swift/object-server/3.conf)
Starting object-server...(/etc/swift/object-server/4.conf)
swift@saio:~$ swift-recon --validate-server object
===============================================================================
--> Starting reconnaissance on 4 hosts
===============================================================================
[2015-02-13 17:26:43] Verifying server types of 4 hosts...
Traceback (most recent call last):
File "/usr/local/bin/swift-recon", line 8, in <module>
execfile(__file__)
File "/home/swift/swift/bin/swift-recon", line 24, in <module>
sys.exit(main())
File "/home/swift/swift/swift/cli/recon.py", line 1057, in main
reconnoiter.main()
File "/home/swift/swift/swift/cli/recon.py", line 1040, in main
self.server_type_check(hosts)
File "/home/swift/swift/swift/cli/recon.py", line 378, in server_type_check
hosts):
ValueError: too many values to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment