Re: Rawhide: where for art thou? (why no rawhide composes recently)

2017-06-14 Thread Daniel P. Berrange
On Tue, Jun 13, 2017 at 07:11:21AM -0600, Kevin Fenzi wrote:
> Greetings.
> 
> Some folks may have noticed that there have been no completed rawhide
> composes in a while (13 days as of today).
> 
> This has been due to a variety of bugs and issues, along with pungi now
> failing composes that don't have all required release blocking items.
> 
> Here's a partial list:
> 
> 2017-06-01 - lorax traceback, bug 1457055
> 2017-06-02 - another lorax issue, bug 1457906
> 2017-06-03 - cloud base failed in anaconda, bug 1458509
> 2017-06-04 - ditto
> 2017-06-05 - ditto
> 2017-06-06 - pungi bug - https://pagure.io/pungi/issue/641
> 2017-06-07 - ditto
> 2017-06-08 - ditto
> 2017-06-09 - ditto
> 2017-06-10 - ditto
> 2017-06-11 - ditto
> 2017-06-12 - ditto
> 2017-06-12.1 - pungi bug fixed, but hit libgtop2 broken deps in metacity
> that failed the comppose. I fixed those (and control-center) last night.
> 2017-06-13 - still running, cross your fingers.

[snip]

> Anyhow, hopefully we will have a rawhide compose today, and if not I
> will keep poking it to get it going...

Unfortunately while the latest compose succeeded, actually trying to
use the installer resulted in a python traceback pretty much immediately

   https://bugzilla.redhat.com/show_bug.cgi?id=1461469

Regards,
Daniel
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Re: F-21 Branched report: 20140828 changes

2014-08-28 Thread Daniel P. Berrange
On Thu, Aug 28, 2014 at 11:09:37AM +, Fedora Branched Report wrote:
> Broken deps for armhfp
> [libvirt]
>   libvirt-lock-sanlock-1.2.7-2.fc21.armv7hl requires sanlock >= 0:2.4
>   libvirt-lock-sanlock-1.2.7-2.fc21.armv7hl requires 
> libsanlock_client.so.1

> Broken deps for i386
> --
> [libvirt]
>   libvirt-lock-sanlock-1.2.7-2.fc21.i686 requires sanlock >= 0:2.4
>   libvirt-lock-sanlock-1.2.7-2.fc21.i686 requires libsanlock_client.so.1

A bogus ExclusiveArch restriction was added to the sanlock package
preventing it building on armv7 and i686. Bug to request this be
removed, which would fix libvirt deps:

  https://bugzilla.redhat.com/show_bug.cgi?id=1134861

Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: [Fedora-packaging] May I file 1000 bugs aka upstream test suite tracking

2014-02-21 Thread Daniel P. Berrange
On Fri, Feb 21, 2014 at 02:53:55PM +, Tom Hughes wrote:
> On 21/02/14 14:51, Alexander Todorov wrote:
> 
> >I want to track which packages *DO NOT* have any tests and later be able
> >to focus on creating them (be it working with volunteers, GSoC
> >participants or whoever is willing to step up to this task).
> 
> Why would you file a bug in the Fedora bug tracker when the package
> has no test suite upstream? That makes no sense - if the upstream
> package has no tests then the bug belongs upstream not in Fedora.

I don't believe that is what he is proposing. I read it as meaning
filing bugs where upstream *does* have a test suite, but the RPM
specfile has not enabled it in %check.

Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: [Fedora-packaging] May I file 1000 bugs aka upstream test suite tracking

2014-02-21 Thread Daniel P. Berrange
On Fri, Feb 21, 2014 at 04:22:42PM +0200, Alexander Todorov wrote:
> Hi guys,
> (note: devel, packaging and test lists) previously I've done a
> little experiment and counted how many packages are likely to have
> upstream test suites and how many don't:
> http://atodorov.org/blog/2013/12/24/upstream-test-suite-status-of-fedora-20/
> 
> In general around 35% do have test suites, the rest don't.
> 
> My goal is to bring down the number of packages which ship without
> any sort of test suite inside their code base.
> 
> The first step is to identify them and track them in Bugzilla.
> 
> 
> My question is:
> **Is everyone, especially package maintainers OK with me filing 1000+ bugs ?**
> 
> 
> Last time I did so (around 100 bugs) it got a few people unhappy so
> better ask this time!

If you have code that can fairly reliably detect whether a test suite
exists in the source tar.gz, then I think you would be justified
in filing bugs for spec files which have not enabled the test suite.

What I wouldn't do is blindly mass file bugs against every package
and ask the maintainer to investigate whether the test suite exists
or not. Basically you want to minimize the risk of false bug reports
against tests not being enabled, to avoid wasting maintainers time.

Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: rawhide report: 20130520 changes

2013-05-20 Thread Daniel P. Berrange
On Mon, May 20, 2013 at 12:57:29PM +0100, Peter Robinson wrote:
> On Mon, May 20, 2013 at 12:50 PM, Daniel P. Berrange
>  wrote:
> > On Mon, May 20, 2013 at 11:44:33AM +, Fedora Rawhide Report wrote:
> >> Compose started at Mon May 20 08:15:03 UTC 2013
> >>
> >> Broken deps for x86_64
> >> --
> >> [entangle]
> >>   entangle-0.5.1-1.fc20.x86_64 requires libgexiv2.so.1()(64bit)
> >
> > ...snip...
> >
> >> [shotwell]
> >>   shotwell-0.14.1-1.fc20.x86_64 requires libgexiv2.so.1()(64bit)
> >
> > Urggh. Intentionale ABI breakage in libgexiv2 that the package maintainer
> > knew about but did not announce / notify app maintainers about :-(
> >
> > I've triggered a rebuild of entangle in rawhide, but I don't have
> > privileges to trigger rebuild of shotwell.
> 
> Just kicked that off, was it just rawhide or F19 too?

Just rawhide.


Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: rawhide report: 20130520 changes

2013-05-20 Thread Daniel P. Berrange
On Mon, May 20, 2013 at 11:44:33AM +, Fedora Rawhide Report wrote:
> Compose started at Mon May 20 08:15:03 UTC 2013
> 
> Broken deps for x86_64
> --
> [entangle]
>   entangle-0.5.1-1.fc20.x86_64 requires libgexiv2.so.1()(64bit)

...snip...

> [shotwell]
>   shotwell-0.14.1-1.fc20.x86_64 requires libgexiv2.so.1()(64bit)

Urggh. Intentionale ABI breakage in libgexiv2 that the package maintainer
knew about but did not announce / notify app maintainers about :-(

I've triggered a rebuild of entangle in rawhide, but I don't have
privileges to trigger rebuild of shotwell.

Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: rawhide report: 20120416 changes

2012-04-16 Thread Daniel P. Berrange
On Mon, Apr 16, 2012 at 02:03:45PM +, Fedora Rawhide Report wrote:
> Compose started at Mon Apr 16 08:15:05 UTC 2012
> 
> Broken deps for x86_64
> --
> [vdsm]
>   vdsm-4.9.3.2-0.fc17.x86_64 requires /usr/sbin/saslpasswd2

Jindrich Novy has updated cyrus-sasl to re-enable the saslpasswd2 binary,
so this should be resolved in tomorrows dep-check.

Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: [fedora-virt] kvm "tablet" device burning cpu cycles

2011-12-08 Thread Daniel P. Berrange
On Thu, Dec 08, 2011 at 03:31:28PM +, Matthew Garrett wrote:
> On Wed, Dec 07, 2011 at 09:20:48AM +0000, Daniel P. Berrange wrote:
> > On Tue, Dec 06, 2011 at 04:33:43PM -0700, Eric Blake wrote:
> > > The poor behavior of a tablet device should be raised against the qemu
> > > team, to see if it can be made more efficient.
> > 
> > This is a long standing problem, but it shouldn't be taking anywhree
> > near 10% of CPU.
> 
> Is there any reason we're not enabling USB autosuspend on the virt 
> devices?

I've no idea what that entails to be honest. It is probably a question
to raise on qemu-devel

Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Re: [fedora-virt] kvm "tablet" device burning cpu cycles

2011-12-07 Thread Daniel P. Berrange
On Tue, Dec 06, 2011 at 04:33:43PM -0700, Eric Blake wrote:
> [redirecting to the fedora virt list]
> 
> On 12/06/2011 03:36 PM, Dennis Jacobfeuerborn wrote:
> > Hi,
> > I noticed that when you install a virtual system with virt-manager it 
> > always installs a tablet device by default.
> > The problem is that this device consumes 10% of cpu resources of the host 
> > according to "top" which should probably be considered a bug.
> 
> The poor behavior of a tablet device should be raised against the qemu
> team, to see if it can be made more efficient.

This is a long standing problem, but it shouldn't be taking anywhree
near 10% of CPU.

If using SPICE with the SPICE guest agent installed there is a parvirt
mouse available, avoiding the need for the USB tablet.

> 
> > What is worse is that removing the tablet also means no mouse pointer 
> > showing up in a centos 6 guest which means you are pretty much forced to 
> > use the tablet device.

That shouldn't be the case. If you boot the guest with no USB tablet
present, X should auto-detect the PS2 mouse and use that. You would
only have trouble if either hot-unpluging the USB tablet, or if you
have hardcoded its use in /etc/X11/xorg.conf

> 
> Meanwhile, sufficiently new qemu provides USB device emulation, which is
> more efficient than the PCI tablet emulation;

Actually the tablet is a USB device, not a PCI device.


Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Re: rawhide report: 20111113 changes

2011-11-14 Thread Daniel P. Berrange
On Sun, Nov 13, 2011 at 01:17:41PM +, Rawhide Report wrote:
> Compose started at Sun Nov 13 08:15:32 UTC 2011
> 
> Broken deps for x86_64
> --
>   i3-4.0.1-1.fc17.x86_64 requires libyajl.so.1()(64bit)

This simply requires a rebuild to pick up the new libyajl soname. I would
have done it myself, but I'm not a proven packager I notified the
maintainer but not hear back yet, so if any provenpackager can take care
of it...

>   perl-Module-CPANTS-Analyse-0.85-9.fc16.noarch requires 
> perl(Test::YAML::Meta::Version) >= 0:0.11
>   perl-Module-CPANTS-Analyse-0.85-9.fc16.noarch requires 
> perl(Test::YAML::Meta::Version)

I'll sort this out.


Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Heads up: impending IPv6 Test Day

2011-06-02 Thread Daniel P. Berrange
On Thu, Jun 02, 2011 at 04:40:10PM +0100, Richard W.M. Jones wrote:
> On Wed, Jun 01, 2011 at 08:22:25AM +0200, fkoo...@tuxed.net wrote:
> > This [1] may be of some help as a high level overview of how to deploy
> > IPv6 on a LAN and various operating system IPv6 compatibilities.
> > Fedora is doing quite well! The document is not a configuration help,
> > but it might make it clear how everything fits together and brush you
> > up on your IPv6 :-)
> [...]
> > [1]  
> > http://www.surfnet.nl/Documents/IPv6%20Deployment%20In%20Local%20Area%20Networks.pdf
> 
> This document is a good introduction, but it appears to assume that
> I've got an IPv6 router and internet connection.  I guess that's not
> going to apply to very many people.
> 
> Is there an easy way I can set up IPv6 and a handful of machines on my
> LAN for testing, without requiring any IPv6 internet connection or an
> IPv6 assigned prefix?
> 
> The Linux machines on my LAN appear to have acquired IPv6 addresses, eg:
> 
> $ ip addr show eth0
> 2: eth0:  mtu 1500 qdisc pfifo_fast state 
> UNKNOWN qlen 1000
> link/ether 00:e0:81:74:02:28 brd ff:ff:ff:ff:ff:ff
> inet 192.168.0.128/24 brd 192.168.0.255 scope global eth0
> inet6 fe80::2e0:81ff:fe74:228/64 scope link 
>valid_lft forever preferred_lft forever
> 
> but pinging them gives me strange errors:
> 
> $ ping6 fe80::2e0:81ff:fe74:228/64
> unknown host
> $ ping6 fe80::2e0:81ff:fe74:228
> connect: Invalid argument
> $ ping6 fe80::2e0:81ff:fe74
> connect: Invalid argument

Anything with an  fe80:: prefix is a link local address, which
is only unique within the scope of a single LAN segment. Thus
if you want to send traffic to such addresses, you need to specify
the NIC to send the traffic out from. The vast majority of apps
using sockets have no way to let you do this. The only thing that
commonly uses the link local addresses is IPv6 autoconfig, at
which point you get a real IPv6 address, which is globally unique
that real applications can use.

Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test


Re: rawhide report: 20101105 changes

2010-11-05 Thread Daniel P. Berrange
On Fri, Nov 05, 2010 at 11:59:14AM +, Richard W.M. Jones wrote:
> On Fri, Nov 05, 2010 at 09:28:53AM +, Rawhide Report wrote:
> > Compose started at Fri Nov  5 08:15:13 UTC 2010
> > 
> > Broken deps for x86_64
> > --
> > 3Depict-0.0.2-3.fc14.x86_64 requires libxml2.so.2(LIBXML2_2.6.0)(64bit)
> 
> etc.
> 
> Is it safe to ignore these broken deps for now?

Looks like there is a new libxml2 build that will fix all this by
tomorrow compose

* Fri Nov  5 2010 Daniel Veillard  - 2.7.8-4
- reactivate shared libs versionning script


Daniel
-- 
|: Red Hat, Engineering, London-o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :|
|: http://autobuild.org-o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test


Re: Why is avahi-daemon being started?

2010-09-07 Thread Daniel P. Berrange
On Tue, Sep 07, 2010 at 09:38:15AM -0600, Eric Blake wrote:
> [adding libvir-list]
> 
> On 09/07/2010 07:42 AM, Tom Horsley wrote:
> > On Tue, 07 Sep 2010 13:51:09 +0100
> > Adam Williamson wrote:
> >
> >>> I did find a "Should-start: avahi-daemon" comment in the libvirtd
> >>> init script, so maybe that is the source.
> >>
> >> Shouldn't be. 'Should-start' means 'if this other service is enabled, it
> >> should be started before this one': it's not a strict dependency, 'this
> >> other service MUST be started before this one'.
> >
> > Yea, changing the comment there didn't fix anything, but it was a good
> > hint since I finally found the "mdns_adv" setting in the libvirtd.conf
> > file and uncommenting it did finally squash avahi-daemon :-).
> 
> I'm wondering if this means that libvirt should change any of its 
> policies about auto-starting avahi-daemon, or at the very least, if 
> there is a documentation shortcoming on why libvirt defaults to enabling 
> this and when you might want to change that default.

libvirtd has never explicitly auto-started avahi. libvirtd uses the
avahi client library and gives it a callback to be invoked whenever
a connection to the avahi daemon is established. With the old init
system, if avahi wasn't started on boot, the callback isn't invoked
and so libvirt never registers its mdns service. The sysadmin can
start avahi at any time later, and libvirt will automatically 
register with it. With system-d it sounds like creating the avahi 
client will always immediately activate the avahi service. I think
there perhaps needs to be a way to prevent autostart by the avahi
client library

Regards,
Daniel
-- 
|: Red Hat, Engineering, London-o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :|
|: http://autobuild.org-o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test


Re: perl-Sys-Virt-0.2.4 not in Fedora 14?

2010-08-14 Thread Daniel P. Berrange
On Fri, Aug 13, 2010 at 09:05:15PM +0100, Paul A. Crook wrote:
> Hi,
> 
> One of the systems here has been tracking rawhide for a while and latterly 14 
> (after it branched) using yum updates.
> 
> I've notice lots of perl updates are currently blocked by the package perl-
> Sys-Virt-0.2.4-1.f14 which is installed on the system and depends on 
> perl-5.10.  However looking in the fedora 14 repository I can only find perl-
> Sys-Virt-0.2.3-2.f14 (which appears to have been built against perl-5.12).
> 
> Would I be right in thinking perl-Sys-Virt-0.2.4-1 been dropped from F14 and 
> I 
> need to somehow convince yum to install perl-Sys-Virt-0.2.3-2 instead?

No, 0.2.4 should be used. It appears that Marcela re-built the 0.2.3-2 
against perl 5.12 into a separate build target. When I did the 0.2.4
build, the 5.12 build hadn't  been pushed into rawhide so I accidently
got 5.10 again. I'll rebuild 0.2.4 again with 5.12 perl

Daniel
-- 
|: Red Hat, Engineering, London-o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :|
|: http://autobuild.org-o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test