Justin

Results 4 comments of Justin

Hey y'all! I only gave my Conduwuit server (lxc container) 15 gigs of disk space since I really only talk to one person with Matrix. I was planning on configuring...

``` $ [ -d /etc/systemd/resolved.conf.d ] || sudo mkdir /etc/systemd/resolved.conf.d $ echo '[Resolve]' | sudo tee /etc/systemd/resolved.conf.d/10-pihole.conf $ echo 'DNSStubListener=no' | sudo tee -a /etc/systemd/resolved.conf.d/10-pihole.conf ``` I can confirm that...

I restarted `systemd-resolved` yes and I'm still getting: ``` Nov 15 09:33:52 localhost.localdomain pihole[2063]: Error: netavark: IO error: Error while applying dns entries: IO error: aardvark-dns failed to start: Error...

Ah... @zwimer, I must apologize. It appears that I am facing a Podman only issue, which I understand is not supported by this container. I tested your solution on a...