Ticket #156 (closed defect: worksforme) | |||||||||||||||||||||
zombie config values
Description
Configuration::search() returns an old config value for /firevision/retriever/camera/cam1 that doesn't exist in cfg/default.sql. Removing the path from default.sql yields: FawkesMainThread: Default config value ERASED: /firevision/retriever/camera/cam1
But then in the same startup sequence: FvBaseThread: Thread 'FvRetrieverThread_cam1' registers for camera 'v4l2:front:device=/dev/video1:size=160x120:auto-white-balance=1:exposure=0'
Basically, there's no way (except hardcoding it in fvretriever_plugin.cpp) to change or remove that value. Change Historycomment:2 Changed 8 years ago by bahram
Alternatively you can run ./ffconfig list
after having started fawkes, and see if that config flag appears. Judging from your report, it should appear and there should not be a "*" in front of it, meaning that it is a host entry. ./ffconfig -h
to get the proper command for that. Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Subscriber, Participant
|
I suspect it has been set in the host config. If so, this problem will be solved by the new YAML configuration. Please do
If this returns results this is indeed the problem.