Actions
Bug #4064
closedimproper handling of DNS servers by rtsold
Start date:
12/02/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2
Affected Architecture:
Description
rtsold is configured at its defaults, which calls resolvconf to update resolv.conf. It ends up blowing away everything we setup there elsewhere. The -R option allows executing something other than resolvconf, which we need to do so it doesn't overwrite resolv.conf.
Updated by Chris Buechler almost 10 years ago
- Status changed from New to Confirmed
should also be safe to remove resolvconf entirely once this is done, as Ermal suggested yesterday. Right now rtsold log spams if you rm resolvconf.
Updated by Chris Buechler almost 10 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Ermal Luçi to Chris Buechler
Warren's pull request from earlier should fix this, to me for testing.
Actions