GsDevKit_home icon indicating copy to clipboard operation
GsDevKit_home copied to clipboard

invalid netldi entries in /etc/services

Open dalehenrich opened this issue 8 years ago • 0 comments

from GemStone internal bug 46040 report:

On foos there is this entry in /etc/services
     gs64ldi         50377/tcp        # Gemstone netldi

which is a different port number than we have in our services on ldap  .

It was possibly  put there by a GsDevKit install ,
and should be deleted.

There is a perl script 
/export/localnew/scripts/qrysrv

which will query for the existance of a service ; if a machine is on ldap
and the ldap services has a definition it returns it.  Perhaps the GsDevKit
installer could query before writing to /etc/services .

so if LDAP is in use and an entry for gs64ldi is present, then the shared memory set step can be bypassed by creating the file $GS_HOME/bin/.sharedMemorySysSetup should be created as described here until this bug is fixed

dalehenrich avatar Feb 13 '16 00:02 dalehenrich