I suspect openrc incorrectly set "search" option in resolv.conf (please see bug #446714 also). Openrc uses now "option domain-name" from dhcpd and put it as "search" in resolv.conf. Please look at it: in dhpcd.conf I've got: option domain-search "in.search1.inv", "in.search2.inv", "in.search3.inv"; option domain-name "domainname.inv"; Now I'm restarting eth interface: # /etc/init.d/net.giga -D restart ; cat /etc/resolv.conf * Bringing down interface giga * Stopping udhcpc on giga ... [ ok ] * Bringing up interface giga * No configuration specified; defaulting to DHCP * dhcp ... * Running udhcpc ... [ ok ] * received address 192.168.138.85/24 [ ok ] # Generated by udhcpc for giga search domainname.inv nameserver 192.168.138.254 nameserver 192.168.137.7 dhcpdump shows: TIME: 2012-12-11 11:31:28.715 IP: 0.0.0.0 (0:1c:c0:9f:63:84) > 255.255.255.255 (ff:ff:ff:ff:ff:ff) OP: 1 (BOOTPREQUEST) HTYPE: 1 (Ethernet) HLEN: 6 HOPS: 0 XID: 5211fb00 SECS: 3 FLAGS: 0 CIADDR: 0.0.0.0 YIADDR: 0.0.0.0 SIADDR: 0.0.0.0 GIADDR: 0.0.0.0 CHADDR: 00:1c:c0:9f:63:84:00:00:00:00:00:00:00:00:00:00 SNAME: . FNAME: . OPTION: 53 ( 1) DHCP message type 1 (DHCPDISCOVER) OPTION: 61 ( 7) Client-identifier 01:00:1c:c0:9f:63:84 OPTION: 57 ( 2) Maximum DHCP message size 576 OPTION: 55 ( 7) Parameter Request List 1 (Subnet mask) 3 (Routers) 6 (DNS server) 12 (Host name) 15 (Domainname) 28 (Broadcast address) 42 (NTP servers) OPTION: 60 ( 12) Vendor class identifier udhcp 1.20.2 OPTION: 12 ( 7) Host name marcinm --------------------------------------------------------------------------- TIME: 2012-12-11 11:31:28.715 IP: 192.168.138.254 (0:1c:c0:4f:e3:41) > 192.168.138.85 (0:1c:c0:9f:63:84) OP: 2 (BOOTPREPLY) HTYPE: 1 (Ethernet) HLEN: 6 HOPS: 0 XID: 5211fb00 SECS: 3 FLAGS: 0 CIADDR: 0.0.0.0 YIADDR: 192.168.138.85 SIADDR: 192.168.138.254 GIADDR: 0.0.0.0 CHADDR: 00:1c:c0:9f:63:84:00:00:00:00:00:00:00:00:00:00 SNAME: . FNAME: pxelinux/pxelinux.0. OPTION: 53 ( 1) DHCP message type 2 (DHCPOFFER) OPTION: 54 ( 4) Server identifier 192.168.138.254 OPTION: 51 ( 4) IP address leasetime 21600 (6h) OPTION: 1 ( 4) Subnet mask 255.255.255.0 OPTION: 3 ( 4) Routers 192.168.138.254 OPTION: 6 ( 8) DNS server 192.168.138.254,192.168.137.7 OPTION: 15 ( 14) Domainname domainname.inv OPTION: 42 ( 20) NTP servers 192.168.138.254,94.23.93.4,83.16.194.42,195.46.37.22,91.212.33.33 --------------------------------------------------------------------------- TIME: 2012-12-11 11:31:28.795 IP: 0.0.0.0 (0:1c:c0:9f:63:84) > 255.255.255.255 (ff:ff:ff:ff:ff:ff) OP: 1 (BOOTPREQUEST) HTYPE: 1 (Ethernet) HLEN: 6 HOPS: 0 XID: 5211fb00 SECS: 3 FLAGS: 0 CIADDR: 0.0.0.0 YIADDR: 0.0.0.0 SIADDR: 0.0.0.0 GIADDR: 0.0.0.0 CHADDR: 00:1c:c0:9f:63:84:00:00:00:00:00:00:00:00:00:00 SNAME: . FNAME: . OPTION: 53 ( 1) DHCP message type 3 (DHCPREQUEST) OPTION: 61 ( 7) Client-identifier 01:00:1c:c0:9f:63:84 OPTION: 50 ( 4) Request IP address 192.168.138.85 OPTION: 54 ( 4) Server identifier 192.168.138.254 OPTION: 57 ( 2) Maximum DHCP message size 576 OPTION: 55 ( 7) Parameter Request List 1 (Subnet mask) 3 (Routers) 6 (DNS server) 12 (Host name) 15 (Domainname) 28 (Broadcast address) 42 (NTP servers) OPTION: 60 ( 12) Vendor class identifier udhcp 1.20.2 OPTION: 12 ( 7) Host name marcinm --------------------------------------------------------------------------- TIME: 2012-12-11 11:31:28.914 IP: 192.168.138.254 (0:1c:c0:4f:e3:41) > 192.168.138.85 (0:1c:c0:9f:63:84) OP: 2 (BOOTPREPLY) HTYPE: 1 (Ethernet) HLEN: 6 HOPS: 0 XID: 5211fb00 SECS: 3 FLAGS: 0 CIADDR: 0.0.0.0 YIADDR: 192.168.138.85 SIADDR: 192.168.138.254 GIADDR: 0.0.0.0 CHADDR: 00:1c:c0:9f:63:84:00:00:00:00:00:00:00:00:00:00 SNAME: . FNAME: pxelinux/pxelinux.0. OPTION: 53 ( 1) DHCP message type 5 (DHCPACK) OPTION: 54 ( 4) Server identifier 192.168.138.254 OPTION: 51 ( 4) IP address leasetime 21600 (6h) OPTION: 1 ( 4) Subnet mask 255.255.255.0 OPTION: 3 ( 4) Routers 192.168.138.254 OPTION: 6 ( 8) DNS server 192.168.138.254,192.168.137.7 OPTION: 15 ( 14) Domainname domainname.inv OPTION: 42 ( 20) NTP servers 192.168.138.254,94.23.93.4,83.16.194.42,195.46.37.22,91.212.33.33 --------------------------------------------------------------------------- As we can see openrc ask dhcp server for option no 15 (domainname) and next put it in resolv.conf as "search". This value should be put in "domain" and openrc should ask dhpc server for option 119 9search list) and put it into resolv.conf as "search". My conf.d/net is: $ grep giga /etc/conf.d/net dhcp_giga="nontp" config_giga="" Reproducible: Always # emerge --info Portage 2.2.0_alpha147 (default/linux/amd64/10.0/desktop/kde, gcc-4.7.2, glibc-2.16.0, 3.6.8-gentoo x86_64) ================================================================= System uname: Linux-3.6.8-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8400_@_3.00GHz-with-gentoo-2.2 Timestamp of tree: Tue, 11 Dec 2012 06:30:01 +0000 ld GNU gold (GNU Binutils 2.23.1) 1.11 ccache version 3.1.8 [enabled] app-shells/bash: 4.2_p39 dev-java/java-config: 2.1.12-r1 dev-lang/python: 2.7.3-r2, 3.2.3-r1 dev-util/ccache: 3.1.8 dev-util/cmake: 2.8.10.2 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.11.8 sys-apps/sandbox: 2.6 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.11.6, 1.12.5 sys-devel/binutils: 2.23.1 sys-devel/gcc: 4.4.7, 4.5.4, 4.7.2 sys-devel/gcc-config: 1.8 sys-devel/libtool: 2.4.2 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.16.0 Repositories: gentoo ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA AdobeFlash-10.3 PUEL Q3AEULA skype-eula dlj-1.1 Oracle-BCLA-JavaSE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=native -pipe -ggdb -fpeel-loops -frename-registers -fpredictive-commoning -fweb -ftree-vectorize -floop-interchange -fivopts -floop-block -floop-strip-mine -fira-loop-pressure -floop-interchange -ftree-loop-linear -Wdisabled-optimization" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa /usr/share/polkit-1/actions" CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=native -pipe -ggdb -fpeel-loops -frename-registers -fpredictive-commoning -fweb -ftree-vectorize -floop-interchange -fivopts -floop-block -floop-strip-mine -fira-loop-pressure -floop-interchange -ftree-loop-linear -Wdisabled-optimization" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS=" --quiet-build=n" FCFLAGS="-O2 -pipe" FEATURES="Xkeepwork assume-digests binpkg-logs ccache collision-protect config-protect-if-modified distlocks ebuild-locks fail-clean fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_EXTRA_OPTS="-O" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://192.168.138.254/gentoo-portage" USE="64bit X a52 aac acl acpi alsa amd64 apm async bash-completion bittorrent branding bzip2 cairo caps cdda cdr chroot cli consolekit crypt cups cxx dbus declarative dmx dri dvd dvdr emboss encode exif fam firefox ftp gif glibc-omitfp gpm graphite gstreamer iconv idn iproute2 ipv6 ithreads jpeg kde kipi laptop lcms libnotify lightning logrotate mad mmap mmx mmxext mng modules mp3 mp4 mpeg mudflap multilib ncurses network-cron nls nptl nsplugin nspluginwrapper objc ogg opengl openmp openssl optimization optimized-qmake pam pango pch pcre pdf phonon plasma png policykit ppds pppd qt3support qt4 readline samba sdl semantic-desktop session sharedmem smp spell sse sse2 sse3 sse4_1 ssl ssse3 startup-notification svg threads threadsafe tiff tools truetype udev udisks unicode upower urandom usb vim vim-pager vim-syntax vorbis wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cgid dav dbd deflate dir env expires ext_filter filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id usertrack vhost_alias" APACHE2_MPMS="worker" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" DRACUT_MODULES="caps lvm mdraid" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="pl en es es_ES" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, USE_PYTHON
Can you please attach a copy of /var/run/udhcpc-giga.conf? Thanks, William
Created attachment 332192 [details] file /var/run/udhcpc-giga.conf
We were adding the value of the "domain" option to "search" in resolv.conf as you suspected. This is fixed in commit 7bda62d. Thanks for the report.
It works;) Thanks!