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

Re: turn off all logging

2010-06-15 Thread Karl E. Jorgensen
other system if needed. > > 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&

Re: turn off all logging

2010-06-15 Thread Jordan Metzmeier
;> >> - 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 >> to often. And i don't need any logging on it. >> &

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 > > Rea

turn off all logging

2010-06-15 Thread Jozsi Vadkan
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 to often. And i don't need any logging on it. Thank you