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

Regards,

Rick

Reply via email to