Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1023 - nfs portmap dependency
Summary: nfs portmap dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-08 13:15 UTC by Dylan Schell
Modified: 2003-01-28 00:30 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 Dylan Schell 2002-03-08 13:15:41 UTC
if nfsmount is added to the init scripts, portmap is not started
causing nfsmount to hang indefinately.

if portmap is added manually it works OK.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-03-13 14:11:10 UTC
You sure you have a recent nfs-utils ?  It has portmap as dep ....
Check that your copy have:

....
depend() {
    need net portmap
}
....
Comment 2 Dylan Schell 2002-03-13 16:54:10 UTC
yes it has those lines, however portmap is not started automatically
unless I specifically run "rc-update add portmap default"

I would think that since nfs needs portmap it would start it, but somehow
I doesn't
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-03-14 15:52:31 UTC
Do the following:

# cd /mnt/.init.d/cache
# tar -jcf depcache.tbz2 *

and mail me depcache.tbz2

This is now with portmap *NOT* added to the default runlevel ...

Also, attatch a listing of the contents of /etc/runlevels/boot and 
/etc/runlevels/default, as well as the contents of /etc/init.d/
in a attatched tarball

Mail all this to azarah@gentoo.org


Thanks
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-05-26 14:40:58 UTC
Hi .. any news/progress on this yet ?  Do the latest baselayouts solve this
issue ?