On Tue, Nov 18, 2008 at 11:18 PM, Rick Macdougall <[EMAIL PROTECTED]>wrote:

> Zoltan Lippai wrote:
>
>>
>> svc -u /service/qmail-smtpd
>> but it still shows the error (but now the disk is not full, I guess this
>> message is stuck there for some reason)
>> How can I clear it?
>>
>
> Add a new /service in clear
>
> mkdir -p /service/clear
> vi /service/clear/run
>
> add this
>
> #!/bin/sh
> yes '' | head -4000 | tr '\n' .
>
> # When you want to clear the service errors, just run this:
> # svc -o /service/clear
>
>
> Save and svc -o /service/clear


Thanks a lot, again, it worked.

Best,
Zoltan Lippai

Reply via email to