Re: [osol-discuss] User defined functions call from Dtrace...!

2007-08-07 Thread Suraj Verma
HI Ravi, If you want to find memory leaks, you may try to see the difference between number of mallocs and number of frees. However you may find libumem/dbx more handy, atleast to begin with in finding memory leaks and memory corruption issues. Towards the end of the following article

Re: [osol-discuss] What is the maximum number of local zone can I have?

2007-05-16 Thread Suraj Verma
There is also useful information on Jeff Victor's blog, when creating large number of zones. http://blogs.sun.com/jeffV/ Thanks Suraj Sean McGrath - Sun Microsystems Ireland wrote: storage-disk stated: Hope this is not a new thread. I just have a simple question. What is the maximum

Re: [osol-discuss] How to fetch Mercurial repository sources

2007-05-08 Thread Suraj Verma
I think you need to set something like the following in your $HOME/.ssh/config file to navigate the firewall. Host hg.opensolaris.org Compression yes ProxyCommand /usr/lib/ssh/ssh-socks5-proxy-connect -h 192.18.43.19 %h %p Googling should provide more details. Guido Ostkamp wrote:

Re: [osol-discuss] How could i visulize the memory utilization in clusters.

2007-04-16 Thread Suraj Verma
Hi Vikrant, I am not sure about your exact requirements, but you could try running $prstat -p pid to see the the RSS/size of the process. If you want to look at system memory consumption, you could try running vmstat or sar Thanks Suraj Vikrant Kumar Choudhary wrote: Hi , I have a program

Re: [osol-discuss] snv_61 system/webconsole:console failed fatally

2007-04-10 Thread Suraj Verma
If you are still stuck, and feel eager, you could modify the script /lib/svc/method/svc-webconsole by adding some debug messages, and run it manually from command prompt. #/lib/svc/method/svc-webconsole start and see where it is failing. Its a simple script and you will need to debug the

Re: [osol-discuss] Workspace tools

2007-04-09 Thread Suraj Verma
I am not sure of the legal nuiances, but the license in SUNWonbld package available at http://dlc.sun.com/osol/on/downloads/current/ , says that you can use it only for building opensolaris. Suraj Manoj Joseph wrote: Shawn Walker wrote: Teamware is Sun's internal code management tool. wx,