Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Getting local host httpd errors after v4.3 auto upgrade

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Getting local host httpd errors after v4.3 auto upgrade


Chronological Thread 
  • From: "David J. Chaffin" <>
  • To: "" <>, "Uhl, George D. (GSFC-423.0)[Arctic Slope Technical Services, Inc.]" <>
  • Cc: "DeBold, Daniel F. (GSFC-423.0)[Arctic Slope Technical Services, Inc.]" <>
  • Subject: Re: [perfsonar-user] Getting local host httpd errors after v4.3 auto upgrade
  • Date: Tue, 3 Nov 2020 16:31:09 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uark.edu; dmarc=pass action=none header.from=uark.edu; dkim=pass header.d=uark.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=LM951oWvtzX97xPvWJeTZKRYTIGazuXadVSS0m1xlbo=; b=TlIKKdMCzpkDlRsHbXE6qvs8M6Adgiq/iVYhgB8NSzlRJCuOtUHB06eLRBKvyPgVFbDcTkwXk5GavIxvBiyfzTmNdHU+XD63u1Jcr2eaAnOJXwsXJnryBjFRB1mx5QfSeI8mRLNNe03GbkIU1nGvrETL5XzSJmIweatcdjUIDtW7t/p/gDwNFDzc49rNavDtQzNtj7TWg0skqQPNPrZ8XzD5aQctrTiUGnH53OQO17Aa3Q320bOj7Z679LPlQmLAJEjpAL1kzaVYLI8W+1EHgo4EXVBajOKQDu0Xf7WrKWGoRQPr1I1ApG2UDjdpmAe+VJ8Lyz7w1fi01fLVzZSW3Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=oDwQIkUZMZbXT0xWrIOxTl132tTShCkiWBRKi39gbvElf2Gw9s7zsjpcj7RB4EPuhb62t7LMJJcpKXxaxr/Dp12sE6r80W2L6IGky+3LXPgytudFnR1/xz2QzW2RaP+u2uf7sx8hI68pD0wkr+ArZKgsrR8WkP95AfZ3T0dYlWkozVLnNptjlw02RveOBpYTFqB88WZAOlnys2pC5k7FCy7Dar+rZRpwrTpLIduGiZrFXfq1T2zZLLx+sYgrDWItRPwzU/Vtx2K/yK0E9MVZU71GZ2BdaELeH2nlA45srTdr/h+e4hcGaTNyRJL6VoUooWTX3g3gJ79QnE8p8Vo8Kw==

George,  

Ours updated ok, maybe some dns/ethernet/hostname startup glitch?
It's easier to have the following to be the same FQDN on a https server.
Usually ServerName is set to localhost or the short hostname when you see that message.

--
David Chaffin,  UArk

hostname -f 
grep ServerName /etc/httpd/conf.d/ssl.conf
nslookup (external address) 
name on server cert request

From: <> on behalf of "Uhl, George D. (GSFC-423.0)[Arctic Slope Technical Services, Inc.]" <>
Sent: Tuesday, November 3, 2020 10:02 AM
To: <>
Cc: DeBold, Daniel F. (GSFC-423.0)[Arctic Slope Technical Services, Inc.] <>
Subject: [perfsonar-user] Getting local host httpd errors after v4.3 auto upgrade
 

I’m getting major apache errors since last night’s auto upgrade to pS 4.3:

 

SERVERS A and B:

# systemctl status httpd

httpd.service - The Apache HTTP Server

   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)

  Drop-In: /etc/systemd/system/httpd.service.d

           └─perfsonar_ulimit_apache.conf

   Active: active (running) since Fri 2020-07-17 11:51:04 GMT; 3 months 17 days ago

     Docs: man:httpd(8)

           man:apachectl(8)

  Process: 28494 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)

 Main PID: 1080 (httpd)

   Status: "Total requests: 0; Current requests/sec: 0; Current traffic:   0 B/sec"

   CGroup: /system.slice/httpd.service

           ├─ 1080 /usr/sbin/httpd -DFOREGROUND

           ├─12410 /usr/sbin/httpd -DFOREGROUND

           ├─18924 /usr/sbin/httpd -DFOREGROUND

           ├─26096 /usr/sbin/httpd -DFOREGROUND

           ├─27879 /usr/sbin/httpd -DFOREGROUND

           ├─28523 pscheduler-api  -DFOREGROUND

           ├─28524 pscheduler-api  -DFOREGROUND

           ├─28525 pscheduler-api  -DFOREGROUND

           ├─28526 pscheduler-api  -DFOREGROUND

           ├─28527 pscheduler-api  -DFOREGROUND

           ├─28528 pscheduler-api  -DFOREGROUND

           ├─28529 pscheduler-api  -DFOREGROUND

           ├─28530 pscheduler-api  -DFOREGROUND

           ├─28531 pscheduler-api  -DFOREGROUND

           ├─28532 pscheduler-api  -DFOREGROUND

           ├─28534 /usr/sbin/httpd -DFOREGROUND

           ├─28535 /usr/sbin/httpd -DFOREGROUND

           ├─28536 /usr/sbin/httpd -DFOREGROUND

           ├─28804 /usr/sbin/httpd -DFOREGROUND

           ├─29091 /usr/sbin/httpd -DFOREGROUND

           └─31485 /usr/sbin/httpd -DFOREGROUND

 

Nov 03 14:37:28 nasatest2.asf.alaska.edu httpd[28529]: pscheduler-api ERROR    <p>The server encountered an internal error or

Nov 03 14:37:28 nasatest2.asf.alaska.edu httpd[28529]: pscheduler-api ERROR    misconfiguration and was unable to complete

Nov 03 14:37:28 nasatest2.asf.alaska.edu httpd[28529]: pscheduler-api ERROR    your request.</p>

Nov 03 14:37:28 nasatest2.asf.alaska.edu httpd[28529]: pscheduler-api ERROR    <p>Please contact the server administrator at

Nov 03 14:37:28 nasatest2.asf.alaska.edu httpd[28529]: pscheduler-api ERROR     root@localhost to inform them of the time this error occurred,

Nov 03 14:37:28 nasatest2.asf.alaska.edu httpd[28529]: pscheduler-api ERROR     and the actions you performed just before this error.</p>

Nov 03 14:37:28 nasatest2.asf.alaska.edu httpd[28529]: pscheduler-api ERROR    <p>More information about this error may be available

Nov 03 14:37:28 nasatest2.asf.alaska.edu httpd[28529]: pscheduler-api ERROR    in the server error log.</p>

Nov 03 14:37:28 nasatest2.asf.alaska.edu httpd[28529]: pscheduler-api ERROR    </body></html>

Nov 03 14:37:44 nasatest2.asf.alaska.edu httpd[28528]: pscheduler-api ERROR    Internal error xxx.xxx.xxx.xxx POST https://<FQDN>/pscheduler/t...liseconds

Hint: Some lines were ellipsized, use -l to show in full.

 

 

SERVER C (after systemctl restart httpd):

# systemctl status httpd

httpd.service - The Apache HTTP Server

   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)

  Drop-In: /etc/systemd/system/httpd.service.d

           └─perfsonar_ulimit_apache.conf

   Active: failed (Result: protocol) since Tue 2020-11-03 15:17:44 UTC; 19min ago

     Docs: man:httpd(8)

           man:apachectl(8)

  Process: 9185 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=0/SUCCESS)

 Main PID: 9185 (code=exited, status=0/SUCCESS)

 

Nov 03 15:17:44 enpl systemd[1]: Starting The Apache HTTP Server...

Nov 03 15:17:44 enpl httpd[9185]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using fe80::20a:f7ff:fe21:a62c. Set the 'ServerName' dir... this message

Nov 03 15:17:44 enpl httpd[9185]: httpd (pid 40510) already running

Nov 03 15:17:44 enpl systemd[1]: Failed to start The Apache HTTP Server.

Nov 03 15:17:44 enpl systemd[1]: Unit httpd.service entered failed state.

Nov 03 15:17:44 enpl systemd[1]: httpd.service failed.

Hint: Some lines were ellipsized, use -l to show in full.

 

 

 




Archive powered by MHonArc 2.6.19.

Top of Page