Hello, with OpenSSH_2.3.0p1 running in HP-UX 11.00 I noticed that the "SD commands" (like "swcopy") produce the following error when being logged in via SSH: ERROR: RPC exception: "Who are you failed (dce / rpc)" 11/29/00 11:20:18 MET Ideas? Regards, Ulrich P.S. Not subscribed to the list
On Wed, 29 Nov 2000, Ulrich Windl wrote:> Date: Wed, 29 Nov 2000 11:24:59 +0100 > From: Ulrich Windl <Ulrich.Windl at rz.uni-regensburg.de> > To: openssh-unix-dev at mindrot.org > Subject: RPC exception: "Who are you failed (dce / rpc)" > > Hello, > > with OpenSSH_2.3.0p1 running in HP-UX 11.00 I noticed that the "SD > commands" (like "swcopy") produce the following error when being logged > in via SSH: > > ERROR: RPC exception: "Who are you failed (dce / rpc)" 11/29/00 > 11:20:18 MET >Maybe you choose such a command with a relatively few system calls, and run it via truss/strace over ssh and over transport which works correctly (telnet?), and then compare truss/strace outputs to see what is failing...> Ideas? > > Regards, > Ulrich > P.S. Not subscribed to the list >Best regards, Wojtek
On Wed, 29 Nov 2000, Ulrich Windl wrote:> Hello, > > with OpenSSH_2.3.0p1 running in HP-UX 11.00 I noticed that the "SD > commands" (like "swcopy") produce the following error when being logged > in via SSH: > > ERROR: RPC exception: "Who are you failed (dce / rpc)" 11/29/00 > 11:20:18 METIs there a difference in the environment that is set up by login vs ssh? -d -- | ``We've all heard that a million monkeys banging on | Damien Miller - | a million typewriters will eventually reproduce the | <djm at mindrot.org> | works of Shakespeare. Now, thanks to the Internet, / | we know this is not true.'' - Robert Wilensky UCB / http://www.mindrot.org
On 29 Nov 2000, at 23:03, Damien Miller wrote:> On Wed, 29 Nov 2000, Ulrich Windl wrote: > > > Hello, > > > > with OpenSSH_2.3.0p1 running in HP-UX 11.00 I noticed that the "SD > > commands" (like "swcopy") produce the following error when being logged > > in via SSH: > > > > ERROR: RPC exception: "Who are you failed (dce / rpc)" 11/29/00 > > 11:20:18 MET > > Is there a difference in the environment that is set up by login vs ssh?Not very much as it seems: rkdvmhp6:windl(22) % diff /tmp/e{1,2} |more 1,2d0 < USER=windl < LOGNAME=windl 5,9c3 < MAIL=/var/mail/windl < SHELL=/usr/bin/csh < TZ=MET-1METDST < SSH_CLIENT=132.199.176.211 1037 22 < SSH_TTY=/dev/pts/0 ---> LOGNAME=windl10a5,6> SHELL=/usr/bin/csh > MAIL=/var/mail/windl13a10,11> TZ=MET-1METDST > USER=windlAnd the "wgo" seems to work, too: windl pts/0 Nov 29 10:45 root pts/1 Nov 29 10:46 windl pts/tb Nov 29 13:50 windl pts/4 Nov 21 12:38 Regards, Ulrich
On Wed, 29 Nov 2000, Wojtek Pilorz wrote: : > with OpenSSH_2.3.0p1 running in HP-UX 11.00 I noticed that the "SD : > commands" (like "swcopy") produce the following error when being logged : > in via SSH: : > : > ERROR: RPC exception: "Who are you failed (dce / rpc)" 11/29/00 : > 11:20:18 MET Is swagentd running? : Maybe you choose such a command with a relatively few system calls, : and run it via truss/strace over ssh and over transport which works : correctly (telnet?), and then compare truss/strace outputs to see what is : failing... The truss/trace on HP-UX 11 would be tusc, and is at: ftp://ftp.cup.hp.com/dist/networking/misc/tusc.shar