| > I have a customer who runs 40 AXP-sattellites, VMS V6.2-1H3 and
> Motif V1.2-4 and Open 3D V3.4, which all have this problem.
What problem? Was this intended as a reply to a previous note?
What error messages are they seeing during startup? Please post a complete
log.
What is the value of the GH_RSRVPGCNT parameter? This parameter is
temporarily boosted during system startup and then lowered, which can
prevent DECwindows from starting if it isn't started during the initial
boot. But increasing GH_RSRVPGCNT (to 512, I think) allows DECwindows to
be started at any time without having to define DECW$IGNORE_SHARE_ADDRESS
to TRUE.
-- Bob
|
|
Sorry, I missed a part in the middle, but here are the errors that
he gets when motif are starting.
We have tried to rise the parameter GH_RSRVPGCNT to 1024 but the
problem is still there. Any more ideas?
Error printout:
%INSTALL-I-FAIL, failed to create shared linkage entry for DISK$C$0:<SYS133.SYSE
-INSTALL-E-NOTSHRADR, DECW$XLIBSHR is not installed with shareable address data
%INSTALL-I-FAIL, failed to create shared linkage entry for DISK$C$0:<SYS133.SYSE
-SYSTEM-F-VA_IN_USE, virtual address already in use
-DEBUG-W-VASFULL, virtual address space is full
%INSTALL-I-FAIL, failed to create shared linkage entry for DISK$C$0:<SYS133.SYSE
-SYSTEM-F-VA_IN_USE, virtual address already in use
-DEBUG-W-VASFULL, virtual address space is full
%INSTALL-I-FAIL, failed to create shared linkage entry for DISK$C$0:<SYS133.SYSE
-SYSTEM-F-VA_IN_USE, virtual address already in use
-DEBUG-W-VASFULL, virtual address space is full
$
/Dan Lundeborg
|
| "Virtual address is already in use" looks like the images might already be
installed. Once images are installed with shared linkage they can't be
replaced.
Is DECwindows starting normally despite the error messages? If not,
how is it failing, i.e. is the server starting but the login box fails to
come up?
-- Bob
|
|
If you ignore the errorprintout everything works ok. I have included
DECw-logfiles below.
/Dan Lundeborg
$ ty SYS$SYSROOT:[SYSMGR]DECW$SERVER_0_ERROR.LOG;131
7-APR-1997 12:35:42.9 Hello, this is the X server
This is the DECwindows X11 display server for OpenVMS AXP T6.2-950505
compiled on May 5 1995 at 04:29:36
Main address = 00032388
Activating extension image DECW$SVEXT_Adobe_DPS_Extension,
extension name: Adobe-DPS-Extension, entry address 002D82A8
Activating extension image DECW$SVEXT_Xie,
extension name: Xie, entry address 0045A690
Activating extension image DECW$SVEXT_DEC_XTRAP,
extension name: DEC-XTRAP, entry address 0052C560
Activating extension image DECW$SVEXT_Multi_Buffering,
extension name: Multi-Buffering, entry address 0056E0E0
Activating extension image DECW$SVEXT_X3D_PEX,
extension name: X3D-PEX, entry address 00622290
Activating extension image DECW$SVEXT_glx,
extension name: glx, entry address 006E4190
Activating extension image DECW$SVEXT_decstereo,
extension name: decstereo, entry address 00776058
DECW$TRANSPORT_COMMON image base address: 7E5EC000
DECW$TRANSPORT_LOCAL image base address: 007BA000
DECW$TRANSPORT_DECNET image base address: 007FC000
%DECW-I-ATTACHED, transport DECNET attached to its network
DECW$TRANSPORT_TCPIP image base address: 008EA000
%DECW-W-ATT_FAIL, failed to attach transport TCPIP
-SYSTEM-F-NOLOGNAM, no logical name match
%DECW-W-ATT_FAIL, failed to attach transport LAT
-SYSTEM-F-PRIVINSTALL, shareable images must be installed to run privileged imag
e
DECWINDOWS DigitalEquipmentCorp. AXP, Release 6.2
Shareable Image DDX GY, InitOutput loaded at 0092F8D0
ffbvmsScreenInit: Init FFB screen number 0
Screen 0 sfb+/TGA revision # 4 8 bits/pixel 2039232 bytes VRAM
DEC-XTRAP: AddExtension assigned Major Opcode '137'
DEC-XTRAP: Vers. 3.3-0 successfully loaded
N_InitLGI : MHEAD_LGI flag is enabled
N_InitLGI : Init SFBPLUS
shared library DECW$SERVER_DDX_GY sucessfully loaded.
SFBPLUS : N_InitMicrocode
OptionTable Contents (file: SYS$MANAGER:DECW$XSERVER_O3D.CONF)
Export24BitDoubleBufferVisualOnZLXE = "False"
GL Extension initialized
Build Date and Source Tree:
DEC:PKO:O3D:3.4.0:V32_SSB:3.4.0:06:14:96:OSF1:V3.2.148:CC::OPT::
Fri Jun 14 15:45:40 EDT 1996
/src/a1/jun14G_V32_SSB_pvgopt_clients/src
7-APR-1997 12:36:38.1 Calling the dispatcher...
7-APR-1997 12:36:47.9 %DECW-I-ATTACHED, transport TCPIP attached to its network
$ ty SYS$SYSROOT:[SYSMGR]DECW$PRIVATE_SERVER_SETUP.LOG;2
Number of screens: 1
Screen devices and order: GYA0
|
| Could they be starting DECwindows twice? DECwindows is started by default
in sys$startup:vms$lpbegin-050_startup.com, so make sure they aren't also
starting it in systartup_vms.com.
The error message "DECW$XLIBSHR is not installed with shareable address
data" is interesting. Make sure they don't have an old decw$xlibshr.exe image
in sys$specific:[syslib], or any decw$*.exe images in sys$specific:[syslib] or
sys$specific:[sysexe] for that matter.
-- Bob
|