I run a script in the background which starts dropbear client. Dropbear
sets stdin to non-blocking. This causes my msh shell in the foreground
to print infinite prompts because lineedit is expecting a blocking read
(in safe_read).

msh -> sh spawn_dbclient & -> dbclient args

Should dbclient's fcntl be affecting msh's stdin?

- Jate S.
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to