Error number 72,057,594,037,927,935

Post Reply
mcwebsitedesign
Junior Member
Posts: 3
Joined: 13 Feb 2020, 16:27

Error number 72,057,594,037,927,935

Post by mcwebsitedesign »

Hi,

I am receiving an error when attempting to access the interface. I am getting a 500 Internal Server Error:

No response from subprocess (/usr/local/cpanel/whostmgr/docroot/cgi/configserver/csf.cgi): The subprocess reported error number 72,057,594,037,927,935 when it ended. The process dumped a core file.

I rebooted the server but that didn't solve the issue.

I checked available disc space, only using 35%

All other ConfigServer products on the server are operating fine
mcwebsitedesign
Junior Member
Posts: 3
Joined: 13 Feb 2020, 16:27

Re: Error number 72,057,594,037,927,935

Post by mcwebsitedesign »

This is still an issue... Anyone have an idea what might be going on?
cfclindsey
Junior Member
Posts: 2
Joined: 28 Feb 2020, 16:35

Re: Error number 72,057,594,037,927,935

Post by cfclindsey »

I'm receiving the same message. Anyone have any ideas?
cfclindsey
Junior Member
Posts: 2
Joined: 28 Feb 2020, 16:35

Re: Error number 72,057,594,037,927,935

Post by cfclindsey »

I finally figured this out for my server.

Here's what I did from the command line.

- Checked out /usr/local/cpanel/logs/error_log
- Found an error that was something like this:

Code: Select all

Can't locate IO/SigGuard.pm in @INC (@INC contains: /usr/local/cpanel /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/cpanel/Cpanel/SafeRun/Object.pm line 18.
- Reinstalled perl:

Code: Select all

yum reinstall perl
- Reinstalled my missing module:

Code: Select all

/scripts/perlinstaller IO::SigGuard
- Reinstalled CSF. Directions here: https://download.configserver.com/csf/install.txt

Once I did all that, the error was resolved. Hopefully this helps you out.
mcwebsitedesign
Junior Member
Posts: 3
Joined: 13 Feb 2020, 16:27

Re: Error number 72,057,594,037,927,935

Post by mcwebsitedesign »

Thanks for sharing this! Did doing this revert all the CSF settings back to the defaults?
Post Reply