6d1e4d06cf
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
48 lines
2.1 KiB
Text
48 lines
2.1 KiB
Text
Somewhere there is still a race condition:
|
|
|
|
INFO: monitoring03: Running manifest and explorers for __file/etc/yum.repos.d/epel.repo
|
|
^C^CTraceback (most recent call last):
|
|
File "./bin/cdist", line 204, in <module>
|
|
import logging
|
|
File "/usr/lib/python3.2/logging/__init__.py", line 27, in <module>
|
|
from string import Template
|
|
File "/usr/lib/python3.2/string.py", line 178, in <module>
|
|
class Formatter:
|
|
File "/usr/lib/python3.2/string.py", line 179, in Formatter
|
|
def format(self, format_string, *args, **kwargs):
|
|
KeyboardInterrupt
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "./bin/cdist", line 232, in <module>
|
|
sys.exit(0)
|
|
NameError: name 'sys' is not defined
|
|
^C^CFatal Python error: Py_Initialize: can't initialize sys standard streams
|
|
Traceback (most recent call last):
|
|
File "/usr/lib/python3.2/encodings/latin_1.py", line 8, in <module>
|
|
"""
|
|
KeyboardInterrupt
|
|
^C% [12:19] brief:cdist%
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
[13:50] brief:cdist% ./bin/cdist config -vp monitoring02
|
|
INFO: monitoring02: Running global explorers
|
|
INFO: monitoring02: Running initial manifest /home/users/nico/privat/firmen/local.ch/vcs/cdist/conf/manifest
|
|
INFO: monitoring02: Running object manifests and type explorers
|
|
INFO: monitoring02: Running manifest and explorers for __localch_shinken/singleton
|
|
^CTraceback (most recent call last):
|
|
File "/usr/lib/python3.2/site.py", line 58, in <module>
|
|
import traceback
|
|
File "/usr/lib/python3.2/traceback.py", line 3, in <module>
|
|
import linecache
|
|
File "/usr/lib/python3.2/linecache.py", line 10, in <module>
|
|
import tokenize
|
|
File "/usr/lib/python3.2/tokenize.py", line 49, in <module>
|
|
class TokenInfo(collections.namedtuple('TokenInfo', 'type string start end line')):
|
|
File "/usr/lib/python3.2/collections.py", line 363, in namedtuple
|
|
exec(class_definition, namespace)
|
|
File "<string>", line 1, in <module>
|
|
KeyboardInterrupt
|
|
|