Joseph Coffland

Results 112 comments of Joseph Coffland

There shouldn't be.

The log shows it is using the GPU. I don't think the core's inability to read the PCI info is a problem here. Why do you think it's not using...

Please reopen this if you have more info.

Listening to the microphone has security implications and would over complicate our code. Limiting by temperature, fan RPM or workload would be more practical.

Can you provide a log file? There are two different ways C! does DNS lookups. I'd like to figure out which one is causing this problem.

Is the error message: ``Could not get IP address for ...``?

I think I found the problem. libevent's DNS implementation stops using a DNS server once it has failed. When all DNS servers have failed it can no longer resolve names....

I may have fixed it. DNSBase was using the libevent option ``EVDNS_BASE_DISABLE_WHEN_INACTIVE``. I believe this was disabling the DNS server reconnect logic.

How long did you wait for the network to recover? The current logic first waits 10s before probing if the DNS server is backup. If that fails, it multiples the...