Mark, Not to my surprise, you were correct. Permissions were set to ----------, and I'm betting it was from the Bastille scripts I recently ran (and didn't notice this change).
Yes, SSH is next, but this is just a first step in an experiment toward passing some information back and forth from z/OS Unix and Linux (no VM in the mix). It is an isolated sandbox so rsh is o.k. for now. I'm using that because I had an rsh that came on the tools CD for z/OS. Is there anything else that's already out there that allows the two OS'es to converse? Some sort of monitor/control packages? Thanks, Paul From: "Post, Mark K" <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> Subject: Re: rshd not executable Based on the error messages, I would first check the permission bits on the binaries mentioned. Then take a look at /etc/xinetd.d and see if there are any parameters there that keep the programs from being executed (disable=yes) or something like that. Having said that, you _really_ don't want to enable rsh or rexec. SSH is the preferred, secure, method. Mark Post -----Original Message----- From: paultz [mailto:[EMAIL PROTECTED]] <mailto:paultz%20%5Bmailto:[EMAIL PROTECTED]%5D> Sent: Monday, November 25, 2002 5:19 PM To: [EMAIL PROTECTED] Subject: rshd not executable I am running RH7.2. In the messages, at boot, I get the following messages: xinetd[679]: Server /usr/sbin/in.rexecd is not executable [line=13] xinetd[679]: Server /usr/sbin/in.rshd is not executable [line=14] I have the rsh-0.17-10 and rsh-server-0.17.5 packages installed. Needles to say, rsh does not work. What do I need to do to correct these problems? Thanks, Paul
