[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-08-14 Thread Andreas Hasenack
It's not forgotten, in fact, I have the ideal candidate to work on this bug :) -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1753470 Title: Postconf segfaults every 5 minutes To manage

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-06-12 Thread Andreas Hasenack
** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1753470 Title: Postconf segfaults every 5 minutes To manage notifications about this bug go to:

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-05-10 Thread Andreas Hasenack
** Changed in: postfix (Ubuntu Bionic) Milestone: None => bionic-updates ** Changed in: postfix (Ubuntu Bionic) Status: New => Triaged ** Changed in: postfix (Ubuntu Bionic) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-05-10 Thread Andreas Hasenack
** Bug watch added: Debian Bug tracker #898271 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898271 ** Also affects: postfix (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898271 Importance: Unknown Status: Unknown -- You received this bug notification

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-05-09 Thread Andreas Hasenack
** Changed in: postfix (Ubuntu) Assignee: (unassigned) => Andreas Hasenack (ahasenack) ** Changed in: postfix (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report.

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-05-07 Thread Andreas Hasenack
Thanks Scott, I did email postfix-users with subject "NULL pointer deref in pcf_check_dbms_client() with unreadable map file", but I'm not subscribed. Checking the archive at https://marc.info/?l=postfix- users=1=201805=2 doesn't show my message, so I guess I should subscribe. Or perhaps it's just

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-05-07 Thread Andreas Hasenack
And this is new in 3.3.0. I was also looking for some git/svn/bzr/cvs repository to check the history of these changes, but couldn't find it. -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to the bug report.

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-05-07 Thread Andreas Hasenack
The crash happens in vstream_fileno(fp), because fp is a null pointer: if ((fp = vstream_fopen(cf_file, O_RDONLY, 0)) == 0 && errno != EACCES) { msg_warn("open \"%s\" configuration \"%s\": %m", dp->db_type, cf_file);

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-05-07 Thread Andreas Hasenack
** Changed in: postfix (Ubuntu) Importance: Medium => Low -- You received this bug notification because you are a member of Ubuntu Server, which is subscribed to postfix in Ubuntu. https://bugs.launchpad.net/bugs/1753470 Title: Postconf segfaults every 5 minutes To manage notifications

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-05-07 Thread Andreas Hasenack
Agreed, and I can still reproduce this in bionic with postfix 3.3.0-1: ubuntu@bionic-postfix:~$ postconf virtual_alias_map Segmentation fault (core dumped) ubuntu@bionic-postfix:~$ dpkg-query -W postfix postfix 3.3.0-1 ubuntu@bionic-postfix:~$ ll /etc/postfix/valiases.cf -rw-r- 1 root root

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-03-06 Thread Andreas Hasenack
Do you have mail in the queue? -> sudo mailq Do you have another 5min cron job that is perhaps failing and therefore sending an email? Can you see any ownership and permissions problems in the postfix directories? Try "sudo postfix check", and maybe do a quick manual inspection in /var/spool,

[Bug 1753470] Re: Postconf segfaults every 5 minutes

2018-03-06 Thread Andreas Hasenack
Thanks for filing this bug in Ubuntu. Do you know what is making this call every 5min? I couldn't locate a cronjob about it. You seem to have other services also failing to start: -- Logs begin at Tue 2018-02-27 14:59:49 EET, end at Mon 2018-03-05 14:25:05 EET. -- Mar 05 14:19:03 hostname