Your message dated Fri, 18 Jun 2010 14:27:17 +0200
with message-id <[email protected]>
and subject line Closing
has caused the Debian Bug report #573868,
regarding [resolvconf] resolvconf doesnt handles search entries correctly
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
573868: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573868
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: resolvconf
Version: 1.45
Severity: important
--- Please enter the report below this line. ---
Its possible to put valid lines from resolv.conf config file to resolvconf to
update /etc/resolv.conf like nameserver, search, etc:
echo "nameserver 1.2.3,4" | resolvconf -a eth0
updates the nameserver.
That function works fine for nameserver and search but it does wrong for
domain line:
---------------- begin ------------------
develop:/home/crissi # cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.111.0.1
search event.linux-tage.de
develop:/home/crissi # echo "domain bla" | resolvconf -a eth0
develop:/home/crissi # cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.111.0.1
search bla event.linux-tage.de
develop:/home/crissi/ # resolvconf -d eth0
develop:/home/crissi/ # cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 10.111.0.1
search event.linux-tage.de
---------------- end ------------------
The value of the domain line is appended at search line, which is wrong. It
should be result in a domain line.
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.33-rc8
Debian Release: 5.0.3
990 stable www.debian-multimedia.org
990 stable wine.budgetdedicated.com
990 stable security.debian.org
990 stable ftp.de.debian.org
990 stable dl.google.com
--- Package information. ---
Depends (Version) | Installed
==========================-+-===========
coreutils (>= 5.93) | 7.4-2
lsb-base (>= 3.0-9) | 3.2-23
debconf (>= 0.5) | 1.5.28
OR debconf-2.0 |
Package's Recommends field is empty.
Package's Suggests field is empty.
--
Linux User Group Wernigerode
http://www.lug-wr.de/
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
I'll assume that my explanation was satisfactory.
--
Thomas
--- End Message ---