On Tue, Oct 03, 2006 at 10:30:49AM -0700, David Koski wrote: > I tried without success to get rexec/rexecd to work on a Trustix > 2.1 box. A legacy system (AS400) needs to communicate with the > Trustix box so other protocols are out of the question. (The > AS400 has success with rexec to a Windows box already.) The > rexecd was downloaded from gnu.org as no RPM could be found. > The rexec client fails always: > > Password incorrect. > /usr/bin/rexec: Error in rexec system call, > /usr/bin/rexec: (The following system error may itself be in error) > /usr/bin/rexec: No such file or directory > > I have a /etc/pam.d/rexec file but there is not even anything in > /var/log/auth/* so it looks like it is not a PAM issue.
I've had some luck installing RPMs from Fedora Core 3 on TSL 2.2 when I needed stuff that's not in it (e.g. rsh/rsh-server). Maybe you could try this. TSL 2.1 is older though. > I found rsync-2.0 on freshmeat but it does not compile: > > # make > gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I -O2 -Wall -D_REENTRANT -c > rexec_ssl.c > rexec_ssl.c: In function `rexec_ssl_cli_init': > rexec_ssl.c:61: error: parse error before ';' token Wild guess: sounds like you're missing a definition from the OpenSSL headers. is openssl-devel installed? Greets, _Alain_ _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
