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

cupsd fails to start due to missing configuration file #24

Closed
maxsteciuk opened this issue Oct 7, 2018 · 1 comment
Closed

cupsd fails to start due to missing configuration file #24

maxsteciuk opened this issue Oct 7, 2018 · 1 comment

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@maxsteciuk
Copy link
Contributor

@maxsteciuk maxsteciuk commented Oct 7, 2018

Describe the bug
On start-up the syslog is filled with messages that cupsd cannot open /usr/local/etc/cups/cupsd.conf.
There is only /usr/local/etc/cups/cupsd.conf.sample in place.

To Reproduce
Steps to reproduce the behavior:

  1. Boot Trident
  2. Check /var/log/messages

Expected behavior

  1. cupsd daemon starts up successfully
  2. The error log message disappers

Log evidence

Oct  6 17:36:52  supervise-daemon[52568]: /usr/local/sbin/cupsd, pid 74931, exited with return code 1
Oct  6 17:36:52  cupsd[75267]: Unable to open "/usr/local/etc/cups/cupsd.conf" - No such file or directory

OS Version:
Trident Beta 3

Additional context
Add any other context about the problem here.

maxsteciuk added a commit to maxsteciuk/trident-core that referenced this issue Oct 7, 2018
beanpole135 added a commit that referenced this issue Oct 7, 2018
issue #24: Fixed missing closing quote
@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Oct 8, 2018

This should be fixed by commit: af1dd50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment