Re: Debug: open(/proc/self/io) failed: Permission denied

2024-08-31 Thread ljakku77--- via dovecot
ok, so I can ignore it.. but I don't receive mails for some reason.. Here's my postfix config.. alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no compatibility_level = 2 inet_interfaces = all inet_protocols = ipv4 mailbox_size_limit = 0 mailbox_t

Re: Debug: open(/proc/self/io) failed: Permission denied

2024-08-31 Thread Aki Tuomi via dovecot
If you mean the debug message, its just a debug message, not a problem.   If you need bytes_in/out metrics you can use   import_environment = $import_environment PR_SET_DUMPABLE=2   Aki On 31/08/2024 13:12 EEST ljakku77--- via dovecot wrote:     Hi, I got same problem!

Re: Debug: open(/proc/self/io) failed: Permission denied

2024-08-31 Thread ljakku77--- via dovecot
Hi, I got same problem! # 2.3.21 (47349e2482): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.21 (f6cd4b8e) # OS: Linux 6.8.0-41-generic x86_64 Ubuntu 24.04.1 LTS auth_debug = yes auth_debug_passwords = yes auth_mechanisms = plain login auth_username_format = %Ln auth_verbose = yes auth_verbo

Re: Debug: open(/proc/self/io) failed: Permission denied

2024-06-01 Thread se--- via dovecot
Worked like a charm. Thanks! ___ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org

Re: Debug: open(/proc/self/io) failed: Permission denied

2024-06-01 Thread Aki Tuomi via dovecot
> On 01/06/2024 19:47 EEST se--- via dovecot wrote: > > > Tried all kinds of user setup, and read what I found on different foras, but > still get: > > "Debug: open(/proc/self/io) failed: Permission denied" > > Is anyone able to spot the misconfig? > > Thanks in advance! > Hi! First o

Re: Debug: open(/proc/self/io) failed: Permission denied

2023-04-24 Thread Alex
Hi, On Mon, Apr 24, 2023 at 1:34 PM Aki Tuomi wrote: > You can get rid of the debug message with > > import_environment = $import_environment PR_SET_DUMPABLE=2 > > or setting > > sysctl fs.suid_dumpable=2 > Thanks so much - that appears to have fixed it. What does that do, and any idea why it w

Re: Debug: open(/proc/self/io) failed: Permission denied

2023-04-24 Thread Aki Tuomi via dovecot
You can get rid of the debug message with import_environment = $import_environment PR_SET_DUMPABLE=2 or setting sysctl fs.suid_dumpable=2 Aki > On 24/04/2023 19:47 EEST Alex wrote: > > > Hi, I've seen a few emails over the years related to this error message, but > they are typically assoc