| 22 | == journal file error == |
| 23 | * /var/log/named.log |
| 24 | {{{ |
| 25 | Nov 8 09:57:43 iqus named[22728]: journal file /etc/bind/db.local.mitty.jp.jnl does not exist, creating it |
| 26 | Nov 8 09:57:43 iqus named[22728]: /etc/bind/db.local.mitty.jp.jnl: create: permission denied |
| 27 | Nov 8 09:57:43 iqus named[22728]: client 192.168.0.254#47526: updating zone 'local.mitty.jp/IN': error: journal open failed: unexpected error |
| 28 | }}} |
| 29 | * see [http://on-o.com/page/diary/20070409.html わんこ日記(2007-04-09)] |
| 30 | * ls -ld /etc/bind |
| 31 | {{{ |
| 32 | drwxr-sr-x 3 root bind 4096 2009-11-07 21:05 /etc/bind |
| 33 | }}} |
| 34 | * sudo chmod g+w /etc/bind |