Ubuntu Servers :: Connecting - Using A Remote X Session?

Nov 10, 2010

I've been working on this since last night (a few hours) but can't seem to find what I am looking for. I'll spare you the details of what I've tried already.

Could someone guide me through connecting to my Ubuntu server using a remote X session? The "kicker" is that I want to do this from a Knoppix LIVE CD. So whatever method I am given will have to be something that is common to most Linux distros.

I imagine I will need help with two important steps:

1) verifying that I have an xserver of some kind running on my server.

2) command line statement for starting the Xserver from the remote machine.

View 9 Replies


ADVERTISEMENT

Ubuntu Servers :: 9.10 64bit Remote Session Into Gnome Desktop

Mar 14, 2010

Currently using Ubuntu9.10 Desktop 64bit. I want to remotely login into this Ubuntu pc Gnome Desktop from my office Windows PC with a separate user and one particular application assigned to this user ID.

View 3 Replies View Related

Ubuntu :: Connecting To Remote Servers By Only Typing SSH User@ip

Jun 4, 2010

I manage a few Linux servers and I need a fast way to connect to these servers instead of having to enter the root password every time.

Is there anyway to save the passwords/keys and connect to the servers by simply typing: SSH user@ip

Or even something easier without typing the server IP like I had Putty in Windows. I know I can still use Putty but I want to use a better SSH client, like GNOME Terminal.

View 5 Replies View Related

Ubuntu Servers :: Connection Times Out When Connecting To Remote SSH?

Jan 24, 2011

When ever i run ssh -p <port> <user>@<remote IP>, i get a connection has timed out error. (i use the -p <port> part because i'm using a custom port). does anyone know what could be causing this? i know of a few *possible* problems, but i don't know how to test them all.

- I am on the same network as the server (I'm trying to test using remote IP to make sure it works before i go out an try it somewhere else)

-The router could be blocking it (i'm using linksys)

-IPtables may not be set up right (i think it is though. the only thing i've run is "sudo iptables -A INPUT -p tcp --dport ssh -j ACCEPT". I have changed the port for the server since then. maybe i have to restart it or something for it to recognise the change? I know very little about IPtables though).

-maybe i have to change something in my client or server config files? (the only config file i've changed is the sshd_config file on the seerver, and that was to change the port to my custom port).

thats all i can think of for now. It may be none of those. I do have the sshd_config and port forwarding in my router set to the same port, so thats good.

View 1 Replies View Related

Fedora :: ABRT Not Connecting To Bugzilla Nor The Remote Servers To Analyse Core Dumps

Jun 14, 2011

Has anyone noticed ABRT not being able to connect to Bugzilla or the remote Core Dump analysis server? Since my upgrade during the beta phase of F15 I have been unable to file bug reports from ABRT's traces, nor has it offered me the option to file bugs to bugzilla. What it does, however, is offer me to analyse the Core Dump and backtrace of the crash using either the remote server or locally with GDB. Needless to say I'm clueless in GDB, and it requires a LOT of debug symbols found in the corresponding debug packages. But trying to use the remote analysis server always results in a message of the server being busy and to try again later. IIRC the last time I was able to file a bug through ABRT was in 13, has anyone been able to do so in 15?

View 14 Replies View Related

Ubuntu Networking :: SSH Session Freezes After Connecting Over Wifi?

Oct 16, 2010

I am connecting from my WinXP laptop to my Ubuntu Server desktop using PUTTY. The laptop is using Wifi and the desktop is on a wire. I have a D-Link DI-524 wireless router. My session works fine for a while, and then freezes, sometimes after only a few seconds, and sometimes after many minutes. The same thing happens when I use VMWare Server Console to connect from the laptop to the desktop's virtual machines. Other connections between these machines under this setup (RDP, samba, SVN) do not experience problems. I usually do not experience problems establishing the SSH and VMWare connections.I have ended up using Windows Remote Desktop to connect to a Windows XP virtual machine on the desktop, and opening a PUTTY session on that machine. That's a nice workaround, but it makes it so that I have to have that VM running in order to have a reliable SSH session to the box

View 5 Replies View Related

Ubuntu Servers :: Restrict User Session Numbers And Allow Resuming Previous User Session?

Jun 30, 2010

I am currently in a project to set up an LTSP server with 10 thin clients. I am using Ubuntu 9.10 (Karmic).

Installing server and booting clients are working fine. Now, according to the need, I have to restrict user session numbers and allow resuming previous user session.

I have achieved to do the first one, but still could not able to setup the second one. As per requirement, if some thin can have power failure, the same session should be restored back. I am confused here, if I need to focus on saving xsessions or saving gnome sessions. I am looking for a concrete solution as I am running out of time.

View 1 Replies View Related

CentOS 5 :: GnomeUI-WARNING **: While Connecting To Session Manager?

Mar 19, 2010

2.6.18-164.11.1.el5 x86_64 x86_64
centos-release-5-4.el5.centos.1

I have been updating my system and making a few changes and now I have a serious problem with GNOME (as far a I understand). In the Desktop if I try to start some applications such as the text editor gedit it crashes and won't start. Some applictions start from the menu some don't (e.g. services) and others start and then crash if I try to example manipulate them (e.g. open a file in openoffice).

In the case of gedit if I try to run it from the command line as root I get the following

# gedit

(gedit:6475): GnomeUI-WARNING **: While connecting to session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.Illegal instruction [code]....

When I try to start the services (i.e. /usr/bin/system-config-services) I get:

Mar 20 00:35:54 ##### kernel: system-config-s[6536] trap invalid opcode rip:3e18ffd008 rsp:7fffeeffdb30 error:0

in /var/log/messages

View 8 Replies View Related

Ubuntu :: Remote Login With X-session?

Mar 14, 2011

Is it possible to remote login (x -session) to a second computer( first time) from a first computer.
OS : Ubuntu 10.10

View 1 Replies View Related

Ubuntu :: Remote Session In Separate Workspace

Feb 5, 2011

I am heavily using remote X11 via ssh (from Ubuntu to Ubuntu).The method I am using is connecting with ssh -X and then running the X application I want to use.Most of the times this is adequate but some times I need to have a desktop view. Running gnome-session in the ssh session, produces a couple of errors (printer and other hardware related) which appears normal but at the end it works. The problem is that desktops end up mixed up with windows from all sessions together and the panels and menus from the last session.

What I am trying to achieve is to have each gnome session in a specific workspace. It will be easy using shortcuts like ctrl-super-right/left to move between different machines. Can something like that be achieved?I know the easy solution would be to vnc to all machines and maximize the vnc viewer in the desired workspace, but this would be really slow and against the linux way of thinking (as is trying to get the remote gnome desktop, but that is another story).Another solution would be to open the gnome panels in a titled window, so that I can see them all at once and distribute them across workspaces. But how do I do that?

View 2 Replies View Related

Ubuntu :: Run A Remote Unix Session Using System?

Aug 2, 2011

At the moment I am using Hummingbird Exceed on a windows PC to display X windows from a Unix server. The actual Exceed tool I use is called 'hwm' which I believe is basically an pc based X Windows manager. I do not need to configure anything other than the client computer name, IP address and screen definition and the server will then allow a connection and display the X windows on the client. I was wondering if there is an equivalent application I can run using Ubunto as a client insted of a Windows PC?

View 1 Replies View Related

Ubuntu :: Remote Access Without An Active Logon Session?

Oct 10, 2010

I'm in the process of converting my Windows NT server to an ubuntu server box. I've been testing the server edition in a virtual machine and I only have one problem.

My server computer doesn't have a screen and i was wondering if i can logon to the computer using remote desktop without an active logon session already in progress.

At the moment, I need to be logged on in the desktop environment before i can connect to the remote desktop service in Ubuntu. In Windows, you don't need to have an active logon session to connect remotely (so you can startup a session without needing a screen). I would like to have the same, so i don't need to run to server just to logon after restarting it.

It is probably some service i need to start on system boot, but well, i'm not that familiar yet with linux servers, at least not to do that kind of stuff.

My users would also like to have a visual interface (which is why i installed the ubuntu-desktop from the repository).

View 2 Replies View Related

General :: Options Available To Take Remote Gui Based Session Of Ubuntu

Mar 4, 2011

Can someone highlight options available to take remote gui based session of ubuntu. Other then VNC, is there any other option ?I want to take gui based session of ubuntu from a windows machine

View 1 Replies View Related

Slackware :: Making A Remote Session?

Jul 10, 2010

I am installing Slackware on a friends computer soon and I want to be able to log into his machine from home so that I can run updates and such for him. What programs do you guys recommend for this, freenx, realVNC, etc?

View 1 Replies View Related

CentOS 5 :: Can't Start A Remote-Session

Jan 12, 2010

I can't start a Remote-Session and I'm looking to the log-files at the moment. Where are the logfiles for NX?

I found, but here is nothing inside:

/var/log/nxserver.log [root@headnode1 ~]# cat /var/log/nxserver.log [root@headnode1 ~]#

View 4 Replies View Related

Fedora :: Launch X Apps On A Remote Ssh Session?

Mar 5, 2010

Desktop computer (AMD64) running F12. Nothing unusual about it, stock install. Thinkpad laptop running Windows XP. Putty is installed, I can SSH to Fedora.

If I'm at the laptop, in a Putty session, how can I (for example) type "firefox" and have the resultant Firefox window appear on-the-laptop?

I generally have X running all the time on the desktop because I can't get the wireless network connection to function without NetworkManger (not that I really care because I'm rarely at a console screen and need net access).

View 2 Replies View Related

General :: Remote Console Session Over HTTP?

Jul 11, 2011

I'd like to remotely administer my Linux machine at home whilst I'm at work. Only ports 80 and 443 are avaiable, through an HTTP proxy. I don't want to install tunnelling software.What I really need is something that'll run on my server and display a console inside a web browser.

View 3 Replies View Related

Red Hat :: High Network Usage With Remote X Session

Aug 5, 2009

I am trying to figure out why the remote X performance of our RedHat 5.3 system is so bad. We have tried using X (Gnome session) from several different X Servers (Windows Xceed, Windows XWinPro, Linux Xnest - both Fedora 11 and Centos 5.3 and Mac OS Xnest) and the system is barely usable. I have monitored the network traffic on the RHEL system and it goes up to 6MB/s at some points, which seems a bit too high for X net traffic?I have disabled ipv6 and any ip_tables modules and that has helped a bit, but it's still not very good.I suspected the network hardware and driver, but I cannot see how that would cause network traffic problems.I wonder if there are any X Server network settings I might check, or whether trying XFCE would be a better option over Gnome. If so, do I have get the xfce group from a CentOS Repo, or is there something better suited to RHEL?

View 1 Replies View Related

Ubuntu :: Connecting Into Windows Remote Desktop?

Jul 22, 2011

Is it possible from Ubuntu Linux to remote desktop into any Windows Server through RDP ? I've tried using TightVNC it works from within the internal LAN but this is connecting from my home PC with Ubuntu over CISCO VPN client.

View 4 Replies View Related

Software :: Running X-Server From Remote Shell Session?

Apr 7, 2010

How do I obtain information about the running x-server from a remote shell session? I want to know things like resolution, color depth, etc. My xorg.conf is basically empty. The only thing I can think of doing is to read the Xorg.0.log file which seems inefficient.

I thought that 'xrandr' displayed some text output but that behavior has changed (?). It seems to require an X display. Is there another way? Something I could incorporate into a shell script? (This is Fedora but that shouldn't really matter)

View 1 Replies View Related

Slackware :: Control Local X Session From Remote Computer?

Dec 31, 2010

I have a slack 64 13.1 box, that I want to be able to control the monitor of from my laptop. Here's the scenario: I can already control the music remotely via X forwarding banshee to my laptop (banshee shows up on the laptop and music comes out on the desktop). Now I want to be able to open a movie on the desktop's display via the laptop.

Now googling this comes up with solutions for X forwarding, but I don't want it to forward X I want it to display on the desktop.

View 3 Replies View Related

Fedora :: Connecting To A Remote XDMCP?

Jun 25, 2009

on Debian/Ubuntu in the login form (i suppose it's "gdm") from the bottom right corner I can pick the option to login to a remote XDMPC desktop (that of course I enabled on the other side..) the network is checked for those open XDMCP service and finally, the login box appears and i can remotely login to a "graphic terminal".

How can I do the same in Fedora? I found some guide about Xnest, Xzephyr, but I was totally unable to find a way for doing this simple task.

View 2 Replies View Related

Ubuntu Networking :: VPN PPTP Connects But Fails If Remote Session Established On Server

May 10, 2010

I am trying to connect to a windows 2000 VPN server at work, with my current settings in DOES connect to the VPN and i can ping the domain server which is 10.1.1.2 but the first issue is i cannot ping the other computers on the network(via hostnames) can't remember the ip address of the other machines . second issue is when the connection is established and i RDP into 10.1.1.2 ok great i am connected to the server but any interaction in the RDP session even moving the mouse on the screen kills the session and the VPN connection fails.

Running Ubuntu 10.04 LTS 64Bit

Image of current settings in network manager:

Syslog:

Code:
May 11 12:08:04 oliver-desktop NetworkManager: <info> Starting VPN service 'org.freedesktop.NetworkManager.pptp'...
May 11 12:08:04 oliver-desktop NetworkManager: <info> VPN service 'org.freedesktop.NetworkManager.pptp' started

[Code].....

View 1 Replies View Related

Ubuntu :: Minimize Nxclient Remote Fullscreen Session Causes Blank Local Display?

Jun 9, 2011

I'm running nxfree to log into my remote xubuntu PC from my local xubuntu laptop since the X protocol was broken.Has been working fine. Recently upgraded from Lucid 32bit to Maverick 64bit Xubuntu.Now when I run nxclient in fullscreen mode, if I minimize the window (or just log out) my local display does not return.I'm left with just the background colour. The windows are still there but not visible. For example I can:* randomly right-click and a menu pertaining to the invisible window appears;* press alt-tab and cycle through the windows but activating one does not display it (it remains invisible);* press ALT-F and bring up the current active (but invisible) application file menu;Basically I press ALT-F and ALT-TAB and close everything and then log out and log back in to restore the windows/panels.

View 3 Replies View Related

OpenSUSE :: Connect Vino's Remote Desktop To Current Session?

Mar 5, 2010

my OS is SuSE 11.2 with gnome.Remote administration is active.The VNC-session then connects to the login-screen and after login opens a new desktop.How can vino be configured to attach to the desktop that is already running. (Ubuntu does that per default so it should be possible with SuSE too)

View 7 Replies View Related

General :: Display The Source Machine During A Remote X Session In The Title Bar?

Aug 8, 2011

In the past, when I open a gvim session on a remote machine, the title bar of gvim would show the machine name in brackets. I am not sure if this was done by the remote gvim itself, or the local window manager. In the past I have used gnome2, although I am currently using unity (and finding it rather frustrating). Is there some setting I can change to always force remote windows to display the source machine?

View 1 Replies View Related

General :: Start A Remote Login Session From Script To Any Server?

Nov 11, 2010

How to start a remote login session from script to any server?

View 1 Replies View Related

General :: Opening Xterm Session On Linux Through Remote Putty

Nov 25, 2010

I have X Window running on one of RHEL Machine 192.168.2.2.I have logined through putty from remote Windows Machine 192.168.2.5. Now What I need to open the xterm (if I run the command through putty it should open xterm in the linux Machine).

View 2 Replies View Related

OpenSUSE :: Connect Vino's Remote Desktop To The Current Session?

Dec 16, 2010

my OS is SuSE 11.2 with gnome. Remote administration is active. The VNC-session then connects to the login-screen and after login opens a new desktop. How can vino be configured to attach to the desktop that is already running. (Ubuntu does that per default so it should be possible with SuSE too)

View 2 Replies View Related

Software :: Remote X Over SSH / Gnome Session Running On The Client Machine?

Oct 15, 2010

Running Ubuntu 10.04 to 10.04 over LAN; I can SSH -X into my server just fine, and am able to launch various applications (Nautilus, Gnome-Terminal, Disk Utility, etc) but I'd really like a Gnome desktop. When I've tried the various StartX commands and gnome-session, but something just isn't clicking. Is there a way to have a 'second' Gnome session running on the client over the first?

To pre-empt some obvious solutions; I don't wish to use VNC, the lag drives me nuts, and I'd like to keep my gnome session running on the client machine if possible. If it's not possible, that's fine; it just seems like there'd be a way to do it?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved