RE: Sun Solaris 2.6

2001-07-13 Thread Mel Stotyn

I have had no problems running the sun4_sosV_5.5 on Solaris 2.6, 7 and 8.

Mel Stotyn, Senior Specialist   mailto:[EMAIL PROTECTED]   403 537-5913
Quick Link Communications Ltd.  http://www.qlccom.com   403 265-5558
1505, 311 6 Avenue SW
Calgary, AB
T2P 3H2

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John Harris
Sent: Thursday, July 12, 2001 3:20 PM
To: [EMAIL PROTECTED]
Subject: RE: Sun Solaris 2.6

I'd bet money you are right.

I'm pretty sure the 2.5 version will work on 2.6, as well.  :-)

jrh

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Kneller, Seth
Sent: Thursday, July 12, 2001 2:24 PM
To: [EMAIL PROTECTED]
Subject: RE: Sun Solaris 2.6


Kate Bazilevsky writes:
>Does anybody know where I can download VNC for my UNIX machine (SUN
>Solaris 2.6)? I only see Solaris 2.5 platform listed on the download
>page :(

I may be wrong because I am not a Sun guy, but I think Solaris 2.6 is
binary compatable with Solaris 2.6; if not you can always compile your
own.

Seth
-
To unsubscribe, send a message with the line: unsubscribe vnc-list to
[EMAIL PROTECTED] See also:
http://www.uk.research.att.com/vnc/intouch.html
-
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: [ovforum] RE: Trouble with VNC and OpenView

2001-01-09 Thread Mel Stotyn

I have also had this problem.
I have VNC 3.3.3r2 on Solaris 8 running the server half and VNC 3.3.3r7 on
WIN2K running the viewer.
I retrieved the previous versions from the VNC site and still have the same
problem.
I retrieved VNC 3.3.2r2 from an old backup and ran a server instance on my
Solaris box; still VNC 3.3.3r7 viewer on WIN2K.
This does not have the right mouse problem.
Therefore, the problem appears to have been introduced in the VNC server
after 3.3.2r2.

Here is a difference:

xmodmap -pp  # prints the current pointer map

There are 3 buttons in VNC 3.3.2r2; there are 5 buttons in 3.3.3r1 and r2.
I don't know if this is what is causing the problem or not.

I searched the VNC mailing list archive and found some discussion of this
issue in 2000/06 and 2000/10 but no resolution.

Mel Stotyn, Senior Specialist   mailto:[EMAIL PROTECTED]
403 537-5913
Quick Link Communications Ltd.  http://www.qlccom.com   403 265-5558
1505, 311 6 Avenue SW
Calgary, AB
T2P 3H2

-Original Message-
From: Reimer, Fred [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 08, 2001 11:51 AM
To: ovforum: the OpenView Forum mail list for network management
Subject: [ovforum] RE: Trouble with VNC and OpenView


> -Original Message-
> From: Dave [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, January 07, 2001 8:53 PM
> To: ovforum: the OpenView Forum mail list for network management
> Subject: [ovforum] Trouble with VNC and OpenView
>
>
> Hi,
> Anyone out there using VNC to view Openview NNM?

Yes.

>
> Have you had trouble with the right mouse button in
> the  Topology view? Mine doesn't seem to work. I've
> tried swapping buttons on the mouse and different
> window managers, but no luck.

Yes - same problem.

>
> Has anyone found a workaround/fix ?
 You may also try writing to the folks at AT&T to see if they have a
work-around...

> Running NNM 6.1 on Solaris 2.6 with Win32 VNC 3.3.3r2
>
> Thanks,
> Dave.
>

This list server service is provided by OpenView Forum International,
the independent organization of OpenView users, developers,
and systems integrators.

Support us by becoming a member.
Apply today at http://www.ovforum.org/JoinToday
Mail list subscribe/unsubscribe information, and a link to the list
archives, can be found at http://www.ovforum.org/tech/reflectordes.cfm
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: Trouble with VNC and OpenView

2001-02-16 Thread Mel Stotyn

Fred's suggestion solved the problem.  I only changed the 5 to 3 in the
InitPointerDeviceStruct line in init.c.

It seems clear that HP OV NNM binds it's "middle" and "right" menus to the
last two buttons rather than explicitly to buttons 2 and 3.
I found this behavior on olwm and afterstep as well, fvwm2 worked OK with
the 5 button pointing device init.

Mel Stotyn, Senior Specialist   mailto:[EMAIL PROTECTED]
403 537-5913
Quick Link Communications Ltd.  http://www.qlccom.com   403 265-5558
1505, 311 6 Avenue SW
Calgary, AB
T2P 3H2

-Original Message-
From: Reimer, Fred [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 9:05 AM
To: ovforum: the OpenView Forum mail list for network management
Cc: [EMAIL PROTECTED]
Subject: [ovforum] RE: Trouble with VNC and OpenView

Well, if that's the case then changing the number of buttons on the pointer
device should revert to the old behavior, or at least it's worth a try.
Looks like line 627 in init.c () has a:

InitPointerDeviceStruct(pDev,map,5,miPointerGetMontionEvents,
...

Someone could try changing this to ...map,3,... to see what it does.  Could
probably bring the map array down to a size of 4 (for a max index of 3)
also.  Or maybe you need to change the map settings in the previous lines.
May be the third button actually maps to the "last" button on the actual
device, or 5 in the new code.  I'd give it a try but I have to physically
move my management station today :-)

Fred Reimer
Eclipsys Corporation

> -Original Message-
> From: Mel Stotyn [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 09, 2001 6:08 PM
> To: ovforum: the OpenView Forum mail list for network management
> Cc: [EMAIL PROTECTED]
> Subject: [ovforum] RE: Trouble with VNC and OpenView
>
>
> I have also had this problem.
> I have VNC 3.3.3r2 on Solaris 8 running the server half and
> VNC 3.3.3r7 on
> WIN2K running the viewer.
> I retrieved the previous versions from the VNC site and still
> have the same
> problem.
> I retrieved VNC 3.3.2r2 from an old backup and ran a server
> instance on my
> Solaris box; still VNC 3.3.3r7 viewer on WIN2K.
>   This does not have the right mouse problem.
> Therefore, the problem appears to have been introduced in the
> VNC server
> after 3.3.2r2.
>
> Here is a difference:
>
> xmodmap -pp  # prints the current pointer map
>
> There are 3 buttons in VNC 3.3.2r2; there are 5 buttons in
> 3.3.3r1 and r2.
> I don't know if this is what is causing the problem or not.
>
> I searched the VNC mailing list archive and found some
> discussion of this
> issue in 2000/06 and 2000/10 but no resolution.
>
> Mel Stotyn, Senior Specialist
> mailto:[EMAIL PROTECTED] 403 537-5913
> Quick Link Communications Ltd.http://www.qlccom.com
> 403 265-5558
> 1505, 311 6 Avenue SW
> Calgary, AB
> T2P 3H2
>
> -Original Message-
> From: Reimer, Fred [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 11:51 AM
> To: ovforum: the OpenView Forum mail list for network management
> Subject: [ovforum] RE: Trouble with VNC and OpenView
>
>
> > -Original Message-
> > From: Dave [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, January 07, 2001 8:53 PM
> > To: ovforum: the OpenView Forum mail list for network management
> > Subject: [ovforum] Trouble with VNC and OpenView
> >
> >
> > Hi,
> > Anyone out there using VNC to view Openview NNM?
>
> Yes.
>
> >
> > Have you had trouble with the right mouse button in
> > the  Topology view? Mine doesn't seem to work. I've
> > tried swapping buttons on the mouse and different
> > window managers, but no luck.
>
> Yes - same problem.
>
> >
> > Has anyone found a workaround/fix ?
>  You may also try writing to the folks at AT&T to see if they have a
> work-around...
>
> > Running NNM 6.1 on Solaris 2.6 with Win32 VNC 3.3.3r2
> >
> > Thanks,
> > Dave.
> >
>
> This list server service is provided by OpenView Forum International,
> the independent organization of OpenView users, developers,
> and systems integrators.
>
> Support us by becoming a member.
> Apply today at http://www.ovforum.org/JoinToday
> Mail list subscribe/unsubscribe information, and a link to the list
> archives, can be found at http://www.ovforum.org/tech/reflectordes.cfm
>
>
> This list server service is provided by OpenView Forum International,
> the independent organization of OpenView users, developers,
> and systems integrators.
>
> Support us by becoming a member.
> Apply today at http://www.ovforum.org/JoinToday
> Mail list subscribe/unsubscribe information, and a link to
> the 

RE: (X) window location & size

2001-02-16 Thread Mel Stotyn

I added the directive "RandomPlacement" in
"/usr/openwin/lib/X11/twm/system.twmrc" on my Solaris box.
You will need to find where the "system.twmrc" file is placed on Linux.
Also if you specify geometry on any clients started in the xstartup file,
they will be placed.

By all means, though, do read the man page since there is a more complete
discussion in there.

Mel Stotyn, Senior Specialist   mailto:[EMAIL PROTECTED]   403 
537-5913
Quick Link Communications Ltd.  http://www.qlccom.com   403 265-5558
1505, 311 6 Avenue SW
Calgary, AB
T2P 3H2

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Liaw, Andy
Sent: Friday, February 16, 2001 2:29 PM
To: '[EMAIL PROTECTED]'
Subject: RE: (X) window location & size

> I am running VNC server on Linux, vncviewer on Windows 9x.  When I
> connect, I get that ghostly, skeletal box that I must
> position to where
> I want the X window placed.  I move it to where I want it and then my
> application appears.
>
> I am trying to simplify this as much as possible for end users.  Is
> there some way to get the X window to immediately go to the extreme
> upper left?
>
> I realize this is probably more an X question than VNC.

Not exactly.  This has to do with the window manager in X.  Some (most?)
window managers have a resource/setting/option called window placement
policy.  In your case the default must be something like "ask", which
lets the user place the window.  Other possible settings are "random"
or even "smart".  If you are using twm (as the vncserver script calls
by default), check the man pages for twm.

As you can tell by now, this is window manager specific, and not a
whole lot to do with X per se.

Andy
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: VNC as only display on Sol 2.6 for CDE login??

2001-03-02 Thread Mel Stotyn

Check pkginfo to see if you have FB, CDE, X code loaded on the local
machines but not the new remote one.  For example:  SUNWdfb, SUNWdtbas,
SUNWdtbax, SUNWdtcor, SUNWdtdmn, SUNWdtdte, SUNWdticn, SUNWdtwm
These may have many dependencies on the X subsystem packages: SUNWxw*
These are examples from my Solaris 8 system; YMMV

Mel Stotyn, Senior Specialist   mailto:[EMAIL PROTECTED]   403 
537-5913
Quick Link Communications Ltd.  http://www.qlccom.com   403 265-5558
1505, 311 6 Avenue SW
Calgary, AB
T2P 3H2

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Glenn Lovitz
Sent: Friday, March 02, 2001 2:13 PM
To: [EMAIL PROTECTED]
Subject: VNC as only display on Sol 2.6 for CDE login??

Can anyone tell me what I am doing wrong??? I've searched all the online
resources to no avail...

I have been using VNC for some time on my local LAN between my NT machine
and Solaris workstations.  I now also admin our company mail server which is
also a Solaris 2.6 box on the WAN.  It is a pain to do everything remotely
without a GUI. So, I installed VNC and config'd same as on local boxes for
dtlogin.  This server does NOT have a display adapter and was not previously
starting an Xserver.  When I boot the machine, these are the running root
processes:

After I attempt to connect to the VNC session this is appended to
"/var/dt/Xerrors":
*
fbconsole: ioctl SRIOCSREDIR: Invalid argument

Thu Mar  1 14:31:05 2001
error (pid 24319): _@
*

Regards,

Glenn Lovitz
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: VNC as only display on Sol 2.6 for CDE login??

2001-03-02 Thread Mel Stotyn

The example box that I referred to below is a Netra t1 without a frame
buffer installed and Xvnc works fine, so it doesn't seem to depend on having
one.  My box does have packages for the Elite, M64 and Creator frame buffers
loaded even though there isn't a card installed.

Mel Stotyn, Senior Specialist   mailto:[EMAIL PROTECTED]   403 
537-5913
Quick Link Communications Ltd.  http://www.qlccom.com   403 265-5558
1505, 311 6 Avenue SW
Calgary, AB
T2P 3H2

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Glenn Lovitz
Sent: Friday, March 02, 2001 3:58 PM
To: [EMAIL PROTECTED]
Subject: RE: VNC as only display on Sol 2.6 for CDE login??

I have checked everything and all is properly installed.  I should have X,
CDE, OPENWIN, etc. available.  There is nothing on my local system not on
the remote system other than an istalled framebuffer on display UNIX:0.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mel Stotyn
Sent: Friday, March 02, 2001 4:17 PM
To: [EMAIL PROTECTED]
Subject: RE: VNC as only display on Sol 2.6 for CDE login??


Check pkginfo to see if you have FB, CDE, X code loaded on the local
machines but not the new remote one.  For example:  SUNWdfb, SUNWdtbas,
SUNWdtbax, SUNWdtcor, SUNWdtdmn, SUNWdtdte, SUNWdticn, SUNWdtwm
These may have many dependencies on the X subsystem packages: SUNWxw*
These are examples from my Solaris 8 system; YMMV

Mel Stotyn, Senior Specialist   mailto:[EMAIL PROTECTED]
403 537-5913
Quick Link Communications Ltd.  http://www.qlccom.com   403 265-5558
1505, 311 6 Avenue SW
Calgary, AB
T2P 3H2
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: Solaris 8 vs VNC

2001-05-04 Thread Mel Stotyn

Could it be something as simple as return routes?
If you had been configuring specific routes before in a startup script, they
may not be working.  The syntax of the route command has changed a little.

Mel Stotyn, Senior Specialist   mailto:[EMAIL PROTECTED]   403 
537-5913
Quick Link Communications Ltd.  http://www.qlccom.com   403 265-5558
1505, 311 6 Avenue SW
Calgary, AB
T2P 3H2

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Grant Visser
Sent: Friday, May 04, 2001 12:45 PM
To: [EMAIL PROTECTED]
Subject: Solaris 8 vs VNC

Hi there,

I am just a little stumped here so am hoping that someone will be able to
point me in the right direction.

I sit outside of my firewall on a pc and connect through the firewall to my
Solaris servers with vnc without a single hitch ... until now ...

I have just loaded one of my servers with Solaris 8 and try as I may I
cannot connect to either of the vnc ports on the server from my pc. I know
that the vnc server is running as it is supposed to be because I can telnet
to port 5801 from the server .

I also know that it is not a firewall problem because the firewall logs
show the connections and there are no dropped or rejected packets.

Snooping the interface on the server I see the incoming packets from my PC
but there are NO outgoing packets  the logs on my firewall confirm
the same!

The vnc log file does NOT log the connection attempts from my PC but does
log the connection attempts I make from the server itself with telnet.

Now I know that SUN have made some serious attempts to increase the network
security within Solaris 8 but cannot imagine where this particular problem
is coming from 

OH  I have also created a seperate user on this server from which I run
the vncserver as I thought it may have somthing to do with a root user
security issue but no luck there either .

ANY IDEAS ??

Many thanx
Grant
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: problem in starting vncserver on sol26

2001-05-22 Thread Mel Stotyn

If only root can run Xvnc this indicates that the permissions on Xvnc
haven't been modified.  It needs to be SGID root.

Mel Stotyn, Senior Specialist   mailto:[EMAIL PROTECTED]   403 
537-5913
Quick Link Communications Ltd.  http://www.qlccom.com   403 265-5558
1505, 311 6 Avenue SW
Calgary, AB
T2P 3H2

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Orlando Quiroz
Sent: Monday, May 21, 2001 6:09 PM
To: [EMAIL PROTECTED]
Subject: RE: problem in starting vncserver on sol26

Just installed VNC on sol 7 enviornment and receive same errors..?

1) can get CDE running fine, but only root can run, normal users not able to
run.

2) How should I have vnc setup? Sever servers to choose from. Depending on
the load, should I distribute serveral installs per unix server, or do one
installation on one machine ...?

Please help me with the following error reffering to question 1).

"rfbAuthProcessClientMessage: authentication failed from 192.168.1.65"

Your help is greatly appreciated.

Thank you,
Orlando

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, May 21, 2001 2:44 PM
To: [EMAIL PROTECTED]
Subject: RE: problem in starting vncserver on sol26


Hi Ajit ,
For Solaris add -pr to your Xvnc string.

Cheers
Richard.

-Original Message-
From: Ajit Alok [mailto:[EMAIL PROTECTED]]
Sent: 19 May 2001 01:02
To: [EMAIL PROTECTED]
Subject: problem in starting vncserver on sol26


Hi All


Previously  it was working fine. I was able to restart the server. Now I
rebooted the machine.

I am trying to start the server again . It throw error  in goes in loop.

Fatal server error:
Failed to establish all listening sockets
_XSERVTransSocketCreateListener: failed to bind listener
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: failed to create listener for local


I am running following command to start the vnc server.

Xvnc :1 -geometry 1024x768 -depth 16 -once -query farworld -httpd
/local/vnc/classes -httpport 5801 -dontdisconnect -fp
tcp/farworld:7100 -auth /home/corp/aalok/Xauthority  -rfbauth
/home/corp/aalok/.vnc/passwd
$0



Above are the two lines in script file.



Second problem is , when ever you tries to connect to vncserver from a
remote client , every times it creates a new process on server machine and
doesn't terminate it after done.

Any pointer to above problem is well appreciated.

Thanks
Ajit



vnc-list-digest wrote:

> vnc-list-digest Friday, May 18 2001 Volume 01 : Number
1136
>
> 
> VNC-LIST-DIGEST is a daily collection of the messages sent to the
> VNC mailing list.  For more information about VNC see the home page
> http://www.uk.research.att.com/vnc .
>
> In this issue:
>
> re: nmap to port 6001 kills vnc session...
> re: nmap to port 6001 kills vnc session...
> Obtaining IP address over internet
> RE: Obtaining IP address over internet
> RE: Obtaining IP address over internet
> RE: Obtaining IP address over internet
> Argh!  HowTo inetd ... script
> asciicircum sent twice
> AW: Obtaining IP address over internet
> Re: Obtaining IP address over internet
> Re: remotely installing VNC
> RE: vnc without screen update
> Re: Obtaining IP address over internet
> Re: remotely installing VNC
> VNC vs Tridia
> omnithread_rt.dll
> RE: HELP me please, vnc on windows nt but the users always close
the vnc client
> Vnc server on Unix
> Re: vnc without screen update
> Re: VNC vs Tridia
> re: nmap to port 6001 kills vnc session...
> Connecting to my (small) office network (ADSL problem?)
> Re: VNC vs Tridia
> re: nmap to port 6001 kills vnc session...
> Re: Connecting to my (small) office network (ADSL problem?)
> Re: Connecting to my (small) office network (ADSL problem?)
> Re: Connecting to my (small) office network (ADSL problem?)
> Re: nmap to port 6001 kills vnc session...
> Re: Connecting to my (small) office network (ADSL problem?)
> Re: Connecting to my (small) office network (ADSL problem?)
> Re: nmap to port 6001 kills vnc session...
> Re: Connecting to my (small) office network (ADSL problem?)
> RE: HELP me please, vnc on windows nt but the users always close
the vnc client
> Re: nmap to port 6001 kills vnc session...
> How to install VNC on remote machine
> RedHat 7.0 and VNC
> Re: Obtaining IP address over internet
> Re: How to install VNC on remote machine
> Re: Obtaining IP address over inter