Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174632 - net-fs/nfs-utils - nfs fails to start (reverse dns lookup for /etc/exports clients)
Summary: net-fs/nfs-utils - nfs fails to start (reverse dns lookup for /etc/exports cl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-14 22:09 UTC by Nebojsa Trpkovic
Modified: 2007-04-15 20:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nebojsa Trpkovic 2007-04-14 22:09:17 UTC
nfs fails to start because it's unable to do reverse dns lookup for /etc/exports clients.

just as stated here:
http://forums.gentoo.org/viewtopic-t-203048-highlight-lockdup+makesock.html

if I remove nfs from default run level and start it from /etc/conf.d/local.start (after everything else), it start fine. why? because named is up and running.

so, in configurations where dns and nfs server are on the same machine (/etc/resolve.conf is "nameserver 127.0.0.1"), nfs should start after dns.

don't know if it's "depend" or "after" dns in /etc/init.d/nfs script
Comment 1 SpanKY gentoo-dev 2007-04-15 20:49:37 UTC
add "dns" to use in depend()