<@UBWUZESLB> can you screenshot your browser conso...
# kolide
g
@R0n can you screenshot your browser console when you repro this issue?
r
hi @groob here is the screenshot
any idea?
@zwass
g
it looks like you have some cert trust issues in there?
z
I have only ever seen errors like this when Fleet is running behind an LB. are you certain you are connecting directly to it? Can you try connecting to the IP of the Fleet server?
r
the devops guy said we are not using a LB
I also seen this problem with certs, but i still dont know why its throwing the error
Copy code
This page isn’t working If the problem continues, contact the site owner.
HTTP ERROR 405
when i hit
<https://kolide/api/v1/kolide/results/306/fqy4fk2z/xhr_streaming?t=1544546549068>
g
thats a CORS issue?
why would that happen with fleet, which serves its own files
something is really odd here
r
yes
i mean it should call itself
it was working just fine before
and the POST just returns
ERR_SPDY_PROTOCOL_ERROR 200
what is odd is that the packs schedule are running just fine
if i try the ip i get
This site can’t be reached
im not sure how kolide is setup in GCP
g
IMO you should either point these questions at your sysadmin or ask them to join here and we can troubleshoot. There’s something clearly wrong with your server setup or with how you’re connecting to it, but we can’t really tell what without more information.
r
👍
im looking at the logs in one of the hosts. im seeing this msg.
Error sending status to logger: Request error: Bad file descriptor
any idea what that is
but it looks like the host is able to post requests to kolide api
Copy code
"error": "failed to ingest result: writing results: PUBLISH failed to channel results_3751: dial tcp: lookup -<http://redis.qa.com|redis.qa.com> on x.x.x.x:53: dial udp x.x.x.x:53: socket: too many open files"
tahts the error after the host gets the query
redis would be the problem?
g
yes, thats a redis connection issue
well
too many open files
do you need to set the ulimit higher?
r
we went from 100 hosts to 800
do i need to increase settings?
g
by default many servers have ulimit values that dont scale well
r
i'll look into that
thanks!
i would probably have to update to 2.0.1 right
that fixed the problem
thanks!