View Single Post
  #6 (permalink)  
Old 11-02-2004, 01:51 AM
Rubas Rubas is offline
Registered User
 
Join Date: Sep 2003
Posts: 142
Rubas is on a distinguished road
Yes, I also noticed the difference between the perl version but couldn't figure out why. (no multi threaded perl).


Good
perl-5.8.0-88.4
# perl -v
This is perl, v5.8.1 built for i686-linux

Bad
perl-5.8.0-88.7 (no perl update - just a fresh installation)
# perl -v
This is perl, v5.8.4 built for i686-linux


I setup up a monitoring script which sends me every second a processlist

the last info before crash
Quote:
CROND
19581 19582 19582 19582 ? -1 S 0 0:00 \_ /bin/sh -c (/scripts/upcp manual)
19582 19583 19582 19582 ? -1 S 0 0:00 | \_ /usr/bin/perl /scripts/upcp manual
19583 19892 19582 19582 ? -1 S 0 0:00 | \_ /usr/bin/perl /scripts/rpmup2
19892 20031 19582 19582 ? -1 S 0 0:00 | \_ /usr/bin/perl /scripts/installgd
20031 20072 19582 19582 ? -1 S 0 0:00 | \_ /usr/sbin/userhelper -t -w up2date --nox -i perl-CPAN libpng-devel libjpeg-devel XFree86-devel iconv jpeg xpm png
20072 20075 19582 19582 ? -1 R 0 0:01 | \_ /usr/bin/python -u /usr/sbin/up2date --nox -i perl-CPAN libpng-devel libjpeg-devel XFree86-devel iconv jpeg xpm png
19581 19657 4088 4088 ? -1 S 47 0:00 \_ /usr/sbin/sendmail -FCronDaemon -i -odi -oem root
This would be the next step if there is no crash with upcp
Quote:
4088 11482 4088 4088 ? -1 S 0 0:00 \_ CROND
11482 11483 11483 11483 ? -1 S 0 0:00 \_ /bin/sh -c (/scripts/upcp manual)
11483 11484 11483 11483 ? -1 S 0 0:00 | \_ /usr/bin/perl /scripts/upcp manual
11484 11791 11483 11483 ? -1 S 0 0:00 | \_ /usr/bin/perl /scripts/rpmup2
11791 11825 11483 11483 ? -1 S 0 0:00 | \_ /usr/bin/perl /usr/local/cpanel/bin/checkperlmodules
11825 11837 11483 11483 ? -1 S 0 0:00 | \_ /usr/bin/perl /scripts/realperlinstaller Net::AIM Net::SSLeay Archive::Tar GD::Graph Tree::MultiNode Tie::IxHash HTML::Entities IO::Tty Bundle::DBD::mysql CGI MD5 Digest::MD5 Expect Mail::SpamAssassin Net::DNS Bundle::Interchange Geo::IPfr
11837 11845 11483 11483 ? -1 S 0 0:00 | \_ /usr/sbin/userhelper -t -w up2date --nox -i ncftp
11845 11848 11483 11483 ? -1 D 0 0:00 | \_ /usr/bin/python -u /usr/sbin/up2date --nox -i ncftp
11482 11558 4088 4088 ? -1 S 47 0:00 \_ /usr/sbin/sendmail -FCronDaemon -i -odi


The support had only the idea of an issue with multi-threaded perl and actually the ticket is closed.

Last edited by Rubas; 11-02-2004 at 01:56 AM.
Reply With Quote