]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix the 'rndc dumpdb' command's error reporting
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 25 Sep 2024 10:05:52 +0000 (10:05 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 25 Sep 2024 10:05:52 +0000 (10:05 +0000)
commitd35f654d6747cde8c29948fb6f887bf7d73f1b8f
treeaeae03f7ee881954e992c4fc73043c2b752f771d
parent12fe4d9f751de003092b8c438484e80df4c8287b
parentcc038054e10a0a3f3e79c4e9ba557ab8f9100f02
[9.20] fix: usr: Fix the 'rndc dumpdb' command's error reporting

The 'rndc dumpdb' command wasn't reporting errors which
occurred when starting up the database dump process by named,
like, for example, a permission denied error for the
'dump-file' file. This has been fixed. Note, however, that
'rndc dumpdb' performs asynchronous writes, so errors can
also occur during the dumping process, which will not be
reported back to 'rndc', but which will still be logged by
named.

Closes #4944

Backport of MR !9547

Merge branch 'backport-4944-rndc-dumpdb-do-not-ignore-errors-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9553