• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

exit signal Segmentation fault

Peter12

New Pleskian
Hi,

Parallels Plesk autoinstaller emailed me 03:34 to confirm that Parallels Plesk was successfully updated, but ever since then /var/log/httpd/error_log has entries every 5 minutes stating
'child pid xxxxxx exit signal Segmentation fault (11)'.

Any clues on how to diagnose?

Kind regards
Peter
 
Is this VPS? Any related details in system log /var/log/messages? Have you tried to rebuild webserver configs with

# /usr/local/psa/admin/bin/httpdmng --reconfigure-all

any other results of troubleshooting?
 
Hi IgorG,

Many thanks for the info, there was nothing of interest in messages (except for the usual dhcp requests)
I ran the command you recommended and have pasted the results below.

Execution failed.
Command: httpdmng
Arguments: Array
(
[0] => --reconfigure-server
[1] => -no-restart
)

Details: [2015-01-16 09:45:42] ERR [util_exec] proc_close() failed
[2015-01-16 09:45:42] ERR [panel] Apache config (14214015410.79151500) generation failed: Template_Exception: nginx: [emerg] bind() to [xxxx:xxx:xxx:xxxx::xx:xxxx]:80 failed (99: Cannot assign requested address)
nginx: configuration file /etc/nginx/nginx.conf test failed

file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0
nginx: [emerg] bind() to [xxxx:xxx:xxx:xxxx::xx:xxxx]:80 failed (99: Cannot assign requested address)
nginx: configuration file /etc/nginx/nginx.conf test failed

This seems to be related to my server's ipv6 address which I posted a little while back on how to disable
it because it became my default ip an was creating issues.

Could you tell me how I can configure this new issue to ignor ipv6 as at present it is causing more problems than it is worth.

Many thanks IgorG,

Kind regards

Pete
 
Hi IgorG,

I have run the command specified on the link you provided, please
see results below.

[~]# /usr/local/psa/bin/reconfigurator --autoconfigure
Database: [<xxx.xxx.xx.xx>, <xxxx:xxx:xxx:xxxx::xx:xxxx>]
Actual: [<xxx.xxx.xx.xx>]
Removed IPs: [] [<xxxx:xxx:xxx:xxxx::xx:xxxx>]
Added IPs: [] []
Mapping: {}
Old not remapped: [<xxxx:xxx:xxx:xxxx::xx:xxxx>]
New not used: []
Nothing to do.


[~]# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
Execution failed.
Command: httpdmng
Arguments: Array
(
[0] => --reconfigure-server
[1] => -no-restart
)

Details: [2015-01-16 21:01:43] ERR [util_exec] proc_close() failed
[2015-01-16 21:01:43] ERR [panel] Apache config (14214421020.86225800) generatio
n failed: Template_Exception: nginx: [emerg] bind() to [
xxxx:xxx:xxx:xxxx::xx:xxxx
]:80 failed (99: Cannot assign requested address)
nginx: configuration file /etc/nginx/nginx.conf test failed

file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0
nginx: [emerg] bind() to [xxxx:xxx:xxx:xxxx::xx:xxxx]:80 failed (99: Cannot assi
gn requested address)
nginx: configuration file /etc/nginx/nginx.conf test failed


[~]# /etc/init.d/nginx restart
Starting nginx: [ OK ]
 
Back
Top