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

Re: [cobalt-users] Where can I find information on uninstalling packages?



digiteknowlogy support wrote:
> 
> I want to uninstall the webalizer package on my Raq4 because I keep getting
> these strange messages from the cron daemon:
> 
> Subject: Cron root@www run-parts /etc/cron.daily
> 
> Warning: Truncating oversized request field
> Warning: Truncating oversized request field
> Warning: Truncating oversized request field
> Warning: Truncating oversized request field
> Warning: Truncating oversized request field
> 
> It just started this when I installed webalizer .. do any of you know if
> that is the source of the problem?  And if it is, how do I uninstall it?  If
> it isn't .. then what is?


  This usually means that an extremely long URL has been requested and
by default it will truncate it. However, you can force Webalizer
                          to be silent and not notify you of this by
modifying a parameter in the /etc/webalizer.conf file: 

                          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). 

    this one               ------>       #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 


<<love it when I got the answer!>>

joann