MantisBT - ParaView
View Issue Details
0003902ParaView(No Category)public2006-10-09 15:392006-11-22 15:39
Ken Moreland 
Clinton Stimpson 
lowfeaturealways
closedfixed 
 
 
0003902: No feedback on server launch
When trying to get the server the launch, there is no feedback given on the output of the program being called. This makes it very difficult to debug.

It would be much better if something like QProcess was used to redirect the output of the server launch to a window until the connection completes (or is canceled).

It may also be helful to redirect input so that if the server launch needs some input (like a password) it can be inputted by the user.
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0005721)
Clinton Stimpson   
2006-11-15 13:56   
With the fix to bugs 3840 and 3901, one can now use the following command to start a server:
xterm -e ssh someserver /path/to/pvserver
An xterm window will pop up, asking for the password, and the window will stay as long as the server is running.

Redirecting input for ssh only works if we emulate a terminal, and that's not fun. Simply writing the password to stdout doesn't work because ssh doesn't read the password from stdin.
(0005761)
Clinton Stimpson   
2006-11-22 15:32   
The output is already redirected.