- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- remote log in
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 04:16 AM
07-18-2002 04:16 AM
remote log in
After getting the telnet sorted im now looking at logging on to the linux machine using remote x loggin, i want to enter the system (can be done) but i want to run startx and run in gooey mode but get the message: fatal server error, server is already active for display 0.
Does anyone have any ideas?
thanks.
stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 04:57 AM
07-18-2002 04:57 AM
Re: remote log in
From your remote client machine running X server, you do not need to type startX. You can simply export your DISPLAY and then the server's graphic applications will display on your client's screen.
On client graphical system :
xhost +
telnet
Then on server :
export DISPLAY=
To check proper operation, just try "xclock".
Another thing you may want to do is to obtain graphical display from the server to your local client.
This method is completely different from the one described above. It is based on the XDMCP protocol. If you want to learn more about how to configure this, please reply to this message including some additional details :
* from what kind of client machine are you connecting to the linux server ?
* what distribution is running your linux server ?
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 05:09 AM
07-18-2002 05:09 AM
Re: remote log in
im trying to log onto the linux server(running redhat 7.2) with my linux terminal, and run the server gooey from the terminal.
thanks,
stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 06:20 AM
07-18-2002 06:20 AM
Re: remote log in
-> Edit /etc/X11/xdm/xdm-config, change :
DisplayManager.requestPort: 0
into
DisplayManager.requestPort: 177
-> Edit /etc/X11/xdm/Xaccess and make sure the following line is not commented out :
# * #any host can get a login window
Restart the xdm server on the remote machine (warning : it may reset the X environment on the remote machine).
Then on the client side, you can connect two ways :
-> From text console, just type :
X :1 vt08 -query
To go back to text consoles, type CTRL-ALT-F1...F6.
To go to your original X environment : CTRL-ALT-F7.
To come back to the X connection to the remote machine : CTRL-ALT-F8.
-> From your client's graphical environment, type the same as above, just replacing "X" by "Xnest", which is a X11 encapsulated into X11. This package must be installed on your client system :
Xest :1 vt08 -query
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 06:31 PM
07-18-2002 06:31 PM
Re: remote log in
/var/log/messages should have the info on what's getting blocked by your firewall rules.
hth
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2002 12:28 AM
07-19-2002 12:28 AM
Re: remote log in
or Xest,
the terminal has Xserver installed, Help!
thanks Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2002 03:25 AM
07-20-2002 03:25 AM
Re: remote log in
This may be a syntax error.
X :1 ...
instead of
X: 1
Other thing : I made a mistake in my previous e-mail. Instead of Xest, read Xnest.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 02:17 AM
07-22-2002 02:17 AM
Re: remote log in
the linux client still doesnt understand the X or Xnest commands, i have set xhost
Any help would be much appreciated, stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2002 06:06 PM
07-23-2002 06:06 PM
Re: remote log in
To check that your terminal has Xnest installed:
$ whereis Xnest
Xnest: /usr/X11R6/bin/Xnest /usr/bin/X11/Xnest
$
From man Xnest, it is necessary to incriment the display number for each instance of Xnest that runs.
To then run applications in the Xnested servers, provide the -display :
hsh
Mark