Re: Pegasus Logs In Linux
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I don't know about the logs but I might be able to help you with the error you have. First you have to know that I am just a begineer so I can be wrong. So, I had the same error just yesterday and here is how I solved it : $ cp libXXX.so $PEGASUS_HOME/lib $ sudo su # cimserver # regmod -c libXXX.so Using Pegasus C++ provider interface Registering XXX_Provider (class XXX) # cimcli ei XXX So has you can see, I had to be root to make it work. Hope that helps, ++ Romain 2011/2/10 Manjunath Marlabeeti <[email protected]> > Hi, > > > > I have compiled Pegasus 2.10.0 (with OpenSSL) on Fedora-14 x64 bit Linux > OS. > > I have written a simple provider, registered with cimserver ,compiled > successfully. > > When I call the provider it is throwing the error. > > > > cimcli CIMException: Cmd= ei Object= C_Test Code= 1 > > CIM_ERR_FAILED: Lost connection with cimprovagt " C_TestProviderModule". > > > > I read in the web above error occurs when the provider is crashing. > > > > I did not find Log folder in compiled Pegasus for debug. > > I tried to debug with printf statements but these are not printing at > cimserver terminal (like in windows). > > > > Please can any suggest me where the Pegasus logs will get created and where > the printf debugging prints. > > > > Thanks, > > Manjunath M > > >