Bug 212343 - postfix complains about not finding localhost during install
Summary: postfix complains about not finding localhost during install
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: postfix
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact:
URL:
Whiteboard:
Depends On: 223428
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-26 13:48 UTC by Alexander Boström
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-31 13:34:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexander Boström 2006-10-26 13:48:51 UTC
Description of problem:

"yum install postfix" outputs this:

  Installing: postfix                      ######################### [1/1] 
postfix: fatal: config variable inet_interfaces: host not found: localhost

Version-Release number of selected component (if applicable):
postfix.i386 2:2.3.3-2

Steps to Reproduce:
1. Install FC6
2. yum install postfix
  
Additional info:
I did rpm -e postfix, changed "::1" to "127.0.0.1" in /etc/hosts and reinstalled
postfix, and the error message did not occur this time.

Comment 1 Thomas Woerner 2007-07-31 13:34:24 UTC
You have to have both entries in /etc/hosts:
127.0.0.1               localhost.localdomain localhost
::1             localhost.localdomain localhost

Closing as not a bug.

Comment 2 Alexander Boström 2007-07-31 13:39:28 UTC
Hmm... Maybe I should have filed this for anaconda instead. I'll reopen it if I
find that I can reproduce it in F7 or Fdevel.


Note You need to log in before you can comment on or make changes to this bug.