Re: turn off all logging

2010-06-16 Thread Tzafrir Cohen
On Wed, Jun 16, 2010 at 12:17:40PM +0200, Steve Dierker wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Alternatively, you could mount /var/log as tmpfs, so it writes to RAM > > instead of to disk. > > I would suggest to mount /var/log as tmpfs and backup it per cronjob to > your h

Re: turn off all logging

2010-06-16 Thread Steve Dierker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Alternatively, you could mount /var/log as tmpfs, so it writes to RAM > instead of to disk. > > -Rob > > I would suggest to mount /var/log as tmpfs and backup it per cronjob to your harddrive every hour. So you are minimizing the write access to

Re: turn off all logging

2010-06-15 Thread Rob Owens
On Tue, Jun 15, 2010 at 09:30:51PM +0200, Jozsi Vadkan wrote: > Can anyone post a link, to a good howto, how to: > > - turn off logging to console > - turn off logging to files [/var/log/messages] > - turn off all logging > > Reason: because Lenny is not on a normal HDD, so i don't want to write

Re: turn off all logging

2010-06-15 Thread Karl E. Jorgensen
On Tue, Jun 15, 2010 at 10:04:15PM +0200, Jozsi Vadkan wrote: > /etc/init.d/rsyslog stop > chmod -x /etc/init.d/rsyslog > > is that enough? or the system logs somewhere else? That should do it, but it is a slightly hackish way of doing it. Another (IMHO better) way of doing it is to modify the c

Re: turn off all logging

2010-06-15 Thread Jordan Metzmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/15/2010 04:04 PM, Jozsi Vadkan wrote: > /etc/init.d/rsyslog stop > chmod -x /etc/init.d/rsyslog > > is that enough? or the system logs somewhere else? > > >> Can anyone post a link, to a good howto, how to: >> >> - turn off logging to consol

Re: turn off all logging

2010-06-15 Thread Jozsi Vadkan
/etc/init.d/rsyslog stop chmod -x /etc/init.d/rsyslog is that enough? or the system logs somewhere else? > Can anyone post a link, to a good howto, how to: > > - turn off logging to console > - turn off logging to files [/var/log/messages] > - turn off all logging > > Reason: because Lenny is