Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    cPanelBilly
    Guest

    Default cpanellogd spawning thousands of processes (fix)

    For any having the issues where cpanellogd spawns thousands of processes it is caused by rrdtool not being fully installed. The fix is to:
    /scripts/updatenow
    /scripts/rrdtoolinstall

  2. #2
    Member
    Join Date
    Sep 2003
    Posts
    146

    Default

    Thank you!

    It did the trick ..

  3. #3
    Member
    Join Date
    Jan 2004
    Posts
    82

    Default

    Quote Originally Posted by cPanelBilly
    For any having the issues where cpanellogd spawns thousands of processes it is caused by rrdtool not being fully installed. The fix is to:
    /scripts/updatenow
    /scripts/rrdtoolinstall
    Hello,

    Why this command no run to me?

    root@servidor1 [~]# /scripts/updatenow
    Updating /scripts...Done
    root@servidor1 [~]# /scripts/rrdtoolinstall
    root@servidor1 [~]#

    Regards,
    Minotauro.

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jun 2003
    Posts
    647

    Default

    It's running fine, just doesn't output anything to your screen.

  5. #5
    Member
    Join Date
    Jan 2004
    Posts
    82

    Default

    Quote Originally Posted by cPanelBilly
    For any having the issues where cpanellogd spawns thousands of processes it is caused by rrdtool not being fully installed. The fix is to:
    /scripts/updatenow
    /scripts/rrdtoolinstall
    Hello,

    In another server, show this error:

    cd . && \
    /bin/sh /usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/config/missing --run automake-1.7 --foreign Makefile
    /usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/config/missing: line 46: automake-1.7: command not found
    WARNING: `automake-1.7' is missing on your system. You should only need it if
    you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
    You might want to install the `Automake' and `Perl' packages.
    Grab them from any GNU archive site.
    cd . && true
    cd . && /bin/sh ./config.status Makefile
    config.status: creating Makefile
    cd . && /bin/sh /usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/config/missing --run autoconf
    configure.ac:37: error: Autoconf version 2.58 or higher is required
    configure.ac:37: the top level
    autom4te: /usr/bin/m4 failed with exit status: 1
    make: *** [configure] Error 1
    cd . && /bin/sh /usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/config/missing --run autoconf
    configure.ac:37: error: Autoconf version 2.58 or higher is required
    configure.ac:37: the top level
    autom4te: /usr/bin/m4 failed with exit status: 1
    make: *** [configure] Error 1

    This server use Red Hat ES 3 (Linux xxxxx 2.4.21-20.ELsmp #1 SMP Wed Aug 18 20:46:40 EDT 2004 i686 i686 i386 GNU/Linux).

    Regards,
    Minotauro.

  6. #6
    Member
    Join Date
    Jan 2004
    Posts
    82

    Default

    Quote Originally Posted by nickn
    It's running fine, just doesn't output anything to your screen.
    Hello nickn,

    Well, i have 15 servers and in only this server no show nothing (and in another server show error).

    Regards,
    Minotauro.

  7. #7
    Member
    Join Date
    Mar 2003
    Posts
    18

    Default

    So when i get this:

    Code:
    root@cylindrical [~]# /scripts/updatenow
    Updating /scripts...Done
    root@cylindrical [~]# /scripts/rrdtoolinstall
    root@cylindrical [~]#
    The update was oke.

  8. #8
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jun 2003
    Posts
    647

    Default

    I don't know what your others print, the server itself doesn't output anything to screen..

    Code:
    root@barracuda [~]# more /scripts/rrdtoolinstall
    #!/usr/bin/perl
    # rrdinstall script
    my $version = '1.0.48';
    
    $rrdversion = `/usr/local/cpanel/3rdparty/bin/rrdtool -v`;
    $rrdversion =~ /^RRDtool[\s\t]+([\d\.]+)/i;
    $rrdv = $1;
    
    if ($rrdv eq $version) { exit(); }
    
    chdir("/usr/local/cpanel/src/3rdparty/gpl/rrdtool-${version}");
    
    
    $machine=`uname -m`;
    chomp($machine);
    
    
    if ($machine eq "x86_64" || $machine eq "amd64") {
               system("CFLAGS=\"-fPIC\" ./configure --prefix=/usr/local/cpanel/3rdpa
    rty --enable-shared");
    } else {
               system("./configure --prefix=/usr/local/cpanel/3rdparty --enable-shar
    ed");
    }
    system("/usr/local/cpanel/bin/killautoconfheader /usr/local/cpanel/src/3rdparty/gpl/
    rrdtool-${version}");
    system("/usr/local/cpanel/bin/killautoconfheader /usr/local/cpanel/src/3rdparty/gpl/
    rrdtool-${version}/tcl");
    
    system("make");
    system("make","install");
    root@barracuda [~]#
    Nothing above ever trys to print to screen...

  9. #9
    Member
    Join Date
    Oct 2003
    Posts
    16

    Default

    /scripts/rrdtoolinstall does not work on our server and all cgi scripts fail with Resource temporarily unavailable error.

    Making install in zlib-1.1.4
    make[1]: Entering directory `/usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/zlib-1.1.4'
    make[2]: Entering directory `/usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/zlib-1.1.4'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/zlib-1.1.4'
    make[1]: Leaving directory `/usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/zlib-1.1.4'
    Making install in libpng-1.0.9
    make[1]: Entering directory `/usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/libpng-1.0.9'
    cd .. && /bin/sh ./config.status libpng-1.0.9/Makefile depfiles
    config.status: creating libpng-1.0.9/Makefile
    config.status: executing depfiles commands
    make[1]: Leaving directory `/usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/libpng-1.0.9'
    make[1]: Entering directory `/usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/libpng-1.0.9'
    Makefile:129: png.Plo: No such file or directory
    Makefile:130: pngerror.Plo: No such file or directory
    Makefile:131: pngget.Plo: No such file or directory
    Makefile:132: pngmem.Plo: No such file or directory
    Makefile:133: pngpread.Plo: No such file or directory
    Makefile:134: pngread.Plo: No such file or directory
    Makefile:135: pngrio.Plo: No such file or directory
    Makefile:136: pngrtran.Plo: No such file or directory
    Makefile:137: pngrutil.Plo: No such file or directory
    Makefile:138: pngset.Plo: No such file or directory
    Makefile:139: pngtrans.Plo: No such file or directory
    Makefile:140: pngwio.Plo: No such file or directory
    Makefile:141: pngwrite.Plo: No such file or directory
    Makefile:142: pngwtran.Plo: No such file or directory
    Makefile:143: pngwutil.Plo: No such file or directory
    make[1]: *** No rule to make target `pngwutil.Plo'. Stop.
    make[1]: Leaving directory `/usr/local/cpanel/src/3rdparty/gpl/rrdtool-1.0.48/libpng-1.0.9'
    make: *** [install-recursive] Error 1

  10. #10
    Member
    Join Date
    Nov 2003
    Posts
    129

    Default Cgi Scripts failing

    Actually - This problem happend as a direct result of the last apache update and I do not know why - we have used phpsuexec for quite some time now with NO problems -
    That last apache update - Boom suddenly frontpage extensions stopped working server wide all accounts on every machine that was updated - and ALL cgi scripts ceased to work!!
    I reset all the perms for frontpage on every account -
    And to fix the cgi problem - disabled phpsuexec and the cgis started working right away!!


    ICQ 22409301
    AJD
    Global
    Last edited by procam; 10-21-2004 at 02:14 AM. Reason: Problem Fixed

Similar Threads & Tags
Similar threads

  1. Exim Spawning Child Processes
    By Illuvatar123 in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 01-28-2005, 12:26 PM
  2. Many cpanellogd processes
    By greyboy in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 12-23-2004, 07:25 PM
  3. Thousands of exim processes freeze the server
    By tonyxp in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 03-17-2004, 08:17 AM
  4. cpanellogd spawning 100's of times?
    By Kiwi in forum cPanel and WHM Discussions
    Replies: 14
    Last Post: 04-16-2003, 03:50 AM
  5. Cron jobs spawning multiple processes
    By sexy_guy in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 04-07-2003, 01:34 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube