• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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