Gentoo Archives: gentoo-user

From: "John J. Foster" <Gentoo-User@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: SOLVED - Re: [gentoo-user] Courier-imap won't start after system & world rebuild
Date: Sat, 24 Dec 2005 23:51:51
Message-Id: 20051224234737.GA8944@garbanzo
In Reply to: [gentoo-user] Courier-imap won't start after system & world rebuild by "John J. Foster"
1 On Fri, Dec 23, 2005 at 06:22:23PM -0500, John J. Foster wrote:
2 > Good evening all,
3 >
4 > 3 days ago I rebuilt my system to use gcc-3.4.4-r1. I first used
5 > gcc-config to change to the new compiler, and then ran emerge -aev system,
6 > followed by emerge -aev world. All went extremely well, I thought. Today
7 > I noticed that courier-imap has failed to start. (The only reason I knew
8 > was because my wife uses this box to store her sent mail for backup
9 > purposes, and wwas getting connection errors) Trying to start it manually
10 > yields:
11 >
12 > //garbanzo/root # /etc/init.d/courier-imapd-ssl start
13 > * Starting courier-imapd over SSL ... * [ !! ]
14 >
15 > No log entries are generated that I can find. I compared config files in
16 > /etc/courier and /etc/courier-imap with archived copies. They're the
17 > same.
18 >
19 > The following packages have been emerged since upgrading.
20 >
21 > Wed Dec 21 18:33:07 2005 >>> dev-util/xdelta-1.1.3
22 > Wed Dec 21 21:18:44 2005 >>> sys-process/lsof-4.75
23 > Thu Dec 22 14:02:01 2005 >>> app-admin/showconsole-1.07
24 > Thu Dec 22 14:05:38 2005 >>> sys-apps/baselayout-1.12.0_pre12
25 > Fri Dec 23 09:03:30 2005 >>> sys-apps/findutils-4.1.20-r2
26 > Fri Dec 23 09:21:37 2005 >>> net-mail/courier-imap-4.0.1
27 >
28 > I'm not sure whether courier-imap started after the upgrade, or one of
29 > these have caused my problems.
30
31 Turns out it was the update of baselayout to ~x86. I went back to the
32 stable version (boy, I don't think I'd do that again, cause
33 downgrading sure screwed a bunch of other things up) and sure enough,
34 courier-imap worked properly. Instead of fixing the other things that
35 broke with the downgrade, I just updated baselayout to ~x86 again, and
36 then emerged the latest ~x86 version of courier-imap, and all is still
37 well.
38
39 Thanks for you help,
40 John