[Dovecot] "no longer mounted" warnings
Dovecot seems to be warning about every volume it's ever seen in the past. Is this normal? Can I make it stop?
--8<---------------cut here---------------start------------->8--- 12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/fs is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/dave is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /Volumes/Groups is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /Volumes/Public is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /Volumes/Users is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /Volumes/GPGTools is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /private/tmp/ccc_dmg_mount.weHZmz is no longer mounted. See http://wiki2.dovecot.org/Mountpoints --8<---------------cut here---------------end--------------->8---
-- Dave Abrahams BoostPro Computing Software Development Training http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost
On 04.12.2012 19:27, wrote Dave Abrahams:
Dovecot seems to be warning about every volume it's ever seen in the past. Is this normal? Can I make it stop?
--8<---------------cut here---------------start------------->8--- 12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/fs is no longer mounted. See http://wiki2.dovecot.org/Mountpoints
Hmm...
See http://wiki2.dovecot.org/Mountpoints
12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/dave is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /Volumes/Groups is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /Volumes/Public is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /Volumes/Users is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /Volumes/GPGTools is no longer mounted. See http://wiki2.dovecot.org/Mountpoints 12/4/12 12:33:38.149 PM dovecot[2658]: master: Warning: /private/tmp/ccc_dmg_mount.weHZmz is no longer mounted. See http://wiki2.dovecot.org/Mountpoints --8<---------------cut here---------------end--------------->8---
e-frog wrote:
On 04.12.2012 19:27, wrote Dave Abrahams: See http://wiki2.dovecot.org/Mountpoints
Just being curious:
Is it possible to ignore all mountpoints with this command? doveadm mount add '*' ignore
Where does dovecot store ignored mountpoints?
Regards Daniel
On Dec 4, 2012, at 12:57 PM, Daniel Parthey wrote:
e-frog wrote:
On 04.12.2012 19:27, wrote Dave Abrahams: See http://wiki2.dovecot.org/Mountpoints
Just being curious:
Is it possible to ignore all mountpoints with this command? doveadm mount add '*' ignore
Where does dovecot store ignored mountpoints?
The docs say: ... or ignore all mountpoints under /mnt: doveadm mount add '/mnt/*' ignore ...
So in your case try: doveadm mount add '/Volumns/*' ignore
Regards, Bradley Giesbrecht (pixilla)
on Tue Dec 04 2012, Dave Abrahams <dave-AT-boostpro.com> wrote:
Dovecot seems to be warning about every volume it's ever seen in the past. Is this normal? Can I make it stop?
12/4/12 12:33:38.148 PM dovecot[2658]: master: Warning: /Volumes/fs is no longer mounted. See http://wiki2.dovecot.org/Mountpoints ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Ugh, I feel like an idiot; the answer is right there in the log message. Sorry :(
-- Dave Abrahams BoostPro Computing Software Development Training http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost
participants (4)
-
Bradley Giesbrecht
-
Daniel Parthey
-
Dave Abrahams
-
e-frog