public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1014] New: RPC_ANYSOCK does not respect /etc/services
@ 2005-06-16 13:46 jss at ast dot cam dot ac dot uk
  2005-06-27 14:35 ` [Bug libc/1014] " kukuk at suse dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jss at ast dot cam dot ac dot uk @ 2005-06-16 13:46 UTC (permalink / raw)
  To: glibc-bugs

ypserv uses the svcudp_create() function with a RPC_ANYSOCK argument. The
RPC_ANYSOCK argument does not appear to respect the content of the /etc/services
file. This means that it takes ports which belong to other services before they
are started (e.g. imaps).

Would it be at all sensible to only take ports which are not listed in
/etc/services, or at least choose from a range of ports which are not currently
allocated in /etc/services.

Apologies if this is the wrong place to ask this.

-- 
           Summary: RPC_ANYSOCK does not respect /etc/services
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: jss at ast dot cam dot ac dot uk
                CC: glibc-bugs at sources dot redhat dot com
  GCC host triplet: i386-redhat-linux


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1014

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1014] RPC_ANYSOCK does not respect /etc/services
  2005-06-16 13:46 [Bug libc/1014] New: RPC_ANYSOCK does not respect /etc/services jss at ast dot cam dot ac dot uk
@ 2005-06-27 14:35 ` kukuk at suse dot de
  2005-06-28 11:01 ` jss at ast dot cam dot ac dot uk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kukuk at suse dot de @ 2005-06-27 14:35 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From kukuk at suse dot de  2005-06-27 14:35 -------
If you would respect /etc/services, there wouldn't be much ports left 
which are not assigned to other services.  

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1014

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1014] RPC_ANYSOCK does not respect /etc/services
  2005-06-16 13:46 [Bug libc/1014] New: RPC_ANYSOCK does not respect /etc/services jss at ast dot cam dot ac dot uk
  2005-06-27 14:35 ` [Bug libc/1014] " kukuk at suse dot de
@ 2005-06-28 11:01 ` jss at ast dot cam dot ac dot uk
  2005-09-22 17:23 ` drepper at redhat dot com
  2005-10-17 13:26 ` rdieter at math dot unl dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: jss at ast dot cam dot ac dot uk @ 2005-06-28 11:01 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jss at ast dot cam dot ac dot uk  2005-06-28 11:01 -------
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.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jss at ast dot cam dot ac
                   |                            |dot uk


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1014

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1014] RPC_ANYSOCK does not respect /etc/services
  2005-06-16 13:46 [Bug libc/1014] New: RPC_ANYSOCK does not respect /etc/services jss at ast dot cam dot ac dot uk
  2005-06-27 14:35 ` [Bug libc/1014] " kukuk at suse dot de
  2005-06-28 11:01 ` jss at ast dot cam dot ac dot uk
@ 2005-09-22 17:23 ` drepper at redhat dot com
  2005-10-17 13:26 ` rdieter at math dot unl dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2005-09-22 17:23 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-09-22 17:23 -------
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.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


http://sourceware.org/bugzilla/show_bug.cgi?id=1014

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/1014] RPC_ANYSOCK does not respect /etc/services
  2005-06-16 13:46 [Bug libc/1014] New: RPC_ANYSOCK does not respect /etc/services jss at ast dot cam dot ac dot uk
                   ` (2 preceding siblings ...)
  2005-09-22 17:23 ` drepper at redhat dot com
@ 2005-10-17 13:26 ` rdieter at math dot unl dot edu
  3 siblings, 0 replies; 5+ messages in thread
From: rdieter at math dot unl dot edu @ 2005-10-17 13:26 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rdieter at math dot unl dot
                   |                            |edu


http://sourceware.org/bugzilla/show_bug.cgi?id=1014

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-17 13:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-16 13:46 [Bug libc/1014] New: RPC_ANYSOCK does not respect /etc/services jss at ast dot cam dot ac dot uk
2005-06-27 14:35 ` [Bug libc/1014] " kukuk at suse dot de
2005-06-28 11:01 ` jss at ast dot cam dot ac dot uk
2005-09-22 17:23 ` drepper at redhat dot com
2005-10-17 13:26 ` rdieter at math dot unl dot edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).