> -----Original Message----- > From: Bonert Brigitte [mailto:[EMAIL PROTECTED]] > > http://www.realvnc.com/pipermail/vnc-list/2002-August/032731.html > > Hi all: > I found this on the RealVNC mailing list. I want to do the same but in > DEC Alpha Unix. I copied the script and put it into the correct > place for Dec Alphas (it is really very much the same but some scripts > are in other directories). > Everything is just fine Xvnc is running after reboot, however > it does not > run the xstartup script (it creates it just fine if it does > not exist). > I have no window manager running etc .. > Specifying the full path for mwm and xterm (which I call in > the xstartup > script) did not help. > > I can start everything just fine if executing the startup script being > in root manually as well. > Note I have the same problem in tightvnc. > > Any ideas what is wrong?
For unix machines, I'd prefer the setup as on http://www.sourcecodecorner.com/articles/vnc/linux.asp. It focusses on RedHatLinux. Most unix distributions only need to adapt the /etc/services and /etc/inetd.conf files. Minor details: In the /etc/inetd.conf files, the Xvnc app is started from a user that not always is allowed to start Xservers. Check which user starts your local X-server (see: `ps -ef | grep X`) and use that acount. See `man inetd.conf` for details. An alternate setup I bookmarked for some reason: http://www.linuxjournal.com/article.php?sid=5499. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
