Martineau
Part of the Furniture
There is a difference between lower-case 'v' and upper-case 'V'I thought I would try the command above. Here's what I got:
admin@RT-AC86U-1BD0:/tmp/home/root# unbound -v
[1600263847] unbound[4663:0] notice: Start of unbound 1.11.0.
Sep 16 07:44:07 unbound[4663:0] error: can't bind socket: Address already in use for 127.0.0.1 port 953
Sep 16 07:44:07 unbound[4663:0] error: cannot open control interface 127.0.0.1 953
Sep 16 07:44:07 unbound[4663:0] fatal error: could not open ports
I presume this is not a good thing. How do I fix it? Could this be the reason that sometimes when I go to a new webpage that it literally takes 5-10 seconds to get a response?
Lower-case 'v' will attempt to start a new (verbose/debugging?) instance of unbound which will fail (error: can't bind socket: Address already in use for 127.0.0.1 port 953) if unbound is already running.