Re: help!!!!!

2002-05-29 Thread Mike Miller

On Wed, 29 May 2002, Donnie O. wrote:

> The funny thing is that when I access the Sparc5 system directly from
> the Solaris8 box through an XWindow session with the display set to 0
> then everything is fine (everything appears).  When I try and access the
> Solaris8 box using VNC from home everything works.  It is when I try and
> run VNC from home to the Solaris8 box and then open a XWindow session on
> the Sparc5 that my problem occurs.  I can view everything fine except
> one imaging program. Everything comes to the home pc (set to display 1)
> except this one proprietary software that sends the display to the
> Solaris8 system (display 0) instead.

Does that one program support a --display argument on the command line?  I
guess it isn't using the DISPLAY environment variable.  Does the Sparc5
run ssh?  Telnet?  What if you do one of these things from VNC term on the
Solaris8 box:

xterm -e ssh Sparc5
xterm -e telnet Sparc5

That will open an xterm and you can then log into the Sparc5 machine.
Then "echo $DISPLAY" and try to run your program.

It's just possible, I guess that the program you are using is hardcoded to
use display :0.  That would suck!

Tell me what happens.

Mike
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Mark Johnson/Bethesda/URSCorp is out of the office.

2002-05-29 Thread Mark_Johnson

I will be out of the office starting  05/29/2002 and will not return until
05/30/2002.
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



help!!!!!

2002-05-29 Thread Donnie O.

Is VNC the answer?

I am trying to access a system that is giving me a problem.

Here is my basic setup.

SunSparc5 --- SunSolaris8 boxinternet---home pc

The Sparc5 system is running a limited version of Sun OS 4.1.3 and is a
mission critial system that cannot be changed.  I tried to compile VNC on it
but the OS is so stripped that it doesn't have GCC or the necessary files to
run VNC.

Therefore, I am running VNC on an intermediate system (Solaris8 box) that will
allow me to access it from home using VNC and then run an XWindow session to
the Sparc5 to access the program that I need.

The funny thing is that when I access the Sparc5 system directly from the
Solaris8 box through an XWindow session with the display set to 0 then
everything is fine (everything appears).  When I try and access the Solaris8
box using VNC from home everything works.  It is when I try and run VNC from
home to the Solaris8 box and then open a XWindow session on the Sparc5 that my
problem occurs.  I can view everything fine except one imaging program.
Everything comes to the home pc (set to display 1) except this one proprietary
software that sends the display to the Solaris8 system (display 0) instead.

Is there a VNC command to share a display or is that an XWindow question OR
could VNC have some other function/command that would allow the entire screen
to be captured like when it runs in a Windows environment?


Any suggestions or help would be appreciated?!?!?  ;-)
[EMAIL PROTECTED]
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Re: Cannot connect to the VNC server

2002-05-29 Thread John Roland Elliott

Here are a couple of additional things you could try and which may give you
a clue where things are going wrong:

1) At a command prompt "net start" will return a list of running services.
You should see "VNC Server" if the VNC Server is really started. If it's
not, "net start "VNC Server"" will try to start it. If it will not start,
you may get a clue why in the error message. If it is started, "net stop"
will try to stop it. If it will not stop you may get a clue why in the error
message.

2) At a command prompt "netstat -an" will return a list of connections and
listening ports in numerical form. Among the results, you will see
  TCP0.0.0.0:5800   0.0.0.0:0  LISTENING
  TCP0.0.0.0:5900   0.0.0.0:0  LISTENING
if the VNC Server is listening on the standard ports. If the VNC Server were
listening on a non-standard port you would see something else, e.g., if the
VNC Server were listening on display 42, you would see
  TCP0.0.0.0:5842   0.0.0.0:0  LISTENING
  TCP0.0.0.0:5942   0.0.0.0:0  LISTENING
If, after stopping the VNC Service, you still see a line like
  TCP0.0.0.0:5800   0.0.0.0:0  LISTENING
or
  TCP0.0.0.0:5900   0.0.0.0:0  LISTENING
there is something else using the ports that VNC Server wants before VNC
Server is getting a chance to grab them.

3) At a command prompt, with the current working directory of your VNC
directory "winvnc -servicehelper". This should add a VNC icon to the tray
(next to the clock) if one is not already there. When you double-click on it
you will get its configuration options which you can compare with a working
server.

Good luck.

- Original Message -
From: "Dilash Krishnapillai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 29, 2002 11:38 AM
Subject: RE: Cannot connect to the VNC server


> Thanks for the information. I set the LOCAL_ECHO on and telnet to the
> vncserver. I still get no reply back. When I hit Enter, I don't even get
> disconnected. But when I try to telnet to a machine where vncserver is
> running properly, I am getting a reply, something like 'rfb 003.003'. I am
> connecting to port 5900 and not port 5800.
>
> Could someone please tell me what does it imply, if you do not get a reply
> during the telnet session? I am pretty new to this stuff.
>
> Thanks,
>
> Dilash.K
>
> -Original Message-
> From: Steve Palocz [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 29, 2002 10:57 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Cannot connect to the VNC server
>
>
> RE: Cannot connect to the VNC servertry port 5900 as 5800 is for http.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Dilash Krishnapillai
> Sent: Wednesday, May 29, 2002 9:37 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Cannot connect to the VNC server
>
>
> When I try 'telnet  5800', I get no reply
back.
> I could ping the machine, but when I try to telnet, it just goes to a
blank
> screen and does nothing. There is no firewall involved.
>
> When I try to connect to the server through the vncviewer, it just times
> out. There is no response at all.
>
> Would this information help to narrow down the problem??
>
> Thanks,
>
> Dilash.K
>   -Original Message-
>   From: "Beerse, Corni" [mailto:[EMAIL PROTECTED]]
>   Sent: Wednesday, May 29, 2002 4:21 AM
>   To: '[EMAIL PROTECTED]'
>   Subject: RE: Cannot connect to the VNC server
>
>
>   > -Original Message-
>   > From: Dilash Krishnapillai [mailto:[EMAIL PROTECTED]]
>   >
>   > This is a very basic problem, but causing me real headache. I
>   > have installed
>   > the VNC server on a large number of Windows 2000 machines.
>   > Connecting from a
>   > client machine works for 95% of the servers. But I am not
>   > able to connect to
>   > a few machines. I am not sure, what did I do wrong with these
>   > few machines.
>   > Both the server and client environments are Windows 2000. I
>   > have set VNC as
>   > a service on the server machines and I could verify that the
>   > service has
>   > been started and running fine. But when I try to connect to
>   > that machine
>   > using the IP address, I get nothing back. I don't even get an
>   > error message
>   > or anything. I have uninstalled and reinstalled VNC on these troubling
>   > machines, but no luck.
>   >
>
>   Some things to have a look:
>   Does the machine respond to it's ip address? Can you ping it? Can you
see
> a share on it from an other machine? Does it repot the proper ip address
on
> the proper port? (I have a machine with 2 ethernet addresses: one for the
> server room network and one for the external connection. This causes some
> problems if you don't configure all parts properly) Try ipconfig,
ifconfig,
> winipcfg or other tool to check the actual configuration on the machine.
> Correct this yourself.
>
>   Is there some firewalling that

Compiling TightVNC 1.2.4 on HP-UX

2002-05-29 Thread LUPTAK,MIROSLAV (HP-Slovakia,ex1)

Hello, all.

I am trying to compile TightVNC 1.2.4 on HP-UX 11. The final step -
compilation of Xvnc - fails with the following message:

/usr/ccs/bin/ld: Can't open ../../../build/HP_UX/lib/PA_RISC2.0/libjava.sl
/usr/ccs/bin/ld: No such file or directory

When I add via '-L' thedirectory where my libjava.sl is located, then I get:
/usr/ccs/bin/ld: Can't open
../../../build/HP_UX/lib/PA_RISC/server/libjvm.sl

So I add the directory for libjvm.sl, and it compiles. But when executing
Xvnc, I need to add directories for libjvm.sl and libjava.sl to SHLIB_PATH. 

Does someone (maybe Constantin) know, what part of the code needs libjava.sl
and libjvm.sl?
Is it possible to link statically libjvm.sl and libjava.sl, so that Xvnc
will not need them during runtime? I guess if I used libjvm.a and libjava.a,
I would not need them during runtime (the same way as libz.a and libjpeg.a
are linked). But there is no libjvm.a and libjava.a on my machine ...

Thanks and best regards,

Miroslav Luptak
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Window Size???

2002-05-29 Thread Jens Flucke

Hello,
i am running  vnc in Server mode. The host computer is Windows 2000 and
the Client is a Linux system runnning KDE 3.0 and Xfree 4.2. All workes
fine but the size of the window is to small. My solution on the Linux
system ist 1024x 768. I want to enlarge the windows but this is not
possible. Is there a possibilty to do this? In Fullscreen mode the
window is also not the full screen. 


How to solve the problem. Excuse my english.

Regards Jens
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Re: Cannot connect to the VNC server

2002-05-29 Thread Alex K. Angelopoulos

It means that VNC is not talking on that port.  If you got disconnected right
away, it would mean that you reached the machine and nothing was there.  If you
timed out - you couldn't get to it.

>From the description, it sounds like VNC may be a zombie right now, since you
can connect to the port but nothing comes out.

- Original Message -
From: "Dilash Krishnapillai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, 2002-05-29 10:38
Subject: RE: Cannot connect to the VNC server


> Thanks for the information. I set the LOCAL_ECHO on and telnet to the
> vncserver. I still get no reply back. When I hit Enter, I don't even get
> disconnected. But when I try to telnet to a machine where vncserver is
> running properly, I am getting a reply, something like 'rfb 003.003'. I am
> connecting to port 5900 and not port 5800.
>
> Could someone please tell me what does it imply, if you do not get a reply
> during the telnet session? I am pretty new to this stuff.
>
> Thanks,
>
> Dilash.K
>
> -Original Message-
> From: Steve Palocz [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 29, 2002 10:57 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Cannot connect to the VNC server
>
>
> RE: Cannot connect to the VNC servertry port 5900 as 5800 is for http.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Dilash Krishnapillai
> Sent: Wednesday, May 29, 2002 9:37 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Cannot connect to the VNC server
>
>
> When I try 'telnet  5800', I get no reply back.
> I could ping the machine, but when I try to telnet, it just goes to a blank
> screen and does nothing. There is no firewall involved.
>
> When I try to connect to the server through the vncviewer, it just times
> out. There is no response at all.
>
> Would this information help to narrow down the problem??
>
> Thanks,
>
> Dilash.K
>   -Original Message-
>   From: "Beerse, Corni" [mailto:[EMAIL PROTECTED]]
>   Sent: Wednesday, May 29, 2002 4:21 AM
>   To: '[EMAIL PROTECTED]'
>   Subject: RE: Cannot connect to the VNC server
>
>
>   > -Original Message-
>   > From: Dilash Krishnapillai [mailto:[EMAIL PROTECTED]]
>   >
>   > This is a very basic problem, but causing me real headache. I
>   > have installed
>   > the VNC server on a large number of Windows 2000 machines.
>   > Connecting from a
>   > client machine works for 95% of the servers. But I am not
>   > able to connect to
>   > a few machines. I am not sure, what did I do wrong with these
>   > few machines.
>   > Both the server and client environments are Windows 2000. I
>   > have set VNC as
>   > a service on the server machines and I could verify that the
>   > service has
>   > been started and running fine. But when I try to connect to
>   > that machine
>   > using the IP address, I get nothing back. I don't even get an
>   > error message
>   > or anything. I have uninstalled and reinstalled VNC on these troubling
>   > machines, but no luck.
>   >
>
>   Some things to have a look:
>   Does the machine respond to it's ip address? Can you ping it? Can you see
> a share on it from an other machine? Does it repot the proper ip address on
> the proper port? (I have a machine with 2 ethernet addresses: one for the
> server room network and one for the external connection. This causes some
> problems if you don't configure all parts properly) Try ipconfig, ifconfig,
> winipcfg or other tool to check the actual configuration on the machine.
> Correct this yourself.
>
>   Is there some firewalling that can cause trouble? Fix this yourself.
>
>   Try telnet to the vnc port: `telnet vncserver 5800`. You should get a line
> of text with 'rfb' in it.
>
>   How long does it take for the vncviewer to say it has some troubles? Is it
> an immediate response or can it be on a time-out? Immediate responses
> indicate a  running server which does not allow you to connect.
>
>
>
>
>   Success CBee.
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Re: Help-Question

2002-05-29 Thread Alex K. Angelopoulos

I would say reinstall VNC.

- Original Message -
From: "Sven Dorf (Hiflex GmbH)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, 2002-05-29 09:34
Subject: Help-Question


> Hello,
>
> I have installed vnc-3.3.3-R9 server on windows 2000 pc in our network. I
> connect to this host from remote windows-2000-pc (IPSec installed) via DSL /
> Linux (FreeSwan + Firewall). Up to this point it works fine. Then I've
> installed "Microsoft Service Pack 2" on the local host on which vnc is
> running (the service pack in necessary for oher applications). Now I cannot
> connect from remote host. He's asking for the password an then I've only a
> grey screen. The connect from local network to vnc is ok.
>
> Any ideas? (with the exception of uninstall the service pack)
>
>
> Sincerely
> Sven Dorf
>
> Fon: ++49-(0)-241-1683-333
> Fax: ++49-(0)-241-1683-301
> Mail: [EMAIL PROTECTED]
> Net: http://www.hiflex.de
>
> [demime 0.99c.8 removed an attachment of type image/gif which had a name of
hiflex-mail.gif]
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Java applet over ports 8080 or 1503

2002-05-29 Thread gerald . a . bogart

I have been reading a lot of the past messages regarding VNC's ports.
I have found the the Java applet will open up to the login screen if
I use "vncserver :80 -httpport 73616" but I cannot login.

I am assuming there are more ports involed behind the scenes and
would like to find out how to keep it down to just 1 port.

Also,  Once this is done I would like to have apache host a page
instead of the VNC embedded HTTP server.  Or is this what I need to
work on is how to have apache host it and disregard the settings i
posted at the top of this message.

If there are any sites that I could read regarding this please let me
know.  Thanks.

***Internet Email Confidentiality Footer***


Privileged/Confidential Information may be contained in this message.  If
you are not the addressee indicated in this message (or responsible for
delivery of the message to such person), you may not copy or deliver this
message to anyone. In such case, you should destroy this message and kindly
notify the sender by reply email. Please advise immediately if you or your
employer do not consent to Internet email for messages of this kind.
Opinions, conclusions and other information in this message that do not
relate to the official business of my firm shall be understood as neither
given nor endorsed by it.
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Re: New format

2002-05-29 Thread HelpVNC

WOW!

Just my comment. I have both Win32 and Linux running here, and don't pick up
this problem!

For what its worth.
Eric

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 29, 2002 5:30 PM
Subject: New format


> Interesting changes to the mailing list, unfortunately it is virtually
useless in it's
> present state
> .
> The summary listing of topics and the beginning it 8 of 10 times just
garbled
> rubbish.  Sure it's enumerated but sheeze.
>
> Here's what it looks like to me:
>
> 1. RE: RE: RE: Problem with accents (not accented characters!)
>(=?iso-8859-1?Q?=22Beerse=2C_Corn=E9=22?=) 2. RE: Virus in list, java
>viewer for Xinit (=?iso-8859-1?Q?=22Beerse=2C_Corn=E9=22?=) 3. Re:
>Pop-up menus rendered incorrectly on Windows 2000 ([EMAIL PROTECTED])
>4. RE: Pop-up menus rendered incorrectly on Windows 2000
>(=?ISO-8859-15?Q?=22Beerse=2C_Corn=E9=22?=) 5. Re: [VNC] VNC: looses
>ctrl+left (or right) click to xterm windows ??? (Andrew Ward) 6. RE:
>[VNC] VNC on a Thin Client & different user / password (Ronald
>Wiplinger) 7. Re: [VNC] Pop-up menus rendered incorrectly on Windows
>2000 (Paul Gargan) 8. filter MIME, attachments (Wayne Throop) 9. Cannot
>connect to the VNC server (Dilash Krishnapillai)
>   10. Re: [VNC] VNC: looses ctrl+left (or right) click to xterm windows
>   ??? (Grant McDorman) 11. Re: Cannot connect to the VNC server (Alex K.
>   Angelopoulos) 12. VNCViewer for WindowsCE Command Line Arguments...
>   (Will Olson) 13. [VNC] unsubscribe
>   (=?iso-8859-1?Q?=22Schr=F6der=2C_Mathias=22?=) 14. Stop getting mails
>   from Mailinglist (Joost Bergmans) 15. [VNC] unsubscribe (Daniel Wallis)
>   16. RE: [VNC] VNC: looses ctrl+left (or right) click to xterm windows
>??? (=?iso-8859-1?Q?=22Beerse=2C_Corn=E9=22?=)
>
> --__--__--
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Re: Need decorations for popups in my application.

2002-05-29 Thread Grant McDorman

What platform is this?

In general, though, the question of borders/titles is related to the
application and host system - VNC doesn't have anything to do with it.

According to Wilcox, Steve:
> Hi there,
>
> I am currently using VNC to run our in-house software.  One thing I noticed
is that any popup windows that normally have window decorations/borders around
them no longer have them.  I was wondering if there was a way to get the
decorations/borders to draw as this would allow the user to reposition any
popups.
>
> BTW, we have successfully removed the borders from the viewer and would like
to keep it that way.
>
> Thanks
>
> Steve
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list

--

Grant McDorman <[EMAIL PROTECTED]>, Sr. Software Design Consultant
Cedara Software Corp.  http://www.cedara.com>
  (formerly I.S.G. Technologies Inc.)
Mississauga, Ontario, Canada

[demime 0.99c.8 removed an attachment of type application/pgp-signature]
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Old archive URLs

2002-05-29 Thread James ''Wez'' Weatherall

I've put in some redirect pages so that existing URLs which refer to the old
Hypermail VNC-List archives at uk.research.att.com will now work again.
Better still, they'll take you automatically to the new URL for the message
in question.

Such excitement!

---
James "Wez" Weatherall www.spineless.org.uk
  "The path to enlightenment is /usr/bin/enlightenment"
Laboratory for Communications Engineering, Cambridge - Tel : 766513
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Re: Attachment filtering

2002-05-29 Thread John Kaufmann

At 020529 13:21 +0100, James ''Wez'' Weatherall wrote:

>Guys,
>
> Sorry about the attachment-noise on the list.  I'm working on it.
>
> Cheers,

Thanks, James.  Some transfer/startup glitches are to be expected, 
but it's nice to know you're on the case.  While you're at it, could 
you also filter the Subscribe/Unsubscribe posts? - not needed on the 
list.

Cheers to you, and thanks,
- John
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



RE: Cannot connect to the VNC server

2002-05-29 Thread Steve Palocz

Or maybe try the rfb port on 5900 not the http port at 5800

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Chris Stoermer
Sent: Wednesday, May 29, 2002 10:29 AM
To: [EMAIL PROTECTED]
Subject: RE: Cannot connect to the VNC server


The blank screen is probably a connected screen.  You can't see anything
beciase you haven't enabled local echo.  You can still enter telnet commands
there and get back response from the server.  If you hit ! enter, it should
drop connection back to a prompt.

--Chris

>>> [EMAIL PROTECTED] 05/29/02 08:36AM >>>
When I try 'telnet  5800', I get no reply back.
I could ping the machine, but when I try to telnet, it just goes to a blank
screen and does nothing. There is no firewall involved.

When I try to connect to the server through the vncviewer, it just times
out. There is no response at all.

Would this information help to narrow down the problem??

Thanks,

Dilash.K

-Original Message-
From: "Beerse, Corni" [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 4:21 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Cannot connect to the VNC server



> -Original Message-
> From: Dilash Krishnapillai [ mailto:[EMAIL PROTECTED]
 ]
>
> This is a very basic problem, but causing me real headache. I
> have installed
> the VNC server on a large number of Windows 2000 machines.
> Connecting from a
> client machine works for 95% of the servers. But I am not
> able to connect to
> a few machines. I am not sure, what did I do wrong with these
> few machines.
> Both the server and client environments are Windows 2000. I
> have set VNC as
> a service on the server machines and I could verify that the
> service has
> been started and running fine. But when I try to connect to
> that machine
> using the IP address, I get nothing back. I don't even get an
> error message
> or anything. I have uninstalled and reinstalled VNC on these troubling
> machines, but no luck.
>

Some things to have a look:
Does the machine respond to it's ip address? Can you ping it? Can you see a
share on it from an other machine? Does it repot the proper ip address on
the proper port? (I have a machine with 2 ethernet addresses: one for the
server room network and one for the external connection. This causes some
problems if you don't configure all parts properly) Try ipconfig, ifconfig,
winipcfg or other tool to check the actual configuration on the machine.
Correct this yourself.

Is there some firewalling that can cause trouble? Fix this yourself.

Try telnet to the vnc port: `telnet vncserver 5800`. You should get a line
of text with 'rfb' in it.

How long does it take for the vncviewer to say it has some troubles? Is it
an immediate response or can it be on a time-out? Immediate responses
indicate a  running server which does not allow you to connect.



Success CBee.
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Mark Johnson/Bethesda/URSCorp is out of the office.

2002-05-29 Thread Mark_Johnson

I will be out of the office starting  05/29/2002 and will not return until
05/30/2002.
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



RE: Cannot connect to the VNC server

2002-05-29 Thread Dilash Krishnapillai

Thanks for the information. I set the LOCAL_ECHO on and telnet to the
vncserver. I still get no reply back. When I hit Enter, I don't even get
disconnected. But when I try to telnet to a machine where vncserver is
running properly, I am getting a reply, something like 'rfb 003.003'. I am
connecting to port 5900 and not port 5800. 

Could someone please tell me what does it imply, if you do not get a reply
during the telnet session? I am pretty new to this stuff. 

Thanks,

Dilash.K

-Original Message-
From: Steve Palocz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 10:57 AM
To: [EMAIL PROTECTED]
Subject: RE: Cannot connect to the VNC server


RE: Cannot connect to the VNC servertry port 5900 as 5800 is for http.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dilash Krishnapillai
Sent: Wednesday, May 29, 2002 9:37 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Cannot connect to the VNC server


When I try 'telnet  5800', I get no reply back.
I could ping the machine, but when I try to telnet, it just goes to a blank
screen and does nothing. There is no firewall involved.

When I try to connect to the server through the vncviewer, it just times
out. There is no response at all.

Would this information help to narrow down the problem??

Thanks,

Dilash.K
  -Original Message-
  From: "Beerse, Corni" [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, May 29, 2002 4:21 AM
  To: '[EMAIL PROTECTED]'
  Subject: RE: Cannot connect to the VNC server


  > -Original Message-
  > From: Dilash Krishnapillai [mailto:[EMAIL PROTECTED]]
  >
  > This is a very basic problem, but causing me real headache. I
  > have installed
  > the VNC server on a large number of Windows 2000 machines.
  > Connecting from a
  > client machine works for 95% of the servers. But I am not
  > able to connect to
  > a few machines. I am not sure, what did I do wrong with these
  > few machines.
  > Both the server and client environments are Windows 2000. I
  > have set VNC as
  > a service on the server machines and I could verify that the
  > service has
  > been started and running fine. But when I try to connect to
  > that machine
  > using the IP address, I get nothing back. I don't even get an
  > error message
  > or anything. I have uninstalled and reinstalled VNC on these troubling
  > machines, but no luck.
  >

  Some things to have a look:
  Does the machine respond to it's ip address? Can you ping it? Can you see
a share on it from an other machine? Does it repot the proper ip address on
the proper port? (I have a machine with 2 ethernet addresses: one for the
server room network and one for the external connection. This causes some
problems if you don't configure all parts properly) Try ipconfig, ifconfig,
winipcfg or other tool to check the actual configuration on the machine.
Correct this yourself.

  Is there some firewalling that can cause trouble? Fix this yourself.

  Try telnet to the vnc port: `telnet vncserver 5800`. You should get a line
of text with 'rfb' in it.

  How long does it take for the vncviewer to say it has some troubles? Is it
an immediate response or can it be on a time-out? Immediate responses
indicate a  running server which does not allow you to connect.




  Success CBee.
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



RE: Cannot connect to the VNC server

2002-05-29 Thread Kieran McKenna

RE: Cannot connect to the VNC serverThe port to telnet to is 5900. 5800 is
the built in web server.
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dilash Krishnapillai
  Sent: Wednesday, May 29, 2002 9:37 AM
  To: '[EMAIL PROTECTED]'
  Subject: RE: Cannot connect to the VNC server


  When I try 'telnet  5800', I get no reply
back. I could ping the machine, but when I try to telnet, it just goes to a
blank screen and does nothing. There is no firewall involved.

  When I try to connect to the server through the vncviewer, it just times
out. There is no response at all.

  Would this information help to narrow down the problem??

  Thanks,

  Dilash.K
-Original Message-
From: "Beerse, Corni" [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 4:21 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Cannot connect to the VNC server


> -Original Message-
> From: Dilash Krishnapillai [mailto:[EMAIL PROTECTED]]
>
> This is a very basic problem, but causing me real headache. I
> have installed
> the VNC server on a large number of Windows 2000 machines.
> Connecting from a
> client machine works for 95% of the servers. But I am not
> able to connect to
> a few machines. I am not sure, what did I do wrong with these
> few machines.
> Both the server and client environments are Windows 2000. I
> have set VNC as
> a service on the server machines and I could verify that the
> service has
> been started and running fine. But when I try to connect to
> that machine
> using the IP address, I get nothing back. I don't even get an
> error message
> or anything. I have uninstalled and reinstalled VNC on these troubling
> machines, but no luck.
>

Some things to have a look:
Does the machine respond to it's ip address? Can you ping it? Can you
see a share on it from an other machine? Does it repot the proper ip address
on the proper port? (I have a machine with 2 ethernet addresses: one for the
server room network and one for the external connection. This causes some
problems if you don't configure all parts properly) Try ipconfig, ifconfig,
winipcfg or other tool to check the actual configuration on the machine.
Correct this yourself.

Is there some firewalling that can cause trouble? Fix this yourself.

Try telnet to the vnc port: `telnet vncserver 5800`. You should get a
line of text with 'rfb' in it.

How long does it take for the vncviewer to say it has some troubles? Is
it an immediate response or can it be on a time-out? Immediate responses
indicate a  running server which does not allow you to connect.




Success CBee.
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



New format

2002-05-29 Thread tgraham

Interesting changes to the mailing list, unfortunately it is virtually useless in it's 
present state
.
The summary listing of topics and the beginning it 8 of 10 times just garbled 
rubbish.  Sure it's enumerated but sheeze.

Here's what it looks like to me:

1. RE: RE: RE: Problem with accents (not accented characters!)
   (=?iso-8859-1?Q?=22Beerse=2C_Corn=E9=22?=) 2. RE: Virus in list, java
   viewer for Xinit (=?iso-8859-1?Q?=22Beerse=2C_Corn=E9=22?=) 3. Re:
   Pop-up menus rendered incorrectly on Windows 2000 ([EMAIL PROTECTED])
   4. RE: Pop-up menus rendered incorrectly on Windows 2000
   (=?ISO-8859-15?Q?=22Beerse=2C_Corn=E9=22?=) 5. Re: [VNC] VNC: looses
   ctrl+left (or right) click to xterm windows ??? (Andrew Ward) 6. RE:
   [VNC] VNC on a Thin Client & different user / password (Ronald
   Wiplinger) 7. Re: [VNC] Pop-up menus rendered incorrectly on Windows
   2000 (Paul Gargan) 8. filter MIME, attachments (Wayne Throop) 9. Cannot
   connect to the VNC server (Dilash Krishnapillai)
  10. Re: [VNC] VNC: looses ctrl+left (or right) click to xterm windows
  ??? (Grant McDorman) 11. Re: Cannot connect to the VNC server (Alex K.
  Angelopoulos) 12. VNCViewer for WindowsCE Command Line Arguments...
  (Will Olson) 13. [VNC] unsubscribe
  (=?iso-8859-1?Q?=22Schr=F6der=2C_Mathias=22?=) 14. Stop getting mails
  from Mailinglist (Joost Bergmans) 15. [VNC] unsubscribe (Daniel Wallis)
  16. RE: [VNC] VNC: looses ctrl+left (or right) click to xterm windows
   ??? (=?iso-8859-1?Q?=22Beerse=2C_Corn=E9=22?=)

--__--__--
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Need decorations for popups in my application.

2002-05-29 Thread Wilcox, Steve

Hi there, 

I am currently using VNC to run our in-house software.  One thing I noticed is that 
any popup windows that normally have window decorations/borders around them no longer 
have them.  I was wondering if there was a way to get the decorations/borders to draw 
as this would allow the user to reposition any popups.

BTW, we have successfully removed the borders from the viewer and would like to keep 
it that way.

Thanks

Steve
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



RE: Cannot connect to the VNC server

2002-05-29 Thread Steve Palocz

RE: Cannot connect to the VNC servertry port 5900 as 5800 is for http.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Dilash Krishnapillai
Sent: Wednesday, May 29, 2002 9:37 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Cannot connect to the VNC server


When I try 'telnet  5800', I get no reply back.
I could ping the machine, but when I try to telnet, it just goes to a blank
screen and does nothing. There is no firewall involved.

When I try to connect to the server through the vncviewer, it just times
out. There is no response at all.

Would this information help to narrow down the problem??

Thanks,

Dilash.K
  -Original Message-
  From: "Beerse, Corni" [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, May 29, 2002 4:21 AM
  To: '[EMAIL PROTECTED]'
  Subject: RE: Cannot connect to the VNC server


  > -Original Message-
  > From: Dilash Krishnapillai [mailto:[EMAIL PROTECTED]]
  >
  > This is a very basic problem, but causing me real headache. I
  > have installed
  > the VNC server on a large number of Windows 2000 machines.
  > Connecting from a
  > client machine works for 95% of the servers. But I am not
  > able to connect to
  > a few machines. I am not sure, what did I do wrong with these
  > few machines.
  > Both the server and client environments are Windows 2000. I
  > have set VNC as
  > a service on the server machines and I could verify that the
  > service has
  > been started and running fine. But when I try to connect to
  > that machine
  > using the IP address, I get nothing back. I don't even get an
  > error message
  > or anything. I have uninstalled and reinstalled VNC on these troubling
  > machines, but no luck.
  >

  Some things to have a look:
  Does the machine respond to it's ip address? Can you ping it? Can you see
a share on it from an other machine? Does it repot the proper ip address on
the proper port? (I have a machine with 2 ethernet addresses: one for the
server room network and one for the external connection. This causes some
problems if you don't configure all parts properly) Try ipconfig, ifconfig,
winipcfg or other tool to check the actual configuration on the machine.
Correct this yourself.

  Is there some firewalling that can cause trouble? Fix this yourself.

  Try telnet to the vnc port: `telnet vncserver 5800`. You should get a line
of text with 'rfb' in it.

  How long does it take for the vncviewer to say it has some troubles? Is it
an immediate response or can it be on a time-out? Immediate responses
indicate a  running server which does not allow you to connect.




  Success CBee.
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Help-Question

2002-05-29 Thread Sven Dorf \(Hiflex GmbH\)

Hello,

I have installed vnc-3.3.3-R9 server on windows 2000 pc in our network. I
connect to this host from remote windows-2000-pc (IPSec installed) via DSL /
Linux (FreeSwan + Firewall). Up to this point it works fine. Then I've
installed "Microsoft Service Pack 2" on the local host on which vnc is
running (the service pack in necessary for oher applications). Now I cannot
connect from remote host. He's asking for the password an then I've only a
grey screen. The connect from local network to vnc is ok.

Any ideas? (with the exception of uninstall the service pack)


Sincerely
Sven Dorf

Fon: ++49-(0)-241-1683-333
Fax: ++49-(0)-241-1683-301
Mail: [EMAIL PROTECTED]
Net: http://www.hiflex.de

[demime 0.99c.8 removed an attachment of type image/gif which had a name of 
hiflex-mail.gif]
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



RE: Cannot connect to the VNC server

2002-05-29 Thread Chris Stoermer

The blank screen is probably a connected screen.  You can't see anything beciase you 
haven't enabled local echo.  You can still enter telnet commands there and get back 
response from the server.  If you hit ! enter, it should drop connection back to a 
prompt.

--Chris

>>> [EMAIL PROTECTED] 05/29/02 08:36AM >>>
When I try 'telnet  5800', I get no reply back.
I could ping the machine, but when I try to telnet, it just goes to a blank
screen and does nothing. There is no firewall involved. 
 
When I try to connect to the server through the vncviewer, it just times
out. There is no response at all. 
 
Would this information help to narrow down the problem??
 
Thanks,
 
Dilash.K

-Original Message-
From: "Beerse, Corni" [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, May 29, 2002 4:21 AM
To: '[EMAIL PROTECTED]' 
Subject: RE: Cannot connect to the VNC server



> -Original Message- 
> From: Dilash Krishnapillai [ mailto:[EMAIL PROTECTED] 
 ] 
> 
> This is a very basic problem, but causing me real headache. I 
> have installed 
> the VNC server on a large number of Windows 2000 machines. 
> Connecting from a 
> client machine works for 95% of the servers. But I am not 
> able to connect to 
> a few machines. I am not sure, what did I do wrong with these 
> few machines. 
> Both the server and client environments are Windows 2000. I 
> have set VNC as 
> a service on the server machines and I could verify that the 
> service has 
> been started and running fine. But when I try to connect to 
> that machine 
> using the IP address, I get nothing back. I don't even get an 
> error message 
> or anything. I have uninstalled and reinstalled VNC on these troubling 
> machines, but no luck. 
> 

Some things to have a look: 
Does the machine respond to it's ip address? Can you ping it? Can you see a
share on it from an other machine? Does it repot the proper ip address on
the proper port? (I have a machine with 2 ethernet addresses: one for the
server room network and one for the external connection. This causes some
problems if you don't configure all parts properly) Try ipconfig, ifconfig,
winipcfg or other tool to check the actual configuration on the machine.
Correct this yourself.

Is there some firewalling that can cause trouble? Fix this yourself. 

Try telnet to the vnc port: `telnet vncserver 5800`. You should get a line
of text with 'rfb' in it. 

How long does it take for the vncviewer to say it has some troubles? Is it
an immediate response or can it be on a time-out? Immediate responses
indicate a  running server which does not allow you to connect.



Success CBee. 
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



unsubscribe vnc-list support@kassasystemen.nl

2002-05-29 Thread Joost Bergmans

 
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



RE: Virus in list, java viewer for Xinit

2002-05-29 Thread [EMAIL PROTECTED]

I was meaning the digest edition #5, not a VNC version.

It had an attachment that was an autoexecute of somesort 
that placed a file in my temp directory then tried to run it.
McAfee caught it along the way.. ( yes im using outlook
express, im at work )

It may have just been something that happened to me, but 
figured it was worth telling the group just incase.. 


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Donno if I'm the only one, but edition #5 was tagged
> as a virus. 

That can be a combination of a specific vnc version and a specific virus
checker variant. Check the maillist archives.

> It was deleted to fast to catch its name.. 
> 
> 
> Back to a VNC subject, wondering if there is a way
> to use the embedded HTTP/Java client when you
> run Xvnc as a service? 
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



MIME filtering

2002-05-29 Thread James ''Wez'' Weatherall

MIME filtering has now been installed for the VNC-List.   This should both
reduce the required list bandwidth and the number of administrative requests
being posted to it.

Enjoy,

---
James "Wez" Weatherall www.spineless.org.uk
  "The path to enlightenment is /usr/bin/enlightenment"
Laboratory for Communications Engineering, Cambridge - Tel : 766513

P.S.  This mail was deliberately sent as HTML.  Let's hope I've set demime up
properly...
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Re: (no subject)

2002-05-29 Thread KCHN1050
unsubscribe vnc-list [EMAIL PROTECTED]





RE: Cannot connect to the VNC server

2002-05-29 Thread Dilash Krishnapillai
Title: RE: Cannot connect to the VNC server



When I 
try 'telnet  5800', I get no reply back. I 
could ping the machine, but when I try to telnet, it just goes to a blank screen 
and does nothing. There is no firewall involved. 
 
When I 
try to connect to the server through the vncviewer, it just times out. There is 
no response at all. 
 
Would 
this information help to narrow down the problem??
 
Thanks,
 
Dilash.K

  -Original Message-From: "Beerse, Corné" 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 29, 2002 4:21 
  AMTo: '[EMAIL PROTECTED]'Subject: RE: Cannot connect 
  to the VNC server
  > -Original Message- > 
  From: Dilash Krishnapillai [mailto:[EMAIL PROTECTED]] 
  > > This is a very basic 
  problem, but causing me real headache. I > have 
  installed > the VNC server on a large number of 
  Windows 2000 machines. > Connecting from a 
  > client machine works for 95% of the servers. But I am 
  not > able to connect to > a few machines. I am not sure, what did I do wrong with these 
  > few machines. > Both 
  the server and client environments are Windows 2000. I > have set VNC as > a service on the 
  server machines and I could verify that the > 
  service has > been started and running fine. But 
  when I try to connect to > that machine 
  > using the IP address, I get nothing back. I don't even 
  get an > error message > 
  or anything. I have uninstalled and reinstalled VNC on these troubling 
  > machines, but no luck. > 
  
  Some things to have a look: Does the 
  machine respond to it's ip address? Can you ping it? Can you see a share on it 
  from an other machine? Does it repot the proper ip address on the proper port? 
  (I have a machine with 2 ethernet addresses: one for the server room network 
  and one for the external connection. This causes some problems if you don't 
  configure all parts properly) Try ipconfig, ifconfig, winipcfg or other tool 
  to check the actual configuration on the machine. Correct this 
  yourself.
  Is there some firewalling that can cause trouble? Fix this 
  yourself. 
  Try telnet to the vnc port: `telnet vncserver 5800`. You 
  should get a line of text with 'rfb' in it. 
  How long does it take for the vncviewer to say it has some 
  troubles? Is it an immediate response or can it be on a time-out? Immediate 
  responses indicate a  running server which does not allow you to 
  connect.
  Success CBee. 


Re: Attachment filtering

2002-05-29 Thread Alex K. Angelopoulos

I've been doing IT support for about 5 years, James...as far as *I*'m concerned,
you're doing fine.  You can feel free to send me a case of Ruddles to make up
for any inconveniences, though. :)

- Original Message -
From: "James ''Wez'' Weatherall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, 2002-05-29 07:21
Subject: Attachment filtering


> Guys,
>
> Sorry about the attachment-noise on the list.  I'm working on it.
>
> Cheers,
>
> ---
> James "Wez" Weatherall www.spineless.org.uk
>   "The path to enlightenment is /usr/bin/enlightenment"
> Laboratory for Communications Engineering, Cambridge - Tel : 766513
>
>
>
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list


___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



(no subject)

2002-05-29 Thread Christina Zeleny
Title: unsubscribe









    unsubscribe vnc-list [EMAIL PROTECTED]



 










Attachment filtering

2002-05-29 Thread James ''Wez'' Weatherall

Guys,

Sorry about the attachment-noise on the list.  I'm working on it.

Cheers,

---
James "Wez" Weatherall www.spineless.org.uk
  "The path to enlightenment is /usr/bin/enlightenment"
Laboratory for Communications Engineering, Cambridge - Tel : 766513



___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



unsubscribe

2002-05-29 Thread "Schröder, Mathias"
Title: unsubscribe







Mathias Schröder
Informationstechnologie


n-tv Nachrichtenfernsehen
GmbH & Co. KG

Taubenstraße 1
10117 Berlin


Tel.   +49 30 20 190 489
Fax.  +49 30 20 190 728


mailto:[EMAIL PROTECTED]

Rund um die Uhr: die aktuellsten Nachrichten im n-tv Programm oder unter ,
alle Programmhinweise im n-tv text ab Tafel 500.





Re: filter MIME, attachments

2002-05-29 Thread Illtud Daniel

Wayne Throop wrote:

> Translating from quoted encoding to text, perhaps rendering HTML with
> lynx, snipping anything with binary encoding, etc, etc, would be very nice.

Me too.

-- 
Illtud Daniel [EMAIL PROTECTED]
Uwch Ddadansoddwr Systemau   Senior Systems Analyst
Llyfrgell Genedlaethol Cymru  National Library of Wales
Yn siarad drosof fy hun, nid LlGC   -  Speaking personally, not for NLW
___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



RE: [VNC] VNC on a Thin Client & different user / password

2002-05-29 Thread "Beerse, Corné"




-Original Message-From: Ronald Wiplinger 
[mailto:[EMAIL PROTECTED]]

  At 03:58 ¤U¤È 2002/5/28 +0200, you wrote:  >>. 
  removed stuff 
  <<< 1) 
  Install VNC  a) if 
  installed to directory other than /usr/local/bin, edit the vnc paths in the 
  'vncserver.*' files (the ones used in the page below). done!2) edit 'xdm-config' and 
  comment out the line '! DisplayManager.requestPort: 0' (should be the last 
  line)  a) RedHat 6.2, 
  7.1, 7.2 - '/etc/X11/xdm/xdm-config'done!3) edit 'kdmrc' and enable 
  XDMCP on port 177 (if kde is new enough) 
    a) RedHat 7.2 - 
  '/etc/kde/kdm/kdmrc' In SuSE it is in 
  /opt/kde2/share/config/kdm/kdmrc:[Xdmcp]Enable=1Xaccess=/var/X11R6/lib/xdm/XaccessWilling=/var/X11R6/lib/scm/XwillingPort=177  
  b) If running Gnome as your desktop, start gdmconfig, select Expert Mode, 
  ensure that Enable XDMCP is checked. (You must be logged in as 
  root)I don't use 
  Gnome4) edit Xaccess and uncomment the line 
  '*    #any host can get a login window' 
    a) RedHat 6.2, 7.1, 
  7.2 -' /etc/X11/xdm/Xaccess' *   #any 
  host can get a login windowdone!5) append contents 
  of 'services.inetd' to 'services' 
    a) Linux - 
  '/etc/services' done!6) Update inetd configuration 
  for the services to enable (based on /etc/services) 
    a) inetd - append 
  contents of 'vncserver.inetd' to '/etc/inetd.conf' done!  
   
  Did you 
  use the correct path to 
  Xvnc?  
  b) xinetd - copy 'vncserver.xinetd' to '/etc/xinetd.d' (RH 7.2 (not available 
  in my RH6.2) I don't use xinetd 
  now.7) reboot (or restart inetd/xinetd and xdm or 
  equivalent)   a) xdm 
  i) Running KDM, to restart, killall 
  kdm  
  ii) Running GDM, to restart, killall 
  gdm  b) xinet i) 
  RedHat 7.1/7.2 - '/etc/init.d/xinet restart' Ooops in 
  the page: restart inetd `/etc/init/d/inet restart`...
   
   a. kill all Xvnc sessions 
   
  No need 
  to...  
   b. remove all 
  /tmp/.X11-unix/X1... and /tmp/.X1-lock ... files 
   
  Should 
  have used `vncserver -kill`  
  option.  
   c. on the server 
  CTR-ALT-Back to restart the X server (startx) 
  No need 
  to, Xvnc is the Xserver for vnc, its in no 
  way connected to Xserver at 
  console. Test vncviewer to the 
  server  ==> No answer 
   
  Try a 
  telnet to the vnc ports (5950 an such: `telnet machine 5950`) This must 
  reply with some 'rfb...' 
  message. Debugging your connection to 
  VNC.1. If you find you cannot connect, this could be a few things. 
  Ensure that the path in your inetd.conf and xinetd.d point to the same place 
  as your actual vnc executables.inetd.conf points 
  to /usr/local/bin/Xvnc   (correct)2. See if your Xvnc is 
  running. From a remote machine, telnet to the machine hosting VNC, using the 
  full port number you have defined in your services file. In this case, an 
  example would be port 5951. (This would test the VNC for 800x600x8). If no 
  response, you may not be on the same subnet, or you have a firewall in the 
  way. The normal response would be rubbish, but it proves that you have an open 
  port to connect to.telnet www.elmit.com:5953  
  Name or service not known: No such file or directory(Firewall 
  has the ports 5950 ~ 5990/tcp and 177/udp open) 
   
  To avoid 
  firewall, try it from the 
  console. 3. Test if your XDMCP 
  is running. This uses port 177, but uses UDP, so telnet will not work against 
  it. You can use something like nmap http://www.insecure.org/nmap/ to 
  test this port. The command line would be:nmap -sU -p 177 hostname 
  (change the hostname to suit your 
  system).PortState   Service177/udp openxdmcp(ok!)BUT:nmap 
  -sT -p 5950-5990Starting nmap V. 2.54BETA34 ( www.insecure.org/nmap/ 
  )Interesting ports on dns.elmit.com (192.168.250.254):(The 36 ports 
  scanned but not shown below are in state: 
  closed)Port   
  State   Service5950/tcp   
  open    
  unknown 
  5951/tcp   open    
  unknown 
  5952/tcp   open    
  unknown 
  5953/tcp   open    
  unknown 
  5954/tcp   open    
  unknown  
   
  Did you do the above on the local machine or from a 
  remote site? I bet the later. From the local machine, the /etc/services 
  file is used to show the service... 
   
  Try the localhost address here: 
  127.0.0.1... Nmap run completed -- 1 IP 
  address (1 host up) scanned in 0 secondsAny idea 
  ???You can also use nmap to test your regular vnc 
  ports. If not running, check part 3 of the configuration 
  instructions.
   byeRonald

  
bye
Ronald
 Ronald  Wiplinger 
Bright Networking Inc. 
7F, 192-1, Sec. 3, Tatung Rd., Shijr City, Taipei, Taiwan, RoC 
Tel.: +886 2 8647-1685, Mobile +886 915 653-452, Fax: +88

[VNC] unsubscribe

2002-05-29 Thread H.E. Meijles



remove me from the list.Thanks.
unsubscribe vnc-list> > [EMAIL PROTECTED]> > [EMAIL PROTECTED]> 
> [EMAIL PROTECTED]


RE: VNCViewer for WindowsCE Command Line Arguments...

2002-05-29 Thread "Beerse, Corné"
Title: RE: VNCViewer for WindowsCE Command Line Arguments...





> -Original Message-
> From: Will Olson [mailto:[EMAIL PROTECTED]]
> 
> I'm checking around for a version of this executable that can recieve
> command line arguments - i.e. IP address and password to 
> speed up connection
> from a CE device to a "Serving" PC
> 
> So... something like this.
> 
>       vncview 169.10.140.163 myPassword



Have you tried `vncviewer /help` or any other phony help option. On M$Windows and Unix variants, you get a list of the available options. Do you get them on ce too? else try the M$Windows options.



Success
CBee





RE: Cannot connect to the VNC server

2002-05-29 Thread "Beerse, Corné"
Title: RE: Cannot connect to the VNC server





> -Original Message-
> From: Dilash Krishnapillai [mailto:[EMAIL PROTECTED]]
> 
> This is a very basic problem, but causing me real headache. I 
> have installed
> the VNC server on a large number of Windows 2000 machines. 
> Connecting from a
> client machine works for 95% of the servers. But I am not 
> able to connect to
> a few machines. I am not sure, what did I do wrong with these 
> few machines.
> Both the server and client environments are Windows 2000. I 
> have set VNC as
> a service on the server machines and I could verify that the 
> service has
> been started and running fine. But when I try to connect to 
> that machine
> using the IP address, I get nothing back. I don't even get an 
> error message
> or anything. I have uninstalled and reinstalled VNC on these troubling
> machines, but no luck. 
> 


Some things to have a look:
Does the machine respond to it's ip address? Can you ping it? Can you see a share on it from an other machine? Does it repot the proper ip address on the proper port? (I have a machine with 2 ethernet addresses: one for the server room network and one for the external connection. This causes some problems if you don't configure all parts properly) Try ipconfig, ifconfig, winipcfg or other tool to check the actual configuration on the machine. Correct this yourself.

Is there some firewalling that can cause trouble? Fix this yourself.


Try telnet to the vnc port: `telnet vncserver 5800`. You should get a line of text with 'rfb' in it.


How long does it take for the vncviewer to say it has some troubles? Is it an immediate response or can it be on a time-out? Immediate responses indicate a  running server which does not allow you to connect.



Success CBee.





RE: [VNC] VNC: looses ctrl+left (or right) click to xterm windows ???

2002-05-29 Thread "Beerse, Corné"
Title: RE: [VNC] VNC: looses ctrl+left (or right) click to xterm windows ???





> -Original Message-
> From: Andrew Ward [mailto:[EMAIL PROTECTED]]
> Nope this didn't work... No combination of ctrl, alt, shift,
> Sun's_special_diamond_key had any effect to call up the normal xterm
> option menus.
> 
> Any other suggestions???


For all potential keyboard options, I start `xkeycaps`. With this app, you can chech what keyboard events arive at the X display, you can emulate every keyboard (with the 'type at window' option) and you can create your own custom keyboard mappings to load next time with `xmodmap`.

Hence, if it is not available at your system, look for xkeycaps (http://www.jwz.org/xkeycaps/) at your favorite ftp site and start hacking. For example, a HP-UX distribution is at http://hpux.tn.tudelft.nl/hppd/hpux/X11/Misc/xkeycaps-2.46/ .

CBee


> 
> Thanks
> 
> -Andrew
> 
> On Mon, May 27, 2002 at 08:59:19PM -0500, Alex K. Angelopoulos wrote:
> > Andrew, a generic fix for most things which involve 
> keystrokes seems to be
> > including a shift - what happens if you try Shift+Ctrl+(click)?
> > 
> > - Original Message -
> > From: "Andrew Ward" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, 2002-05-24 12:09
> > Subject: [VNC] VNC: looses ctrl+left (or right) click to 
> xterm windows ???
> > 
> > 
> > > Does anyone have any idea why VNC will NOT pass ctrl+left 
> click (or
> > > right) from vncviewer (running on a Sun U10 workstation running
> > > Solaris 5.8) to they underlying VNC server app?
> > >
> > > Xterms NOT under VNC work FINE.
> > >
> > > vncviewer from a PC DOES pass ctrl+left click just fine.
> > >
> > > (I am running fvwm2 as my WM)
> > >
> > > Does anyone have ANY idea how to fix this?
> > >
> > > Thanks
> > >
> > > -Andrew
> > >
> > > 
> > > Andrew Ward
> > > ph: 408 527-2773    |   |
> > > 800.250.4800 ext 72773  |   |
> > > Internet POP Systems BU    ||| |||
> > > GSR development group (12000) ..:|||:...:|||:..
> > > email to: [EMAIL PROTECTED] C i s c o   S y s t e m s
> > > 
> > >
> > > ___
> > > VNC-List mailing list
> > > [EMAIL PROTECTED]
> > > http://www.realvnc.com/mailman/listinfo/vnc-list
> > 
> > 
> > ___
> > VNC-List mailing list
> > [EMAIL PROTECTED]
> > http://www.realvnc.com/mailman/listinfo/vnc-list
> ___
> VNC-List mailing list
> [EMAIL PROTECTED]
> http://www.realvnc.com/mailman/listinfo/vnc-list
> 





[VNC] unsubscribe

2002-05-29 Thread Daniel Wallis

Please remove me from the list.
Thanks.

Dan Wallis MCP CME
Support Engineer/Webmaster
Foursys Ltd
14 Cambridge Science Park
Cambridge
CB4 0FQ
01223 395980
http://www.foursys.co.uk



**
This message has been scanned for e-mail content security threats by MAILsweeper, one 
of the MIMEsweeper family of products, and Sophos, the leading AntiVirus software.

Foursys Ltd. is a specialist in security software solutions.

For more information call +44 (0)1223 423311, visit http://www.foursys.co.uk, or 
mailto:[EMAIL PROTECTED].

**

___
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list



Stop getting mails from Mailinglist

2002-05-29 Thread Joost Bergmans