Page 63 of 64 FirstFirst ... 135361626364 LastLast
Results 621 to 630 of 637

Thread: HOWTO: Set up VNC server with resumable sessions

  1. #621
    Join Date
    Apr 2008
    Location
    Chicago
    Beans
    21
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Set up VNC server with resumable sessions

    I am only able to get the grey X11 screen. can someone please look at my setup and point me in a direction to resolve this?


    I am running 10.04, fresh install, all updates current.

    Here are my files:

    /etc/xinetd.d/Xvnc
    Code:
    service xvnc
    {
    	disable = no
    	socket_type = stream
    	protocol = tcp
    	wait = no
    	user = nobody
    	server = /usr/bin/Xvnc4
    	server_args = -inetd -desktop xvncDesk -query localhost -geometry 1024x768 -once -depth 16 -fp /usr/share/fonts/X11/misc -SecurityTypes=none
    	log_type = SYSLOG daemon info
    	log_on_failure = HOST
    	log_on_success = PID HOST EXIT
    }
    
    service xvncResumable
    {
    	disable = no
    	socket_type = stream
    	protocol = tcp
    	wait = yes
    	user = me
    	server = /usr/bin/Xvnc4
    	server_args = -inetd :88 -desktop xvnc-resumableDesk -query localhost -geometry 1024x768 -depth 16 -once -fp /usr/share/fonts/X11/misc/ -DisconnectClients=0 -NeverShared passwordFile=/home/me/.vnc/passwd
    	log_type = SYSLOG daemon info
    	log_on_failure = HOST
    	log_on_success = PID HOST EXIT
    }
    /etc/gdm/custom.conf

    Code:
    [daemon]
    
    [security]
    DisallowTCP=false
    
    [xdmcp]
    Enable=true
    HonorIndirect=false
    #following line fixes a problem with login/logout
    DisplaysPerHost=2
    MaxSessions=16
    
    [greeter]
    
    [chooser]
    
    [debug]
    Enable=true
    /etc/services
    I added these lines
    Code:
    #added by me 10.6.2010 for xvnc server
    xvnc		5908/tcp
    xvncResumable	5988/tcp
    /etc/hosts.allow
    I added this line
    Code:
    gdm: localhost

    I am testing this locally on the server with the commands:
    Code:
     Xvnc :4 -query localhost -geometry 1024x768 -once -depth 16 -fp /usr/share/fonts/X11/misc -SecurityTypes=none
    and
    Code:
    sudo Xvnc :3 -query localhost -geometry 1024x768 -once -depth 16 -fp /usr/share/fonts/X11/misc -SecurityTypes=none passwordFile=/home/me/.vnc/passwd
    as well as trying to connect from a different machine within my LAN and also from my work computer via ssh tunnelling/x11 forwarding ( ssh is configured to allow x11forwarding ).

    no matter what the results are the same:

    I get the x11 window but I only seethe grey speckled screen with the giant "X" for a cursor - no login window

    would really appreciate if someone knows how to fix this.
    Last edited by jocko_johnson; October 9th, 2010 at 08:39 PM.

  2. #622
    Join Date
    Oct 2010
    Beans
    1

    Re: HOWTO: Set up VNC server with resumable sessions

    Quote Originally Posted by jocko_johnson View Post
    I am only able to get the grey X11 screen. can someone please look at my setup and point me in a direction to resolve this?
    Hi,

    just registered, hope this helps: I had exactly the same setup and the same problem, some of the last updates broke it...
    I disabled IPV6 and everything works as expected (saw some strange errors in the gdm logs).

    Cheers

  3. #623
    Join Date
    Apr 2008
    Location
    Chicago
    Beans
    21
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Set up VNC server with resumable sessions

    thanks for the suggestion.

    sorry if this is a dumb question...

    how do you disable IPv6?


    ------
    edit - found my answer i think:

    http://www.webupd8.org/2009/11/how-t...buntu-910.html
    Last edited by jocko_johnson; October 24th, 2010 at 11:15 PM.

  4. #624
    Join Date
    Jun 2008
    Location
    France
    Beans
    34
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: Set up VNC server with resumable sessions

    Just to mention, this is indeed a bug with GDM, listening to ipv6 only:

    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563406

    It is fixed already. For now... disabling ipv6 will do the trick !

  5. #625
    Join Date
    Jul 2008
    Location
    Timisoara, Romania
    Beans
    3
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Set up VNC server with resumable sessions

    Hi, i'm kind of new and didn't want to start a new thread so i ask here. How can i connect to my httpc running win 7 and vnc, from my desktop running ubuntu 10.04. I tried the methods i found on google. None of them worked. I don't want to turn on the tv when i want to make a change in the torrent client, or delete some movies.

    Can you also give me a link with a tutorial on connecting to the shared windows drives from ubuntu?

    Thanks!!
    Last edited by sebu18; January 3rd, 2011 at 08:58 AM.

  6. #626
    Join Date
    Oct 2010
    Beans
    7

    Re: HOWTO: Set up VNC server with resumable sessions

    Hi;
    Anybody , can help me ,plz?
    I want some address , I mean host address to call in client computer from Ubuntu server.
    Now I have to call like this "http://my-IP/administrator" so that I get my index files form public_html. I don't want to use that address. Let me know how to setup domain to do that
    like "https://sit-name.com or others to use for only local.
    please guide me
    Thanks to all

  7. #627
    Join Date
    Feb 2011
    Beans
    2

    Re: HOWTO: Set up VNC server with resumable sessions

    I have a real head scratcher here..
    pretty fresh install of 10.10, and I was trying to set up vnc with resumable sessions, and had originally used this guide:

    http://www.stuartellis.eu/articles/vnc-on-linux

    But ran into problems - which I'll explain later.
    So I assumed the guide was wrong, and instead I followed post #605 (copied exactly the setup, just to get me going)

    and then when I tried it, I had the same problem.
    The problem is, unless the resolution is set to 640x480, the login hangs.

    I created the following screen-shots to illustrate the point -
    http://imgur.com/a/tBaSh#QJxD4

    one image shows the login correctly (I edited one of the configs to use 640x480)
    the second image shows the broken login (this login will not respond to keys or mouse input). The resolution chosen is the only difference between them.

    My main desktop is very high res (in case that makes a difference)

    could someone please offer any help or advice? using a 640x480 login is really difficult.
    I installed vnc4server and xinetd today, so should have the latest versions.
    Last edited by tails_naf; February 6th, 2011 at 08:15 PM.

  8. #628
    Join Date
    Mar 2011
    Beans
    3

    Re: HOWTO: Set up VNC server with resumable sessions

    This is my exact same problem. I am running 10.10 and I can't get resumable sessions to run for my life. Same problem when logging into XDMCP or VNC.

    An entry in /ETC/HOSTS.ALLOW was required, before that I could not even connect. I have also disable IPV6, but I do not know if that was necessary. Right now at least I have the exact same problem you are describing tails_naf. It works in 640x480, but not in any other resolution.

    It was all running nicely in Lucid, after a few tears and lots of sweat. I have had it running since Ubuntu 6.x. But now it seems like it is no more to be.

    >tail /var/log/syslog
    Mar 15 20:31:55 reoserv xinetd[10434]: xinetd Version 2.3.14 started with libwrap loadavg options compiled in.
    Mar 15 20:31:55 reoserv xinetd[10434]: Started working: 2 available services
    Mar 15 20:32:03 reoserv gnome-session[10453]: WARNING: GSIdleMonitor: IDLETIME counter not found
    Mar 15 20:32:03 reoserv gdm-simple-greeter[10470]: Gtk-WARNING: /build/buildd/gtk+2.0-2.22.0/gtk/gtkwidget.c:5684: widget not within a GtkWindow

    This probably is a good clue... The greeter has problems. But we knew that.....
    Last edited by Lommelun; March 19th, 2011 at 11:08 AM.

  9. #629
    Join Date
    Mar 2011
    Beans
    3

    Re: HOWTO: Set up VNC server with resumable sessions

    Problems are fixed in natty.
    A host of new problems introduced, but remote login is back up and working now.
    Last edited by Lommelun; May 5th, 2011 at 08:00 PM.

  10. #630
    Join Date
    May 2005
    Beans
    35

    Re: HOWTO: Set up VNC server with resumable sessions

    Quote Originally Posted by Lommelun View Post
    Problems are fixed in natty.
    A host of new problems introduced, but remote login is back up and working now.
    Hi... I am trying to set this up on Natty. I get a blank x windows screen instead of XDMCP. Any ideas? I mean, can you please share your set up to have this working in Natty.

Page 63 of 64 FirstFirst ... 135361626364 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •