Sujet : Re: Xephyr (on Linux host) and VMS keyboard
De : volker_halle (at) *nospam* hotmail.com (Volker Halle)
Groupes : comp.os.vmsDate : 18. Jun 2025, 09:47:14
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102tuei$318iu$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Mozilla Thunderbird
Am 18.06.2025 um 10:04 schrieb JKB:
Le 17-06-2025, Lawrence D'Oliveiro <ldo@nz.invalid> a écrit :
On Tue, 17 Jun 2025 07:23:44 -0000 (UTC), JKB wrote:
>
%SET-W-NOTSET, error modifying DUA0:
-CLI-E-IVDEVTYPE, invalid device type - specify a mailbox device
There is probaly a SET TERM/INQUIRE in SYLOGIN.COM or LOGIN.COM, which does NOT check, whether it's being executed in INTERACTIVE mode.
If run in BATCH oder NETWORK mode, SYS$INPUT points to the disk, on which your login directory is located and you get the above error.
Try this:
$ IF F$MODE().EQS."INTERACTIVE" THEN $ SET TERM/INQUIRE
Volker.