First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 130639
Alias:
Product:
Component:
Status: RESOLVED
Resolution: INVALID
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Kesara Rathnayake <kesara@bcs.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 130639 depends on: Show dependency tree
Bug 130639 blocks: 143988
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-04-20 11:46 0000
/etc/init.d/domainname script is missing in baselayout package.
version: baselayout-1.12.0_pre17

------- Comment #1 From Jakub Moc (RETIRED) 2006-04-20 11:50:57 0000 -------
This is NOT a bug. It's even documented in baselayout's ewarn...

<snip>
        if [[ -e "${ROOT}"/etc/init.d/domainname ]] ; then
                rm -f "${ROOT}"/etc/init.d/domainname
                rm -f "${ROOT}"/etc/runlevels/*/domainname
                ewarn "The domainname init script has been removed in this
version."
                ewarn "Consult ${ROOT}/etc/conf.d/net.example for details about
how"
                ewarn "to apply dns/nis information to the loopback interface."
        fi
</snip>

------- Comment #2 From SpanKY 2006-04-25 16:25:53 0000 -------
*** Bug 131278 has been marked as a duplicate of this bug. ***

------- Comment #3 From Kesara Rathnayake 2006-04-25 18:30:39 0000 -------
If you get any warnings saying domainname is missing while booting,
use this command to avoid such warnings...
rm -f /etc/runlevels/*/domainname

------- Comment #4 From Jakub Moc (RETIRED) 2006-05-18 08:04:30 0000 -------
*** Bug 133694 has been marked as a duplicate of this bug. ***

------- Comment #5 From Peter Ambroz 2008-06-02 09:12:05 0000 -------
/etc/conf.net is not a full replacement for the /etc/init.d/domainname script.
there is no way in gentoo to setup the domainname through provided config files
(in fact, to call the domainname binary / call the setdomainname() function).
When you set it up through /etc/conf.d/net, it is just written into
resolv.conf. Thus applications like postfix, which call the gethostname() and
getdomainname() are still getting "(none)" as the domain.
The solution is to include line "domainname <my domain>" into
/etc/conf.d/local.start, but the domainname rc script would have been a cleaner
solution.

First Last Prev Next    No search results available      Search page      Enter new bug