Displaying 20 results from an estimated 2000 matches similar to: "Conditional statements in libguestfs"
2014 Sep 17
2
Re: Need Help
On Wed, Sep 17, 2014 at 08:52:57PM +0530, Priyanka Ranjan wrote:
> Many Thanks Richard for your reply.
>
> # /usr/libexec/qemu-kvm -nographic -machine accel=kvm:tcg -device \?
>
> open /dev/kvm: No such file or directory
> failed to initialize KVM: Operation not permitted
> Back to tcg accelerator.
> Could not allocate dynamic translator buffer
>
> I tried
2014 Sep 18
2
Re: Need Help
Hello Richard,
One more question, you mentioned that "hot plugging" is supported from *CentOS
7 *and gave me a link. That link says
"In libguestfs ≥ 1.20, you may add drives and remove after calling
"guestfs_launch" <http://libguestfs.org/guestfs.3.html#guestfs_launch>.
There are some restrictions, see below. This is called*hotplugging*."
When I executed
2012 Mar 18
1
Namespace dependency not required
Hi,
I am working at adding namespace to my packages, carefully following the
doc "Writing R extensions" and some threads on the web. However I cannot
find clear explanation about how to best deal with the import or
importFrom functions in the name space. To make it short:
To declare dependencies in the description file either after Depends:
(packages including functions that are
2014 Sep 13
2
Re: Need Help
Thanks a lot Rechard for your inputs.
On Fri, Sep 12, 2014 at 11:23 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Fri, Sep 12, 2014 at 10:40:14PM +0530, Priyanka Ranjan wrote:
> > Hello Experts,
> >
> > I need a help from you . I am using CentOS 6.4 and using guestfish
> > to modify an ESX image.
> >
> > I am adding a disk, executing
2020 Jan 02
6
error in building llvm with default options
hello,
I am trying to build LLVM with default options. I am getting the following
error message after make.
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/metadata.c.o
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/module.c.o
[100%] Building C object
tools/llvm-c-test/CMakeFiles/llvm-c-test.dir/object.c.o
[100%] Building C object
2019 Oct 25
3
register spilling and printing live variables
Hello,
I have studied register allocation in theoretical aspects and exploring the
same in the implementation level.
I need a minimal testcase for register spilling to analyze spilling
procedure in llvm. I tried with a testcase taking 20 variables but all the
20 variables are getting stored in the stack using %rbp. Maybe my live
variable analysis is wrong. Please help me with a minimal testcase
2019 Dec 21
2
accessing stack frame after returning from the function
Hello,
I have a few general questions.
1. Whether the memory contents assigned for a function are accessible after
we return from that function? If yes, how can we access it?
2. Does llvm delete the stackframe assigned for a specific function, after
we return from that function?
3. If not, how can we delete the stackframe or clear the memory content
after we return from the function? Where do
2018 Apr 09
2
Clang option for reordering sections in .text
Hi ,
I would like to know if there is any way to reorder functions in the object
file in order to improve code locality by implementing subsections
.text.hot.
GCC controls this behavior with '-f(no)-reorder-functions' flag, is there
any way to do so in clang?
Regards,
Priyanka
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Feb 12
2
tool options to generate spill code
Hello,
For the following test case, reg.c
#include <stdio.h>
int getinput()
{
static int u=10;
return u++;
}
int main()
{
int a,b,c,d,e,f,g;
a=getinput();
b=getinput();
c=getinput();
d=getinput();
e=getinput();
f=getinput();
g=getinput();
printf("%d %d %d %d %d %d %d\n",a,b,c,d,e,f,g);
a=b=c=d=e=f=g=0;
return 0;
}
*1.
2015 Jan 12
2
Re: Installing Libguestfs
I used libguestfs for transferring files from host OS to guest VM. It
worked successfully. But since the tool being very huge and has many more
functionalities, which my project doesn't need. I just want to use the
functionality provided by virt-copy-in. Can you please tell where will I
get the code which virt-copy-in uses internally? I have libguestfs folder.
In that which files are used for
2004 Aug 15
3
123 Basic configuration files
I need to find some basic configuration files. Is there a place I can check
out how to set up an office using sip telephone and Digium FXO and FXS
ports?
Don Moskaluk
don@moskaluk.com
www.moskaluk.com
416 737-8230 Cell
416 614-8230 Home
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.732 / Virus Database: 486 - Release Date:
2014 Dec 30
2
Installing Libguestfs
I want to transfer files between host and guest. What are the ways to
transfer these files? Is libguestfs the only way to transfer files between
host and guest?
Regards,
Priyanka Naik
2019 Sep 12
3
Taint flow tracking
Let in a program a variable 'x' is tainted. There is an assignment 'y=x'
where y is untainted.
How to check the taintflow in the output or data flow graph ?
Any suggestions?
Thank you. Have a great day.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190912/5bb3655c/attachment.html>
2013 May 07
8
proxy required
Hy I m new to puppet.
I ''d like to install epel.repo on a my node and this is the module that I
ve created
class epel {
package { ''epel'':
provider => ''rpm'',
ensure => installed,
source =>
''http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm''
}
}
Now my connection on node when I
2011 Apr 21
7
repeater
Hi all there.
I am trying to set up an icecast2 server (wich is already running) to
send some stream mount point to another server. I mean, my server is
streaming at /radio1.mp3 mount point. We can listen it at
http://myserver:8000/radio1.mp3; so, i want to know if is there any
way to "clone" that strem and send it to another server, such as
http://giss.tv:8000/radio1.mp3
Thanks.
--
2014 Sep 17
2
Re: Need Help
On Wed, Sep 17, 2014 at 07:59:03PM +0530, Priyanka Ranjan wrote:
> libguestfs: command: run: /usr/libexec/qemu-kvm
> libguestfs: command: run: \ -nographic
> libguestfs: command: run: \ -machine accel=kvm:tcg
> libguestfs: command: run: \ -device ?
> libguestfs: error: /usr/libexec/qemu-kvm exited with error status 1, see
> debug messages above
> libguestfs: trace: launch = -1
2014 Sep 12
2
Need Help
Hello Experts,
I need a help from you . I am using CentOS 6.4 and using guestfish to
modify an ESX image.
I am adding a disk, executing "run" command and mounting it. the "run"
command is taking around 50 seconds . Is there any way to minimize it. If
we can not minimize it then Can we create and keep the guestfish virtual
shell open so that we can just add a disk , mount
2017 May 24
3
samba 4 in AD 2008R2 without winbind
Why isnt anybody thinking about ldap?
Pam_ldap in special.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Christian Naumer via samba
> Verzonden: woensdag 24 mei 2017 13:43
> Aan: Rowland Penny; samba at lists.samba.org
> CC: Daniele Bernazzi
> Onderwerp: Re: [Samba] samba 4 in AD 2008R2 without
2008 Apr 15
2
glht with a glm using a Gamma distribution
Quick question about the usage of glht. I'm working with a data set
from an experiment where the response is bounded at 0 whose variance
increases with the mean, and is continuous. A Gamma error
distribution with a log link seemed like the logical choice, and so
I've modeled it as such.
However, when I use glht to look for differences between groups, I get
significant
2017 May 24
2
samba 4 in AD 2008R2 without winbind
----- Messaggio originale -----
> Da: "Rowland Penny" <rpenny at samba.org>
> A: samba at lists.samba.org
> Cc: "Daniele Bernazzi" <daniele at ao-siena.toscana.it>
> Inviato: Mercoledì, 24 maggio 2017 13:12:07
> Oggetto: Re: [Samba] samba 4 in AD 2008R2 without winbind
>
> On Wed, 24 May 2017 12:54:48 +0200 (CEST)
> Daniele Bernazzi