Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!jarthur!uunet!mcsun!cernvax!achille From: achille@cernvax.UUCP (achille petrilli) Newsgroups: comp.sys.apollo Subject: Re: telnet/rlogin question (sr10.2; dumb) Message-ID: <1821@cernvax.UUCP> Date: 3 May 90 19:04:02 GMT References: <9005030049.AA04549@umix.cc.umich.edu> Organization: CERN, European Laboratory for Particle Physics Lines: 15 In article <9005030049.AA04549@umix.cc.umich.edu> thompson@ANIMAL.SSEC.HONEYWELL.COM ("John Thompson") writes: > 5) "rlogin hostname" gives the error message > bind: Permission denied > rcmd: socket: Permission denied > and sends me back to my local node. If you look up in /etc/services the ports on which rlogin/rshell are listening, you'll see that both port numbers are < 1024. On Unix, you must be root to 'bind' on such port numbers. This means rlogin should be mode 4755 and is no more, probably because of the changes to the ACLs. I seem to remember that this is a new feature at sr10.2 (i.e. sr10.1 was not "real Unix" in this respect and did not need you to run as root to bind to port numbers < 1024). Hope this helps, Achille Petrilli