From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040809 Description of problem: For function set_hostname () in /etc/sysconfig/network-scripts/network-functions. rsctmp=`mktemp /tmp/XXXXXX`; - /bin/cp -fp /etc/resolv.conf /tmp/$rsctmp - echo "search $domain" >> /tmp/$rsctmp - change_resolv_conf /tmp/$rsctmp - /bin/rm -f /tmp/$rsctmp + /bin/cp -fp /etc/resolv.conf $rsctmp + echo "search $domain" >> $rsctmp + change_resolv_conf $rsctmp + /bin/rm -f $rsctmp NB! network-functions is a config file (rpm -qc initscripts), and is not updated with rpm -Uvh. Version-Release number of selected component (if applicable): initscripts-7.61.1-1 How reproducible: Always Steps to Reproduce: 1. service network restart 2. cat /etc/resolv.conf 3. Additional info:
I was having your same problem (the network init script doesn't work because it call ifup with the boot options) and I've corrected it in the same way. I was posting a new bug but I've found this.
Fixed in 7.62-1, thanks!