Unidata / LDM

The Unidata Local Data Manager (LDM) system includes network client and server programs designed for event-driven data distribution, and is the fundamental component of the Unidata Internet Data Distribution (IDD) system.
http://www.unidata.ucar.edu/software/ldm
Other
43 stars 27 forks source link

Add deletion of product-queue by systemd(8) when LDM user logs out to "LDM user" documentation #62

Open semmerson opened 6 years ago

semmerson commented 6 years ago

On systems using systemd(8), various inter-process communication objects of the LDM system -- including the memory-mapped LDM product-queue -- will be deleted when the LDM user logs out if

A "system user" is one whose UID lies in the range delimited by the parameters SYS_UID_MIN and SYS_UID_MAX in the file /etc/login.defs when the systemd(8) utility was compiled.

On such systems, either the value of the RemoveIPC parameter must be no or the LDM user must be a "system user" in order for the LDM to work correctly.