|
Bugzilla – Full Text Bug Listing |
| Summary: | Postfix issues warnings about db files being older than the base file | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Freek de Kruijf <freek> |
| Component: | YaST2 | Assignee: | Peter Varkoly <varkoly> |
| Status: | VERIFIED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE 11.4 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Freek de Kruijf
2011-06-18 09:37:03 UTC
Do you use YaST to configure postfix? Do you use YaST or zypper to update postfix? Please describe detailed after what actions the warning appears. I did not use YaST to configure postfix. I do use zypper to update my software most of the time, however also YaST. Most of the db files have a date Apr 27, where the base files have a date May 10. Looking in the file /var/log/zypper.log-20110513.bz2 I found the following entries with postfix in it. # bunzip2 -c /var/log/zypper.log-20110513.bz2 | grep postfix 2011-05-13 12:59:20 <1> eik114(4185) [zypper++] Summary.cc(readPool):133 <install> U_Ts_(1514)postfix-2.7.2-13.16.1.x86_64(Bijwerken-van-openSUSE-11.4-11.4-0) 2011-05-13 12:59:20 <1> eik114(4185) [zypper++] Summary.cc(readPool):133 <uninstall> I_TsU(48024)postfix-2.7.2-13.14.1.x86_64(@System) 2011-05-13 12:59:51 <1> eik114(4185) [zypp::GetResolvablesToInsDel++] GetResolvablesToInsDel.cc(GetResolvablesToInsDel):96 Ignore auto_delete (should be upgraded): I_TsU(48024)postfix-2.7.2-13.14.1.x86_64(@System) # I hope this is the requested information. AFAIK zypper does not run SuSEconfig so the user has to do so manually. Please check whether running SuSEconfig resolves the issue? When I run SuSEconfig I get the following:
Executing /sbin/conf.d/SuSEconfig.postfix...
*** WARNING ***
Found /etc/postfix/master.cf.SuSEconfig, exiting...
*** WARNING ***
Could be a postfix problem after all. Execute "postmap relay" solves the problem. "relay" is a new map which was introduced by the update. I know what to do, however will this be done by zypper or SuSEconfig? If not, it would be better to add to the warning what should be done: run "postmap xxx". |