Re: [osol-discuss] ISCSI SAN......

2010-07-15 Thread abhishek
Hi, I have install websmcserver to create volumes through GUI. What all is need to install this component. Is it licensed or free. How it works, can you please guide me on the same. -- This message posted from opensolaris.org ___ opensolaris-discuss m

[osol-discuss] Network status is unknown...

2010-07-06 Thread abhishek
. Regards, Abhishek -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] not able to install open solaris.

2010-07-04 Thread abhishek girme
ndows 2003 using NTFS Partition.Run the solaris installer.Still it says that Solaris partition exist. Regards, Abhishek > Date: Thu, 1 Jul 2010 21:28:46 -0700 > From: erik.trim...@oracle.com > To: ak_gi...@hotmail.com > CC: opensolaris-discuss@opensolaris.org > Subject: Re: [osol-

[osol-discuss] not able to install open solaris.

2010-07-01 Thread abhishek
Dear All, I have tested open solaris and ZFS ISCSI on vmware. Not i am planning to install it on physial machine. During the open solaris installation my Server restarted at 5%. Now next time when I reboot and run the installation wizard, it does not allow me to format the disk and install So

[osol-discuss] client authentication in sunone 7.0 webserver

2010-04-07 Thread abhishek
partial client auth. Kindly help Thanks Abhishek -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Process detaching through C

2009-05-11 Thread Abhishek
The PTRACE_DETACH option is not available in solaris.. what is the proper solution to it? the child is to be detached from the parent when the parent has the control when child has issued the PTRACE_TRACEME... basically the code is to be written in the parent... Found something like proc_detach(

Re: [osol-discuss] regarding ptrace equivalent in solairs

2009-03-27 Thread Abhishek
Also, when are the files in the proc file system updated? Like if once the file is read, will the data in the file be same throughout, till be close and re-open it while the corresponding process is executing? Just wondering... -- This message posted from opensolaris.org

Re: [osol-discuss] regarding ptrace equivalent in solairs

2009-03-27 Thread Abhishek
#include #include #include #include int main() { FILE *fp; pstatus_t san; int c; pid_t pid; lwpstatus_t san2; int nlwp; pid=getpid(); char str[40]; sprintf(str, "/proc/%d/status", pid); fp=fopen(str,"r"); fread(&san, sizeof(san), 1, fp); san2=san.pr_lwp; printf("eip=%d\n",san2.pr_reg[EIP]); printf(

[osol-discuss] utrace

2009-03-24 Thread Abhishek
Hi, Can anyone out there shed some light on the utrace library in solaris and how to implement it in solaris.If you can provide any info or links it would be really helpful Ciao -- This message posted from opensolaris.org ___ opensolaris-discuss mail

Re: [osol-discuss] regarding ptrace equivalent in solairs

2009-03-17 Thread Abhishek
thanks casper but i went through the documentation let me throw some light on it #include #include int ptrace(int request, pid_t pid, int addr, int data); request value 6(PEEKUSER in linux) - "With this request, a few entries in the child's user area can be written. data gives the value that

[osol-discuss] regarding ptrace equivalent in solairs

2009-03-16 Thread Abhishek
hi,'m using the 5.11 kernel version on amd64 architecture, 32-bit. i need help on the following issues 1)a proper structure to represent the register structure in the architecture 2)a function which would change the register values of the child when the control is with the parent.. ptrace_setregs

[osol-discuss] ptrace_cont problem

2009-03-03 Thread Abhishek
I am trying to work with ptrace function in OpenSolaris.PTRACE_TRACEME seems to work but PTRACE_CONT doesnt seem to work.Here's a snippet of my code: //#include "sys/ptrace.h" #include "sys/types.h" #include "signal.h" #include "unistd.h" #include "stdio.h" int main() { pid_t child; long orig_e

Re: [osol-discuss] Ptrace

2009-03-03 Thread Abhishek
I am trying to work with ptrace function in OpenSolaris.PTRACE_TRACEME seems to work but PTRACE_CONT doesnt seem to work.Here's a snippet of my code: //#include "sys/ptrace.h" #include "sys/types.h" #include "signal.h" #include "unistd.h" #include "stdio.h" int main() { pid_t child; lon

Re: [osol-discuss] Ptrace

2009-03-03 Thread Abhishek
I am trying to work with ptrace function in OpenSolaris.PTRACE_TRACEME seems to work but PTRACE_CONT doesnt seem to work.Here's a snippet of my code: //#include #include #include #include #include int main() { pid_t child; long orig_eax; child = fork(); if(child == 0) {

[osol-discuss] Unsubscribe

2007-06-15 Thread Abhishek Pratap
Can any one tell me how to get off this list. Abhi ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] KINDLY LOOK INTO THIS SIR (NEED TO FINISH IT SOON)

2006-09-20 Thread Abhishek Pratap
I am very much looking into this sincerely. I need your guidance at earliest as my project is lagging behind. Regards Abhishek On 9/21/06, Moinak Ghosh <[EMAIL PROTECTED]> wrote: Abhishek Pratap wrote:> Hi>> I am facing some probs with package installation thru pkg-get.>>

[osol-discuss] Issues with pkg-get coming up

2006-09-20 Thread Abhishek Pratap
bytes written in 1 secs (33792 bytes/sec) cpio: WARNING! These patterns were not matched: install/* ERROR: cpio still failed ERROR: could not verify downloaded file correctly regards AbhishekOn 9/20/06, Abhishek Pratap <[EMAIL PROTECTED]> wrote: Thanks for a quick one this time Moinak

[osol-discuss] Cannot install using pkg-get on solaris 10.

2006-09-20 Thread Abhishek Pratap
: WARNING! These patterns were not matched: install/* ERROR: cpio still failed ERROR: could not verify downloaded file correctly I have even tried installing a fresh copy of pkg-get but doesnt work for me . regards abhishek-- -Abhishek PratapThird

Re: [osol-discuss] Re: Problem in installing Qt on solari 10

2006-09-19 Thread Abhishek Pratap
-DQT_NO_UNICODETABLES -DQT_NO_COMPONENT - DQT_NO_STL -DQT_BUILD_QMAKE -DQT_NO_COMPRESS -I/tmp/qt-x11-opensource-src-4.1.4/ mkspecs/solaris-cc -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEO M_VARIANT  project.cpp gmake: CC: Command not found gmake: *** [project.o] Error 127 Regards Abh

[osol-discuss] Problem in installing Qt on solari 10

2006-09-19 Thread Abhishek Pratap
hii I am facing probs in installing Qt on Solaris 10 and unable to built it from ./configure Can anyone help me in this and also if there is a link to download Qt other than Trolltech Regards Abhishek-- -Abhishek PratapThird YearBioinformaticsSchool of

[osol-discuss] Need a supporting library

2006-09-06 Thread Abhishek Pratap
Hiii I need to integrate a package in Belenix which has dependency on the following file :- liballeg.so.4.0 I tried searching it  in the /usr/foss/lib cudnt get it  ? abhishek-- -Abhishek PratapThird YearBioinformaticsSchool of Biotechnology & Chem

[osol-discuss] solaris 10 make program

2006-09-03 Thread Abhishek Pratap
Hii alll I want to install packages that require make uitility. i have looken in my solaris disto installation and i dont find any make utility in there. $ ./INSTALL $ make $ make install cant run make here How should i proceed  >>>? regards

[osol-discuss] pkgsrc installation on Solaris 10

2006-09-02 Thread Abhishek Pratap
Connection timed out I need help on this. Regards Abhishek -- - Abhishek Pratap Third Year Bioinformatics School of Biotechnology & Chemical Eng VIT Vellore. INDIA Ph:   (91)-416-3206020 Mob: (91)-9843181010 --

[osol-discuss] Pkgsrc installation on Solaris 10

2006-09-01 Thread Abhishek Pratap
q checkout -P pkgsrc it dint work and gave the error ssh: anoncvs.NetBSD.org: node name or service name not known cvs [checkout aborted]: end of file from server (consult above messages if any) I -- -Abhishek PratapThird YearBioinformaticsSchool of Biotechnolo

[osol-discuss] Problem with package management

2006-09-01 Thread Abhishek Pratap
though i have read it on many sites that they cud be isntalled. I need help on this. Any one tried installing pkg-src on solaris 10 regards abhishek-- -Abhishek PratapThird YearBioinformaticsSchool of Biotechnology & Chemical EngVIT Vellore.INDIAPh:   (91)

[osol-discuss] GCC compiler installation on Solaris 10

2006-08-30 Thread Abhishek Pratap
Hii Can any one please let me know the installation procedure to install gcc on solaris 10. i have check few googled sites and methods i found out were not  working Thanks Abhishek-- - Abhishek PratapThird YearBioinformaticsSchool of Biotechnology & Chem

[osol-discuss] solaris package management

2006-08-30 Thread Abhishek Pratap
.     It would be great if you can gimme some info on this.         -- -Abhishek PratapThird YearBioinformaticsSchool of Biotechnology & Chemical EngVIT Vellore.INDIAPh:   (91)-416-3206020Mob: (91)-9843181010 ___ opensolaris-dis