• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Dovecoot PID file not readable

Daretar

New Pleskian
Hey folks,

I'm getting the following error after dovecot was running for a little time:

dovecot.service: PID file /var/run/dovecot/master.pid not readable (yet?) after start: No ...irectory

I've disabled Apparmor since I thought this could create problems ... but no luck.

Any idea what is causing this issue?
 
Please make sure that you have the same permissions there:

# stat /var/run/dovecot
File: `/var/run/dovecot'
Size: 4096 Blocks: 8 IO Block: 4096 directory
Device: 901eh/36894d Inode: 52707147 Links: 5
Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: (10003/ dovecot)
 
Hi Igor,
just a question: is it normal that in my Plesk installation I have this ?
Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)

Other question: what about mysql/mariadp pid ?
Access: (0660/-rw-rw----) Uid: ( 27/ mysql) Gid: ( 27/ mysql)
 
Other question: what about mysql/mariadp pid ?
Access: (0660/-rw-rw----) Uid: ( 27/ mysql) Gid: ( 27/ mysql)
On my test server I see:

# stat /var/run/mariadb/mariadb.pid
File: ‘/var/run/mariadb/mariadb.pid’
Size: 6 Blocks: 8 IO Block: 4096 regular file
Device: 8bh/139d Inode: 489357042 Links: 1
Access: (0660/-rw-rw----) Uid: ( 27/ mysql) Gid: ( 27/ mysql)
just a question: is it normal that in my Plesk installation I have this ?
Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
For /var/run/dovecot? I'd suggest correct it.
 
Hello Igor,

thanks for your reply. This I get with stat

File: '/var/run/dovecot'
Size: 740 Blocks: 0 IO Block: 4096 directory
Device: 14h/20d Inode: 24131 Links: 5
Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2017-11-16 21:45:33.425038544 +0100

Modify: 2017-11-17 14:00:02.357114978 +0100
Change: 2017-11-17 14:00:02.357114978 +0100
Birth: -
 
Owner should be root:dovecot but not root:root
Please correct it.
 
Back
Top