Sujet : Re: Xephyr (on Linux host) and VMS keyboard
De : FIRST.LAST (at) *nospam* vmssoftware.com (Robert A. Brooks)
Groupes : comp.os.vmsDate : 13. Jun 2025, 19:08:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102hpel$3f7rf$1@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 6/13/2025 13:56, Simon Clubley wrote:
No, it's the accounting logs you need to look at, after you have turned
on image accounting and repeated the above procedure. Look at the exit
status of the images until you find the ACCVIO one. That should tell you
which image is exiting with an ACCVIO status.
Don't forget to turn off image accounting when you are finished to avoid
filling up your disk with accounting logs. :-)
To be clear, there is no clear-text accounting log file on the system.
The output you need is generated by the ACCOUNTING utility, which will
read the binary file SYS$MANAGER:ACCOUNTNG.DAT
$ HELP ACCOUNTING
An example using the /FULL qualifier is here
Of particular interest is the "Final status code" and/or the "Final status text"
INTERACTIVE Process Termination
-------------------------------
Username: GRANT UIC: [VMS,GRANT]
Account: VMS Finish time: 13-JUN-2025 13:32:48.54
Process ID: 538021C5 Start time: 13-JUN-2025 09:17:07.17
Owner ID: Elapsed time: 0 04:15:41.36
Terminal name: FTA233: Processor time: 0 00:00:00.07
Remote node addr: Priority: 4
Remote node name: Privilege <31-00>: FFFFFFFF
Remote ID: GRANT(LOCAL) Privilege <63-32>: FFFFFFFF
Remote full name: something.eng.vmssoftware.com
Posix UID: -2 Posix GID: -2 (%XFFFFFFFE)
Queue entry: Final status code: 00000001
Queue name:
Job name:
Final status text: %SYSTEM-S-NORMAL, normal successful completion
Page faults: 972 Direct IO: 69
Page fault reads: 166 Buffered IO: 528
Peak working set: 5472 Volumes mounted: 0
Peak page file: 200432 Images executed: 15
-- -- Rob