On Wed, 5 Nov 2003, Xavier Quesada wrote: >I have the same problem. I checked and log is down. When I try to start >it I get the following error: >[EMAIL PROTECTED] root]# svc -du /service/imap/log/ >svc: warning: unable to control /service/imap/log/: file does not exist
I believe that you've run into one of svscan's finest features, which is that is requires that the /service/imap/log/run file exists before it sees /service/imap/run for the first time. I have seen no other way to solve this than reinstalling the service like this: cd /service/imap mv /service/imap /tmp svc -dx . cd /tmp rm imap ln -s /etc/opt/bincimap/service/imap /service/imap See if this works for you. :) Andy -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."
