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

Re: [cobalt-users] Cron Error



> > Does anybody know what the following means, and how to fix it? It occurs
> > when webalizer runs on each site.  I have a manual install, not
> > with a .pkg.
> > Warning: Truncating oversized request field
> > Warning: Truncating oversized request field
> > --------------------------------------------
>
> As I understand it, that means that a referring URL is ridiculously long,
so
> the system just truncates it. For example, some of those sites that have
> referring URLs like:
>
>
http://www.foobar.com/thingie/thingie/thingie/A7Z893200AABB778929348434e3423
> 53985725987.asp (etc)
>
> Webalizer probably has a limit on how long fields can be that it reads in
> from your web logs. I get this kind of error every day too.  I've just
> ignored it so far, and had no problems.

Edit your webalizer.conf file and towards the bottom you will find

# The Quiet option suppresses output messages... Useful when run
# as a cron job to prevent bogus e-mails.  Values can be either
# "yes" or "no".  Default is "no".  Note: this does not suppress
# warnings and errors (which are printed to stderr).

#Quiet          yes

# ReallyQuiet will supress all messages including errors and
# warnings.  Values can be 'yes' or 'no' with 'no' being the
# default.  If 'yes' is used here, it cannot be overriden from
# the command line, so use with caution.  A value of 'no' has
# no effect.

ReallyQuiet     yes


In this example I am using "really quiet" mode and the "quiet" mode is
disabled.

Zeffie