Error - Missing Content-Type Header
Brought to you by:
gerbier
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
Anonymous
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 ?
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,
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 ?
Hello,
I've installed WebMinStats via WebMin Config - WebMin modules - Third Modules.
How you did this ?
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.
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.
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:
#33let'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)
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 !
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
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 !
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
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?
Hi there, for ubuntu 16.04 I suggest you use libcgi-pm-perl
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
@pasaporte, you rock !! Thx !!!
Thx 4 solving this.
An other Ubuntu 16.04 user