From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180706201140j3bf74cd3q1b7c016a1e968157@mail.gmail.com> Date: Wed, 20 Jun 2007 12:40:45 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] smtpd no longer running? In-Reply-To: <7d3530220706201125t3e611d47t3bd2b2e17c2e3472@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7d3530220706201041t696a5807j562f3f47a31db6c1@mail.gmail.com> <17876a25a32855d84d7e8b11af911490@9netics.com> <7d3530220706201125t3e611d47t3bd2b2e17c2e3472@mail.gmail.com> Topicbox-Message-UUID: 83da5b2a-ead2-11e9-9d60-3106f5b1d025 > The file was getting > pretty big, so I deleted it. i cron a C program^W^Wscript to clean up the logs once a month so they are kept manageable. i don't care if i miss a few minutes' worth: cpu% cat /bin/chop #!/bin/rc cd /sys/log for (i in \ aan \ auth \ cron \ chat \ cs \ dns \ fossil \ ftp \ imap4d \ ipboot \ listen \ mail \ nfs \ nfsserver \ pop3 \ portmapper \ ppp \ pptpd \ runq \ smtp \ secstore \ smtp.fail \ smtpd \ ssh \ telnet \ timesync \ ) { chmod -a $i >$i chmod +a $i }