Displaying 20 results from an estimated 1000 matches similar to: "Question about the remote Authentication in the libvirt Java bindings"
2012 Apr 09
0
virsh works but libvirt-java throws a 'No route to host'
I'm able to connect to my xenserver using virsh like so and I see the VMs.
[jdrews at flynx ~]$ virsh -c xenapi://root at 192.168.1.23?no_verify=1 list
Enter root's password for 192.168.1.23:
Id Name State
----------------------------------------------------
Struct did not contain expected field memory_overhead.
Struct did not contain expected field
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
I am attaching the execution results. At the top of each file I have
mentioned the environment details.
Following is the test program I have used:
==================================================
*package* org.libvirt;
*import* org.libvirt.jna.Libvirt;
*public* *class* LibvirtCrashTest {
*void* createAndDestroyDefaultAuthConnection() {
ConnectAuth ca = *new* ConnectAuthDefault();
*try*
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
I have tried the same tests using the "test" driver, and that works
perfectly; no errors seen.
Thanks & Regards
Sachin Soman
On Thu, Apr 18, 2019 at 11:03 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Thu, Apr 18, 2019 at 10:46:19PM +0530, Sachin Soman wrote:
> > I am attaching the execution results. At the top of each file I have
> > mentioned
2019 Apr 23
0
Re: [libvirt] JVM crashes during GC
[Update]
Instead of passing an auth callback to Connect, if I store the credentials
in an INI file and pass the file path as authfile URI parameter, I dont see
these errors.
Thanks & Regards
Sachin Soman
On Sat, Apr 20, 2019 at 2:00 PM Sachin Soman <sachonline.soman@gmail.com>
wrote:
> Did you get a chance to debug the issue?
>
> Thanks & Regards,
> Sachin Soman
2019 Apr 18
1
Re: [libvirt] JVM crashes during GC
Note: A couple of times I have seen errors while closing the connection
(the trace ending with virFree). Also, a few times I have seen backtraces
which show the flow going via esx driver and finally failing to close
connection. Unfortunately I dont have those logs anymore.
The execution results I have shared have been obtained using Libvirt built
from source using the following config parameters:
2019 Apr 18
2
Re: [libvirt] JVM crashes during GC
On Thu, Apr 18, 2019 at 10:46:19PM +0530, Sachin Soman wrote:
> I am attaching the execution results. At the top of each file I have
> mentioned the environment details.
>
> Following is the test program I have used:
>
> ==================================================
>
> *package* org.libvirt;
>
>
> *import* org.libvirt.jna.Libvirt;
>
>
>
2019 Apr 20
2
Re: [libvirt] JVM crashes during GC
Did you get a chance to debug the issue?
Thanks & Regards,
Sachin Soman
On Thu, Apr 18, 2019, 11:10 PM Sachin Soman <sachonline.soman@gmail.com>
wrote:
> I have tried the same tests using the "test" driver, and that works
> perfectly; no errors seen.
>
> Thanks & Regards
> Sachin Soman
>
>
>
>
> On Thu, Apr 18, 2019 at 11:03 PM Daniel P.
2019 Apr 18
3
Re: [libvirt] JVM crashes during GC
On Thu, Apr 18, 2019 at 05:51:06PM +0200, Michal Prívozník wrote:
> On 4/17/19 10:24 AM, Sachin Soman wrote:
> > Hi,
> >
> > Could you tell me if the following is some known issue?
> >
> > While performing the following simple test, I see my JVM crashing
> > (consistently):
> > 1. Open a connection to an ESXi driver/host (passing ConnectAuthDefault
2007 Sep 21
4
Recursive directory create
It appears that in version 0.23 of puppet that how I am trying to create
directories is nor working. If I have a snippet like this:
# Set up the images
file {"$git_web_image_location":
ensure => directory,
recurse => true
}
which becomes:
file {"/var/www/html/images/git":
ensure => directory,
2012 Nov 27
0
[ wxruby-Bugs-29673 ] no matching architecture in universal wrapper
Bugs item #29673, was opened at 2012-11-27 22:09
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=29673&group_id=35
Category: Installer problems
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: tiger zen (puti313)
Assigned to: Nobody (None)
Summary: no matching architecture in universal wrapper
Initial Comment:
2014 Apr 14
1
libvirt Java - vmware (esx driver)
Hi,
I'm trying to connect to a VMware vCenter Server (Version 5.0.0 Build
1300600) using this code:
class CustomConnectAuth extends ConnectAuth {
> CustomConnectAuth() {
>
// credType = ...
// ...
> }
> @Override
> int callback(Credential[] cred) {
> // ...
> return 0
> }
> }
>
ConnectAuth auth = new
2018 Jun 22
0
Q: how can I request to add an upstream patch to resolve a core dump issue?
2018-06-22 9:26 GMT+02:00 Xiong, Huan <huan.xiong at hxt-semitech.com>:
> UPDATE: It turned out QEMU still dumped core with that patch applied.
>
> That said, I'm still interested to know how to report issues with QEMU
> from centos-virt repo.
>
You can open a bug on
https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-distribution&component=qemu-kvm-ev
But please
2005 Oct 16
3
Asterisk and Fedora
Hello List,
I have been beating my head against the wall for a little while now
trying to get my TDM400 card to work with Fedora Core 4. Not a great
deal of success even after successful builds of zaptel and the other
required componentry. The machine doesn't even recognize the card.
Using Debian it was recognised but as a newbie to Asterisk most of
the documentation I can find and
2011 Mar 28
1
my gsoc application
Dear Richard Boulton and Olly Betts ?here is my Xapian's GSoC Student
Application
== About Me ==
Name: ponyding
E-mail address: ponyding at gmail.com
IRC nickname : ponyding
Personal blog:www.cnblogs.com/shapherd (sorry for it's writen in chinese)
Emergency contact phone number: +86 15907107917
Biography:
I am very optimistic,Have a strong sense of responsibility for
2014 Mar 05
1
Flags in java api bindings
I am currently using Connect(String,ConnectAuth,int) constructor, as I
decided to use tcp connection and I need the auth part.
It works, but I still need the read/write flag which, in the
Connect(String, boolean) is a boolean. I need to enable write permits.
In the javadoc no flags are defined...so which is the flag for allow write?
And where can I find a list?
2007 Aug 20
0
access denied & Sid does not start with 'S-'.
Hi there.
For some reason I am getting permission denied errors on a new samba server.
I can add machines to the domain, I can login with any user id's and so on
as well. But when I try connecting to a public share, or the users home
directory, I get a user denied error.
"\\Fileserver\user is not accessible. You might not have permission to use
this network resource. Contact the
2004 Mar 05
6
qnorm(2) ends with segmentation fault (PR#6648)
Full_Name: Xiong Guanglei
Version: 1.8.1
OS: Linux
Submission from: (NULL) (202.38.103.50)
qnorm(x)
when x>1.0
2005 Oct 20
1
can smbmount access paths in shares?
Can a linux machine running samba mount a pathname within a share into a
local path? I'm runing samba-3.0.20b-1 on a centos 4.1 (rhel4) box.
I've tried this and it fails:
smbmount //servername/home/media /mnt/media/server/ -o
username=myuser,password=mypass
The error is:
8465: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid
share name)
When I omit the last
2008 Jun 25
0
[Fwd: AOL Mail]
FYI
-------- Original Message --------
Subject: RE: AOL Mail
Date: Wed, 25 Jun 2008 13:47:06 -0500
From: Dustin Davis <dustin@txls.com>
To: "'Dale Schroeder'" <dale@BriannasSaladDressing.com>
References:
<419cf800ca3991a24f4b9829f3806aba@briannassaladdressing.com>
<145401c8d604$ccfb1780$66f14680$@com>
2014 Jan 15
3
Advice in Time Sync
Dear all,
I would need some advice as I am a beginner in CentOS.
The question is as follows:
How to set up timing if NTP was block by ISP?
I have try many way such as link the timezone , getting from the hardware
clock.However , it is not the solution.
Please advice.
--
Regards,
Ku Wei Xiong
0166365831