Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105195 - Emerge of courier-imap neglects to create directory /var/lib/courier-imap
Summary: Emerge of courier-imap neglects to create directory /var/lib/courier-imap
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 16:21 UTC by Martin Bundgaard
Modified: 2006-03-04 10:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Bundgaard 2005-09-07 16:21:15 UTC
The courier-imap package seems to neglect creating /var/lib/courier-imap,
resulting in the failure of the daemon to create the SSL connection cache
automatically (as /etc/imapd states that it should do).

The main symptom is a log entry like:

imapd-ssl: couriertls: /var/lib/courier-imap/couriersslcache: No such file or
directory

and probably a small slow down in IMAP responsiveness.

Reproducible: Always
Steps to Reproduce:
1. emerge courier-imap
2.
3.



Expected Results:  
Creating a root:root directory /var/lib/courier-imap solves the problem.

Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12.5 i686)
=================================================================
System uname: 2.6.12.5 i686 Intel(R) Xeon(TM) CPU 2.80GHz
Gentoo Base System version 1.12.0_pre6
dev-lang/python:     2.3.4-r1, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LC_ALL="en_DK.UTF-8"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa apache2 apm arts avi berkdb bitmap-fonts bzip2 bzlib crypt cups
curl dba eds emboss encode fam fastcgi foomaticdb fortran gd gdbm gif gpm
gstreamer gtk2 iconv imap imlib ipv6 java jpeg kde ldap libg++ libwww mad
maildir mikmod mmx motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pcre
pdflib perl php png postgres python quicktime readline sasl sdl session spell
sse sse2 ssl tcpd tiff truetype truetype-fonts type1-fonts unicode vorbis xml
xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-04 10:57:27 UTC
Every single courier-imap ebuild in portage has 

dodir /var/lib/courier-imap

Closing INVALID.