Bugzilla – Bug 144091
postfix doesn't start with the latest kernel
Last modified: 2006-01-23 17:01:37 UTC
postfix doesn't start correctly with the latest kernel (2.6.15-gitx or 2.6.16-rc) because of the change in /proc/net/if_inet6. A quick fix is below.
Created attachment 64011 [details] Fix for postfix-2.2.6 to read the new style proc file
You can find the fixed packages in mbuild bari-tiwai-33.
Argh, the patch above isn't good. Use the one below instead.
Created attachment 64013 [details] Fixed patch
*** Bug 144104 has been marked as a duplicate of this bug. ***
*** Bug 144303 has been marked as a duplicate of this bug. ***
The /proc change has been reverted in mainline, so patching postfix shouldn't be needed anymore.
Doesn't work in beta1 either, the logs say: Jan 21 09:05:13 luder postfix/postmap[8358]: warning: unexpected data in /proc/net/if_inet6 - skipping IPv6 configuration Jan 21 09:05:14 luder postfix[8366]: warning: unexpected data in /proc/net/if_inet6 - skipping IPv6 configuration
.
*** Bug 144831 has been marked as a duplicate of this bug. ***
could somebody please look into it if it's really fixed now or not?