Sebastian Wagner
Sebastian Wagner
``` 2022-08-08T14:46:59.313000 - deduplicator-expert - INFO - Bot will continue in 15 seconds. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/intelmq/lib/pipeline.py", line 267, in _receive retval = self.pipe.blmove(self.source_queue, self.internal_queue, 0, 'RIGHT',...
Aside some smaller changes, this adds two new pages to the documentation: * how to get help (also centralizing the several places where this information was previously and adding it...
These three environment variables seem to have no effect: https://github.com/certtools/intelmq/blob/79cae294a74ab77f09b1f371a19f04ad65abab12/docs/user/installation.rst#L190 https://github.com/certtools/intelmq/blob/79cae294a74ab77f09b1f371a19f04ad65abab12/docs/user/installation.rst#L192 https://github.com/certtools/intelmq/blob/79cae294a74ab77f09b1f371a19f04ad65abab12/docs/user/installation.rst#L194 IIRC they were made obsolete by the generic solution to set parameters with env variables (`INTELMQ_SOURCE_PIPELINE_HOST` etc.)
`intelmqctl check` tries to import all bots to check if they exists and some other checks: https://github.com/certtools/intelmq/blob/0221a2507b05dcccaea9ac239bb9e13fa48ce4bc/intelmq/bin/intelmqctl.py#L923-L929 However, if the bot has a syntax error, this causes `intelmqctl check` to...
Preconditions: - No log file `$logdir/intelmqctl.log` exists `intelmqctl` is called as root instead of user intelmq, e.g. in setup scripts or by user error. The initialization of `intelmqctl` is able...
Trying to login, if the backend reports an Error 500 Internal Server Error, the frontend reports: > Login failed with unknown reason. Please report this bug. Instead of reporting a...
### Steps to reproduce 1. Where are you starting? What can you see? We have custom translations configured with `custom_translations_url`. This is the content (for testing, obviously): ```json { "Welcome...
BRLPOPLPUSH is deprecated, but BLMOVE can only be used if the redis python client does support it, ie. >= 4.1.2 fixes certtools/intelmq#2233
Is there any way to set a default homeserver, when using the installation variant 1 ("[Download the tarball and serve with any webserver](https://github.com/Awesome-Technologies/synapse-admin#steps-for-1)")? I already tried adding `REACT_APP_SERVER` to the...
Using revision 0b153ddcbb33550475f93e7388c769d87cf0dc6e ``` Creating network "synapse-admin_default" with the default driver Building synapse-admin Sending build context to Docker daemon 2.34MB Step 1/10 : FROM node:lts as builder lts: Pulling from...