meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:sw:named [2021/05/16 14:46] – created niziak | linux:sw:named [2021/05/16 15:56] (current) – niziak | ||
|---|---|---|---|
| Line 19: | Line 19: | ||
| ... | ... | ||
| </ | </ | ||
| + | |||
| + | Test update: | ||
| + | <code bash> | ||
| + | nsupdate | ||
| + | zone int.example.com | ||
| + | update add kupa.int.example.com. 300 A 1.2.3.4 | ||
| + | show | ||
| + | send | ||
| + | </ | ||
| + | |||
| + | ==== Issue: error: journal open failed ==== | ||
| + | |||
| + | < | ||
| + | named[22943]: | ||
| + | audit[22943]: | ||
| + | named[22943]: | ||
| + | named[22943]: | ||
| + | kernel: audit: type=1400 audit(1621169400.739: | ||
| + | </ | ||
| + | |||
| + | * Reason: by design app armor blocks modification of persistent cofnfig dir ''/ | ||
| + | * /etc/bind should be read-only for bind | ||
| + | * / | ||
| + | * / | ||
| + | * Solutions: | ||
| + | * Create symbolic links (see [[https:// | ||
| + | * modify app armor: | ||
| + | <file | / | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||