Bug 10297 - resolv.conf
Summary: resolv.conf
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: pump
Version: 6.1
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Erik Troan
QA Contact:
URL:
Whiteboard:
: 10293 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-03-22 04:28 UTC by r.sanders
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-05-16 16:27:49 UTC
Embargoed:


Attachments (Terms of Use)

Description r.sanders 2000-03-22 04:28:15 UTC
resolv.conf entries lost across boot. I reported this problem earlier
today and it appeared to be a problem with ifup-post. After correcting
ifup-post with no change in the behavior, I installed the updates for the
init scripts off your support page. Still no change. Next, I reinstalled
Linux replacing the custom install with a standard work station install.
Still no change, the resolv.conf is zapped when Linux is rebooted. I have
recursivly greped all directories looking for text strings associated
with "resolv" and with the entries that are showing up in my resolv.conf
file. Nothing found other than ifup-post. I can only assume that some
executable driven at startup is responsible for the problem. The end
result of this is that the resolv.conf file must be manually reconstructed
after reboot of Linux before any host names can be resolved. Could it be
somehow related to the DHCP client? You can call me at 509-893-7404 if you
have questions about my configuration.

Comment 1 Jeff Johnson 2000-03-22 16:10:59 UTC
*** Bug 10293 has been marked as a duplicate of this bug. ***

Comment 2 Bill Nottingham 2000-05-16 16:17:59 UTC
pump is editing the resolv.conf file - reassigned to pump.

Comment 3 Erik Troan 2000-05-16 16:25:59 UTC
You can turn off pump's mucking with /etc/resolv.conf by creating an
/etc/pump.conf that looks like this:

---------
device eth0 {
    nodns
}
---------

"man pump" documents the pump.conf file format.


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