1. Ubuntu/20.04LTS/unbound

/otsuka-test /tss-test /1.12.0

https://nlnetlabs.nl/documentation/unbound/unbound/

# cd /etc/unbound/
root@nve20:/etc/unbound# ls
unbound.conf    unbound_control.key  unbound_server.key
unbound.conf.d  unbound_control.pem  unbound_server.pem
root@nve20:/etc/unbound# ls -l
合計 24
-rw-r--r-- 1 root root  332 10月 26  2019 unbound.conf
drwxr-xr-x 2 root root 4096  9月  2 19:25 unbound.conf.d
-rw-r----- 1 root root 2459  9月  2 19:25 unbound_control.key
-rw-r----- 1 root root 1342  9月  2 19:25 unbound_control.pem
-rw-r----- 1 root root 2459  9月  2 19:25 unbound_server.key
-rw-r----- 1 root root 1334  9月  2 19:25 unbound_server.pem

harden-glue: <yes or no>

harden-referral-path: <yes or no>

30764 ?        Ss     0:00 unbound -c /usr/local/etc/unbound/unbound.conf

$ unbound-control get_option username
unbound

~$ unbound-control get_option chroot
/usr/local/etc/unbound

$ unbound-control get_option logfile
/etc/unbound/unbound.log

つまり、/usr/local/etc/unbound/etc/unbound にあるunbound.logが現在のlogだ。

-- ToshinoriMaeno 2019-02-03 03:00:42

/log/003.jp

Created symlink /etc/systemd/system/multi-user.target.wants/unbound.service → /lib/syste md/system/unbound.service. Created symlink /etc/systemd/system/unbound.service.wants/unbound-resolvconf.service → / lib/systemd/system/unbound-resolvconf.service. Job for unbound.service failed because the control process exited with error code. See "systemctl status unbound.service" and "journalctl -xe" for details. Job for unbound.service failed because the control process exited with error code. See "systemctl status unbound.service" and "journalctl -xe" for details. invoke-rc.d: initscript unbound, action "start" failed.

● unbound.service - Unbound DNS server

(code=exited, status=0/SUCCESS)

LURE)

systemd (245.4-4ubuntu3.2) のトリガを処理しています ... man-db (2.9.1-1) のトリガを処理しています ... libc-bin (2.31-0ubuntu9) のトリガを処理しています ...

MoinQ: Ubuntu/20.04LTS/unbound (last edited 2020-10-08 08:20:00 by ToshinoriMaeno)