Getting error when running docker container.

Issue #552 resolved
Former user created an issue

Hi Guys,

Hope you'r doing well.

I run the docker container of poste.io it's working fine but I'm getting error in docker logs below.

[services.d] done. [20-Dec-2018 20:06:30] NOTICE: fpm is running, pid 640 [20-Dec-2018 20:06:30] NOTICE: ready to handle connections [20-Dec-2018 20:06:30] NOTICE: systemd monitor interval set to 10000ms [-] PROGRAM ABORT : Filter rule must be a single parameter (use quotes). Location : main(), p0f.c:1166

[-] PROGRAM ABORT : Filter rule must be a single parameter (use quotes). Location : main(), p0f.c:1166

[-] PROGRAM ABORT : Filter rule must be a single parameter (use quotes). Location : main(), p0f.c:1166

Can you please just help me out.

Comments (8)

  1. SH repo owner

    Can you please run something like this docker exec -ti mailserver bash -c "route | grep '^default' | grep -o '[^ ]*$'" and paste here output?

  2. Netgains Technologies

    for command "docker exec -ti mailserver route"

    Output:-

    Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.10.1 0.0.0.0 UG 0 0 0 eth0 default 192.168.20.1 0.0.0.0 UG 100 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0 192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.10.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0 192.168.20.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0

  3. Log in to comment