ping-exporter icon indicating copy to clipboard operation
ping-exporter copied to clipboard

Server error: error creating server listener:

Open mritou opened this issue 5 years ago • 0 comments

Hello,

I receive this log when running a container :

Nov 04 09:27:37.114 INFO Starting ping-exporter 0.3.1 Nov 04 09:27:37.114 INFO Using settings: listen address: [::]:9346, preferred protocol: v4, resolver: system, default number of ICMP packets: 5, maximum number of ICMP packets: 30, timeout for each ICMP packet: 1000 ms, maximum timeout for each ICMP packet: 10000 ms, resolve timeout: 1000 ms, maximum resolve timeout: 10000 ms. Nov 04 09:27:37.118 ERRO Server error: error creating server listener: Address family not supported by protocol (os error 97) Nov 04 09:27:37.118 INFO Exiting

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS" NAME="Ubuntu" VERSION="18.04.3 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.3 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic

Command to start : sudo docker run -d -p 9346:9346 --name=ping-exporter ping-exporter

Working fine under ubuntu : 14.04

mritou avatar Nov 04 '19 09:11 mritou