Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

Remote X Sessions

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
13 posts • Page 1 of 1
Author
Message
shinobSS
n00b
n00b
User avatar
Posts: 62
Joined: Fri Aug 23, 2002 7:22 am
Location: Dallas, TX
Contact:
Contact shinobSS
Website

Remote X Sessions

  • Quote

Post by shinobSS » Sun Sep 01, 2002 7:35 am

I'm pretty familiar with Terminal Services within Windows 2k, but is there something similar for linux? I'd love to be able to run my desktop remotely =)

Thanks in advance!
Top
DArtagnan
l33t
l33t
User avatar
Posts: 942
Joined: Tue Apr 30, 2002 11:23 am
Location: Israel, Jerusalem
Contact:
Contact DArtagnan
Website

Re: Remote X Sessions

  • Quote

Post by DArtagnan » Sun Sep 01, 2002 8:12 am

shinobSS wrote:I'm pretty familiar with Terminal Services within Windows 2k, but is there something similar for linux? I'd love to be able to run my desktop remotely =)

Thanks in advance!
1) vncserver
voicu@overseas voicu $ emerge -s vnc
Searching...
[ Results for search key : vnc ]
[ Applications found : 4 ]

* net-misc/directvnc
Latest version Available: 0.6.1
Latest version Installed: [ Not Installed ]
Homepage: http://adam-lilienthal.de/directvnc
Description: Very thin VNC client for unix framebuffer systems

* net-misc/tightvnc
Latest version Available: 1.2.5-r1
Latest version Installed: [ Not Installed ]
Homepage: http://www.tightvnc.com
Description: A great client/server software package allowing remote networ k access to graphical desktops.

* net-misc/vnc
Latest version Available: 3.3.3-r2
Latest version Installed: 3.3.3-r2
Homepage: http://www.uk.research.att.com/vnc/index.html
Description: A remote display system which allows you to view a computing 'desktop' environment from anywhere.

* x11-misc/x2vnc
Latest version Available: 1.31
Latest version Installed: [ Not Installed ]
Homepage: http://www.hubbe.net/~hubbe/x2vnc.html
Description: Control a remote computer running VNC from X

2)rdesktop
voicu@overseas voicu $ emerge -s rdesktop
Searching...
[ Results for search key : desktop ]
[ Applications found : 1 ]

* net-misc/rdesktop
Latest version Available: 1.1.0-r1
Latest version Installed: [ Not Installed ]
Homepage: http://rdesktop.sourceforge.net/
Description: A Remote Desktop Protocol Client
Have fun
Last edited by DArtagnan on Sun Sep 01, 2002 8:28 am, edited 1 time in total.
All for one and one for All
--

MACPRO machine...
Top
shinobSS
n00b
n00b
User avatar
Posts: 62
Joined: Fri Aug 23, 2002 7:22 am
Location: Dallas, TX
Contact:
Contact shinobSS
Website

  • Quote

Post by shinobSS » Sun Sep 01, 2002 8:24 am

Hmm...

Alright, the only one that I see that would be like a remote x server daemon would be vnc..but it errors out when attempting to emerge =(

Next thing i'm going to do is go through and try to make manually..

Thanks =)
Top
DArtagnan
l33t
l33t
User avatar
Posts: 942
Joined: Tue Apr 30, 2002 11:23 am
Location: Israel, Jerusalem
Contact:
Contact DArtagnan
Website

  • Quote

Post by DArtagnan » Sun Sep 01, 2002 8:27 am

shinobSS wrote:Hmm...

Alright, the only one that I see that would be like a remote x server daemon would be vnc..but it errors out when attempting to emerge =(

Next thing i'm going to do is go through and try to make manually..

Thanks =)
What are the errors?
( I removed the vmware because it wasn't what u've asked..)
(rdesktop is good too)
All for one and one for All
--

MACPRO machine...
Top
shinobSS
n00b
n00b
User avatar
Posts: 62
Joined: Fri Aug 23, 2002 7:22 am
Location: Dallas, TX
Contact:
Contact shinobSS
Website

  • Quote

Post by shinobSS » Sun Sep 01, 2002 9:06 am

This is a kinda wierd and twisted path..but, here goes.

First, i did emerge net-misc/vnc

It ran through compiling, and died halfway through, complaining about the manpage (?!)

Alright..I went to the working temp dir and tried to make manually, but ran into the same errors, couldnt find where the problem was...

So, I tried removing VNC altogether, and re emerge..and this is what I get:

>>> md5 ;-) vnc-3.3.3r2_unixsrc.tgz
>>> Unpacking source...
>>> Unpacking vnc-3.3.3r2_unixsrc.tgz
>>> Source unpacked.
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
In file included from /usr/X11R6/lib/X11/config/Imake.tmpl:41,
from Imakefile.c:13:
/usr/X11R6/lib/X11/config/site.def:56: vnc.def: No such file or directory
imake: Exit code 1.
Stop.

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 11, Exitcode 1
!!! (no error message)

!!! emerge aborting on /usr/portage/net-misc/vnc/vnc-3.3.3-r2.ebuild .

Any suggestions?

BTW, by removing, I removed the temp folder, the VNC folder in Portage, and the VNC .tgz file (since emerge unmerge vnc didnt work..it had never completed)

=)
Top
DArtagnan
l33t
l33t
User avatar
Posts: 942
Joined: Tue Apr 30, 2002 11:23 am
Location: Israel, Jerusalem
Contact:
Contact DArtagnan
Website

  • Quote

Post by DArtagnan » Sun Sep 01, 2002 9:09 am

shinobSS wrote: ...
BTW, by removing, I removed the temp folder, the VNC folder in Portage, and the VNC .tgz file (since emerge unmerge vnc didnt work..it had never completed)

=)
the best way to do this is:
#rm -r /usr/portage/*
#rm -r /var/tmp/portage/*
#emerge rsync
#emerge -p net-misc/tightvnc
#emerge net-misc/tightvnc
All for one and one for All
--

MACPRO machine...
Top
shinobSS
n00b
n00b
User avatar
Posts: 62
Joined: Fri Aug 23, 2002 7:22 am
Location: Dallas, TX
Contact:
Contact shinobSS
Website

  • Quote

Post by shinobSS » Sun Sep 01, 2002 9:43 am

Oki..after removing both paths, and an emerge rsync, getting the same error when emerging vnc (it is the daemon/server, right?)

After taking a look at site.def, I found where it had been modified to use vnc.def instead of two other files. Removing the modification got me back further into the install...but it's still erroring out..now it's saying:

gcc -o vncconnect -O2 -fno-strength-reduce vncconnect.o -lXext -lX11
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[1]: *** [vncconnect] Error 1
make[1]: Leaving directory `/var/tmp/portage/vnc-3.3.3-r2/work/vnc_unixsrc/vncconnect'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 18, Exitcode 2
!!! (no error message)

!!! emerge aborting on /usr/portage/net-misc/vnc/vnc-3.3.3-r2.ebuild .

and then the error

Calculating dependencies ...done!
>>> emerge net-misc/vnc-3.3.3-r2 to /
Traceback (most recent call last):
File "/usr/bin/emerge", line 1358, in ?
mydepgraph.merge(mydepgraph.altlist())
File "/usr/bin/emerge", line 889, in merge
retval=portage.doebuild(y,"merge",myroot,edebug)
File "/usr/lib/python2.2/site-packages/portage.py", line 1063, in doebuild
settings["STARTDIR"]=os.getcwd()
OSError: [Errno 2] No such file or directory

when I try to retry the emerge...any suggestions?

Thanks again for the help =)
Top
shinobSS
n00b
n00b
User avatar
Posts: 62
Joined: Fri Aug 23, 2002 7:22 am
Location: Dallas, TX
Contact:
Contact shinobSS
Website

  • Quote

Post by shinobSS » Sun Sep 01, 2002 9:46 am

BTW...vnc.def (whatever that is) is nowhere on my system, not even in the uncompressed working folder for vnc
Top
DArtagnan
l33t
l33t
User avatar
Posts: 942
Joined: Tue Apr 30, 2002 11:23 am
Location: Israel, Jerusalem
Contact:
Contact DArtagnan
Website

  • Quote

Post by DArtagnan » Sun Sep 01, 2002 9:52 am

shinobSS wrote:BTW...vnc.def (whatever that is) is nowhere on my system, not even in the uncompressed working folder for vnc
Go and download the vnc package from
http://www.uk.research.att.com/vnc/index.html
or
http://www.tightvnc.com

1) unpack
2) try to buil ( read the README from the package, they explaind how to build it )

See if it works...
All for one and one for All
--

MACPRO machine...
Top
shinobSS
n00b
n00b
User avatar
Posts: 62
Joined: Fri Aug 23, 2002 7:22 am
Location: Dallas, TX
Contact:
Contact shinobSS
Website

  • Quote

Post by shinobSS » Sun Sep 01, 2002 10:51 am

It didnt unfortunately..and I have a feeling I may have fubarred something serious, because now I cant start X...period. I am going to take this all as a learning experience and reinstall...here goes another half day =)

Thanks for your help regardless

-Garrett
Top
klieber
Bodhisattva
Bodhisattva
User avatar
Posts: 3657
Joined: Wed Apr 17, 2002 4:48 pm
Location: San Francisco, CA
Contact:
Contact klieber
Website

Re: Remote X Sessions

  • Quote

Post by klieber » Sun Sep 01, 2002 10:54 am

shinobSS wrote:I'm pretty familiar with Terminal Services within Windows 2k, but is there something similar for linux? I'd love to be able to run my desktop remotely =)
Assuming your other computer is linux as well, you can run remote X apps natively just using XFree86. Check out the Remote X apps HOWTO over at tldp.org.

--kurt
The problem with political jokes is that they get elected
Top
Naan Yaar
Bodhisattva
Bodhisattva
Posts: 1549
Joined: Thu Jun 27, 2002 7:06 pm

Re: Remote X Sessions

  • Quote

Post by Naan Yaar » Sun Sep 01, 2002 1:20 pm

Second this suggestion. It will be a LOT more efficient to start up clients from the remote box displaying on the local X server rather than doing something "wholesale" like vnc. This is what X is meant to do! ssh does X forwarding so that you can do this securely (with compression).
klieber wrote:...
Assuming your other computer is linux as well, you can run remote X apps natively just using XFree86. Check out the Remote X apps HOWTO over at tldp.org.

--kurt
Top
voidzero
Bodhisattva
Bodhisattva
User avatar
Posts: 265
Joined: Sun Jul 21, 2002 2:02 pm
Location: Grnn

Re: Remote X Sessions

  • Quote

Post by voidzero » Sun Sep 01, 2002 11:55 pm

klieber wrote:
shinobSS wrote:I'm pretty familiar with Terminal Services within Windows 2k, but is there something similar for linux? I'd love to be able to run my desktop remotely =)
Assuming your other computer is linux as well, you can run remote X apps natively just using XFree86. Check out the Remote X apps HOWTO over at tldp.org.

--kurt
No, look at http://www.xs4all.nl/~zweije/xauth.html because it's much newer.
Mark
Diplomacy is the art of letting the other party have things your way.
-- Daniele Vare
Top
Post Reply

13 posts • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic