Title: | POLYCENTER Console Manager |
Notice: | Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS: |
Moderator: | CSC32::BUTTERWORTH |
Created: | Thu Aug 06 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1541 |
Total number of notes: | 6564 |
CONS RECONF produces ACCVIO on the Console Notify process as follows from the logfile with CONSOLE$DEBUG turned on: $! $! This command procedure is always run when anybody on the entire system $! logs in. It is equivalent to LOGIN.COM except that the instructions $! contained herein are executed everytime anyone on the VMS system $! logs in to their account. $! $! For interactive processes, turn on Control T, and set the terminal type $! $ IF (F$MODE() .EQS. "INTERACTIVE") THEN SET CONTROL=T $ IF (F$MODE() .EQS. "INTERACTIVE") THEN SET TERMINAL/INQUIRE $! $! For MicroVAX systems only, use the command MOUNT/NOASSIST. $! $ IF (.NOT. F$TRNLNM("SYS$MICROVAX")) THEN GOTO SKIP_MICROVAX_COMMANDS $ MOU*NT :== MOUNT/NOASSIST $ SKIP_MICROVAX_COMMANDS: $! $! Place your site-specific LOGIN commands below $! $@sys$manager:sls$tapsymbol $!* COPYRIGHT (c) 1992 BY DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASSACHUSETTS. $! $ SET MESSAGE /FACILITY /IDENTIFICATION /SEVERITY /TEXT $ SET DEFAULT CONSOLE$TMP: $ SET PROCESS /DUMP $ RUN CONSOLE$IMAGE:CONSOLE$ENS_DAEMON.EXE Got to line 4762 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 Got to line 4766 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 At line 4771 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[2] is: 0 At line 4772 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[3] is: 0 At line 4777 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[2] is: 221 At line 4778 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[3] is: 0 Got to line 4762 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 Got to line 4766 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 At line 4771 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[2] is: 0 At line 4772 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[3] is: 0 At line 4777 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[2] is: 222 At line 4778 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[3] is: 0 Got to line 4762 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 Got to line 4766 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 At line 4771 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[2] is: 0 At line 4772 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[3] is: 0 At line 4777 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[2] is: B9 At line 4778 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[3] is: 0 Got to line 4762 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 Got to line 4766 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 At line 4771 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[2] is: 0 At line 4772 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[3] is: 0 At line 4777 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[2] is: 23A At line 4778 in CM$DEV_BASE:[BUILD.SOURCES]CM_SOCKET.C;514 in process 544 listener_socket->iosb[3] is: 0 %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=00000000, PC=0027AE8E, PSL=0BC00000 Improperly handled condition, image exit forced. Signal arguments Stack contents Number = 00000005 00000000 Name = 0000000C 20000000 00000000 7FEE8B78 00000000 7FEE8B5C 0027AE8E 0000747E 0BC00000 00000001 00000000 002CE728 00000000 00000000 Register dump R0 = 0600FFFF R1 = 00000000 R2 = 0000000A R3 = 00000200 R4 = 00000001 R5 = 00000200 R6 = 00000200 R7 = 7FFED188 R8 = 7FFECA4C R9 = 7FFECC54 R10= 7FFED7D4 R11= 7FFE2BDC AP = 7FEE8AD0 FP = 7FEE8A90 SP = 7FEE8B0C PC = 0027AE8E PSL= 0BC00000 SYSTEM job terminated at 23-NOV-1993 16:44:43.35 Accounting information: Buffered I/O count: 219 Peak working set size: 1908 Direct I/O count: 137 Peak page file size: 8622 Page faults: 1849 Mounted volumes: 0 Charged CPU time: 0 00:00:02.15 Elapsed time: 0 00:07:35.82 The setup is very minimalistic. I have one emulated console - whose command is SET HOST/LAT/DISC=K SSTIS1 to connect to an infoserver. This doesn't work either as I wind up with a DCL prompt instead of a password prompt to access the infoserver. The password prompt doesn't time out so that isn't the problem here. The accvio occurrs after a reconfig. The only filter/action setup I have is one called WILDCARD to send the multi-line window to 2 nodes for all events and all systems. Regs, Dan
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
136.1 | OPG::PHILIP | And through the square window... | Wed Nov 24 1993 00:12 | 12 | |
Dan, I assume you are using a Pseudo terminal connection, if so, we are just ironing out a few problems we found yesterday!! As for the ens problem, is it reproducable, if so, can you define the console$debug logical to contain the string "ENS" (it is case sensitive) then mail me the log file from that (it will probably be too long to post here. Cheers, Phil | |||||
136.2 | CSC32::BUTTERWORTH | Wed Nov 24 1993 18:54 | 13 | ||
>As for the ens problem, is it reproducable, if so, can you define the >console$debug logical to contain the string "ENS" (it is case >sensitive) >then mail me the log file from that (it will probably be too long to >post here. Reproducible at will. I'll create that logfile. If you want a process dump I can create that too. Regs, Dan |