Carlos Lopez
Carlos Lopez
Hi @coolacid I have added the following entry in docker-compose.yml: - "./crontabs/:/etc/cron.d/" With the following file: crontabs/update_misp 20 */2 * * * www-data /var/www/MISP/app/Console/cake Server cacheFeed 1 all >/tmp/cronlog 2>/tmp/cronlog...
Hi @coolacid /tmp/cronlog is empty but I don't know how but it seems is working after updating docker images to v2.4.152...
Good morning, Same error here under RHEL 8 ....
Yes. Here it is: ...... Zeek::XMPP - XMPP analyzer (StartTLS only) (built-in) [Analyzer] XMPP (ANALYZER_XMPP, enabled) [Event] xmpp_starttls Zeek::ZIP - Generic ZIP support analyzer (built-in) [Analyzer] ZIP (enabled) Corelight::CommunityID -...
Good morning, One thing: "zeek -NN" only works on the manager but not in the workers: root@fbsdnsm01:/opt/zeek/lib/zeek/plugins/packages # /opt/zeek/bin/zeek -NN internal error: Failed to find variable named: Kafka::kafka_conf Abort root@fbsdnsm01:/opt/zeek/lib/zeek/plugins/packages...
Hi @JonZeolla , Uhmm ... older? Release installed in all zeek workers and manager are 1.8.2 ... According to https://github.com/edenhill/librdkafka/releases, latest release is 1.9.0 released 6 days ago ... I...
Oops ... sorry ... My zeek-kafka package is release 1.0.0, and 1.1.0-rc1 was released 19 hours ago .....
> Please post the logs before the error. Also, post the .env. > > Did you try updating docker from the docker.com website? Yes ... I have updated all docker...
More info. In misp-workers-errors.log file appears the following errors: Error: ERR AUTH called without any password configured for the default user. Are you sure your configuration is correct? #0 /var/www/MISP/app/Lib/Tools/BackgroundJobsTool.php(686):...
> That is not what I asked, I asked whether you followed this https://docs.docker.com/engine/install/ubuntu/ Nop ... I have installed docker using Debian 12 repository. With release v2.4.194 all was working...