I found the problem.
I run named as a caching only server and had to change nsswitch.conf's
host line to look in dns instead of mdns4_minimal. I had changed this line:
hosts: files mdns4_minimal [NOTFOUND=return] dns myhostname
to
hosts: files dns
After the upgrade I have a new nsswitch.conf
On 03/13/2018 02:14 AM, Bill Shirley wrote:
> You've posted very little code. Have you tried looking at the
> headers? You
> must turn on trace:
> $soap_options = array(
> 'trace'=>true
> // ,'soap_version'=>SOAP_1_2
> // ,'exceptions'=>false
> // ,'classmap'=>$classmap
>
You've posted very little code. Have you tried looking at the headers? You
must turn on trace:
$soap_options = array(
'trace'=>true
// ,'soap_version'=>SOAP_1_2
// ,'exceptions'=>false
// ,'classmap'=>$classmap
);
$soap_client = new SoapClient($wsdl_url, $soap_options);
t
I finally got around to upgrading from Fedora25 to Fedora26.
The layout is I have two partitions of which at any time one of the is
the root partition, which contains everything but the /boot partition,
and the other is not used. I have a separate /boot partition. When I
upgrade I go into sing