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

devd misconfiguration causes devd startup failure #23

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

devd misconfiguration causes devd startup failure #23

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
There is missing closing quote on line 28 of /usr/local/etc/devd/trident-media.conf
This causes start-up of devd daemon.

To Reproduce
Steps to reproduce the behavior:

  1. Boot Trident
  2. Check /var/log/messages for "devd.*syntax error"

Expected behavior

  1. devd starts up
  2. Error is gone

Log
Oct 6 21:29:07 devd[80762]: line 29: device: syntax error
OS Version:
Trident Beta 3

Additional context
N/A

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Oct 8, 2018

Fixed via PR #25

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