On Mon, 12 Sep 2016 18:20:15 +0000 Zhi-Wei Lu zwlu@ucdavis.edu wrote:
Thank you Morten,
The log file didn't contain much information why the ipdevpolld exits, ...
[snip]
It appears that if I use the forward group mode (-f), ipdevpolld -f
With the -f switch, the daemon would just exit. Is there any debug mode on "ipdevpolld"?
The `-f` switch is to run ipdevpoll in the foreground instead of the background. You will still need to add the `-s` switch if you want output to your terminal and not just to the log file.
You can manipulate log levels of various parts of NAV using the `logging.conf` configuration file. There are some examples of level configuration in that file already, but you can add `nav.ipdevpoll = DEBUG` to debug-log everything ipdevpoll-related (which can be quite a lot of output).