Re: Xephyr (on Linux host) and VMS keyboard

Liste des GroupesRevenir à co vms 
Sujet : Re: Xephyr (on Linux host) and VMS keyboard
De : mw40171 (at) *nospam* mucweb.de (hb0815)
Groupes : comp.os.vms
Date : 14. Jun 2025, 16:25:55
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102k4a3$8u3d$2@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
Sorry, pressed snd too soon ...
On 6/14/25 15:18, JKB wrote:

I have tried
$ accounting /image=sys$manager:decw$wsinit
before logout/login again.
You need
$ SET ACCOUNTING /ENABLE=IMAGE
But you can also (I don't have access to a VAX, n Eisner, an Alpha system):
$ sea sys$startup:decw*.com decw$wsinit
%SEARCH-W-OPENIN, error opening ...
-RMS-E-PRV, insufficient privilege or file protection violation
******************************
SYS$COMMON:[SYSMGR]DECW$STARTAPPS.COM;1
         "sys$system:decw$wsinit.exe" "/OPEN/HEAD/SHARE"
$ decw$sessioninit == "run sys$system:decw$wsinit"
$
$ sea sys$startup:decw*.com decw$sessioninit
%SEARCH-W-OPENIN, error opening ...
-RMS-E-PRV, insufficient privilege or file protection violation
******************************
SYS$COMMON:[SYSMGR]DECW$STARTAPPS.COM;1
$ decw$sessioninit == "run sys$system:decw$wsinit"
$ define/system/exec/nolog DECW$SESSIONINIT "''decw$sessioninit'"
******************************
SYS$COMMON:[SYSMGR]DECW$STARTSM.COM;1
$sessioninit = F$TRNLNM("DECW$SESSIONINIT")
$
$ sea sys$startup:decw*.com sessioninit
%SEARCH-W-OPENIN, error opening ...
-RMS-E-PRV, insufficient privilege or file protection violation
******************************
SYS$COMMON:[SYSMGR]DECW$STARTAPPS.COM;1
$ decw$sessioninit == "run sys$system:decw$wsinit"
$ define/system/exec/nolog DECW$SESSIONINIT "''decw$sessioninit'"
******************************
SYS$COMMON:[SYSMGR]DECW$STARTSM.COM;1
$if name .EQS. "LOGIN" then goto do_sessioninit
$if name .EQS. "SESSIONINIT" then goto do_decw_sylogin
$if comnegated .EQS. "TRUE" then GOTO do_sessioninit
$if lgicmd .EQS. "" then GOTO do_sessioninit
$ if F$SEARCH(lgicmd) .eqs. "" then goto do_sessioninit
$do_sessioninit:
$define/nolog decw$doing_session SESSIONINIT
$sessioninit = F$TRNLNM("DECW$SESSIONINIT")
$if sessioninit .EQS. "" then goto do_decw_sylogin
$write sys$output "Executing ''sessioninit'"
$'sessioninit
$
Here's your "Executing run sys$system:decw$wsinit". Assuming the command procedures on VAX are similar: edit DECW$STARTSM.COM and add a "$ set process/dump" before the "write".
You should get a process dump of the image with the ACCVIO (probably decw$wsinit) in the current working directory. I don't know where that is. It depends on whether the decw$ command procedures changed it or not. The dump file is <image-name>.DMP. Usually you do an analyze/process <dump-file> to look at the dump. At least on Alpha(Eisner) analyze/crash works as well.
The minimum of information you get should be the name of the image, as in <image-name>.DMP. Without the sources and map files you may get some hints but you may not get enough information to identify and/or work around the problem.
And yes, sys$system:decw$wsinit (at least on Eisner) is linked with /notraceback so you only get a register dump and no information on the call frames.

Date Sujet#  Auteur
10 Jun 25 * Xephyr (on Linux host) and VMS keyboard35JKB
10 Jun 25 +* Re: Xephyr (on Linux host) and VMS keyboard33Simon Clubley
13 Jun 25 i`* Re: Xephyr (on Linux host) and VMS keyboard32JKB
13 Jun 25 i `* Re: Xephyr (on Linux host) and VMS keyboard31Simon Clubley
13 Jun 25 i  +* Re: Xephyr (on Linux host) and VMS keyboard6Robert A. Brooks
14 Jun 25 i  i`* Re: Xephyr (on Linux host) and VMS keyboard5Arne Vajhøj
14 Jun 25 i  i `* Re: Xephyr (on Linux host) and VMS keyboard4Arne Vajhøj
14 Jun 25 i  i  `* Re: Xephyr (on Linux host) and VMS keyboard3Lawrence D'Oliveiro
14 Jun 25 i  i   `* Re: Xephyr (on Linux host) and VMS keyboard2Arne Vajhøj
16 Jun 25 i  i    `- Re: Xephyr (on Linux host) and VMS keyboard1Arne Vajhøj
14 Jun 25 i  `* Re: Xephyr (on Linux host) and VMS keyboard24JKB
14 Jun 25 i   +- Re: Xephyr (on Linux host) and VMS keyboard1hb0815
14 Jun 25 i   `* Re: Xephyr (on Linux host) and VMS keyboard22hb0815
15 Jun 25 i    +- Re: Xephyr (on Linux host) and VMS keyboard1Lawrence D'Oliveiro
16 Jun 25 i    `* Re: Xephyr (on Linux host) and VMS keyboard20JKB
16 Jun 25 i     +* Re: Xephyr (on Linux host) and VMS keyboard2Craig A. Berry
16 Jun 25 i     i`- Re: Xephyr (on Linux host) and VMS keyboard1Craig A. Berry
16 Jun 25 i     `* Re: Xephyr (on Linux host) and VMS keyboard17hb0815
17 Jun 25 i      `* Re: Xephyr (on Linux host) and VMS keyboard16JKB
17 Jun 25 i       +* Re: Xephyr (on Linux host) and VMS keyboard7Volker Halle
17 Jun 25 i       i`* Re: Xephyr (on Linux host) and VMS keyboard6JKB
17 Jun 25 i       i `* Re: Xephyr (on Linux host) and VMS keyboard5JKB
17 Jun 25 i       i  `* Re: Xephyr (on Linux host) and VMS keyboard4Volker Halle
17 Jun 25 i       i   `* Re: Xephyr (on Linux host) and VMS keyboard3JKB
17 Jun 25 i       i    `* Re: Xephyr (on Linux host) and VMS keyboard2Volker Halle
17 Jun 25 i       i     `- Re: Xephyr (on Linux host) and VMS keyboard1JKB
17 Jun 25 i       `* Re: Xephyr (on Linux host) and VMS keyboard8Lawrence D'Oliveiro
18 Jun 25 i        `* Re: Xephyr (on Linux host) and VMS keyboard7JKB
18 Jun 25 i         `* Re: Xephyr (on Linux host) and VMS keyboard6Volker Halle
18 Jun 25 i          `* Re: Xephyr (on Linux host) and VMS keyboard5JKB
19 Jun 25 i           +* Re: Xephyr (on Linux host) and VMS keyboard2hb0815
19 Jun 25 i           i`- Re: Xephyr (on Linux host) and VMS keyboard1JKB
19 Jun 25 i           `* Re: Xephyr (on Linux host) and VMS keyboard2Simon Clubley
19 Jun 25 i            `- Re: Xephyr (on Linux host) and VMS keyboard1JKB
11 Jun 25 `- Re: Xephyr (on Linux host) and VMS keyboard1Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal