https://bugs.exim.org/show_bug.cgi?id=2738
Andrew Aitchison <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Andrew Aitchison <[email protected]> --- Ubuntu 20.10 #apt show exim4 Package: exim4 Version: 4.94-15ubuntu1.2 Priority: optional Section: mail Origin: Ubuntu Maintainer: Ubuntu Developers <[email protected]> Original-Maintainer: Exim4 Maintainers <[email protected]> .... # sudo service exim4 stop # sudo rm -rf /run/exim4 # ls -lRau /run/exim4 ls: cannot access '/run/exim4': No such file or directory # sudo service exim4 start # ls -lRau /run/exim4 /run/exim4: total 4 drwxr-x--- 2 Debian-exim Debian-exim 60 May 7 12:15 ./ drwxr-xr-x 43 root root 1400 May 7 12:09 ../ -rw-r--r-- 1 root Debian-exim 8 May 7 12:14 exim.pid # cat /run/exim4/exim.pid 2841396 # cat /proc/2841396/cmdline /usr/sbin/exim4-oP/run/exim4/exim.pid-q30m # # Note the "-oP/run/exim4/exim.pid" option (there is a hidden '\000' before each '-'), which suggests this issue is about how the daemon is started in Ubuntu 20.04. -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
