DNS resolver exiting when loading pfblocker 25.03.b.20250409.2208
-
Right. Which is weird because it is defined in head.
-
@stephenw10
It only seems to happen when using macOS Touch ID to log into the pfSense GUI. More details in the Apple dev library, apparently.๏ธ
-
Aha, that's fun...
-
OK try the patch on the redmine if you can: https://redmine.pfsense.org/issues/6727#note-2
-
@stephenw10 said in DNS resolver exiting when loading pfblocker 25.03.b.20250409.2208:
OK try the patch on the redmine if you can: https://redmine.pfsense.org/issues/6727#note-2
Patched and did a quick log-out and log back in and all was well. I'll look at it in more detail tomorrow.
2025-06-20 22:24:58.167324+01:00 php-fpm 16657 /index.php: Successful login for user 'admin' from: 2a02: (Local Database) 2025-06-20 22:24:46.804428+01:00 php-fpm 3361 /index.php: User logged out for user 'admin' from: 2a02: (Local Database) 2025-06-20 22:23:39.104012+01:00 php-fpm 3361 System Patches: Patch applied successfully (ID: 6855d0f643a33, DESCR: macOS Touch ID png errors 6855d0f643a33 for 25.03.b.20250610.1659) 2025-06-20 22:23:20.811361+01:00 check_reload_status 625 Syncing firewall
๏ธ
-
Thanks!
-
Fully tested - patch 6855d0f643a33 is confirmed to work with 25.03.b.20250610.1659.
No remaining issues or observations - looks like a fix.
As an aside the 25.03 update is looking really good. Rock-solid stability, nice new features and a massive performance upgrade for PPPoE WANs.
I know our role is to pick holes in it but this is one of the best updates in recent years.
๏ธ
-
Awesome! Thanks for testing.
-
I've no idea why this error returned this morning as nothing had changed:
2025-06-22 10:31:31.000000+01:00 nginx - 2025/06/22 10:31:31 [error] 24#100557: *13201 open() "/usr/local/www/apple-touch-icon.png" failed (2: No such file or directory), client: 2a02:, server: , request: "GET /apple-touch-icon.png HTTP/2.0", host: "router-7.xxxxxxx.me:8443" 2025-06-22 10:31:31.000000+01:00 nginx - 2025/06/22 10:31:31 [error] 24#100557: *13201 open() "/usr/local/www/apple-touch-icon-precomposed.png" failed (2: No such file or directory), client: 2a02:, server: , request: "GET /apple-touch-icon-precomposed.png HTTP/2.0", host: "router-7.xxxxxxx.me:8443" 2025-06-22 10:30:15.450108+01:00 php-fpm 6810 /index.php: Successful login for user 'admin' from: 2a02: (Local Database)
The really odd aspect is that it happened over 1 min after the login was completed.
๏ธ
-
Hmm, weird. Some other page that doesn't have meta data in the header? What were you looking at that triggered it?
-
@stephenw10
The blue pfSense login page just after refreshing the pfSense red screen (the timed-out / credentials / whatever thing).๏ธ
-
Ah, the CSRF token timeout? Maybe it tries to pull icons from there...
-
@stephenw10
Yes, that's the one my brain was hiding from me - CSRF token!๏ธ