Project

General

Profile

Actions

Bug #15127

closed

``check_dnsavailable()`` failing even when DNS is available

Added by Kris Phillips 4 months ago. Updated 4 months ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
PHP Interpreter
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
24.03
Release Notes:
Default
Affected Version:
All
Affected Architecture:
All

Description

In the file /usr/local/www/services_acb.php there is a call on line 233 to "check_dnsavailable" which queries against 8.8.8.8 using a function in /etc/inc/system.inc. Recently a change to Google's DNS servers has broken this function.

Currently, this can be worked around with the following one-line command until a system patch can be made on 23.09.1:

awk 'NR==233 {$0="if ((!($_REQUEST['\''download'\'']) || $input_errors)) {"} 1' /usr/local/www/services_acb.php > temp && mv temp /usr/local/www/services_acb.php


Files

15127.patch (853 Bytes) 15127.patch workaround Marcos M, 12/30/2023 10:14 PM

Related issues

Has duplicate Bug #15129: Arp table not displaying hostnameDuplicate

Actions
Actions

Also available in: Atom PDF