Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LDM does not check pqact files loaded from included configuration files #128

Open
akrherz opened this issue Feb 15, 2024 · 0 comments
Open

Comments

@akrherz
Copy link
Contributor

akrherz commented Feb 15, 2024

Using LDM 6.15.0 on Linux 64bit. Consider this minimal example etc/ldmd.conf file

EXEC	"pqact etc/pqact_shef.conf"
ALLOW	ANY	^((localhost|loopback)|(127\.0\.0\.1\.?))$
ALLOW	ANY	^[a-z].*\.unidata\.ucar\.edu\.?$

INCLUDE	"stuff.inc"

and then the etc/stuff.inc file

EXEC	"pqact etc/does not exist.conf"

when I start LDM, I get

Checking the product-queue...
Checking pqact(1) configuration-file(s)...
    etc/pqact_shef.conf: syntactically correct
Checking LDM configuration-file (/home/meteor_ldm/etc/ldmd.conf)...
Starting the LDM server...

So LDM is not attempting to check that pqact entry found in the included file. I would to request that it should :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant