infping icon indicating copy to clipboard operation
infping copied to clipboard

Bad File Descriptor Error

Open kisienya opened this issue 10 years ago • 3 comments

Hi,

Many thanks for this.

I get this error when I run the app.

2015/12/15 18:38:52 Connected to influxdb! 1.926226ms, 0.9.5 2015/12/15 18:38:52 Going to ping the following hosts: ["127.0.0.1" "8.8.8.8"] read |0: bad file descriptor 2015/12/15 18:38:52 stdout:

Cheers

kisienya avatar Dec 15 '15 07:12 kisienya

I also got that same error. influxdb-0.12.1-1.x86_64

doanerock avatar Apr 28 '16 14:04 doanerock

Unfortunately, facing the same issue: 2016/06/21 18:05:47 Connected to influxdb! 1.432502ms, 0.9.6.1 2016/06/21 18:05:47 Going to ping the following hosts: ["192.168.0.1" "10.1.110.1"] read |0: bad file descriptor 2016/06/21 18:05:47 stdout:

Package versions fping: 3.13 influxdb: influxdb-0.9.6.1-1 go: 1.5

Could you please advise how to resolve this issue?

Thanks!

mravvv avatar Jun 21 '16 15:06 mravvv

Hi. Could it be the location of fping ? Had to change mine(mac) to cmd := exec.Command("/usr/local/bin/fping", args...)

pilaurent avatar Sep 28 '16 21:09 pilaurent