David Reagan

Results 51 comments of David Reagan

Ran into this myself. Fixing the networks in my docker-compose file fixed it. So it was definitely something to do with not being able to talk to the mysql db.

I'd like to be able to upload backups to multiple destinations as well. I could see doing so all at the same time getting tricky, especially if one destination isn't...

Wow, took me a while to get around to this. But I'm currently doing my initial sync to b2 via their command line tool. Plus trickle to limit bandwidth. See...

Sorry for the quick double post, but I think this deserves it's own comment. The title of the issue has "[$55]" in it. I assume that's a bounty for anyone...

Someone can update the amount in the title to $65 now. :)

I just ran into this issue with generic/ubuntu2004 on libvirtd. It looks like the ubuntu defaults are changed here: https://github.com/lavabit/robox/blob/cd60c607a87db17ee470d4cde92889dca9951c06/scripts/ubuntu2004/network.sh#L69 As are the defaults in all the other `scripts/< ubuntu...

Judging from the [man page](https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html), dnsmasq needs to be configured to support dnssec. My libvirt dnsmasq conf file doesn't do that. ``` cat /var/lib/libvirt/dnsmasq/dockerstack1.conf ##WARNING: THIS IS AN AUTO-GENERATED FILE....

So, I was running into this issue as well. It looks like this https://github.com/appbaseio/dejavu/blob/f3293cc22fd8851602af4e053918333914dd66b5/app/src/components/QueryExplorer.js#L84 is the offending line. If I'm reading that correctly, DejaVu loads Mirage in an iframe, then...

I was just trying to figure out why I couldn't find any logs in Kibana for my containers when I found this issue. Am I reading things correctly in that...

In my case Elastic Agent is NOT in a Docker container. It's just running straight on my vms. Managed via Fleet. I just tested again. When using `/var/lib/docker/containers/${docker.container.id}/*-json.log` in my...