You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: