| Summary: | portmap is not started if setting nfs_server_enable="YES" only | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Masachika ISHIZUKA <ishizuka> |
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.4-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Masachika ISHIZUKA
2001-09-22 07:31:13 UTC
If you set nfs_server_enable="YES" in /etc/rc.conf and do not set portmap_enable="YES", although you can see "DEPENDENCY NOTE: portmap will be enabled" at bootup, portmap will die with the message like "nfsd:[235]: can't register with udp portmap" or "Cannot register service: RPC: Timed out, unable to register (SM_PROG, SM_VERS, udp)". Fix: Set portmap_enable="YES" in /etc/rc.conf. State Changed From-To: open->closed The problem turned out to be due to a rogue firewall rule |