|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2017-03-21 21:33 UTC] jndockery at gmail dot com
Description: ------------ After an automated update, PHP appears unable to resolve DNS entries - Other commands still resolve properly: ping, telnet, ldapsearch, curl - Affected 3 services on separate servers - Servers without unattended-upgrades (updated 2017-03-17) still functioning - Adding a manual entry in /etc/hosts allows DNS resolution Affected service examples: - ldap_bind(): "Can't contact LDAP server" - PHP curl: "Could not resolve host: ..." - SMTP: "Connection could not be established with host smtp.sendgrid.net" Packages recently updated: - libgnutls-openssl27:amd64 - multiarch-support:amd64 - libfreetype6:amd64 - libc-dev-bin:amd64 - libc-bin:amd64 - libc6:amd64 - libgnutls26:amd64 - libc6-dev:amd64 Start-Date: 2017-03-21 06:31:17 Upgrade: libgnutls-openssl27:amd64 (2.12.23-12ubuntu2.6, 2.12.23-12ubuntu2.7), multiarch-support:amd64 (2.19-0ubuntu6.9, 2.19-0ubuntu6.10), libfreetype6:amd64 (2.5.2-1ubuntu2.5, 2.5.2-1ubuntu2.6), libc-dev-bin:amd64 (2.19-0ubuntu6.9, 2.19-0ubuntu6.10), libc-bin:amd64 (2.19-0ubuntu6.9, 2.19-0ubuntu6.10), libc6:amd64 (2.19-0ubuntu6.9, 2.19-0ubuntu6.10), libgnutls26:amd64 (2.12.23-12ubuntu2.6, 2.12.23-12ubuntu2.7), libc6-dev:amd64 (2.19-0ubuntu6.9, 2.19-0ubuntu6.10) End-Date: 2017-03-21 06:31:22 Thank you! Test script: --------------- <? $url = "http://$_SERVER[HTTP_HOST]"; $ch = curl_init(); curl_setopt($ch,CURLOPT_URL,$url); curl_exec($ch); print_r(curl_error($ch)); curl_close($ch); Expected result: ---------------- no output Actual result: -------------- Could not resolve host: example.example.com PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 11:00:01 2025 UTC |
Changelog libc-bin: eglibc (2.19-0ubuntu6.11) trusty-security; urgency=medium * REGRESSION UPDATE: Previous update introduced ABI breakage in internal glibc query ABI - Back out patches/any/CVE-2015-5180-regression.diff (LP: #1674532) -- Steve Beattie <sbeattie@ubuntu.com> Tue, 21 Mar 2017 03:28:13 -0700 Bug 1674532: After installing the libc6_2.19-0ubuntu6.10_amd64_udeb package during the automated install of ubuntu 14.04.5, the system was suddenly unable to resolve hostnames via dns. Installing -0ubuntu6.9 resolved the issue. Reinstalling -ubuntu6.10 broke the system again. I note that -ubuntu6.10 was recently added to the archive. I am currently unable to install Ubuntu 14.04.5.