EC
EC
``` blackbox_register_new_file cookbooks/test_base/attributes/secure.rb ```
@tlimoncelli unfortunately not, I get something like this: ``` blackbox_update_all_files WARNING: You probably want to run gpg-agent as you will be asked for your passphrase many times. Example: $ eval...
@TomOnTime I couldnt get your script to work. I tried running it in the directory where I have blackbox and it just returned me to to the command line. I...
@TomOnTime ``` + set -e + . _blackbox_common.sh ++ exec /usr/local/Cellar/blackbox/1.20160122/libexec/_blackbox_common.sh ```
``` set -e . "${0%/*}/_blackbox_common.sh" . /Users/test/work/blackbox/tools/test_functions.sh PHASE 'Test vcs_relative_path: TestA' export REPOBASE='/Users/test/work/test (test)/test' FILE='foo.txt' result=$(vcs_relative_path Contents) echo result=XXX${result}XXX if [[ $FILE != $result ]] ; then echo FAIL fi...
@TomOnTime then we are back here: ``` + set -e + . _blackbox_common.sh ++ exec /usr/local/Cellar/blackbox/1.20160122/libexec/_blackbox_common.sh ```
The graylog collector can hit the REST API normally. Just during the graylog server restart it fails and never reconnects. Nothing in the graylog-server logs except the normal restart messages.
Is there any more information I can provide to you? This is a pretty annoying bug.
@joschi any more info I can provide to help this bug get fixed?