Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447016 - mail-mta/courier-0.69.0 fails to create lockfiles in /var/run/courier/
Summary: mail-mta/courier-0.69.0 fails to create lockfiles in /var/run/courier/
Status: RESOLVED DUPLICATE of bug 442372
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 15:19 UTC by Stefan Kiesler
Modified: 2012-12-12 15:30 UTC (History)
0 users

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 Stefan Kiesler 2012-12-12 15:19:55 UTC
As /var/run is now tmpfs in Gentoo, courier should create the required folder in /var/run at runtime, not during the installation.

# /etc/init.d/courier restart
 * Stopping Courier mail server: ...
 *  Stopping courier-esmtpd ...
/var/run/courier/esmtpd.pid.lock: No such file or directory
 *  Stopping courier-esmtpd-msa ...
/var/run/courier/esmtpd-msa.pid.lock: No such file or directory
 *  Stopping courier-esmtpd-ssl ...
/var/run/courier/esmtpd-ssl.pid.lock: No such file or directory
 *  Stopping courier-pop3d ...
/var/run/courier/pop3d.pid.lock: No such file or directory
 *  Stopping courier-pop3d-ssl ...
/var/run/courier/pop3d-ssl.pid.lock: No such file or directory
 *  Stopping courier-imapd ...
/var/run/courier/imapd.pid.lock: No such file or directory
 *  Stopping courier-imapd-ssl ...
/var/run/courier/imapd-ssl.pid.lock: No such file or directory
 *  Stopping courierd ...
 *  Stopping courierfilterd ...                                                                                                                        [ ok ]
 * Starting Courier mail server: ...
/var/run/courier/esmtpd.pid.lock: No such file or directory
/var/run/courier/esmtpd-msa.pid.lock: No such file or directory
 *  Starting courierfilterd ...
 *  Starting courierd ...
 *  Starting esmtpd ...
 *  Starting esmtpd-msa ...
 *  Starting esmtpd-ssl ...
/var/run/courier/esmtpd-ssl.pid.lock: No such file or directory
ll_daemon_start: Resource temporarily unavailable
 *  courier-pop3d ...
/var/run/courier/pop3d.pid.lock: No such file or directory
ll_daemon_start: Resource temporarily unavailable                                                                                                      [ ok ]
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-12-12 15:30:37 UTC

*** This bug has been marked as a duplicate of bug 442372 ***