A portion of the strace running this from /:
futex(0x7f9b450e27e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
socket(AF_UNIX, SOCK_STREAM, 0) = 3
fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR) = 0
connect(3, {sa_family=AF_UNIX, sun_path="private/tlsmgr"}, 110) = -1 ENOENT (No
such file or directory)
close(3) = 0
write(1, "posttls-finger: warning: connect"..., 78posttls-finger: warning:
connect to private/tlsmgr: No such file or directory
) = 78
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=1, tv_nsec=0}, 0x7ffd4d053bc0) = 0
socket(AF_UNIX, SOCK_STREAM, 0) = 3
fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR) = 0
connect(3, {sa_family=AF_UNIX, sun_path="private/tlsmgr"}, 110) = -1 ENOENT (No
such file or directory)
close(3) = 0
write(1, "posttls-finger: warning: connect"..., 78posttls-finger: warning:
connect to private/tlsmgr: No such file or directory
) = 78
write(1, "posttls-finger: warning: problem"..., 93posttls-finger: warning:
problem talking to server private/tlsmgr: No such file or directory
) = 93
root@triage-focal:/# ls /var/spool/postfix/private/tlsmgr -l
srw-rw-rw- 1 postfix postfix 0 Mar 31 21:09 /var/spool/postfix/private/tlsmgr
Guessing that the reason it works in /var/spool/postfix but not / is
probably due to some call using a relative path to private/tlsmgr rather
than an abspath.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1885403
Title:
posttls-finger fails to connect to private/tlsmgr
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1885403/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs