Error Threat Shield

Hello; this error appears

Please try disabling the blacklists and check if the error still occurs.
You may check /var/log/messages for errors.

Hello;

Someone knows about this error and how to fix it up

Any more information from the command?

copy the failed command to the clipboard, paste it into the Terminal and submit command output

Is that command the one copied from the error message button “Comando copiar”?
Captura de 2020-08-04 17-34-27

Sorry… I don´t see… This is the command.

echo ‘{“status”:“enabled”,“Url”:“https://github.com/NethServer/dns-community-blacklist.git",“Bypass”:[“192.168.0.50”,“192.168.0.175”,“192.168.0.11”,“192.168.0.4”,“192.168.0.6”,“192.168.0.13”],“Categories”:[“abuse_ch”,“adaway”,“adguarddns”,“admiral”,“digitalside”,“disconnectme”,“easylist”,“firebog-ads”,“firebog-malware”,“malwaredomains”,“pgl”,“phisingarmy”],"Roles”:[]}’ | /usr/bin/setsid /usr/bin/sudo /usr/libexec/nethserver/api/nethserver-blacklist/dnss/update | jq

And the output of that command in Terminal?

parse error: Invalid numeric literal at line 1, column 16
parse error: Invalid numeric literal at line 1, column 16
parse error: Invalid numeric literal at line 1, column 16
parse error: Invalid numeric literal at line 1, column 16
parse error: Invalid numeric literal at line 1, column 16
{
“steps”: 4,
“pid”: 2019,
“args”: “dnss”,
“event”: “nethserver-blacklist-save”
}
{
“step”: 1,
“pid”: 2019,
“action”: “S05generic_template_expand”,
“event”: “nethserver-blacklist-save”,
“state”: “running”
}
{
“progress”: “0.25”,
“time”: “0.067743”,
“exit”: 0,
“event”: “nethserver-blacklist-save”,
“state”: “done”,
“step”: 1,
“pid”: 2019,
“action”: “S05generic_template_expand”
}
{
“step”: 2,
“pid”: 2019,
“action”: “S20nethserver-blacklist-conf”,
“event”: “nethserver-blacklist-save”,
“state”: “running”
}
{
“progress”: “0.50”,
“time”: “0.026584”,
“exit”: 0,
“event”: “nethserver-blacklist-save”,
“state”: “done”,
“step”: 2,
“pid”: 2019,
“action”: “S20nethserver-blacklist-conf”
}
{
“step”: 3,
“pid”: 2019,
“action”: “S30firewall-adjust”,
“event”: “nethserver-blacklist-save”,
“state”: “running”
}
{
“progress”: “0.75”,
“time”: “2.350719”,
“exit”: 0,
“event”: “nethserver-blacklist-save”,
“state”: “done”,
“step”: 3,
“pid”: 2019,
“action”: “S30firewall-adjust”
}
{
“step”: 4,
“pid”: 2019,
“action”: “S90adjust-services”,
“event”: “nethserver-blacklist-save”,
“state”: “running”
}
{
“progress”: “1.00”,
“time”: “0.147041”,
“exit”: 0,
“event”: “nethserver-blacklist-save”,
“state”: “done”,
“step”: 4,
“pid”: 2019,
“action”: “S90adjust-services”
}
{
“pid”: 2019,
“status”: “success”,
“event”: “nethserver-blacklist-save”
}
{
“state”: “success”

That error could be because the pasted/posted command has wrong format for single and double quotes. Probably the forum changed the format.

Try executing the following command (that will in turn restart ftl and dnsmasq services):

signal-event nethserver-blacklist-update

After executing the command, refresh the web-page and try if it works (try several times, enabling/disabling some category, adding/deleting an IP to bypass…)

1 Like

thanx that is the solution.