Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I did some searching,
but can't figure out what thightVNC sources I should download
to build and install on my mandrake 10 server.
The purpose is to use tightVNC inside the firewall,
monitorring the linux server from a win xp.
So, if anyone knows a download site WITH instructions,
I'm (very) new to linux, getting my webserver with db and all
running was like a miracle ... and a very though job ...
As far as I know, VNC on Mandrake CDs is TightVNC! No need to compile. At least that was the case on Mandrake9.1.
Go to the software manager, and look for vnc.
TightVNC will require an xserver to be running so try placing in xinitrc to start it when X starts up.
I've found this VNC server http://xf4vnc.sourceforge.net/, which loads as an X module and supports all TightVNC features apparently. I've used it and it works well, and has advantage of allowing you to connect to an existing X session rather than starting a new one.
wow, not so fast, I'm new to linux, 2 months ago I never saw a linux.
First: I can't find xinitrc.
Second: X server runs already (as far as I know), it starts automatic at boot,
I get a graphical login screen. The only thing I don't want to do is actually have to log on ...
I want to do this remotely, so I can put this server in the attic (in a way of speaking)
and control everything from my windoze pc here (for now I'm still running windows,
one step at a time.)
I would be happy if I don't have to install another vnc server ...
OK. If I understand correctly, you want to boot the PC, which will then start at boot some servers, among which is a VNC server.
This VNC server should display *your* desktop without you having to log in locally.
But this PC will be hidden, so it really does not need a local display.
Am I right?
If so, I think the simplest solution is to (1) switch to text mode, and (2) start VNC without a local display. For that here are the steps:
1) Open /etc/inittab in a text-editor, and change the default runlevel from 5 to 3. This can also be done somewhere in the boot options of MandrakeControlCenter.
2) Open /etc/rc.d/rc.local in a text-editor, and append those 2 lines to it:
rm -f ~you/.vnc/*.pid ~you/.vnc/*.log
su - you -c vncserver
where you replace "you" by your real login.
3) reboot.
Do those steps only when you're sure that vncserver starts OK as your user, and without asking for anything.
There may be interesting options to use for vncserver, among which is asking for a password to people connecting remotely. But I don't remember vncserver's options. I hope this helps.
Yves.
Last edited by theYinYeti; 09-15-2004 at 09:44 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.