Page 1 of 1

Solved: bincimap not starting

Posted: Mon Jun 28, 2010 7:41 am
by mister_v
Hi,

After a reboot of my server bincimap was no started.
I tried staring it manually, but got following error:

Code: Select all

svc -u /service/bincimap/
svc: warning: unable to control /service/bincimap/: supervise not running
The command worked the last time I started it.

Re: bincimap not starting

Posted: Mon Jun 28, 2010 9:54 am
by chris
are yo sure svscan is running?

On my gentoo machine I can check this with:

Code: Select all

/etc/init.d/svscan status
If the status is stopped
You can start it with

Code: Select all

/etc/init.d/svscan start
then run

Code: Select all

svc -u /service/bincimap/
and it should work.

Regards

Re: bincimap not starting

Posted: Thu Jul 01, 2010 3:56 pm
by mister_v
Thanks it worked :-)