Displaying 20 results from an estimated 200 matches similar to: "Libguest Problem"
2008 Nov 03
1
Sweave: side by side dynamic graphs
Hi all:
I'm trying to create some side by side dynamic graphics on the same page but I am running into some problems. I am able to create side by side figures only if I import them into my PDF. see the example bellow:
\documentclass[12pt]{article}
\usepackage{color,cite,graphicx}% to put in axodraw
\usepackage{latexsym,amssymb,epsf}
\begin{document}
%Import two figures side by side. Please
2007 Sep 12
2
Tick intervals
Hi, I would like to plot a histogram with the following codes, and I would
like to make the tick intervals smaller. I tried to add "lab=c(1,1,12)", but
nothing changes.
par(mfrow=c(1,1),font=1, cex=0.8)
hist (data1, seq(-0.01,0.3,0.01),freq = FALSE,
main="Figure1.",xlab="return",lab=c(1,1,12))
lines(density(data1), col="blue")
Could anyone give me sone
2009 May 08
2
postscript()-resolution
Dear users,
another question concerning graphics for publications. My favourite journal
wants .eps-graphics,
and from older postings i adapted the following code:
postscript(file="Figure1.eps", title="Figure 1", width=11.5, height=8,
paper="a4",onefile=FALSE)
However, when checking the properties of this file, it is a .ps and not a
.eps file. So, i konverted to
2006 Jun 28
1
y-axis break with lattice graphics
Hello all,
I am trying to incorporate a y-axis break (i.e. the lightning bolt
style) in an xyplot (using panel.superpose). I have tried to do this
manually using panel.line, but panel.line will not draw to the left
of the y-axis (or on the y-axis for that matter). I would prefer not
to have to do this by hand, but I feel like I am running out of options.
The figure can be viewed here
2006 Oct 23
1
Hi,about the png device
Hi,
i have a problem with png device
that is my error log
"> png(file="figure1.png");plot(significant,type="scatter");dev.off()
Error in X11(paste("png::", filename, sep = ""), width, height, pointsize,
:
unable to start device PNG
In addition: Warning message:
unable to open connection to X11 display '' "
i searched the mailing
2014 Aug 22
2
Re: libguest-test-tool error report
Hello Rich,
Well, you were correct. I removed the /dev/kvm and it did a lot more. Sadly, I cannot tell if it was successful. The output file is the same size as when I started, so I am hesitant to declare success.
Let me know what you think.
Thanks,
Mark
Thanks,
Mark Husted
770-236-1242
-----Original Message-----
From: Richard W.M. Jones [mailto:rjones@redhat.com]
Sent: Friday, August
2014 Aug 22
2
Re: libguest-test-tool error report
Hello Rich,
Well, I did give that a try. But it is back to being unable to access kvm (log attached). It did make the qemu error go away.
Thanks,
Mark
Thanks,
Mark Husted
770-236-1242
-----Original Message-----
From: Richard W.M. Jones [mailto:rjones@redhat.com]
Sent: Friday, August 22, 2014 8:31 AM
To: Mark Husted (hustedm)
Cc: libguestfs@redhat.com
Subject: Re: [Libguestfs]
2014 Aug 22
2
Re: libguest-test-tool error report
Hello Rich,
Well, that stinks.
I really appreciate the quick responses. Thank you for your time and effort, too. I will see what I can do to solve this problem some other way. Maybe I can virtualize my disk image maker.
Thanks,
Mark
Thanks,
Mark Husted
770-236-1242
-----Original Message-----
From: Richard W.M. Jones [mailto:rjones@redhat.com]
Sent: Friday, August 22, 2014 3:43 AM
To:
2014 Aug 22
2
Re: libguest-test-tool error report
Hello Rich,
I figured out how to stop the VB services. I then deleted the /dev/kvm. Then I ran the libguestfs-test-tool and it said 'OK'. Then I ran virt-resize and it was unhappy that /dev/kvm no longer existed. I have attached the debug output for your review.
Thanks,
Mark
Thanks,
Mark Husted
770-236-1242
-----Original Message-----
From: Richard W.M. Jones
2013 Jan 07
2
febootstrap's version problem
Hi?Richard
When I installed Libguestfs with source code?it required the version of febootstrap.
But febootstrap had been installed beyond the version required.
Could you give me some suggestion?
Thanks.
---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying
2014 Aug 21
3
Re: libguest-test-tool error report
Hello Rich,
I am not sure if KVM ever ran. I put VirtualBox in it because I have never done virtualization before and found some instructions for VB. That said, I might have naively shut something off because I didn't know any better. No VB was not running at the time. I thought of that and turned it off. Though, I bet the services are still up.
What is the standard kvm service? I
2014 Aug 21
2
libguest-test-tool error report
Hello,
I am trying to use virt-resize. It does not work. I set the debug environment variables and ran libguestfs-test-tool. The following is its output. I am running RHEL 6.5 desktop with kernel:
Linux hustedm-lnx4 2.6.32-431.5.1.el6.x86_64 #1 SMP Fri Jan 10 14:46:43 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
Please let me know what I have missed.
Thanks,
Mark
bash-4.1$
2010 Aug 28
4
[PATCH 0/4] Add progress bars
As discussed previously:
https://www.redhat.com/archives/libguestfs/2010-July/msg00003.html
https://www.redhat.com/archives/libguestfs/2010-July/msg00024.html
To do:
(1) Implement progress notifications for many more daemon operations.
(2) OCaml bindings to the callback.
(3) Perl bindings to the callback.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
2020 Apr 20
0
Fwd: Guestfish Ansible Modules using Python Bindings
----- Forwarded message from Petros Petrou <ppetrou@redhat.com> -----
Date: Mon, 20 Apr 2020 09:29:37 +0100
From: Petros Petrou
To: Richard Jones
Subject: Guestfish Ansible Modules using Python Bindings
Hi Richard,
I have been experimenting with guestfish and rhel qcow2 cloud images
the last few months.
I was challenged in a recent assignment on how to customize the RHEL 8
qcow image
2007 Sep 11
6
xyplot question
I have the code below and it works fine if I print the xyplot but if I
take the print out, then I just get a blank
pdf. The same holds if I just send the plot to the console without the
print ( I get nothing ). My question is whether this is always
the case with xyplot or is there something wrong with my settings ? I am
on linux ( redhat ) and using R.2.5.0. Thanks.
load("stocks.dat")
2010 Aug 31
13
[PATCH v2] Add progress bars
This is an updated and extended version of the original patch:
https://www.redhat.com/archives/libguestfs/2010-August/msg00163.html
This adds OCaml and Perl bindings (both tested), support for
progress bars in virt-resize, and adds progress notifications
to a number of the simpler commands.
Still to do is to add progress messages to more commands. There
are still a few commands which would be
2011 Oct 20
0
StatET & Sweave cannot compile pdf files
I am new to R, Sweave, and LaTeX. I am running StatET with Eclipse 3.7
on a Windows
7 x64 OS. StatET also includes the Sweave add-on, which I use to try and
compile a PDF document.
I also installed MiKTeX 2.9, because, previously, R could not execute texi2dvi
(presumably, because there was no TeX runner). Basically, no .tex file could
be compiled into PDF file. After I installed MiKTeX, I was
2009 Mar 13
1
How to combine xtable and minipage with Sweave ?
Hello,
I'm trying to put a dynamic table and a dynamic graph side by side in a pdf
document using Sweave.
The data.frame used to generate the table is called rg (rg.txt):
"Date"; "Code"; "Data1"; "Data2"
"2009-03-10";"1";1958;147
"2009-03-10";"2";302;144
"2009-03-10";"3";4;141
2001 Nov 26
2
Editing R graphics (fwd)
Thanks to the many people who adviced me on this topic.
xfig works very well, at least for what I have to do now.
I'd like to answer the message by Paul Marrell as well as
encourage others to do so:
On Fri, 23 Nov 2001, Paul Murrell wrote:
> I would be very interested to know the sorts of things you do to add things
> interactively to plots.
>
> As one reply mentioned, there
2006 Feb 09
9
Transferring R results to word prosessors
There has been an incredible number of responses in a short time, with a
number of different suggestions. With hindsight, I must admit I have not
been quite clear, so additional (somewhat lengthy) explanation is needed.
I want to use R in an introductory course on multiple regression (among
other things) starting in two weeks time for students of psychology at my
University. These students