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 your

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 harddrive

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

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

Re: turn off all logging

2010-06-15 Thread Jordan Metzmeier
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! chmod -x is not the proper way to disable a startup service. I recommend using sysv-rc-conf, which

Re: turn off all logging

2010-06-15 Thread Karl E. Jorgensen
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. Hope this helps

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