On Mon, 12 Feb 2001, Ashley M. Kirchner wrote:

> Date: Mon, 12 Feb 2001 13:59:35 -0700
> From: Ashley M. Kirchner <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: Red Hat Mailing List <[EMAIL PROTECTED]>
> Subject: Installing X
>
>
>     I have two RH servers, setup as follows:
>
>     server_1: RH6.2, no X
>     server_2: RH7.0, with X
>
>     I need to run a program compiled for X on server_1, and display it
> on server_2.  Which rpm packages do I need to install on the 6.2 server
> to get this up and running (if anything at all)
>
>     AMK4
>

Perhaps the best way (without a need to install additional packages such
as VNC) is the following:

o Make sure server_1 also has the X lib installed, otherwise the application
  wouldn't run anyways.

o If this is a secure environment and you keep the telnet port open, then
  proceed to do this from server_2:

  telnet server_1
  (log in)
  export DISPLAY=[IP of server_2]:0
  run_x_app &

o On the other hand, if this is a secure environment and the telnet port is
  closed (which I certainly recommend), simply log into server_1 using ssh
  and run the X application.  The ssh suite does X forwarding automatically.


No matter what, you still need at least the X lib installed on server_1
although you do _not_ need to have X running at all.

Let me know if it works for you.


-- 
------------------------------------------------------
Nitebirdz
------------------------------------------------------
http://www.linuxnovice.org
News, tips, articles, links...

*** http://www.mozilla.org ***
Fight the Microsoft.Net world domination strategy!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to