View previous topic :: View next topic |
Author |
Message |
golgo13 Apprentice
Joined: 24 Nov 2004 Posts: 158
|
Posted: Thu Nov 09, 2006 9:36 pm Post subject: Where is vncserver? [solved] |
|
|
I have tightvnc installed and vncserver used to work, but now vncserver seems to be missing. I'm using amd64 and did recently move to modular Xorg, not sure if that has anything to do with the problem.
I'd appreciate it if someone has a solution or suggestion.[/code] _________________ www.latestintech.com
Last edited by golgo13 on Fri Nov 10, 2006 12:42 am; edited 1 time in total |
|
Back to top |
|
|
Phenax l33t
Joined: 10 Mar 2006 Posts: 972
|
Posted: Thu Nov 09, 2006 9:43 pm Post subject: |
|
|
You need to add the 'server' USE flag for tightvnc.
Code: | echo "net-misc/tightvnc server" >> /etc/portage/package.use |
|
|
Back to top |
|
|
golgo13 Apprentice
Joined: 24 Nov 2004 Posts: 158
|
Posted: Fri Nov 10, 2006 12:42 am Post subject: |
|
|
Don't know how I missed that. Thanks so much, that seems to have worked! _________________ www.latestintech.com |
|
Back to top |
|
|
Just_Chris n00b
Joined: 20 Nov 2003 Posts: 23
|
Posted: Fri Jan 26, 2007 12:53 pm Post subject: |
|
|
What is really annoying is that tightvnc doesnt list server as one of its use flags....
Code: | christth-linux tightvnc-1.2.9-r3 # emerge -pv tightvnc
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] net-misc/tightvnc-1.2.9-r3 USE="tcpd -java" 0 kB
Total size of downloads: 0 kB
christth-linux tightvnc-1.2.9-r3 #
|
So how is one supposed to know USE server when it isnt listed?
This wasted a couple of hours of my time this morning _________________ Thanks,
Chris |
|
Back to top |
|
|
jfb3 Apprentice
Joined: 01 Feb 2003 Posts: 242
|
Posted: Sun Jan 28, 2007 12:14 am Post subject: |
|
|
That's odd, on my machine it does:
Code: | jfb3@gamobile ~ $ emerge -pv tightvnc
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] x11-misc/gccmakedep-1.0.2 USE="-debug" 68 kB
[ebuild N ] x11-misc/xorg-cf-files-1.0.2 USE="-debug" 258 kB
[ebuild N ] x11-misc/imake-1.0.2 USE="-debug" 110 kB
[ebuild N ] net-misc/tightvnc-1.2.9-r3 USE="java tcpd -server" 1,697 kB
Total size of downloads: 2,135 kB
|
|
|
Back to top |
|
|
|