Bug 8410 - RSH and/or RCP Dies
Summary: RSH and/or RCP Dies
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rsh
Version: 5.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-01-12 17:22 UTC by wayne.e.fordyce
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-01-12 22:08:54 UTC
Embargoed:


Attachments (Terms of Use)

Description wayne.e.fordyce 2000-01-12 17:22:56 UTC
While accessing my Linux PC over ethernet from a Solaris x86 box via rsh
and rcp commands, after 10 to 20 such commands the Linux host stops
responding.  Looking in /var/log/messages I see an entry like this:

inetd[PID]: rsh/tcp server failing (looping), service terminated.

Comment 1 Jeff Johnson 2000-01-12 22:08:59 UTC
If the commands are successful, then this is a problem with the number of
connections per second. Inetd turns off services that are spawning
"too fast". The fix is to add a rate parameter in inetd.conf.

Something like
    shell   stream  tcp     nowait.256  root    /usr/sbin/tcpd  in.rshd
should fix. Please reopen this bug if not.


Note You need to log in before you can comment on or make changes to this bug.