Solved: bincimap not starting

All questions related to servers
Post Reply
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

Solved: bincimap not starting

Post 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.
Last edited by mister_v on Thu Jul 01, 2010 3:56 pm, edited 1 time in total.
chris
Site Admin
Posts: 194
Joined: Mon Jul 21, 2008 9:52 am

Re: bincimap not starting

Post 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
mister_v
Posts: 188
Joined: Thu Mar 04, 2010 9:19 pm

Re: bincimap not starting

Post by mister_v »

Thanks it worked :-)
Post Reply