On 15:43 07 Jan 2003, Desmond <[EMAIL PROTECTED]> wrote:
| >Assuming your sequence is
| >     from B, ssh A
| >             DISPLAY=B:0
| >             export DISPLAY
| >             xterm
| 
| After <xterm> the cursor moves to the newline and just sits there
| blinking. Nothing happens.
| 
| Even trying to xdpyinfo yields nothing (the cursor goes to the newline
| and just sits there blinking).
| 
| What is wrong with the notebook!!! I know that I can xterm A because I
| done it using 2 different computers running the same OS as B (RedHat
| 8.0).

Maybe your notebook is firewalled? In "DROP packets" mode (a common
but extremely rude mode) a TCP connection which is forbidden will take
something like 30 seconds to timeout.

See if
        ipchains -L
as root on the laptop recites a list of rules, or looks fairly open.

If you use ssh's X11 forwarding (i.e. _don't_ fiddle $DISPLAY) the
firewalling will be irrelevant because the X11 traffic is tunneled
through the established ssh connection.

Cheers,
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Every particle continues in its state of rest or uniform motion in a straight
line except insofar as it doesn't.      - Sir Arther Eddington



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to