Bug 274540 - mail/dovecot: dovecot tries to open files in /proc
Summary: mail/dovecot: dovecot tries to open files in /proc
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Larry Rosenman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-17 17:02 UTC by Sigi
Modified: 2024-03-23 02:56 UTC (History)
4 users (show)

See Also:
bugzilla: maintainer-feedback? (ler)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sigi 2023-10-17 17:02:07 UTC
If debug logging is active, with every session dovecot tries to open files in /proc

Oct 17 18:47:15 imap(user-x)<90451><kJll...i>: Debug: open(/proc/self/stat) failed: No such file or directory
Oct 17 18:47:15 imap(user-x)<90451><kJll...i>: Debug: open(/proc/self/io) failed: No such file or directory

As i understand "self" references to the process self. But that seems not to be the case in FreeBSD? I also find no reference to this in config files.... Searching for a way to change path, disable, whatever...
Comment 1 DYM 2024-03-23 02:44:39 UTC
Maybe on FreeBSD the analogue of "self" would be "curproc".
Analogue of "stat" would be "status".
Analogue of "io" unknown.
It's probably from the original dovecot developer.
These are just my guesses, maybe they will help in some way.
Comment 2 Larry Rosenman freebsd_committer freebsd_triage 2024-03-23 02:56:16 UTC
I've asked on the Dovecot mailing list (which has the upstream developers) about this.