RD WebDesign

Results 335 comments of RD WebDesign

Apparently this will break log rotation inside containers: - https://github.com/pi-hole/docker-pi-hole/blob/f4aac365653ffe7d8dbe9472193026e78cdfd174/src/crontab.txt#L2C1-L2C75

The more I look at `piholeLogFlush.sh`, the more I think we should have two separate functions to execute the different jobs. I don't like the completely different jobs: - `pihole...

@yubiuser I tested the code (core and docker) on a container. When I run `pihole -f`, the message "Function not supported in Docker images" is printed, as expected. On the...

> I think so it does not need a restart (maybe only to clean the in-memory database). That's the part I'm not sure. Can FTL API flush the logs without...

We never tested Pi-hole on Fedora 43. It was released just a few days ago. Also, I don't think any Pi-hole team member uses Fedora, specially Fedora 43. Maybe something...

@ETA-2026 > @**pralor-bot** perhaps if you'd read the linked thread, you would have realised @**kennywest** was told to post here! You are talking to a Bot, created exactly to post...

The log rotation moves `FTL.log` to `FTL.log.1`. It also moves `.1` to `.2` and so on, but some files are archived as `.gz`: ``` pihole:/var/log/pihole# ls -la FTL* -rw-r----- 1...

Please post a debug token: - run `docker exec -it pihole -d` command. - when asked to upload the log, answer Y. - copy only the token and paste here.

> Conditional forwarding -> true,192.168.1.0/24,192.168.1.1 Did you try to include the local domain name to reverse server configuration? ``` true,192.168.1.0/24,192.168.1.1,lan ``` EDIT: Also, you are using a different local domain...

> Do you have any syntax example for misc.dnsmasq_lines to set this up correctly? If you are adding the lines via web interface, just add one config per line: If...