Re: simh and xdmcp

Liste des GroupesRevenir à co vms 
Sujet : Re: simh and xdmcp
De : JKB (at) *nospam* hilbert.invalid (JKB)
Groupes : comp.os.vms
Date : 26. May 2025, 12:10:27
Autres entêtes
Organisation : NUO - News.Usenet.Ovh
Message-ID : <slrn1038j13.6kn.JKB@hilbert.systella.fr>
References : 1 2 3 4
User-Agent : slrn/1.0.3 (Linux)
Le 25-05-2025, jayjwa <jayjwa@atr2.ath.cx.invalid> a écrit :
JKB <JKB@hilbert.invalid> writes:
>
$ product show product tcpip
>
PRODUCT                             KIT TYPE    STATE
>
DEC VAXVMS TCPIP V5.3-18            Full LP     Installed
----------------------------------- ----------- ------------
That looks like the Compaq one.
>
I have tried with Xnest with the same result:
>
$ set display/create/node=192.168.10.103/transport=tcpip/server=1
$ show display
 
    Device:    WSA17:  [super]
    Node:      192.168.10.103
    Transport: TCPIP
    Server:    1
    Screen:    0
You shouldn't have to set the display. That's the job of XDM. You only
have to do that if you rlogin/telnet or similar.

Yes, I know. Goal is to use xdmcp, but I'm trying in a first time to
display a single window on Xephyr or Xnest.

I will try xdm /after/ I'm able to display clock on Xnest/Xephyr. I
don't understand why VMS answers "can't open display"...
I guess I'm confused then, because your subject mentioned xdmcp. I
though you were using XDM.
>
If you are doing it "by hand", then just start Xnest/Xephyr with "-ac"
to turn off access control. From the VMS side, you can execute something
like this:
>
$ type xephyr.com
$! Command procedure to send X11 traffic to a Xephyr
$! nested XServer, by setting the DISPLAY.
$ SET DISPLAY/CREATE/TRANSPORT=TCPIP/NODE=192.168.20.1/SERVER=1/PERMANENT
$ DEFINE/SYSTEM DECW$DISPLAY 'F$TRNLNM("DECW$DISPLAY")
$ RUN SYS$SYSTEM:DECW$STARTLOGIN.EXE
$
>
SERVER corresponds with what Unix calls the :1.0 part of DISPLAY
(matching the above example). Chances are you main desktop is :0.0, so
Xnest/Xephr would then be :1.0.

On Linux side, I use :
$ Xephyr -ac :1 -screen 1024x768 -listen tcp -query 192.168.10.107

On VMS side:
$ set display/create/node=192.168.10.103/transport=tcpip/server=1
$ DEFINE/SYSTEM DECW$DISPLAY 'F$TRNLNM("DECW$DISPLAY")
$ RUN SYS$SYSTEM:DECW$STARTLOGIN.EXE
$

No error, but startlogin doesn't appear on Xephyr.

$ mcr sys$system:decw$clock
X Toolkit Error: Can't Open display
%DWT-F-NOMSG, Message number 03AB8204


If you enable XDM, you don't have to run the above each time, and you'll
get a log file to check if something doesn't go right.
>
TCPIP> show service xdm /full
>
Service: XDM
                           State:     Enabled
Port:              177     Protocol:  UDP             Address:  0.0.0.0
Inactivity:          0     User_name: TCPIP$XDM       Process:  TCPIP$XDM
Limit:               1     Active:      0             Peak:       0
>
File:         TCPIP$SYSTEM:TCPIP$XDM_RUN.COM
Flags:        None
>
Socket Opts:  Rcheck Scheck
 Receive:            0     Send:               0
>
Log Opts:     Acpt Actv Dactv Conn Error Exit Logi Logo Mdfy Rjct TimO Addr
 File:        SYS$SPECIFIC:[TCPIP$XDM]TCPIP$XDM_RUN.LOG
>
Security
 Reject msg:  not defined
 Accept host: 0.0.0.0
 Accept netw: 0.0.0.0
TCPIP> exit

$ tcpip
TCPIP> show service xdm /full

Service: XDM
                           State:     Enabled
Port:              177     Protocol:  UDP             Address:  0.0.0.0
Inactivity:          0     User_name: TCPIP$XDM       Process:  TCPIP$XDM
Limit:               1     Active:        0           Peak:         0

File:         TCPIP$SYSTEM:TCPIP$XDM_RUN.COM
Flags:        None

Socket Opts:  Rcheck Scheck
 Receive:            0     Send:               0

Log Opts:     Acpt Actv Dactv Conn Error Exit Logi Logo Mdfy Rjct TimO Addr
 File:        SYS$SPECIFIC:[TCPIP$XDM]TCPIP$XDM_RUN.LOG

Security
 Reject msg:  not defined
 Accept host: 0.0.0.0
 Accept netw: 0.0.0.0
TCPIP>

$ type SYS$SPECIFIC:[TCPIP$XDM]TCPIP$XDM_RUN.LOG
$ Set NoOn
$ VERIFY = F$VERIFY(F$TRNLNM("SYLOGIN_VERIFY"))
12-MAY-2025 14:49:57.83 - Waiting for DECwindows to start...
12-MAY-2025 14:50:02.83 - Waiting for DECwindows to start...
12-MAY-2025 14:50:07.83 - Waiting for DECwindows to start...
%SYSTEM-S-NORMAL, normal successful completion
%SYSTEM-S-NORMAL, normal successful completion
%SYSTEM-S-NORMAL, normal successful completion
%SYSTEM-S-NORMAL, normal successful completion
%SYSTEM-S-NORMAL, normal successful completion
%SYSTEM-S-NORMAL, normal successful completion
$
>

In SYS$SPECIFIC:[TCPIP$XDM]TCPIP$XDM_RUN.LOG, I have a lot of
%SYSTEM-S-NORMAL, normal successful completion
%NONAME-F-NOMSG, Message number 00000004

Best regards,

JB

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

Date Sujet#  Auteur
23 May 25 * simh and xdmcp17JKB
23 May 25 +* Re: simh and xdmcp2Simon Clubley
25 May 25 i`- Re: simh and xdmcp1JKB
24 May 25 `* Re: simh and xdmcp14jayjwa
25 May 25  `* Re: simh and xdmcp13JKB
25 May 25   +* Re: simh and xdmcp3Lawrence D'Oliveiro
25 May 25   i`* Re: simh and xdmcp2Arne Vajhøj
25 May 25   i `- Re: simh and xdmcp1Lawrence D'Oliveiro
25 May 25   `* Re: simh and xdmcp9jayjwa
26 May 25    `* Re: simh and xdmcp8JKB
26 May 25     `* Re: simh and xdmcp7jayjwa
27 May 25      `* Re: simh and xdmcp6JKB
27 May 25       +* Re: simh and xdmcp3Simon Clubley
27 May 25       i`* Re: simh and xdmcp2JKB
27 May 25       i `- Re: simh and xdmcp1Lawrence D'Oliveiro
27 May 25       `* Re: simh and xdmcp2jayjwa
1 Jun 25        `- Re: simh and xdmcp1JKB

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal