| re: The problem is the result of an improper LINK operation for RSH (I
believe that RLOGIN may have this problem as well). When 7.1 came out,
the SIGNAL vector was changed to 64-bit format. The RSH.EXE, however,
was generating a 32-bit one- hence the ACCVIO.
The fix has already been formulated and should be available in the next
ECO for V4.1. If you need the image now, please contact (LASSIE::) Natasha
for a pointer.
---
I'm seeing this ACCVIO on v7.0 as well. Is this the same problem???
$ ucx sho ver
Digital TCP/IP Services for OpenVMS Alpha Version V4.1 - ECO Level 4
on a AlphaServer 2000 4/275 running OpenVMS V7.0
$ ucx sho serv rsh/full
Service: RSH
State: Enabled
Port: 514 Protocol: TCP Address: 0.0.0.0
Inactivity: 5 User_name: Process: UCX$RSHD
Limit: 3 Active: 0 Peak: 1
File: SYS$SYSDEVICE:[UCX$RSH]UCX$RSHD_STARTUP.COM
Flags: Case Listen Rexe
Socket Opts: Rcheck Scheck
Receive: 0 Send: 0
Log Opts: Acpt Actv Dactv Conn Error Exit Mdfy Rjct TimO Addr
File: not defined
Separators:
Port: 0 User_name: 0 Password: 0 Command: 0
Security
Reject msg: not defined
Accept host: 0.0.0.0
Accept netw: 0.0.0.0
$ ucx sho proxy system
%UCX-E-PROXYERROR, Error processing PROXY request
-UCX-W-NORECORD, Information not found
-RMS-E-RNF, record not found
$ sho log *host*
(LNM$PROCESS_TABLE)
(LNM$JOB_80EFE800)
(LNM$GROUP_000001)
(LNM$SYSTEM_TABLE)
"MX_VMSMAIL_LOCALHOST" = "@sta150.kpt.emn.com"
"UCX$HOST" = "SYS$COMMON:[SYSEXE]UCX$HOST.DAT;1"
"UCX$INET_HOST" = "sta150"
"UCX$INET_HOSTADDR" = "168.136.131.93"
"UCX$NFS00000000_HOSTS" = "20"
"UCX$NFS000002EA_HOSTS" = "20"
(DECW$LOGICAL_NAMES)
$ ucx sho int
Packets
Interface IP_Addr Network mask Receive Send MTU
WF0 168.136.131.93 255.255.248.0 4682857 330468 4348
LO0 127.0.0.1 255.0.0.0 0 28 65535
$ ucx sho host sta150
LOCAL database
Host address Host name
168.136.131.93 sta150, STA150
$ ucx add proxy system/rem="system"/host=sta150
$ reply/enab=net
%%%%%%%%%%% OPCOM 7-APR-1997 14:35:21.44 %%%%%%%%%%%
Operator _STA150$LTA5112: has been enabled, username SYSTEM
%%%%%%%%%%% OPCOM 7-APR-1997 14:35:21.44 %%%%%%%%%%%
Operator status for operator _STA150$LTA5112:
NETWORK
$ rsh sta150 sho proc
%%%%%%%%%%% OPCOM 7-APR-1997 14:35:34.12 %%%%%%%%%%%
Message from user INTERnet on STA150
INTERnet ACP RSH Accept Request from Host: 168.136.131.93 Port: 1008
%%%%%%%%%%% OPCOM 7-APR-1997 14:35:34.19 %%%%%%%%%%%
Message from user INTERnet on STA150
INTERnet ACP AUXS failure Status = %LOGIN-F-INVPWD
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual
address=000000007AFE
7864, PC=FFFFFFFF87B31174, PS=0000001B
Improperly handled condition, image exit forced.
Signal arguments: Number = 0000000000000005
Name = 000000000000000C
0000000000010000
000000007AFE7864
FFFFFFFF87B31174
000000000000001B
Register dump:
R0 = 0000000000000001 R1 = 000000007AFC73B3 R2 = 000000007AFC77D4
R3 = 000000007AFC77F0 R4 = 00000000000F0240 R5 = 0000000000000801
R6 = 0000000000000000 R7 = 000000007AFE7868 R8 = 0000000000000001
R9 = 000000007AFE7864 R10 = 000000007FFAD238 R11 = 0000000000000000
R12 = 000000007AFC7B58 R13 = FFFFFFFF87B3C720 R14 = 0000000000000000
R15 = 000000007AFC7270 R16 = 000000007AFC72B3 R17 = 0000000000000003
R18 = 000000007B464646 R19 = FFFFFFFF87000000 R20 = 0000000000000000
R21 = 000000177B07B7A0 R22 = 0000000000000000 R23 = 0000000000000000
R24 = 0000000000000000 R25 = 000000000000004D R26 = 0000000000000000
R27 = 0000000000000000 R28 = 000000000001E3E0 R29 = 000000007AFC74D0
SP = 000000007AFC7270 PC = FFFFFFFF87B31174 PS = 300000000000001B
$
|
| Thanks, Natasha!!
FYI for everyone else:
Subject: RE: Notefile UCX Note 5115.4
Date: Mon, 7 Apr 1997 13:57:06 -0600
From: lassie::[email protected]
To: [email protected]
Hi Kerry,
The same image will work for AXP VMS V7.0-V7.1.
Thanks,
Natasha.
|
|
Looks like the early ECO kits provided the fixed UCX$RLOGIN.EXE
image for OpenVMS 7.n but zoned out did not provide the 4.1-12A UCX$RSH.EXE
image. The fixed UCX$RSH.EXE is in the .PCSI, it just does not
get placed on the system, arrgh!
The key piece of information to see if you have the right
UCX$RSH.EXE/UCX$RLOGIN.EXE is to do a $directory /size of SYS$SYSTEM:
If either of the two image sizes are over 1K blocks, you have the
image which will ACCVIO on error conditions with OpenVMS 7.n.
This explains why I thought I had fixed this problem, yet people
reported it still present.
The next ECO kit, in progress, should correctly provide UCX$RSH.EXE 4.1-12A.
Lee
|