IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Cb Response: cbssl script results in KeyError Exception

Cb Response: cbssl script results in KeyError Exception

Version
5.x, 6.x

Issue

Running the cbssl script, for example, when creating an SSL backup via the command /usr/share/cb/cbssl backup --out <backup_file_name>, results in a KeyError Exception. The script command itself will successfully complete.

Symptoms

Backup file '/tmp/backup' successfully created

IMPORTANT: Backup file must be securely stored.  Anyone with access to the

information contained in that file will be able to compromise the security

of sensor-server communications and potentially compromise the security of

the computers on which the sensors run.

Exception KeyError: KeyError(33788144,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored

Solution

This error can be ignored as it will not affect the quality of the backup.

The error occurs when the script tries to cleanup previously loaded module, but fails due to the key of the originally loaded threading module being changed.

Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎10-26-2017
Views:
586
Contributors