[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Webalizer on Raq550 does not work??



-----Original Message-----
From: Matt [mailto:mattm@xxxxxxxxxx]
Sent: Monday, February 10, 2003 11:52 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] Webalizer on Raq550 does not work??


Hello,

This is the second package that I installed off of package master for the
NEW RAQ550 that did not configure properly on the system. First I tried
MySQL, it installed but it didn't put itself in the system startup. Second,
Webalizer- It installed but,, the stats directory in the websites r00t
directories did not populate with any info. I waited 24Hrs just to make
sure- But, I still don't have any stats. Now, I know that these packages are
un-supported ETC.. And I totally appreciate that someone or a group of
someone's have put all of this effort into supplying them for free- But- so
far they do not install and run as easily as the pkgmaster.com say's. I also
have a RAQ4, and have installed all of the packages and they work GREAT!
Just drop them in and go! But, the RAQ550 still has issues.. At least that
is what I think- We received this RAQ550 two day's ago fresh from the
factory and I did all of the updates and then I installed the Package Master
stuff.. I have changed nothing with the system config what-so-ever ;-)
Anyway, that is enough of my boring rant! Has anyone else had these issues?
If so, were you able to get Webalizer to run? What did you have to do?

Thank You,

Matt
_____________________________________


Matt,

mySQL does NOT start by default, lots of people do NOT know 
Database, so instead of starting it, and people complaining, 
they probably decided to turn it off.  If you know Linux, it 
is easy to make it on every reboot.

chkconfig --list mysql

Level 3 & 5 should be on.

chkconfig --level 3 mysql on
chkconfig --level 5 mysql on

You probably do NOT need 5, since there is no X-Windows on 
this box.

Now, you webalizer .... run the script YOURSELF, see if what 
out put you get?!? You will probably need to uncomment 
#print message; line to see what it is saying.

If it does NOT report an error, go into 
cd /home/sites/www.YOURDOMAIN.com/web/stats

do "ls -l"

see if it did create any files.

If you are having problem with authentication, it is because 
you updated your HTTPD.CONF.

Look For: 
#LoadModule pam_external_auth_module modules/mod_auth_pam_external.so

And uncomment it on.

These have been addressed every single for about 2 or 3 months :)  
That is why no one has answered.  It is like a broken record.

~Brian

Look through the Archives, you will see most of your problems, and the
fixes.