Displaying 20 results from an estimated 3000 matches similar to: "[PATCH] perl: Don't embed API number in Sys::Guestfs."
2016 Feb 26
0
Re: [PATCH] perl: Don't embed API number in Sys::Guestfs.
On Thursday 25 February 2016 08:59:18 Richard W.M. Jones wrote:
> It means you have to rerun `make -C perl clean ; make' every time you
> add an API, and is useless anyway.
> ---
> generator/perl.ml | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/generator/perl.ml b/generator/perl.ml
> index 5250ce1..f11477b 100644
> ---
2017 May 04
1
[PATCH] perl: drop %guestfs_introspection stuff
It is not something standard, and actually unused by libguestfs itself.
Possibly going to be used by the old virt-v2v (which was in Perl), but
never used for that either.
---
generator/perl.ml | 112 +--------------------------------------------
perl/t/900-introspection.t | 43 -----------------
2 files changed, 1 insertion(+), 154 deletions(-)
delete mode 100644
2011 Oct 18
2
Fried Email Server! Perl Problem
I hate it when I crash my email server. Here's what tailing /var/log/qmail/qmail-smtp/current gives me:
[root at toast jack]# tail /var/log/qmail/qmail-smtpd/current
@400000004e9ddbd031610f54 tcpserver: status: 0/20
@400000004e9ddbd72c767c04 tcpserver: status: 1/20
@400000004e9ddbd72c7ab60c tcpserver: pid 12039 from 210.76.164.235
@400000004e9ddbd739a20d1c tcpserver: ok 12039
2012 Dec 11
1
Need help regarding perl sys::virt
Hi,
I wanted to use perl Sys::Virt (which uses libvirt) to remotely connect KVM hypervisor. As a start I tried following simple script(KVM.pl) but I am getting following error.
First it will ask for authentication which I am providing to it manually then it fails. Do I need to do some configuration on KVM hypervisor before executing this script? Any help is appreciated.
bash-3.2$
2013 Nov 25
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
Hello Richard,
Ok, I'll give it a shot.
Thanks!
Jin A
On Nov 25, 2013 4:19 PM, "Richard W.M. Jones" <rjones@redhat.com> wrote:
> On Mon, Nov 25, 2013 at 04:12:40PM -0700, Jon wrote:
> > Hello Richard,
> >
> > I'm using:
> >
> > >> virt-sysprep 1.25.6
> >
> > I honestly don't remember if the currently installed
2013 Nov 26
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
* Jon:
> I'm having trouble connecting to rbd images. It seems like somewhere
> the name is getting chewed up. I wonder if this is related to my
> previous troubles [1] [2] with rbd images.
The "W: kvm binary is deprecated, please use qemu-system-x86_64 instead"
message looks like the one I know from Debian. From the names of the
kernel images, I'm guessing that
2013 Nov 26
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
On Tue, Nov 26, 2013 at 03:59:49AM -0700, Jon wrote:
> How do you normally deal with that warning?
The warning is just that, so it doesn't really matter at the moment.
However you can configure libguestfs like this if you want to use a
particular binary:
./configure --with-qemu="qemu-system-x86_64"
> I typically rename the kvm binary, then link qemu-system-x86_64 but
>
2017 Mar 31
0
[PATCH 1/3] perl: Add =encoding to Sys::Guestfs man page.
Otherwise the man page cannot contain any non-7-bit-ASCII characters.
The test error seen was:
Wide character in print at /usr/share/perl5/vendor_perl/Test2/Formatter/TAP.pm line 112.
t/910-pod.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
---
generator/perl.ml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/generator/perl.ml b/generator/perl.ml
index
2017 Mar 31
1
Re: [PATCH 1/3] perl: Add =encoding to Sys::Guestfs man page.
On Fri, Mar 31, 2017 at 10:32:22AM +0100, Richard W.M. Jones wrote:
> Otherwise the man page cannot contain any non-7-bit-ASCII characters.
>
> The test error seen was:
>
> Wide character in print at /usr/share/perl5/vendor_perl/Test2/Formatter/TAP.pm line 112.
> t/910-pod.t ................
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/1 subtests
Somehow I
2013 Nov 25
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
On Mon, Nov 25, 2013 at 12:52:21PM -0700, Jon wrote:
> Hello,
>
> I'm having trouble connecting to rbd images. It seems like somewhere the
> name is getting chewed up. I wonder if this is related to my previous
> troubles [1] [2] with rbd images.
>
> I'm trying to add an rbd image, but when I launch the guestfs object I get
> an error:
>
> >>
2012 Mar 02
0
[virt-tools-list] find0 in (perl) Sys::Guestfs
On Tue, Jan 31, 2012 at 01:29:58PM -0800, dan farmer wrote:
> Is there anyway to convince find0 to put the results in memory rather than
> writing to a file? I really don't want to have to write it to a file and
> then read it again just to process the results. I see guestfish has an
> option to write to stdout (but the lib doesn't have a documented way) for
> some reason.
2010 Jul 28
3
Create new Sys::VirtV2V::Util
These 2 patches are mostly code motion. They were prompted by an apparent augeas
error in BZ 613967 which didn't display useful error message. The error seems to
happen in Converter::Linux. GuestOS::RedHat had a handy function which displayed
verbose augeas error messages. This function moves into the new module where it
can be used by both modules.
The second patch is an consequential tidy
2013 Nov 25
0
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
Hello Richard,
I'm using:
>> virt-sysprep 1.25.6
I honestly don't remember if the currently installed version is from the
tarball or pulled from the github source... Now that you mention it, I
think it could even be the version with my "hack" to fix virt-sysprep...
Which version are you building? I see there's a:
>>
2013 Nov 25
2
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
On Mon, Nov 25, 2013 at 04:12:40PM -0700, Jon wrote:
> Hello Richard,
>
> I'm using:
>
> >> virt-sysprep 1.25.6
>
> I honestly don't remember if the currently installed version is from the
> tarball or pulled from the github source... Now that you mention it, I
> think it could even be the version with my "hack" to fix virt-sysprep...
>
2013 Nov 26
3
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
Hey Hilko,
>> I'm guessing that you're using Ubuntu, am I right?
Pretty good guess. :)
For the time being I'm using 13.10. I know I've said it previously, but
your right, I should include that info so I don't make people have to go
digging.
How do you normally deal with that warning? I typically rename the kvm
binary, then link qemu-system-x86_64 but my concern is
2013 Nov 25
2
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
On Mon, Nov 25, 2013 at 09:58:50PM +0000, Richard W.M. Jones wrote:
> On Mon, Nov 25, 2013 at 12:52:21PM -0700, Jon wrote:
> > Hello,
> >
> > I'm having trouble connecting to rbd images. It seems like somewhere the
> > name is getting chewed up. I wonder if this is related to my previous
> > troubles [1] [2] with rbd images.
> >
> > I'm
2010 Oct 24
1
Cannot index with dynamic spelling data (Perl/Search::Xapian)
This is my test case, what am I doing wrong? It seems that the API is used
incorrectly, but I cannot find the problem...
--- 8< ---
#!/usr/bin/perl
use Search::Xapian qw(:all);
use strict;
my $xa = new Search::Xapian::WritableDatabase ("/tmp/xapian",
DB_CREATE_OR_OVERWRITE);
my $indexer = Search::Xapian::TermGenerator->new();
2009 Sep 23
1
[PATCH] virt-cat: Remove some unused Perl module includes.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 75 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-------------- next part --------------
>From d15195bad9e50f4d80e84c39100a217a260fc806 Mon Sep 17 00:00:00 2001
From: Richard Jones
2012 Mar 22
2
Xapian 1.2.9 uses UNIVERSAL->import, deprecated in perl-5.14.2
Hello.
Xapian 1.2.9 uses UNIVERSAL->import, deprecated in perl-5.14.2
We noticed that we could not get our perl tests to pass since
UNIVERSAL->import is deprecated in perl-5.14.2.
The message given was:
UNIVERSAL->import is deprecated and will be removed in a future perl at
/usr/local/share/perl/5.14.2/Search/Xapian.pm line 3158
Johan Sydseter
ABCStartsiden
2005 Feb 26
2
Perl wierdness.
Ok, trying to install amavisd-new from Dag. Getting into a lot of
problems, all of which seem to stem from Perl dependency issues. I have
built several of the required modules by hand, but then got down to
perl-MIME-tools. It builds FINE, but will not install. Why?
Turns out, the perl RPM 'provides' perl(MIME::QuotedPrint)=3.01 but the
module itself is 3.03. Build a perl module