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

Unknown directive IdleExitTimeout on Solaris #6231

Open
l1gi opened this issue Nov 4, 2024 · 0 comments
Open

Unknown directive IdleExitTimeout on Solaris #6231

l1gi opened this issue Nov 4, 2024 · 0 comments

Comments

@l1gi
Copy link

l1gi commented Nov 4, 2024

On Solaris cupsd doesn't understand IdleExitTimeout because HAVE_ONDEMAND is not defined.

scheduler/conf.c:
#ifdef HAVE_ONDEMAND
  { "IdleExitTimeout",		&IdleExitTimeout,	CUPSD_VARTYPE_TIME },
#endif /* HAVE_ONDEMAND */

When cupsd starts it emits following warning:

 E [04/Oct/2024:17:41:58 -0900] Unknown directive IdleExitTimeout on line 33 of /etc/cups/cupsd.conf.

Could the line in cupsd.conf.in be just in case HAVE_ONDEMAND is defined, please?

Thank you

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