Re: [zones-discuss] vncserver in a zone?

2010-07-08 Thread Brad Diggs
You can create a non-global zone with vnc server with the following using theZone Manager 2.0.7.1.# echo "your_vncsvr_ip	zone0001"  /etc/hosts# zonemgr -F -a add -o 'dCount|1' -I "ns|e1000g0|24|all" -G vncserverBe sure to replace e1000g0 with your network interface.BradBrad Diggs | Principal Security Sales Consultant | +1.972.814.3698OracleNorth America Technology Organization16000 Dallas Parkway, Dallas, TX 75248eMail:brad.di...@oracle.comTech Blog:http://TheZoneManager.comLinkedIn:http://www.linkedin.com/in/braddiggs On Jul 7, 2010, at 3:01 PM, Günther Schmidt wrote:Hi all,is it possible to run a vncserver in a non-global zone?Günther___zones-discuss mailing listzones-discuss@opensolaris.org___
zones-discuss mailing list
zones-discuss@opensolaris.org

[zones-discuss] vncserver in a zone?

2010-07-07 Thread Günther Schmidt

Hi all,

is it possible to run a vncserver in a non-global zone?

Günther

___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] vncserver in a zone?

2010-07-07 Thread Brian Kolaci
Yes, I do that all the time.


On Jul 7, 2010, at 4:01 PM, Günther Schmidt wrote:

 Hi all,
 
 is it possible to run a vncserver in a non-global zone?
 
 Günther
 
 ___
 zones-discuss mailing list
 zones-discuss@opensolaris.org

___
zones-discuss mailing list
zones-discuss@opensolaris.org


Re: [zones-discuss] vncserver in a zone?

2010-07-07 Thread Joe Balenzano
I fired up  the S10 version of this while running a  dtrace script that 
monitors device and privlege access for Xvnc (vncserver is a perl script 
that fires up Xvnc)


There was an open for this device ...

/devices/pseudo/dtr...@0:helper

This happens because there are USDT probes in the Xvnc code. This was 
fixed by adding /dev/dtrace and having the initlization code for the  
USDT providers  to use the /dev link. It looks like the Xvnc server that 
ships with Solaris  was never recompiled on a latter version of Solaris 
that implemented the /dev links.  What it means is the USDT probes in 
Xvnc don't initialize so you can't use them in a dtrace script, but Xvnc 
still works.




There is no devices directory in NGZ, so this open would fail.  Now 
according to the


Brian Kolaci wrote:

Yes, I do that all the time.


On Jul 7, 2010, at 4:01 PM, Günther Schmidt wrote:

  

Hi all,

is it possible to run a vncserver in a non-global zone?

Günther

___
zones-discuss mailing list
zones-discuss@opensolaris.org



___
zones-discuss mailing list
zones-discuss@opensolaris.org
  


___
zones-discuss mailing list
zones-discuss@opensolaris.org