kcd83

Results 18 comments of kcd83

Agreed. Here are some candidates for defaults ``` os.openstack_auth_url = "#{ENV['OS_AUTH_URL']}/tokens" os.username = ENV['OS_USERNAME'] os.password = ENV['OS_PASSWORD'] os.tenant_name = ENV['OS_TENANT_NAME'] ``` Digressing here but ... would it be bad practice...

For the NativeListener I need libevent2 which I am avoiding due to a conflict we had previously. I could revisit this. All connections claim to be connected and I got...

Ah I see what is happening now thanks. With that scenario you are correct I have no problem. However I read up on this: > It should be particularly noted...

A quick update. I toyed with some changes (hacks) to clean up stale connections with some success but moved on with performance testing using the higher number of keepalive sockets...

Thank you for trying to reproduce this. Perhaps there is something the LG TV does to trigger the repeated wake behaviour (eg. Doesn't ack so constantly retries). I am still...

Unplugging the HDMI allowed me to turn off the TV normally I wait 15 minutes, plugged the HDMI back in. The TV turned on, and would repeated turn back on...

Looks very promising, absolutely will try that and will report back. Thanks

@nagarjung `docker login URL` where URL is the registry. The docker_auth must be resolvable to the docker cli as defined in the registry `config.yml` ``` auth: token: realm: "https://example.com:5001/auth" #...

Any suggestions for getting haproxy to start if a domain has gone completely? Today I found atv.amazon.com did not resolve causing ``` [ALERT] 276/003112 (4325) : parsing [/etc/haproxy/haproxy.cfg:119] : 'server...

I hit this running DBT in a docker container whenever I changed the `\macros\get_custom_schema.sql` macro. Resolved the issue by running `dbt clean` after each change.