osquery-go icon indicating copy to clipboard operation
osquery-go copied to clipboard

Can't create socket file correctly, If defined an socket, but connect refused

Open JosingCai opened this issue 5 years ago • 0 comments

  • create an new socket, the result is context deadline exceeded err info: Error creating Thrift client: waiting for unix socket to be available: goosquery.em: context deadline exceeded exit status 1

  • connect an exist socket file , the result is connection refused err info: Error creating Thrift client: opening socket transport: dial unix /var/osquery/osquery.em: connect: connection refused

I tried set timout to 200s, It's not available the socket file can't be created successfully

JosingCai avatar Sep 27 '20 06:09 JosingCai