Skip to content

Instantly share code, notes, and snippets.

@olivielpeau
Created October 27, 2015 18:57
Show Gist options
  • Save olivielpeau/80c6e48c7ef7202e2ebe to your computer and use it in GitHub Desktop.
Save olivielpeau/80c6e48c7ef7202e2ebe to your computer and use it in GitHub Desktop.
Error on startup of the Agent Application, MacOS
(pdb) import ssl
Oct 27 14:48:42 Agents-MacBook-Pro.local gui[46020] <Notice>: (Pdb) (Pdb) *** ImportError: dlopen(/Applications/Datadog Agent.app/Contents/Resources/lib/python2.7/lib-dynload/_ssl.so, 2): Library not loaded: @executable_path/../Frameworks/libssl.1.0.0.dylib
Oct 27 14:48:42 Agents-MacBook-Pro.local gui[46020] <Notice>: Referenced from: /Applications/Datadog Agent.app/Contents/Resources/lib/python2.7/lib-dynload/_ssl.so
Oct 27 14:48:42 Agents-MacBook-Pro.local gui[46020] <Notice>: Reason: no suitable image found. Did find:
Oct 27 14:48:42 Agents-MacBook-Pro.local gui[46020] <Notice>: /Applications/Datadog Agent.app/Contents/MacOS/../Frameworks/libssl.1.0.0.dylib: truncated mach-o error: segment __LINKEDIT extends to 378336 which is past end of file 367912
Oct 27 14:48:42 Agents-MacBook-Pro.local gui[46020] <Notice>: /Applications/Datadog Agent.app/Contents/MacOS/../Frameworks/libssl.1.0.0.dylib: truncated mach-o error: segment __LINKEDIT extends to 378336 which is past end of file 367912
10/26/15 5:31:08.246 PM gui[74619]: /Applications/Datadog Agent.app/Contents/Resources/lib/python2.7/site-packages.zip/guidata/qt/__init__.py:56: RuntimeWarning: guidata is still not fully compatible with PySide
10/26/15 5:31:08.520 PM gui[74619]: ERROR:root:code for hash md5 was not found.
10/26/15 5:31:08.520 PM gui[74619]: Traceback (most recent call last):
10/26/15 5:31:08.520 PM gui[74619]: File "hashlib.pyc", line 147, in <module>
10/26/15 5:31:08.520 PM gui[74619]: File "hashlib.pyc", line 97, in __get_builtin_constructor
10/26/15 5:31:08.520 PM gui[74619]: ValueError: unsupported hash type md5
10/26/15 5:31:08.520 PM gui[74619]: ERROR:root:code for hash sha1 was not found.
10/26/15 5:31:08.520 PM gui[74619]: Traceback (most recent call last):
10/26/15 5:31:08.520 PM gui[74619]: File "hashlib.pyc", line 147, in <module>
10/26/15 5:31:08.520 PM gui[74619]: File "hashlib.pyc", line 97, in __get_builtin_constructor
10/26/15 5:31:08.520 PM gui[74619]: ValueError: unsupported hash type sha1
10/26/15 5:31:08.520 PM gui[74619]: ERROR:root:code for hash sha224 was not found.
10/26/15 5:31:08.521 PM gui[74619]: Traceback (most recent call last):
10/26/15 5:31:08.521 PM gui[74619]: File "hashlib.pyc", line 147, in <module>
10/26/15 5:31:08.521 PM gui[74619]: File "hashlib.pyc", line 97, in __get_builtin_constructor
10/26/15 5:31:08.521 PM gui[74619]: ValueError: unsupported hash type sha224
10/26/15 5:31:08.521 PM gui[74619]: ERROR:root:code for hash sha256 was not found.
10/26/15 5:31:08.521 PM gui[74619]: Traceback (most recent call last):
10/26/15 5:31:08.521 PM gui[74619]: File "hashlib.pyc", line 147, in <module>
10/26/15 5:31:08.521 PM gui[74619]: File "hashlib.pyc", line 97, in __get_builtin_constructor
10/26/15 5:31:08.521 PM gui[74619]: ValueError: unsupported hash type sha256
10/26/15 5:31:08.521 PM gui[74619]: ERROR:root:code for hash sha384 was not found.
10/26/15 5:31:08.522 PM gui[74619]: Traceback (most recent call last):
10/26/15 5:31:08.522 PM gui[74619]: File "hashlib.pyc", line 147, in <module>
10/26/15 5:31:08.522 PM gui[74619]: File "hashlib.pyc", line 97, in __get_builtin_constructor
10/26/15 5:31:08.522 PM gui[74619]: ValueError: unsupported hash type sha384
10/26/15 5:31:08.522 PM gui[74619]: ERROR:root:code for hash sha512 was not found.
10/26/15 5:31:08.522 PM gui[74619]: Traceback (most recent call last):
10/26/15 5:31:08.522 PM gui[74619]: File "hashlib.pyc", line 147, in <module>
10/26/15 5:31:08.522 PM gui[74619]: File "hashlib.pyc", line 97, in __get_builtin_constructor
10/26/15 5:31:08.522 PM gui[74619]: ValueError: unsupported hash type sha512
10/26/15 5:31:08.804 PM gui[74619]: Traceback (most recent call last):
10/26/15 5:31:08.804 PM gui[74619]: File "/Applications/Datadog Agent.app/Contents/Resources/__boot__.py", line 77, in <module>
10/26/15 5:31:08.804 PM gui[74619]: _run()
10/26/15 5:31:08.804 PM gui[74619]: File "/Applications/Datadog Agent.app/Contents/Resources/__boot__.py", line 62, in _run
10/26/15 5:31:08.804 PM gui[74619]: exec(compile(source, path, 'exec'), globals(), globals())
10/26/15 5:31:08.804 PM gui[74619]: File "/Applications/Datadog Agent.app/Contents/Resources/gui.py", line 68, in <module>
10/26/15 5:31:08.804 PM gui[74619]: from checks.check_status import (
10/26/15 5:31:08.804 PM gui[74619]: File "checks/__init__.pyc", line 26, in <module>
10/26/15 5:31:08.804 PM gui[74619]: File "checks/check_status.pyc", line 21, in <module>
10/26/15 5:31:08.804 PM gui[74619]: File "config.pyc", line 24, in <module>
10/26/15 5:31:08.805 PM gui[74619]: File "util.pyc", line 2, in <module>
10/26/15 5:31:08.805 PM gui[74619]: ImportError: cannot import name md5
10/26/15 5:31:08.822 PM locationd[232]: NETWORK: requery, 0, 0, 0, 0, 19, items, fQueryRetries, 0, fLastRetryTimestamp, 467587674.4
10/26/15 5:31:08.932 PM gui[74619]: Datadog Agent Error
10/26/15 5:31:08.932 PM gui[74619]: 2015-10-26 17:31:08.931 gui[74619:354929] Datadog Agent Error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment