|
Sources Bugzilla – Full Text Bug Listing |
| Summary: | RPC_ANYSOCK does not respect /etc/services | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Jeremy Sanders <jss> |
| Component: | libc | Assignee: | GOTO Masanori <gotom> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | CC: | glibc-bugs, jss, rdieter |
| Priority: | P2 | ||
| Version: | 2.3.4 | ||
| Target Milestone: | --- | ||
| Host: | i386-redhat-linux | Target: | |
| Build: | Last reconfirmed: | ||
|
Description
Jeremy Sanders
2005-06-16 13:45:44 UTC
If you would respect /etc/services, there wouldn't be much ports left which are not assigned to other services. Is it sensible to have some sort of configuration to specify the range of ports you want to use, or a list to exclude? It's annoying to have to specify ports for each RPC daemon, and many RPC daemons don't have this option. There is nothing which will be done in the library. If you want specific ports to be excluded, start the services early or run placeholder processes which allocate the processes early. |