search for: rohit

Displaying 20 results from an estimated 78 matches for "rohit".

2018 Dec 06
2
Re: Libvirt api for esx
Thanks Martin for help. I will give it a shot. Regards Rohit Singh On Thu, 6 Dec 2018 at 2:55 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote: > >Hi Martin, > > > >Could you please help me with below issue, I am not sure what’s wrong > here. > >Please find...
2018 Dec 12
1
Re: Libvirt api for esx
On Wed, Dec 12, 2018 at 03:03:41PM +0530, ROHIT SINGH wrote: >Thanks Martin, It’s working now. >Could you please help me with role of xml in libvirt api and what if I >don’t want use of xml in my code. >Please let me know. > Libvirt uses XML for most of the APIs. Depends what you need to do you can transform it with xmltodict or...
2018 Dec 05
2
Re: Libvirt api for esx
...File "/usr/software/pkgs/Python-3.4.3/lib/python3.4/site-packages/libvirt.py", line 105, in openAuth if ret is None:raise libvirtError('virConnectOpenAuth() failed') libvirt.libvirtError: internal error: HTTP response code 404 for call to 'RetrieveServiceContent' Regards Rohit Singh On Thu, 29 Nov 2018 at 11:13 PM, ROHIT SINGH <rohit.singh0908@gmail.com> wrote: > Thanks a lot Martin for help. > Really appreciate it. You’re life saver. > > I will go through these links and will get back to you in case I need > anymore information. > > Once aga...
2018 Nov 29
2
Re: Libvirt api for esx
On Wed, Nov 28, 2018 at 10:24:55PM +0530, ROHIT SINGH wrote: >Hi Martin, > >Could you please point me to any example codes in python present for esx? >Suppose, I have to power off and power on esx virtual machine, can i get >this code somewhere on python to develop some understanding. > https://www.mail-archive.com/libvir-list...
2011 Apr 21
1
How to Retrieve content of the document?
...apian and I may sound like a noob. I want to know how i can access the content of the document retrieved while searching. I have used the code found on this mailing list itself to index my database. #!/usr/bin/perl -w use strict; use Search::Xapian; use File::Find; my $DATABASE_DIR = '/home/rohit/Desktop/SET/DB'; my $db = Search::Xapian::WritableDatabase->new($DATABASE_DIR, Search::Xapian::DB_CREATE_OR_OPEN) or die "can't create write-able db object: $!\n"; my $dir = shift; if (!$dir) { print "usage: index_data.pl <dir>\n"; exit(1...
2018 Dec 12
0
Re: Libvirt api for esx
Thanks Martin, It’s working now. Could you please help me with role of xml in libvirt api and what if I don’t want use of xml in my code. Please let me know. Thanks for help!! Regards Rohit Singh On Thu, 6 Dec 2018 at 11:24 PM, ROHIT SINGH <rohit.singh0908@gmail.com> wrote: > Thanks Martin for help. I will give it a shot. > > Regards > Rohit Singh > > On Thu, 6 Dec 2018 at 2:55 PM, Martin Kletzander <mkletzan@redhat.com> > wrote: > >> On Wed...
2018 Nov 28
2
Re: Libvirt api for esx
Thanks, I'll check it out. On Wed, 28 Nov 2018 at 9:31 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Mon, Nov 26, 2018 at 04:11:20PM +0530, ROHIT SINGH wrote: > >Hi, > > > >I am doing poc for using libvirt api for implementation of esx in python. > > > >I tried researching through module but did not find a way how it works for > >esx. > >Any help on how to proceed specifically for esx would be of gre...
2018 Dec 06
0
Re: Libvirt api for esx
On Wed, Dec 05, 2018 at 09:44:17PM +0530, ROHIT SINGH wrote: >Hi Martin, > >Could you please help me with below issue, I am not sure what’s wrong here. >Please find below code and error snippet. > >Thanks for help. > >Code Snippet: - > >from __future__ import print_function >import sys >import libvirt >SASL...
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
...ing of a printer depending on some parameters, and these should be visible when the driver is downloaded to the clients. While working on this, I found that the devmode returned by samba is null, and hence the driver reverts to the default devmode values stored in the driver. Thanks and regards, Rohit.
2018 Nov 29
0
Re: Libvirt api for esx
Thanks a lot Martin for help. Really appreciate it. You’re life saver. I will go through these links and will get back to you in case I need anymore information. Once again, thanks for help. Regards Rohit Singh On Thu, 29 Nov 2018 at 2:34 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Wed, Nov 28, 2018 at 10:24:55PM +0530, ROHIT SINGH wrote: > >Hi Martin, > > > >Could you please point me to any example codes in python present for esx? > >Suppose, I have to...
2011 Apr 21
1
Installing Search::xapian
...: 'RETVAL' may be used uninitialized in this function Xapian.c: In function 'void XS_Search__Xapian__WritableDatabase_allterms_end(PerlInterpreter*, CV*)': Xapian.c:1138: warning: 'RETVAL' may be used uninitialized in this function libtool: compile: g++ -c -I/localtemp/amit/rohit/FinalProj/xapian-core-1.2.5/include -D_REENTRANT -D_GNU_SOURCE -DPERL_USE_SAFE_PUTENV -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buff...
2011 Feb 06
5
Help with integrating R and c/c++
...eplicate?). The problem is that the number of iterations is not fixed. If there is no function in R, is there a way I can quickly use Rcpp or some thing to have this last part of my code in a C or C++ program which repeatedly calls my R functions for updating the parameters? -- Thanks in advance, Rohit Mob: 91 9819926213 [[alternative HTML version deleted]]
2018 Nov 26
2
Libvirt api for esx
...ing libvirt api for implementation of esx in python. I tried researching through module but did not find a way how it works for esx. Any help on how to proceed specifically for esx would be of great help. Please let me know as soon as possible, lagging on deliverables. Thanks for help!! Regards Rohit Singh
2018 Nov 28
0
Re: Libvirt api for esx
...or esx? Suppose, I have to power off and power on esx virtual machine, can i get this code somewhere on python to develop some understanding. Actually, I am not able to find sample code related to esx in python, please point me if any such link available. Appreciate your help !! Thanks. Regards Rohit Singh On Wed, 28 Nov 2018 at 9:54 PM, ROHIT SINGH <rohit.singh0908@gmail.com> wrote: > Thanks, I'll check it out. > > On Wed, 28 Nov 2018 at 9:31 PM, Martin Kletzander <mkletzan@redhat.com> > wrote: > >> On Mon, Nov 26, 2018 at 04:11:20PM +0530, ROHIT SINGH wr...
2006 Mar 03
2
voice recording with ruby/ rails
hi all whats there in store of ruby/rails to support voice recording feature ? thanks rohit --------------------------------- Yahoo! Mail Use Photomail to share photos without annoying attachments. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060303/44230a4b/attachment.html
2006 Feb 03
3
how to maintain data while using migration
hi all started using migration , gr8 stuff but how can i maintain old data , or import it alongwith schema with same easiness, as in migration we only import schema ? thanks rohit --------------------------------- Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060203/0e356e54/attachment.html
2005 Oct 31
2
why does glm.predict give values over 1 ?
...the glm.predict function, for some test cases I am getting predicted values that are a little over 1. This is a bit puzzling for me, because my understanding was that these numbers are probabilities and so should be between 0 and 1. Thanks a lot! I'd appreciate any help you could provide. -rohit
2002 Dec 13
1
Samba not visible on network neighbourhood
...Samba Server on: Samba Version: 2.2.7-1.7.3 OS: Redhat 7.3 Kernel: 2.4.18-18.7.x Problem description: Samba Server is not visible in my windows XP/NT network neighborhood. But after I added my Samba Server's name & IP address in my hosts file, I was able to connect to it this way: \\Samba\rohit\ (I can see files in my home share on linux box) from my XP box. I guess connectivity should be fine between these two machines. But I still can't see this samba box from my network neighborhood. Is there anything which I'm missing? Here is part of what my smb.conf looks like: workgroup...
2017 Dec 24
3
Contributing to LLVM
...o speed on the process of contributing? Do I just build the project, fix the bugs and build it again? Is there any other workflow? Also, are there any bugs that have been labelled for newcomers? And what level of knowledge would I need to start contributing to/fixing bugs? Thanks a lot! Regards, Rohit. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171224/2f4a80f3/attachment.html>
2010 Dec 13
1
[LLVMdev] Forward/Backward Interprocedural Slicing in LLVM
Hi All, Are there any known implementations of static inter-procedural slicing for LLVM (especially forward slicing)? I did find a few references to it in the archives dating back to 2008, but am not sure what the current status is. Any pointers would be highly appreciated. Thanks Rohit Grad Student Middleware Security and Testing Group http://cs.wisc.edu/mist University of Wisconsin-Madison