Skip to content

Instantly share code, notes, and snippets.

Created April 26, 2016 16:35
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 anonymous/cfc3a49301868e67391701155fe49b70 to your computer and use it in GitHub Desktop.
Save anonymous/cfc3a49301868e67391701155fe49b70 to your computer and use it in GitHub Desktop.
[root@hostanme /]# salt-master -l debug
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: minion_id
[DEBUG ] Key 'file_ignore_glob' with value None has an invalid type of NoneType, a list is required for this value
[DEBUG ] Configuration file path: /etc/salt/master
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[INFO ] Setting up the Salt Master
[DEBUG ] Loaded master key: /etc/salt/pki/master/master.pem
[INFO ] Preparing the root key for local communication
[DEBUG ] Removing stale keyfile: /var/cache/salt/master/.root_key
[DEBUG ] Created pidfile: /var/run/salt-master.pid
[INFO ] The Salt Master is starting up
[DEBUG ] LazyLoaded svn.envs
[DEBUG ] LazyLoaded roots.envs
[ERROR ] An un-handled exception was caught by salt's global exception handler:
TypeError: string indices must be integers, not str
Traceback (most recent call last):
File "/usr/bin/salt-master", line 22, in <module>
salt_master()
File "/usr/lib/python2.7/site-packages/salt/scripts.py", line 47, in salt_master
master.start()
File "/usr/lib/python2.7/site-packages/salt/cli/daemons.py", line 200, in start
self.master.start()
File "/usr/lib/python2.7/site-packages/salt/master.py", line 459, in start
self._pre_flight()
File "/usr/lib/python2.7/site-packages/salt/master.py", line 407, in _pre_flight
fileserver.init()
File "/usr/lib/python2.7/site-packages/salt/fileserver/__init__.py", line 481, in init
self.servers[fstr]()
File "/usr/lib/python2.7/site-packages/salt/fileserver/svnfs.py", line 233, in init
repo_conf['hash'], repo_conf['url']
TypeError: string indices must be integers, not str
Traceback (most recent call last):
File "/usr/bin/salt-master", line 22, in <module>
salt_master()
File "/usr/lib/python2.7/site-packages/salt/scripts.py", line 47, in salt_master
master.start()
File "/usr/lib/python2.7/site-packages/salt/cli/daemons.py", line 200, in start
self.master.start()
File "/usr/lib/python2.7/site-packages/salt/master.py", line 459, in start
self._pre_flight()
File "/usr/lib/python2.7/site-packages/salt/master.py", line 407, in _pre_flight
fileserver.init()
File "/usr/lib/python2.7/site-packages/salt/fileserver/__init__.py", line 481, in init
self.servers[fstr]()
File "/usr/lib/python2.7/site-packages/salt/fileserver/svnfs.py", line 233, in init
repo_conf['hash'], repo_conf['url']
TypeError: string indices must be integers, not str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment