Adam

Results 81 comments of Adam

That's interesting - what response did you get from tech support?On 5 Sep 2023, at 19:13, githubDiversity ***@***.***> wrote: As per usual Asrock Rack tech support is interested to help...

Note that the UI once Pi-Hole is installed seems to work ![image](https://github.com/pi-hole/pi-hole/assets/83080728/0e03de06-f876-4eb8-889d-1cfccaf8b314)

>user wandering time This is why I raised this issue - thanks for phrasing it better than I did

I ended up needing to disable gprofng in litecross completely, as I was getting strange errors saying it couldn't find memcpy and things like that.

Just reporting this is also an issue on Fedora 39.

Windows 10: `BUG-63b1fb596161f51e198c469c4467fa95a6163c44706451561ddeb23af51e217d-20221109120532Z-16c0c6ebcb811869` ``` PS C:\Users\Adam> Get-Service | Where-Object {$_.ServiceName -eq "NetSetupSvc" -or $_.DependentServices.Where({$_.ServiceName -eq "NetSetupSvc"})} | Select-Object -Property ServiceName, StartType, Status Get-Service: Service 'McpManagementService (McpManagementService)' cannot be queried due...

Sure, thanks @aliheydarabadii. My suggestion is that there's an error reminding you to load templates rather than a panic.

In the CMake files, there's a line that clears the target platform but it doesn't get set again on Linux. Theoretically ``` diff --git a/CMakeLists.txt b/CMakeLists.txt index 4da64d4..1787fce 100644 ---...