hpcloud / tail

Go package for reading from continously updated files (tail -f)
MIT License
2.69k stars 501 forks source link

Failed to create watcher error #192

Open AnoopPutta opened 11 months ago

AnoopPutta commented 11 months ago

I am seeing the below issue when i try to run my application on containers.

2023/08/17 11:11:36 FATAL -- failed to create Watcher goroutine 14 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x65 github.com/sec/go-plugin/vendor/github.com/hpcloud/tail/util.Fatal({0x7a6e23?, 0xc000310080?}, {0x0, 0x0, 0x0})

Tried on alpine & centos based containers with go 1.19.6.

Is this a known issue ? or is it not supported by the OS or go version i am using? Appreciate all the help.

skyf0cker commented 1 month ago

met the same problem 😢