Re: Xephyr (on Linux host) and VMS keyboard

Liste des GroupesRevenir à co vms 
Sujet : Re: Xephyr (on Linux host) and VMS keyboard
De : JKB (at) *nospam* hilbert.invalid (JKB)
Groupes : comp.os.vms
Date : 16. Jun 2025, 08:34:32
Autres entêtes
Organisation : NUO - News.Usenet.Ovh
Message-ID : <slrn104vi88.rn4.JKB@hilbert.systella.fr>
References : 1 2 3 4 5 6
User-Agent : slrn/1.0.3 (Linux)
Le 14-06-2025, hb0815 <mw40171@mucweb.de> a écrit :
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

I have set accounting before posting. Strangely, all ACCVIO are
not loggued.

DECW$WSINIT Image Termination
-----------------------------
Username:          BERTRAND          UIC:               [BERTRAND]            
Account:                             Finish time:       14-JUN-2025 15:23:09.75
Process ID:        00000131          Start time:        14-JUN-2025 15:23:07.67
Owner ID:                            Elapsed time:                0 00:00:02.08
Terminal name:                       Processor time:              0 00:00:01.52
Remote node addr:                    Priority:          4 
Remote node name:                    Privilege <31-00>: 00108000
Remote ID:                           Privilege <63-32>: 00000000
Remote full name:                                                             
Queue entry:                         Final status code: 1000000C
Queue name:                                      
Job name:                                                
Final status text: %SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virtual
 
Page faults:              939        Direct IO:                  8
Page fault reads:          42        Buffered IO:              121
Peak working set:        1482        Volumes mounted:            0
Peak page file:          2578        Images executed:            3
                                                                             
Image name: FERMAT$DUA0:[SYS0.SYSCOMMON.][SYSEXE]DECW$WSINIT.EXE       

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".

Done:

$do_sessioninit:
$define/nolog decw$doing_session SESSIONINIT
$sessioninit = F$TRNLNM("DECW$SESSIONINIT")
$if sessioninit .EQS. "" then goto do_decw_sylogin
$set process/dump
$write sys$output "Executing ''sessioninit'"
$write sys$output ""
$'sessioninit
$write sys$output ""

Now, I'm trying to connect to xdm.

$ show def
  DUA0:[000000]
$ dir [...]*.dmp/time
 
Directory DUA0:[SYS0.SYSEXE]
 
ERRORLOG.DMP;1       23-OCT-2018 23:48:48.86
SYSDUMP.DMP;1        23-OCT-2018 23:00:32.62
 
Total of 2 files.

No dump file is created.

Regards,

JB

--
Si votre demande me parvient en code 29, je vous titiouillerai volontiers
une réponse.

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