• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

plesk kernel: application bug: perl

P

PixyPumpkin

Guest
Hi, last night i received an error from Plesk:

May 29 01:48:04 plesk kernel: application bug: perl(2669) has SIGCHLD set to SIG_IGN but calls wait().
May 29 01:48:04 plesk kernel: (see the NOTES section of 'man 2 wait'). Workaround activated.
May 29 02:00:25 plesk kernel: application bug: perl(2669) has SIGCHLD set to SIG_IGN but calls wait().

This error generated 50GB of traffic within a couple of hours.
Does anybody know how to solve this problem?

After a reboor all seemed fine, but will it come back?

Thx!
 
There can be more than one thing that causes this, but last time I got it, it was a hacker who were running a perl wget program... it ran as perl, but said "/usr/bin/httpd -DSSL" when I used ps -aux, and you could also see it while running "netsat -nlp"

Check /tmp if there is suspicous files...
 
Wow, this is exactly what happened, the file wget.pl was indead in the /tmp Thx! :)
 
But, you should do something with it.. if you search every httpd error_log after admin_styles.php I think it was.. you will probably find wich site this hack came from.. will guess it is a phpBB exploit..

grep -lir "admin_styles.php" /path/to/sites/httpd_logs/error_log


Another thing... you said it genreated 50GB transfer... do you have any clue what it was getting and where it was stored?
 
Another thing... you said it genreated 50GB transfer... do you have any clue what it was getting and where it was stored?
Not a cleu, the disk space did not change?
 
Back
Top