VNCSERVER ERROR while installing Oracle 9.2.0
I am rather new to VNC and I am attemtping to use this amazing tool to help me remotely install Oracle 9i on Linux. I have VNC server running and am able to connect form a Windows 2000 Workstation, once there KDE automatically opens up as if I was in front of the Database server which is located off site. I have the DB server configured and ready to go, when I type ./runInstaller it starts then runs then dies with the following error. Xlib:connection to "1:0" refused by server Xlib;Client is not authorized to connect to server. Installing Oracle over VNC is possible, correct? Could someone help me out here? I am haivn gtrouble locaitng infomration. Thank you Mark ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
problems with ssh and kde
The current setup: linux box running SUSE 8.2, kde and ssh. Started a vncserver session open to port 5903. I can ssh to the box fine, using PUTTY. I can VNC directly to the box just fine (my kde desktop comes up) If I try to VNC via port forwarding on ssh, nothing happens. PUTTY log says "forwarded connection refused by server". Attempting the same kind of VNC over ssh connection to a linux box running RedHat 9 & gnome works just fine. Any ideas? ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Re: VNC-List digest, Vol 1 #713 - 27 msgs
___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Re: tips for speeding up vnc
William, What i do is do set up vnc for a user then include the following lines into /etc/rc.d/rc.local # prepare for bad vnc exits echo "Cleaning up vnc files in /tmp..." rm -f /tmp/.X11-unix/X3 #clean up vnc.pid files rm -f /home/*/.vnc/*.pid # turn vncserver on su -l vnc -c "vncserver :3"-alwaysshared # Forget which version of vnc I am using, but this has worked with a number of different vnsservers I have installed over time. The -alwaysshared switch can give problems so try without it if it does not work with your vncserver. As you see in this case I use screen #3 for this use - this is a general entry point for my vncserver - the user vnc has VERY few priveleges - I reserve another screen for my personal use and that screen gets turn on only when I log in. I am running Mandrake 9.1 - which, I think, is compatible and similar to RedHat. Good luck Ceri Hankey - Original Message - From: "William Hooper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 21, 2003 8:05 PM Subject: Re: tips for speeding up vnc > newbee newbee said: > > I'm actually running realvnc. > > > > In that case you will have to create the files yourself: > > http://faq.gotomyvnc.com/fom-serve/cache/86.html > > -- > William Hooper > ___ > VNC-List mailing list > [EMAIL PROTECTED] > To remove yourself from the list visit: > http://www.realvnc.com/mailman/listinfo/vnc-list ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
XDMCP time rollover bug?
Hello. My coworkers and I regularly use the -query option to 'vncserver'. Unfortunately after the server has been up and running for a long time our session is disconnected and the Xvnc dies. I have been asking around and I was pointed to the following X11/XFree86 bug report which has been fixed for a little while now. I checked the file in question in the vnc-3.3.7-unixsrc.tgz and it appears that this bug still exists in RealVNC. Is it possible to get this incoporated into a future release of RealVNC? Thanks, -Kyle -- _ ---ooO( )Ooo--- Kyle J. McDonald (o o) Systems Support Engineer Sun Microsystems Inc.| Enterprise Server Products[EMAIL PROTECTED] 1 Network Drive BUR03-4630 \\\// voice: (781) 442-2184 Burlington, MA 01803 (o o)fax: (781) 442-1542 ---ooO(_)Ooo--- Received: from phys-d3-ha21sca-1 (phys-d3-ha21sca-1.SFBay.Sun.COM [129.145.155.163]) by josie.East.Sun.COM (8.11.7p1+Sun/8.11.7/ENSMAIL,v2.2) with ESMTP id hALNxPm28600 for <@josie.East.sun.com:[EMAIL PROTECTED]>; Fri, 21 Nov 2003 18:59:25 -0500 (EST) Received: from Sun.COM (almas.SFBay.Sun.COM [129.145.23.120]) by ha21sca-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED] (ORCPT [EMAIL PROTECTED]); Fri, 21 Nov 2003 15:59:24 -0800 (PST) Date: Fri, 21 Nov 2003 15:59:24 -0800 From: Alan Coopersmith <[EMAIL PROTECTED]> Subject: [Fwd: Xserver: overflow condition in XdmcpWakeupHandler()] To: [EMAIL PROTECTED] Message-id: <[EMAIL PROTECTED]> Organization: Sun Microsystems MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.2.1) Gecko/20030711 Original Message Subject: Xserver: overflow condition in XdmcpWakeupHandler() Resent-Date: 21 Feb 2002 11:07:00 - Resent-From: [EMAIL PROTECTED] Resent-To: [EMAIL PROTECTED] Date: Thu, 21 Feb 2002 02:47:18 -0700 (MST) From: Paul Anderson <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Xserver: rollover condition in XdmcpWakeupHandler() VERSION: X.Org: R6.6 XFree86: Current 4.2 CVS tree as of 18-Feb-2002 CLIENT MACHINE and OPERATING SYSTEM: HP-UX DISPLAY TYPE: N/A WINDOW MANAGER: N/A COMPILER: ANSI cc on HP-UX Others? AREA: Xserver SYNOPSIS: It looks like there is a rollover condition in xc/programs/Xserver/os/xdmcp.c:XdmcpWakeupHandler() which can cause XDM sessions to be terminated. DESCRIPTION: The XDMCP code calculates its timeout time incorrectly when the time wraps from 0x to 0x. The routine XdmcpWakeupHandler() currently has the following comparison in its 'else if' condition: else if (timeOutTime && GetTimeInMillis() >= timeOutTime) { if (state == XDM_RUN_SESSION) { state = XDM_KEEPALIVE; send_packet(); } else timeout(); } A problem with this test occurs when we wrap back to 0 every 49+ days. When this occurs, Xservers with active XDMCP sessions will send XDM_KEEPALIVE messages to the XDMCP host continually for ~3 minutes. If the host computer cannot reply to all of the keep-alive messages in time, the Xservers seem to assume that the host is dead, and the server terminates any XDM sessions. Whether or not the session is closed will depend on the network load, etc. If the test in the 'else if' branch is changed from: else if (timeOutTime && GetTimeInMillis() >= timeOutTime) to: else if (timeOutTime && (int)(GetTimeInMillis() - timeOutTime) >= 0) the problem is avoided. As a result, the XDM_KEEPALIVE sessions aren't sent continuously. REPEAT BY: You could wait the 49+ days for the rollover to occur. Or the following sample program indicates the differences in the two comparisons used in the 'else if' branch. This might not reconstruct the problem exactly, but it should indicate whether or not a compiler generates code that will hit the problem. #include #include unsigned int timeOutTime, GetTimeInMillis, GetTimeInSec; int millis; main() { int test1, test2, timeOut; int n; int days; /* Start with time of day close to the value where * (time_of_day_in_sec*1000) overflows an unsigned int. */ GetTimeInSec = 49*24*3600 + 16*3600; /* 49 days, 16 hours*/ GetTimeInMillis = 0; millis = 0; timeOut = 2; /* Always set time out to 2 millisec */ timeOutTime =
Re: tips for speeding up vnc
newbee newbee said: > I'm actually running realvnc. > In that case you will have to create the files yourself: http://faq.gotomyvnc.com/fom-serve/cache/86.html -- William Hooper ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Re: tips for speeding up vnc
I'm actually running realvnc. From: "William Hooper" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: tips for speeding up vnc Date: Fri, 21 Nov 2003 08:45:15 -0500 (EST) newbee newbee said: > Also, I'm running this on redhat 9. How can I make vnc > startup automatically. I wanna run this server headless. I'm a linux > newbie so any really specific ideas would be great. thanks!! If you are using the VNC that comes with RH 9, look at the bottom of this page (Red Hat's Reference Guide): http://tinyurl.com/vz0f -- William Hooper ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list _ Has one of the new viruses infected your computer? Find out with a FREE online computer virus scan from McAfee. Take the FreeScan now! http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Win XP and multple users, server wont auto-start
I read in the archives that the default user password needs to be set vs the user password. OK...How do I set the default user password? At one point, a message came up telling me the default password needed to be set, but my keyboard was locked out from entering it on the box that was on the screen. I had to kill the process. If I'm logged in as a user, only the user password will get set, I can manually start the server, but that's not helpful if the user forgets to start the server. And is there anyway to have the VNC activate so I can "login" on that machine as a user, vs having to have the user login first, then activate VNC. Thanks George George Gallen Senior Programmer/Analyst Accounting/Data Division [EMAIL PROTECTED] ph:856.848.1000 Ext 220 SLACK Incorporated - An innovative information, education and management company http://www.slackinc.com ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Re: Starting VNC Automatically
Mark Webster said: > Hi > > I'm new to Linux and VNC. I've managed to install VNC ok, and can start > it manually, but cannot get it to start automatically. I only need to > start display :1 for user root, but cannot workout how to do this. > > Any ideas?? http://faq.gotomyvnc.com/fom-serve/cache/65.html -- William Hooper ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
RE: installation newbie...cjk
As already stated by others, yes you do need to install the program. If you want an alternative to leaving the program on the users system, and you're using Windows check this out: http://sourceforge.net/projects/xvnc/ Regards, Beau -Original Message- From: MIME :[EMAIL PROTECTED] [mailto:MIME :[EMAIL PROTECTED] Sent: Friday, November 21, 2003 12:48 AM To: [EMAIL PROTECTED] Subject:installation newbie...cjk Hello all, Nice program, I have a LAN of 10 computers. This means that i have to install the VNC server to all 10 or is there another way?? Sincerely Tks & Best Regards Koulis Constantine. Bucharest Romania Phone :+40-723979131 Phone GR :+30-974293018 Yahoo Messenger : kouliscon MSN:[EMAIL PROTECTED] _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list << File: ENVELOPE.TXT >> ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Starting VNC Automatically
Hi I'm new to Linux and VNC. I've managed to install VNC ok, and can start it manually, but cannot get it to start automatically. I only need to start display :1 for user root, but cannot workout how to do this. Any ideas?? Thanks Mark Webster Physical Network Manager News Support, BBC News Room 4200, BBC Television Centre, Wood Lane, London. W12 7RJ Telephone +44 (0) 20 8576 4331 Fax +44 (0) 20 8225 9490 Mobile +44 (0) 7764 335859 http://www.bbc.co.uk/news BBCi at http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Re: tips for speeding up vnc
newbee newbee said: > Also, I'm running this on redhat 9. How can I make vnc > startup automatically. I wanna run this server headless. I'm a linux > newbie so any really specific ideas would be great. thanks!! If you are using the VNC that comes with RH 9, look at the bottom of this page (Red Hat's Reference Guide): http://tinyurl.com/vz0f -- William Hooper ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Linux WM Not Starting (was (no subject) )
Please include a subject. newbee newbee said: > I get the grey screen with just the cursor. I've seen a lot of people > complaining about this and tried some of the suggestions but I can't get > it > going. If anyone could help a linux newbie out I'd really appreciate it! Your window manager isn't starting. Look at the VNC log in ~/.vnc/yourservername:1.log for errors. I'm going to guess you need to search the archives for "you're already running a session manager". -- William Hooper ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Help.
Dear Group, We have a single program that controls a telescope on a RedHat 7.2 machine on our LAN. This is a black box to us and works very well. We want to be able to set up a VNC server and see and control this program from a WIN2K computer also on our LAN. We understand that the credo of linux is to learn, learn and learn. But given the simplicity of what we need to do and how many other things are needed to be done, we simply want someone to make this work. We are willing to pay for the expertise and provide access to the computer. Yes, if we had time we would try to figure out all the ins and outs of linux. We simply don't. Is there someone out there who is up to the task? Michael Tenagra Observatories ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Re: LabVIEW Drop Menu Doesn't Appear AT RealVNC Viewer
John, Which version of VNC are you currently using at the server end? Cheers, Wez @ RealVNC Ltd. ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Re: You do not have sufficient privileges ..
Martin, What makes you think VNC doesn't think you're in the Administrators group? All VNC is saying is that you don't have sufficient privileges - that's uaully because only Administrators are allowed to write to HKLM, but it could also be because the registry permissions have been set up incorrectly by someone, which is probably the cause of your problem. Cheers, Wez @ RealVNC Ltd. ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
RE: installation newbie...cjk
Yes. you have to install VNC on each server. This task is troublesome one if you have many servers. But, why don't you take a look on SmartCode VNC Manager (http://www.s-code.com) , which includes VNC deployment wizard, that can help you deploy VNC server on several computers with a single wizard. Best regards, Yury SmartCode Solutions http://www.s-code.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of C J K > Sent: Monday, November 17, 2003 6:06 PM > To: [EMAIL PROTECTED] > Subject: installation newbie...cjk > > Hello all, > > Nice program, > I have a LAN of 10 computers. This means that i have to > install the VNC server to all 10 or is there another way?? > > Sincerely > > > > > Tks & Best Regards > Koulis Constantine. > Bucharest Romania > Phone :+40-723979131 > Phone GR :+30-974293018 > > Yahoo Messenger : kouliscon > MSN:[EMAIL PROTECTED] > > _ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > ___ > VNC-List mailing list > [EMAIL PROTECTED] > To remove yourself from the list visit: > http://www.realvnc.com/mailman/listinfo/vnc-list ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
RE: installation newbie...cjk
There is a very usful util called "Fastpush" (search for it in google, it's the top result) that sends out VNC (prior to V4) to remote PCS Matt >= Original Message From "C J K" <[EMAIL PROTECTED]> = >Hello all, > >Nice program, >I have a LAN of 10 computers. This means that i have to install the VNC >server to all 10 or is there another way?? > >Sincerely > > > > >Tks & Best Regards >Koulis Constantine. >Bucharest Romania >Phone :+40-723979131 >Phone GR :+30-974293018 > >Yahoo Messenger : kouliscon >MSN:[EMAIL PROTECTED] > >_ >Add photos to your e-mail with MSN 8. Get 2 months FREE*. >http://join.msn.com/?page=features/featuredemail >___ >VNC-List mailing list >[EMAIL PROTECTED] >To remove yourself from the list visit: >http://www.realvnc.com/mailman/listinfo/vnc-list ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
Re: [vnc-list] [vncviewer 4.0b4 linux] paste ip/domain name into vnc server blank
Tuesday at 08:54, [EMAIL PROTECTED] wrote: > Now to find out how to give a password to vncviewer on the command line... > any ideas? > > example - > $ vncviewer 192.168.0.1 password=deadheadjoe How about $ echo deadheadjoe | vncviewer 192.168.0.1 -passwd /dev/stdin Works perfectly... Wout. ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list