Hi! I see strange behaviour on NetBSD-current with bash (sh, zsh are fine). Here's a simple test case: # cat /dev/zero >&/dev/null CTRL-Z [1]+ Stopped cat /dev/zero &> /dev/null # bg [1]+ cat /dev/zero &> /dev/null & and the prompt doesn't return. Neither CTRL-Z nor CTRL-C work. Ideas? Thomas