| Summary: | System crashes after boot, portmap endlessly forks with getport(ypbind), /proc and file tables filled up | ||
|---|---|---|---|
| Product: | Base System | Reporter: | conrad <conrad> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
conrad
1999-07-12 15:20:01 UTC
Environment FreeBSD gits 4.0-STABLE FreeBSD 4.0-STABLE #15: Tue May 9 00:32:14 CEST 2000 root@gits:/disk2/4.0-STABLE/src/sys/compile/CUSTOM i386 Description I got the same problem while testing NIS services. I disabled all of them except that I forgot the nisdomainname=some.domain in the /etc/rc.conf file. after that, every time I try to start the portmapper (portmap -v) the machine hangs w/ proc table full. it's impossible to do a killall portmap or anything else, just reboot the soft way if possible or the hard way. How-To-Repeat just put a nisdomainname=some.domain in /etc/rc.conf w/o enabling any NIS services. enable the portmapper. reboot your system and wait a few moment. if nothing happen, just try to use one of the rpc services (of course enabled in /etc/inetd.conf). it seems not possible to unset the NIS domainname once sets using domainname "" or the equivalent sysctl -w kern.domainname="". you need to reboot. Fix don't set a NIS domainname w/o using NIS services. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr Hi, I think we might close this PR. The original problem never appeared again since we moved to >= 4.2. For the followup I cannot speak. ciao Jan State Changed From-To: open->closed Problem hasn't been seen since 4.2. |