In the newest version of MOSIX (3.14.0.12), all mosix commands which launch on a remote node (mosbatch
and mosrun -M
) do not quit until I tap the return key. The command properly executes on the remote node, disappears from the remote node process list, but nothing happens until I tap that return key.
For commands which do not read from STDIN themselves, the following works:
echo | mosrun -M -3 echo bla
Needless to say, this is very annoying. And of course, the above only applies to commands that do not read STDIN. My mosix cluster becomes completely unusable. Where could I start to look for the solution to this issue?
Corrolary: Are there other locations I would be better off posting this question? Newsgroups/mailing lists?