RD WebDesign

Results 335 comments of RD WebDesign

Can you check if `pihole updatechecker` fix the issue?

~~Just to confirm, what's the content of `/etc/pihole/versions` file?~~ Never mind... I just saw your `bash.log` file. The correct info is there.

Ohhh... I think I found the issue: ``` - Gathering version information... + GetVersionInformation ++ echo v5.14.2 ++ grep -oE '^v[0-9]+([.][0-9]+){1,2}' + CORE_VERSION=v5.14.2 + '[' master = master ']' +...

Note: I can't replicate the issue. Here the hashes are the same. User log file: ``` + . /etc/pihole/versions ++ CORE_BRANCH=master ++ WEB_BRANCH=master ++ FTL_BRANCH=master ++ CORE_VERSION=v5.14.2 ++ WEB_VERSION=v5.17 ++...

The hash is the same in both cases, but some systems are showing the first 7 characters, others the first 8. Maybe some versions are using different default options than...

@Gothico74 Can you please compare the results of the commands below on your system (you need to `cd /etc/.pihole` before)? ```console git describe --long --dirty --tags --always ``` and ```console...

@Gothico74 > `c32761e` This should show 8 characters, but in your case shows only 7. I think this could be a difference on git itself, or some config. What is...

Your change will fix the issue, but I'm trying to understand how this happened in the first place (I saw this problem before, but only one or two times). Did...

The problem is here: https://github.com/pi-hole/pi-hole/blob/d86b325dfe4d39b7bc523672bb22f1bdbd12265f/automated%20install/basic-install.sh#L2447-L2451

> I think that my issue is common. Not very common. We saw very few cases with similar problems. > To solve the issue it needs to change "setenv.add-response-header" lighttpd...