similar to: Feedback for a new application NIMO using the libvirt API

Displaying 20 results from an estimated 10000 matches similar to: "Feedback for a new application NIMO using the libvirt API"

2018 May 11
1
Re: Libvirt access control drivers
I see. I also know OpenStack uses libvirt, nova-compute has a driver for communication. I have briefly looked through these 10 thousand lines of code in overall on github for openstack's libvirt driver and didn't notice any user info as well. To make the picture full don't you know is there the same scheme there: some high level openstack api with user information and passing only
2007 Dec 27
1
application not load
hi, all I creat new application app_myapp.c for asterisk 1.4.15. I add this in asterisk/apps dir. to load. after compiling asterisk app_myapp.o and app_myapp.so has been created but when i run " show applications" at cli> . my application not displayed. what's wrong??? any suggestion!!! thanks Bhrugu Mehta
2012 Jan 26
1
[LLVMdev] How to get trace using llvm?
Hello, I am trying to get the trace by running my sample program using llvm. I was referring following link for lli: http://llvm.org/releases/1.0/docs/CommandGuide/lli.html after that I installed llvm and llvm-gcc. Here is the version detail: tushar at tushar-mehta:~/NUS/os_project/tryout$ lli -version Low Level Virtual Machine (http://llvm.org/): llvm version 2.8 (Ubuntu 2.8-0ubuntu1)
2014 Dec 17
2
optimización - resolver sistema - general
Hola a todos, Simplemente comentar que me tengo encontrado con muchos problemas de optimización. Mi recomendación general, en el caso multidimensional y si el tiempo de computación es importante, sería buscar un algoritmo diseñado para el tipo de problema (evitar los algoritmos más generales tipo optim si puede haber problemas de mínimos locales). Algunos casos que tengo resuelto con R
2009 Jul 20
0
No subject
playing with this for two days, so don't jump too hard, gurus.) _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of bhrugu mehta Sent: Monday, January 25, 2010 6:11 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] queue Hi, all Is ther any way to pass channel queue such a way
2017 Jul 30
4
Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On 07/28/2017 04:22 PM, Matthew Miller wrote: > On Fri, Jul 28, 2017 at 10:11:53PM +0100, Phil Perry wrote: >> The issue I have here is even if I did file a bug, and the issue >> were fixed, no sooner than it's fixed fedora updates to the next >> version and introduces a whole bunch of new bugs, and so the cycle >> continues. I played that game for a while with
2018 May 22
2
Interested in contributing
Sir, I am Adit Mehta first year student of DA-IICT. I know C/C++, python, ruby, PHP. I am new to llvm. I am interested in contributing to llvm. Can you guide me from where should I start? Thanking you for anticipation, Adit Mehta -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Nov 24
1
Strange file permissions
Hi I have a samba server with tdbsam passwords, and a share, PROJECTS, which is accessed by various XP home clients, the usenames and passwords being manually synced to the samba ones (less than 10 users, and only 4 workstations). There is one win2K machine, which is a domain member. Subdirectories on PROJECTS have g+s set, so only users, who are members of specific Linux groups, have access to
2016 Jun 06
0
Adding a channel device within an Openstack Fedora Instance ..
Hi, I'm trying to add a channel on a Openstack instance via this command : # virsh attach-device instance-00000005 test.xml that returns this error error: Failed to attach device from test.xml error: internal error: no virtio-serial controllers are available # # cat test.xml : <channel type='unix'> <source mode='bind'
2017 Apr 26
0
Re: Tunnelled migrate Windows7 VMs halted
On Wed, Apr 26, 2017 at 08:51:39AM -0500, Eric Blake wrote: > > > > I migrated a Windows 7 VM with libvirtd tunnelled, the VM halted > > on the target although the status is running. What do you mean by halted ? The guest OS has shutdown, or QEMU has crashed, or something else ? > > > > > > [root@test15 ~]# virsh migrate --live --p2p --tunnelled
2015 May 07
0
Re: Live Migration failure: this function is not supported by the connection driver: virDomainMigrateToURI2
On 07.05.2015 11:26, RockCui@zhaoxin.com wrote: > Hi everyone, > > I’m testing the new openstack kilo on ubuntu15.04 and hypervisor is xen4.5. > I can creat instance successfully , but live migration is always failed. Error report like this: > > 2015-05-07 10:47:22.135 1331 ERROR nova.virt.libvirt.driver [-] [instance: b1081b86-fdce-4fcc-82c4-51896de4418c] Live Migration
2014 Jun 02
2
Re: libguestfs error
Hi Rich I'm running openstack compute node on powerpc ubuntu 13.10 and openstack controller node on ubuntu x86 machine.Initially when I tried booting VM from controller node onto powerpc compute node,the nova-compute service which is responsible for booting VM on compute node was searching for libguestfs-test-tool.After compiling linguesftfs for powerpc,the nova-compute resulted in the
2018 May 22
0
Interested in contributing
Hi Adit, On Tue, May 22, 2018 at 11:10 AM, Adit Mehta via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I am Adit Mehta first year student of DA-IICT. I know C/C++, python, ruby, > PHP. I am new to llvm. I am interested in contributing to llvm. Can you > guide me from where should I start? A good place to start is the Kaleidoscope tutorial: https://llvm.org/docs/tutorial/ It
2013 Feb 07
0
puppetlabs-nova puppetlabs-keystone modules got the following error
Hi, I install the openstack nova on CentOS6.3 through the puppet. I use the puppet modules from puppetlabs. Got the following error. I am using puppet 2.7.14 with puppetdb. For this kind of issue, how to debug and how to figure out where the issue is? *err: Could not prefetch keystone_service provider ''keystone'': undefined method `collect'' for nil:NilClass err:
2015 May 07
2
Live Migration failure: this function is not supported by the connection driver: virDomainMigrateToURI2
Hi everyone, I’m testing the new openstack kilo on ubuntu15.04 and hypervisor is xen4.5. I can creat instance successfully , but live migration is always failed. Error report like this: 2015-05-07 10:47:22.135 1331 ERROR nova.virt.libvirt.driver [-] [instance: b1081b86-fdce-4fcc-82c4-51896de4418c] Live Migration failure: this function is not supported by the connection driver:
2007 Oct 28
1
Program works local but not remote / How to interpret errors?
Hello, Beein new to wine, I have problems to interpret errors and to find the way fixing them. We have a customs handling software based on a framework called 'nova'. While it works locally on our OpenSuSE 10.2, i cannot access it via X11 with LTSP Clients. How can a locate the source of the problem and how can I fix it? Regards, Adam Output of wine ... > wine.out 2>&1
2017 Apr 26
3
Tunnelled migrate Windows7 VMs halted
[moderator note: I'm forwarding a stripped down version of the original mail which was rejected in the moderator queue. I stripped the 3.3 megabyte .tar.bz2 of the log file attachment, which is inappropriate for a technical list. Either trim the log to the relevant portion, or host the log externally and have your list email merely give a URL of the externally-hosted file] >
2007 Jul 03
1
res_config_mysql.c: MySQL RealTime: Failed to connect database server ..
Hi, I don't explain very well what my problem, but i can't make calls. i analise my log full and i found two errors Jul 3 19:02:08 ERROR[4670] res_config_mysql.c: MySQL RealTime: Failed to connect database server on (err 2002). Check debug for more info. Jul 3 19:02:08 VERBOSE[4670] logger.c: -- Added extension 'exit-FAILED' priority 1 to macro-vm Jul 3 19:02:08
2019 Feb 04
2
Installing libvirt and Xen on Red Hat 7.5
Hi, I am installing OpenStack on Red Hat 7.5. For Nova compute component, I choose libvirt and Xen. However, I am running into some problems. It seems libvirt is unable to communicate with Xen. Xen installation: I installed Xen410 using "Xen make easy" https://xen.crc.id.au/support/guides/install/. Here is a list of packages installed and verification that Xen is running. #
2013 May 02
0
GlusterFS mount does not list directory content until parent directory is listed
Hello, Have spotted strange behaviour of GlusterFS fuse mount. I am unable to list files in a directory until parent directory is listed. However if I do list file with full path it is listed on some client nodes. Example: localadmin at ldgpsua00000038:~$ ls -al /var/lib/nova/instances/_base/ ls: cannot access /var/lib/nova/instances/_base/: No such file or directory localadmin at