• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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