You've mentioned that using -q it works well, this helped me a lot! I think I have found the solution now.
1087 if (qflag == 0) { 1088 shutdown(nfd, SHUT_WR); 1089 close(wfd); 1090 exit(0); 1091 } The call of exit() should be removed. -- Regards, Aron Xu -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org