OSDN Git Service

qemu-nbd: improve error message for dup2 error
authorDenis V. Lunev <den@openvz.org>
Wed, 6 Sep 2023 09:32:03 +0000 (11:32 +0200)
committerEric Blake <eblake@redhat.com>
Fri, 8 Sep 2023 01:32:11 +0000 (20:32 -0500)
commitb4bbdf51e3af2ac7a8dd269bcdadd11523978dda
treeab908d3d7a732952b7d81db126fdb34b55cc439c
parent522a9b94e0f8a1f89f1660a46121ab0d0eae3593
qemu-nbd: improve error message for dup2 error

This error happens if we are not able to close the pipe to the
parent (to trace errors in the child process) and assign stderr to
/dev/null as required by the daemonizing convention.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Suggested-by: Eric Blake <eblake@redhat.com>
CC: Eric Blake <eblake@redhat.com>
CC: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Message-ID: <20230906093210.339585-2-den@openvz.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
[eblake: commit message grammar]
Signed-off-by: Eric Blake <eblake@redhat.com>
qemu-nbd.c