similar to: Anyone has new libvirt java binding jar, i want the latest one. i dont have the build env at my end.

Displaying 20 results from an estimated 7000 matches similar to: "Anyone has new libvirt java binding jar, i want the latest one. i dont have the build env at my end."

2013 Oct 10
2
pom for 0.5.1
H, I am using libvirt from maven using a nexus proxy pointing to http://www.libvirt.org/maven2/ It downloads the jar fine but is expecting libvirt-0.5.1.pom (and ...sha1). In the proxy only the jar appears. When I download and rename the pom to my local .m2 cache my build works fine. Is this a bug in the distribution of libvirt in its maven repo or is my dependency wrong somehow? Kind regards,
2010 Sep 02
1
is libvirt java binding thread safe?
please check the java file attached they throws the exception in case of passing. please let me know if i am missing something. -- Thanks & Regards Ravi Pawar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100902/f820e029/attachment.htm> -------------- next part -------------- A non-text
2010 Oct 12
2
Fwd: undefining and redefining a Domain from libvirt java bindings
hi, i am trying to undefine a domain by using dm.undefine(); and then trying to create one with same name is giving me error saying 'Domain not found: no domain with matching uuid 'aeae9d4e-17cb-b661-a612-88ac677c28c1' i have attached my test program which reproduces the issue. please let me know where i am going wrong? configuration: libvirt : 0.6.3 Java
2012 Jul 13
1
centos 5.5 yum updates
This used to work for me last week I basically need to install maven2 along with all its dependencies So I follow the suggestions at http://www.davehodgkinson.com/blog/2011/04/installing-maven-on-a-fresh-redhatcentos-5-5/ Now at the yum update step, I have started seeing lots of HTTP Error 404. Have some of the repos moved? I know a solution is yum clean all and then do yum update but then
2007 Jan 11
2
Account is not authorized to log in from this station
Hello All, When I try to connect to the samba installed linux machine from windows I get the message "Account is not authorized to log in from this station". I have made three entries(user name and password) in the smbpasswd file. But if I log in the windows machine using these user names and passwords I get the message "Account is not authorized to log in from this station".
2023 Jun 12
1
site certificate
LS, I am sure you have already noticed but I want to report it anyway; When compiling a dependend on "https://libvirt.org/maven2/net/juniper/tungsten/juniper-tungsten-api/2.0/juniper-tungsten-api-2.0.pom", I get a certificate error. I get the a similar error when accessing https://libvirt.org btw hope you can do something with this information, -- Daan
2002 Sep 06
1
"delete list" parameter
Hi, Samba has the "read list" and "write list" parameters in smb.conf. I'm looking for a patch that provides a "delete list" option. So that only that list of users can delete files or directories in that share. I know the filesystem doesn't natively have a delete bit, but couldn't it be done on the samba level, independant of the filesystem. Thanks,
2007 Jan 23
1
login problem with domain users
Hi all, I am using samba 3.0.23d on my linux machine. This machine is connected in a domain where all other users are using domain username and password to login. but with this username and password they are unable to login in samba. my smb.conf file is like following, [global] workgroup = BSIL server string = Samba testing encrypt passwords = yes os level = 20
2005 Jun 03
1
Need Help - Urgent
Hello, I am a student and some really urgent help.I am using R software and while creating a grid with eight elements its showing the error and while if i do it with seven it says that the memory is not sufficient... here is the line ...with the error.... > Z<-as.matrix(expand.grid(x,y,x,y,t,s,t,s)) Error in rep.int(rep.int(seq(length = nx), rep.int(rep.fac, nx)), orep) : cannot
2014 Mar 16
2
Contribute in the Xapian project throgh GSoC.
Hi everyone, My name is Shreedhar Pawar. I am a Software Engineering MS student from San Jose State University. I have an immense interest in Information Retrieval and Machine Learning and look forward to contribute Xapian in its "Ranking project". My previous work includes a research paper(attached below), though not related to this topic represents my experience in Programming and
2014 Mar 18
2
Considering Parallel computing for Letor
Hi everyone, My name is Shreedhar Pawar. I have already introduced myself on Xapian-discuss... I feel that the Xapian Search/Letor Algorithm, can speed up using Parallel computing. Techniques like Map-reduce, 'compact n split', radix sort, scan, parallel hashing n much more can be used to speed up the learning algorithms as well as the search... support vector machines in the Letor
2010 Oct 06
1
Error while starting the domain "error: monitor socket did not show up.: Connection refused"
All, here is my domain xml <domain type='kvm'> <name>tests</name> <uuid>76bc677f-ee5b-ef0b-1d02-72d12785b1d8</uuid> <memory>524288</memory> <currentMemory>524288</currentMemory> <vcpu>1</vcpu> <os> <type arch='x86_64' machine='pc-0.12'>hvm</type> <boot
2017 Aug 25
2
ovirt-engine package for oVirt 4.1.x
On Fri, Aug 25, 2017 at 04:54:54PM +0200, Sandro Bonazzola wrote: > 2017-08-13 13:50 GMT+02:00 C. L. Martinez <carlopmart at gmail.com>: > > > Hi all, > > > > I am trying to install oVirt 4.1.x from centos repos but it seems > > ovirt-engine doesn't exists. But instead, ovirt-hosted-engine-setup > > exists? > > > > Is ovirt-engine
2017 Aug 13
3
ovirt-engine package for oVirt 4.1.x
Hi all, I am trying to install oVirt 4.1.x from centos repos but it seems ovirt-engine doesn't exists. But instead, ovirt-hosted-engine-setup exists? Is ovirt-engine package removed? In official oVirt repos, exists. Thanks.
2013 Oct 10
0
Re: pom for 0.5.1
On Thu, Oct 10, 2013 at 9:10 AM, Daan Hoogland <DHoogland@schubergphilis.com> wrote: > H, > > > > I am using libvirt from maven using a nexus proxy pointing to > http://www.libvirt.org/maven2/ > > It downloads the jar fine but is expecting libvirt-0.5.1.pom (and …sha1). In > the proxy only the jar appears. When I download and rename the pom to my > local .m2
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
Hi John, That worked for me. I am using llvm 3.2 only and following http://safecode.cs.illinois.edu/docs/Install.html So for I am able to make inside llvm/projects/poolalloc by doing such cosmetic changes. Now, when I tried to make inside llvm/projects/safecode, I see another error. kpawar at KPAWAR-LT ~/SAFECode/LLVM_SRC/llvm/projects/safecode $ /usr/bin/clang -cc1 -triple
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***
2015 Mar 23
0
java binding in central maven repository
Hi, The last libvirt artifact published to the maven central repository was 0.4.7 in 2011. The libvirt.org/maven2 repository is updated, but - sometimes the libvirt.org webserver is not responding and that breaks the build. - for similar reasons projects depending on other maven repositories can not upload to central repository Can we get back updates to maven central repo? Best regards,
2008 Jun 26
1
java-1.4.2-gcj-compat.i386 update failure
Hmmm, I seemed to have created a misalignmnet somewhere along the line. I can't remember doing anything to this. But at one time I did try to test the java open source. Posted my results to the list, got no response, abandoned all hope and went on my merry way. I don't know if this is related. I have installed an rpm for a java needed by an application I run. It was from the official
2018 Jul 03
2
LVM problems
On Mon, Jul 2, 2018 at 7:53 PM, Ulf Volmer <u.volmer at u-v.de> wrote: > On 02.07.2018 18:23, Thomas Schweikle wrote: > >> System boots into emergency mode because it does not find any of the >> logical volumes defined, because it does not enable the LVM volume >> group. >> >> Giving "lvm", then "vgchange -a y", followed by CTRL-D