Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: VncServer Problems

  1. #1
    I am having trouble installing vncserver while following NaQ's guide.
    I am using Ubuntu desktop 8.04
    When i try to install VncServer i get this error:

    apt-get install vncserver
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package vncserver is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package vncserver has no installation candidate

    can someone please help?

    All the other programs install fine

  2. BitTorrent   -   #2
    lee551's Avatar no soup for you! BT Rep: +5
    Join Date
    Jan 2004
    Posts
    1,740
    try
    Code:
    apt-get install vnc4server
    i had the same issue with mine. i think the guide needs to be updated.

  3. BitTorrent   -   #3
    thanks lee551. seemed to work. i am on this bit now.

    nano .vnc/xstartup

    add fluxbox to the file

    i cannot read anything in the file. Is it ment to be blank?

  4. BitTorrent   -   #4
    lee551's Avatar no soup for you! BT Rep: +5
    Join Date
    Jan 2004
    Posts
    1,740
    Quote Originally Posted by cow800 View Post
    thanks lee551. seemed to work. i am on this bit now.

    nano .vnc/xstartup

    add fluxbox to the file

    i cannot read anything in the file. Is it ment to be blank?
    yea it is. just add 'fluxbox' and then ctrl-o to save and ctrl-x to exit nano.

  5. BitTorrent   -   #5
    thanks. i am now logged in with tightvnc. Only i am now having trouble setting up ftp because i cant log in as root.
    Is there any way of resetting the password or creating a new root account?

  6. BitTorrent   -   #6
    lee551's Avatar no soup for you! BT Rep: +5
    Join Date
    Jan 2004
    Posts
    1,740
    Quote Originally Posted by cow800 View Post
    thanks. i am now logged in with tightvnc. Only i am now having trouble setting up ftp because i cant log in as root.
    Is there any way of resetting the password or creating a new root account?
    i was told that kimi won't give root access on ubuntu (security reasons i guess? can't elaborate on that). you should have an admin account which you can use for sudo commands.

  7. BitTorrent   -   #7
    yeah i did but i changed the password. i seem to be able to get it to work in putty with the new password but not in xterm

    when i try this vncserver -kill :1 i get

    Can't find file /home/admin/xxxxxxxxxxxxxxx
    You'll have to kill the Xvnc process manually

    what does that mean?
    Last edited by cow800; 02-18-2009 at 07:50 PM. Reason: Automerged Doublepost

  8. BitTorrent   -   #8
    lee551's Avatar no soup for you! BT Rep: +5
    Join Date
    Jan 2004
    Posts
    1,740
    Quote Originally Posted by cow800 View Post
    yeah i did but i changed the password. i seem to be able to get it to work in putty with the new password but not in xterm

    when i try this vncserver -kill :1 i get

    Can't find file /home/admin/xxxxxxxxxxxxxxx
    You'll have to kill the Xvnc process manually

    what does that mean?
    the guide has you start the VNC process while logged in as the new user you created. if i logged in as admin and tried to kill vncserver i got your same error. i did this and got it killed
    Code:
    $ su your_other_username
    Password:
    $ vncserver -kill :1
    Killing Xvnc process ID 24881

  9. BitTorrent   -   #9
    i solved it , i just had to log in as my new username. When i am connecting to vnc with localhost do i always have to keep putty connected?

  10. BitTorrent   -   #10
    lee551's Avatar no soup for you! BT Rep: +5
    Join Date
    Jan 2004
    Posts
    1,740
    Quote Originally Posted by cow800 View Post
    i solved it , i just had to log in as my new username. When i am connecting to vnc with localhost do i always have to keep putty connected?
    nope

Page 1 of 2 12 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
  •