* [gentoo-user] courier-imap not starting!
@ 2006-08-13 22:57 Martin Richardson
2006-08-14 10:05 ` Daniel Iliev
2006-08-14 16:44 ` kashani
0 siblings, 2 replies; 4+ messages in thread
From: Martin Richardson @ 2006-08-13 22:57 UTC (permalink / raw
To: gentoo-user
G'Dayy all,
after an upgrade of baselayout, I noticed that courier-imap and
courier-imap-ssl was not starting from the init script. I have tracked it down to
the init script, as this script points to
/usr/lib/courier-imap/gentoo-courier-imap.rc, and I can start courier-imap directly
from this script but not the init script... Has anyone had this problem, or even
have a solution.
Thankyou.
--
Cheers, Martin
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] courier-imap not starting!
2006-08-13 22:57 [gentoo-user] courier-imap not starting! Martin Richardson
@ 2006-08-14 10:05 ` Daniel Iliev
2006-08-14 16:44 ` kashani
1 sibling, 0 replies; 4+ messages in thread
From: Daniel Iliev @ 2006-08-14 10:05 UTC (permalink / raw
To: gentoo-user
Martin Richardson wrote:
> G'Dayy all,
> after an upgrade of baselayout, I noticed that courier-imap and
> courier-imap-ssl was not starting from the init script. I have tracked it down to
> the init script, as this script points to
> /usr/lib/courier-imap/gentoo-courier-imap.rc, and I can start courier-imap directly
> from this script but not the init script... Has anyone had this problem, or even
> have a solution.
> Thankyou.
>
Absolutely the same situation here.
I use "quick & dirty" workaround. I removed the /etc/init.d/ script so
it would be added next time there is an update and did:
echo '/scripts/imap.sh start' >> /etc/conf.d/local.start
echo '/scripts/imap.sh stop' >> /etc/conf.d/local.stop
The imap.sh reads:
#!/bin/bash
#courier-imapd-ssl temporary replacement
stop(){
source /etc/courier-imap/imapd-ssl
echo "Stopping courier-imapd over SSL"
kill -TERM `cat $SSLPIDFILE`
}
start(){
source /etc/courier-imap/imapd-ssl
echo "Starting courier-imapd over SSL"
exec env - /usr/lib/courier-imap/gentoo-imapd-ssl.rc
--pid=$SSLPIDFILE
}
restart(){
stop
start
}
$1
#EOF
--
Best regards,
Daniel
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] courier-imap not starting!
2006-08-13 22:57 [gentoo-user] courier-imap not starting! Martin Richardson
2006-08-14 10:05 ` Daniel Iliev
@ 2006-08-14 16:44 ` kashani
2006-08-15 11:16 ` Naga
1 sibling, 1 reply; 4+ messages in thread
From: kashani @ 2006-08-14 16:44 UTC (permalink / raw
To: gentoo-user
Martin Richardson wrote:
> G'Dayy all,
> after an upgrade of baselayout, I noticed that courier-imap and
> courier-imap-ssl was not starting from the init script. I have tracked it down to
> the init script, as this script points to
> /usr/lib/courier-imap/gentoo-courier-imap.rc, and I can start courier-imap directly
> from this script but not the init script... Has anyone had this problem, or even
> have a solution.
> Thankyou.
Couple or forum threads and a bug about it. Looks like upgrading to the
unstable 4.0.6 is the best workaround.
kashani
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] courier-imap not starting!
2006-08-14 16:44 ` kashani
@ 2006-08-15 11:16 ` Naga
0 siblings, 0 replies; 4+ messages in thread
From: Naga @ 2006-08-15 11:16 UTC (permalink / raw
To: gentoo-user
On Monday 14 August 2006 18:44, kashani wrote:
> Martin Richardson wrote:
> > G'Dayy all,
> > after an upgrade of baselayout, I noticed that courier-imap and
> > courier-imap-ssl was not starting from the init script. I have tracked it
> > down to the init script, as this script points to
> > /usr/lib/courier-imap/gentoo-courier-imap.rc, and I can start
> > courier-imap directly from this script but not the init script... Has
> > anyone had this problem, or even have a solution.
> > Thankyou.
>
> Couple or forum threads and a bug about it. Looks like upgrading to the
> unstable 4.0.6 is the best workaround.
anything >= 4.0.4 should do (4.0.4 should get marked stable ASAP, some arches
are done some aren't...)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-08-15 11:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-13 22:57 [gentoo-user] courier-imap not starting! Martin Richardson
2006-08-14 10:05 ` Daniel Iliev
2006-08-14 16:44 ` kashani
2006-08-15 11:16 ` Naga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox