-
Notifications
You must be signed in to change notification settings - Fork 759
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
Bug: configd error #647
Comments
|
Does this repeat or is it a one-time thing? |
|
repeats at least after reboot |
|
There's probably more context that configd spits out, we recently fixed something similar: See: 51724d2 |
|
This looks suspicious... /usr/local/opnsense/service/modules/../template Do you have any custom templates in there? |
|
no - i changed nothing in this directory but the line happens between this lines in the log and |
|
Aha, do you have the os-helloworld plugin installed? Will this error go away when you remove it? You can increase the amount of characters logged for the traceback here:
|
|
No, it's actually another sample set. It can probably be removed safely, but let's get the full traceback to be sure. |
|
no the plugin os-helloworld is not installed |
|
disabled some daemons - no success |
|
I'll need the full python traceback :D it's just about those Sample templates I think. |
|
(and it can only ever happen on reboot as far as I can see) |
|
how to crate a full traceback as the log does not contain one - it does not even show where the error comes from |
|
See my code link for where to increase the syslog dump size above :) |
|
ok found the configd call responsible for the error (can reproduce the error with this command) |
|
it really has to do with the template OPNsense.Sample |
|
So far I already figured, it's only triggered once on bootup, never again. It's supposed to recurse into every template, but something in the Sample package fails. Still need the traceback :D |
|
i increased it to 4096 but I do not get more output... |
|
After reboot or manually? If manually, you'd need |
|
I rebooted the VM |
|
Let's leave this for Ad, I don't know how to debug this further without a way to trigger it locally. |
|
I deleted "+TARGETS" and the error was gone ;) |
|
Just wanted to add that I get the same error everytime I reboot opnsense. i'm using OPNsense 15.7.23-amd64 installed on an msata disk. I'm not running on a virtual machine. This is stock firmware and no additional packages or addons installed. I'm attaching my entire log right after a reboot. |
|
Just updated to OPNsense 15.7.24-amd64. I'm assuming you're still working on this issue since this bug isn't closed. I'm attaching my System --> Log file output. Has very similar error. If you need additional information let me know. |
|
@AZDPS I think this has already been pinned down to a benign sample plugin. Will be fixed for 16.1, but it has no ill effects on the running system. :) |
|
@AdSchellevis this was fixed in eec35a3 right? |
|
@fichtner yes, and the next commit moves the sample out of the way :) |
|
Alright, thanks. I'll close and let the forum know. |
Having this in the log after reboot (i upgraded to the new dev)
via: https://forum.opnsense.org/index.php?topic=2016.0
The text was updated successfully, but these errors were encountered: