Menu

#33 Error - Missing Content-Type Header

v1.0_(example)
closed
nobody
None
5
2017-03-17
2013-12-16
Serge
No

Hello,
I've tried your FAQ section - but the fact is I have this message after installation of WebminSTats 2.8 on Webmin 1.660 (platform CentOS 6.5)
As to Perl and RRDTools - my system says
Package 4:perl-5.10.1-136.el6.x86_64 already installed and latest version
Package rrdtool-1.3.8-6.el6.x86_64 already installed and latest version

Also after installation there are no file
webminstats.debug
under /tmp/.webmin

Would be obliged for any hint how to solve it,
Best regards
Serge

Related

Support Requests: #33

Discussion

  • eric gerbier

    eric gerbier - 2013-12-17
    • status: open --> pending
     
  • eric gerbier

    eric gerbier - 2013-12-17

    Webminstats also needs the rrdtool-perl package (should be rrdtool-perl-1.3.8-6.el6.x86_64 on Centos 6.5). Could you check it is installed ?

     
  • Serge

    Serge - 2013-12-17

    Thank you for comment !
    But, unfortunately yes... :(
    Installed:
    rrdtool-perl.x86_64 0:1.3.8-6.el6

    Dependency Installed:
    cairo.x86_64 0:1.8.8-3.1.el6
    dejavu-fonts-common.noarch 0:2.30-2.el6
    dejavu-lgc-sans-mono-fonts.noarch 0:2.30-2.el6
    dejavu-sans-mono-fonts.noarch 0:2.30-2.el6
    fontpackages-filesystem.noarch 0:1.41-1.1.el6
    libXft.x86_64 0:2.3.1-2.el6
    libXrender.x86_64 0:0.9.7-2.el6
    libthai.x86_64 0:0.1.12-3.el6
    pango.x86_64 0:1.28.1-7.el6_3
    pixman.x86_64 0:0.26.2-5.el6_4
    rrdtool.x86_64 0:1.3.8-6.el6

    Tried another repo but
    Retrieving http://mirror.centos.org/centos/6/os/x86_64/Packages/rrdtool-perl-1.3.8-6.el6.x86_64.rpm
    Preparing... ########################################### [100%]
    package rrdtool-perl-1.3.8-6.el6.x86_64 is already installed

    ...anyway the same "Error - Missing Content-Type Header"...VERY STRANGE !
    Could you hint any more ideas what package is missed ?
    May be a Perl module ?
    I have very standard CentOS 6.5 without specific configuration.
    Best regards,

     
  • Anonymous

    Anonymous - 2013-12-17

    I have a (working) install on a (virtualized) Centos 6.5, so it can work.
    Just tell me how do you intall webminstats : by rpm or by tar.gz ?

     
    • Serge

      Serge - 2013-12-22

      Hello,
      I've installed WebMinStats via WebMin Config - WebMin modules - Third Modules.
      How you did this ?

       
  • eric gerbier

    eric gerbier - 2013-12-18

    you can have a very simple test to check perl dependencies with the following commands :
    cd /usr/libexec/webmin/sysstats
    perl -cw index.cgi

    post the output.

     
    • Serge

      Serge - 2013-12-22

      Sorry for a delay in reply.
      I've installed WebMinStats via WebMin Config - WebMin modules - Third Modules.
      [root@zulu228 src]# cd /usr/libexec/webmin/sysstats/
      [root@zulu228 sysstats]# perl -cw index.cgi
      index.cgi syntax OK
      [root@zulu228 sysstats]#
      ...that's all output I have.

       
    • Serge

      Serge - 2013-12-23

      Dear Eric,

      Let me wish you and your family Marry Christmas and Happy New Year !

      Best regards,
      Serge

      Wednesday, December 18, 2013, 8:04:05 AM, you wrote:

      you can have a very simple test to check perl dependencies with the following commands :
      cd /usr/libexec/webmin/sysstats
      perl -cw index.cgi
      post the output.

      [support-requests:#33] Error - Missing Content-Type Header
      Status: pending
      Created: Mon Dec 16, 2013 09:56 AM UTC by Serge
      Last Updated: Tue Dec 17, 2013 07:19 PM UTC
      Owner: nobody
      Hello,
      I've tried your FAQ section - but the fact is I have this message after installation of WebminSTats 2.8 on Webmin 1.660 (platform CentOS 6.5)
      As to Perl and RRDTools - my system says
      Package 4:perl-5.10.1-136.el6.x86_64 already installed and latest version
      Package rrdtool-1.3.8-6.el6.x86_64 already installed and latest version
      Also after installation there are no file
      webminstats.debug
      under /tmp/.webmin
      Would be obliged for any hint how to solve it,
      Best regards
      Serge

      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webminstats/support-requests/33/
      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

      Related

      Support Requests: #33

  • Anonymous

    Anonymous - 2013-12-23

    let's have another test : could you execute the following command :
    /usr/libexec/webmin/sysstats/batch_status.pl

    and another hint : debug files are no more on /tmp, but on /var/webmin/sysstats/ (check webminstats.debug file)

     
    • Serge

      Serge - 2013-12-25

      Well...thank you for the hint...I tested and see the following :
      1) No information about SYSSTATS startup in webminstats.debug file
      2) but
      [root@zulu228 sysstats]# perl batch_status.pl
      Can't locate CGI/Carp.pm in @INC (@INC contains: /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 sysstats-lib.pl line 40.
      BEGIN failed--compilation aborted at sysstats-lib.pl line 40.
      Compilation failed in require at batch_status.pl line 67.

      What does it mean ? and what to do with that ?
      Thank you in advance !

       
  • Anonymous

    Anonymous - 2013-12-25

    Yes ! this means that a perl library (CGI::Carp) is missing.
    You need to install the perl-CGI rpm package with : yum install perl-CGI

    I wish you a merry christmas and an happy new year

     
    • Serge

      Serge - 2013-12-27

      YES, SOLVED with
      yum install perl-CGI
      !
      Thank you VERY MUCH for the very nice script and for the support !
      Wishing you Happy New 2014 Year !

       
    • Anonymous

      Anonymous - 2017-01-23

      Hello! Until this post i had the sam problems with the installation of webminstats. Unfortunately I could do "yum install perfl-CGI"

      I have an Ubuntu Server 16.04 freshly installed with webmin. What can I do?

       
      • pasaporte

        pasaporte - 2017-02-10

        Hi there, for ubuntu 16.04 I suggest you use libcgi-pm-perl

         
  • eric gerbier

    eric gerbier - 2014-11-10
    • status: pending --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB