Yurii Rashkovskii
Yurii Rashkovskii
I have the same issue – worked a few days before. ``` ls -alh /usr/sbin/userhelper -rws--x--x 1 root root 48K Jul 20 00:00 /usr/sbin/userhelper ```
I may have found _an_ answer: this was a new cluster/node and it had AppArmor enabled. Disabling it on the node and rebooting it cleared the problem. I am not...
I was able (so far) to circumvent this by doing something like this: ```python import atexit @atexit.register def close_psycopg_pools(): import gc import psycopg_pool [obj.close() for obj in gc.get_objects() if isinstance(obj,...
And that would require clang-format to be of a newer version, too! 😀