Re: Debugging 20s pause in boot time in rawhide

2011-01-17 Thread Jason D. Clinton
On Mon, Jan 17, 2011 at 22:01, Jason D. Clinton wrote: > This interesting though: > $ ls -l /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service > lrwxrwxrwx. 1 root root 42 Oct 22 13:33 > /etc/systemd/system/dbus-org.freedesktop.NetworkManager.service -> > /lib/systemd/system/NetworkM

Re: Debugging 20s pause in boot time in rawhide

2011-01-17 Thread Jason D. Clinton
On Mon, Jan 17, 2011 at 15:09, Lennart Poettering wrote: > > getting default adapter: Activation of org.bluez timed out > > Smells like a bluez problem. Note sure what is going on there. > > It might be a good idea to pass systemd.log_level=debug and > systemd.log_target=kmsg on the kernel cmdline

Re: Updating waf to 1.6

2011-01-17 Thread Toshio Kuratomi
On Tue, Jan 18, 2011 at 01:06:53AM +0100, Thomas Moschny wrote: > 2011/1/17 Simo Sorce : > > The best thing is to not package waf on and in itself, and let package > > embed the right version. At least until waf becomes mature enough that > > the rate of change slows down to the point that option 1

Re: Anyone packaging python-cloudfiles?

2011-01-17 Thread BJ Dierkes
I've taken over that review, and will post an updated spec/srpm shortly. --- derks On Jan 17, 2011, at 5:12 PM, Rahul Sundaram wrote: > Hi > > I only see a old review request at > https://bugzilla.redhat.com/show_bug.cgi?id=542436 and the spec file is not > available anymore. The latest

Re: pkg-config, noarch, and rpmlint

2011-01-17 Thread Adam Williamson
On Mon, 2011-01-17 at 15:54 -0800, Brad Bell wrote: > I have a case where a package is noarch and it provides pkg-config support. > > The problem is that pkg-config expects a noarch file corresponding to > the package to be stored in > ${_libdir}/pkgconfig > and rpmlint complains that >

Re: Updating waf to 1.6

2011-01-17 Thread Thomas Moschny
2011/1/17 Simo Sorce : > The best thing is to not package waf on and in itself, and let package > embed the right version. At least until waf becomes mature enough that > the rate of change slows down to the point that option 1 becomes > feasible. > > Option 2 is just begging for maintenance nightm

Re: pkg-config, noarch, and rpmlint

2011-01-17 Thread Matt McCutchen
On Mon, 2011-01-17 at 15:54 -0800, Brad Bell wrote: > I have a case where a package is noarch and it provides pkg-config support. > > The problem is that pkg-config expects a noarch file corresponding to > the package to be stored in > ${_libdir}/pkgconfig > and rpmlint complains that >

pkg-config, noarch, and rpmlint

2011-01-17 Thread Brad Bell
I have a case where a package is noarch and it provides pkg-config support. The problem is that pkg-config expects a noarch file corresponding to the package to be stored in ${_libdir}/pkgconfig and rpmlint complains that cppad.spec:112: W: libdir-macro-in-noarch-package devel %{_lib

Anyone packaging python-cloudfiles?

2011-01-17 Thread Rahul Sundaram
Hi I only see a old review request at https://bugzilla.redhat.com/show_bug.cgi?id=542436 and the spec file is not available anymore. The latest development version of Deja-dup (default backup software in GNOME using duplicity) requires it to backup to S3 or Rackspace clouds. If anyone is pack

Re: Updating waf to 1.6

2011-01-17 Thread Simo Sorce
On Mon, 17 Jan 2011 09:28:10 +0100 Thomas Moschny wrote: > So we have these options (from hard to easy): > - force packagers to patch their packages to run with system's waf > - start packaging multiple versions of waf (e.g. waf16 for F-13 and > F-14) > - allow packages to embed a copy of waf As

Re: initscript: Do I have to wait for a service to stop?

2011-01-17 Thread Simo Sorce
On Mon, 17 Jan 2011 21:54:18 +0100 Lennart Poettering wrote: > On Mon, 17.01.11 14:31, Petr Pisar (ppi...@redhat.com) wrote: > > > > > On 2011-01-17, Richard W.M. Jones wrote: > > > > > > Now when you send a signal to the watchdog daemon, it can take > > > several seconds to shut down. > > >

Re: boot hang at the loopback interface in rawhide?

2011-01-17 Thread Lennart Poettering
On Thu, 13.01.11 22:59, Matthew Miller (mat...@mattdm.org) wrote: > For some reason, boot is hanging with today's rawhide update -- I get stuck > at "Bringing up loopback interface". Oddly, if I boot into runlevel 1, lo is > there just fine. (But if I telinit 5 from there, it immediately tries to

Re: Updating waf to 1.6

2011-01-17 Thread Kevin Fenzi
On Mon, 17 Jan 2011 09:28:10 +0100 Thomas Moschny wrote: > 2011/1/17 Kevin Fenzi : > > I can't speak to the other packages, but I can to midori. > > > > There have been at least 2 times that I can recall where midori > > upstream updated the bundled version of waf they ship with, and the > > fedo

Re: Shrinking terminals in rawhide

2011-01-17 Thread Kevin Fenzi
On Mon, 17 Jan 2011 14:40:14 -0500 Matthew Miller wrote: > On Mon, Jan 17, 2011 at 10:14:23AM -0500, Matthias Clasen wrote: > > > Problem better, but not gone. Now clicking on a window border > > > (bottom or side), causes the whole thing to shrivel up. > > Not happening here. What wm ? > > xfwm

Re: fedpkg new-sources

2011-01-17 Thread Kevin Fenzi
On Mon, 17 Jan 2011 11:46:04 -0800 Brad Bell wrote: ...snip... > Is there some way I should remove or correct the old tarball > cppad-20110101.0.gpl.tgz > which appears to be corrupted ? > > Perhaps it does not matter because no build using it was successful ? Shouldn't matter. I'd just

Re: Debugging 20s pause in boot time in rawhide

2011-01-17 Thread Lennart Poettering
On Sun, 16.01.11 11:11, Peter Robinson (pbrobin...@gmail.com) wrote: > > On Sun, Jan 16, 2011 at 7:32 AM, Jason D. Clinton > wrote: > > There's a twenty second pause in my boot sequence, shown below, before GDM > > starts and I'm not certain if it's in NetworkManager waiting on org.bluez, > > b

Re: Debugging 20s pause in boot time in rawhide

2011-01-17 Thread Lennart Poettering
On Sun, 16.01.11 01:32, Jason D. Clinton (m...@jasonclinton.com) wrote: > There's a twenty second pause in my boot sequence, shown below, before GDM > starts and I'm not certain if it's in NetworkManager waiting on org.bluez, > bluez itself or the bluez systemd unit file. (Or maybe I'm completely

Re: initscript: Do I have to wait for a service to stop?

2011-01-17 Thread Lennart Poettering
On Mon, 17.01.11 14:31, Petr Pisar (ppi...@redhat.com) wrote: > > On 2011-01-17, Richard W.M. Jones wrote: > > > > Now when you send a signal to the watchdog daemon, it can take several > > seconds to shut down. > > I hope systemd and similar inits running daemons on foreground solve > this pro

fedpkg new-sources

2011-01-17 Thread Brad Bell
Kevin: Thanks for you message about the new sources. Unfortunately, I do not have a copy of the mail message to reply directly to, so I am including its web address below: http://lists.fedoraproject.org/pipermail/devel/2011-January/147704.html I uploaded a new version of the upstream source

Re: Shrinking terminals in rawhide

2011-01-17 Thread Matthew Miller
On Mon, Jan 17, 2011 at 10:14:23AM -0500, Matthias Clasen wrote: > > Problem better, but not gone. Now clicking on a window border (bottom or > > side), causes the whole thing to shrivel up. > Not happening here. What wm ? xfwm4 (XCFE desktop.) -- Matthew Miller Senior Systems Architect -- Inst

Re: [tomcat6/f14/master] resolves: rhbz# 669969. Logging directory was hardcoded in conf file to /var/log/tomcat6. We are now

2011-01-17 Thread Nicolas Chauvet
2011/1/17 Dave Knox : > commit efafec286e73c4ca55903b44825a670b4a1bfe61 > Author: david knox > Date:   Mon Jan 17 11:24:02 2011 -0700 > >    resolves: rhbz# 669969. Logging directory was hardcoded in conf file to > /var/log/tomcat6. We are now using /logs as the value for TOMCAT_LOG. The > prohi

Updating nss to 3.12.9

2011-01-17 Thread Elio Maldonado
A multi-package update is now available on f14 updates-testing. Please see https://admin.fedoraproject.org/updates/nss-util-3.12.9-1.fc14,nss-softokn-3.12.9-1.fc14,nss-3.12.9-1.fc14,nspr-4.8.7-1.fc14 Your feedback is appreciated, in particular from proventesters. Thanks, Elio -- devel mailing

Re: Shrinking terminals in rawhide

2011-01-17 Thread Tomasz Torcz
On Mon, Jan 17, 2011 at 09:41:27AM -0700, Pete Zaitcev wrote: > Apropos terminals, did you have a chance to stop them spewing an error > message on every keypress/release? Or am I a freak of nature to even > read ~/.xsession-errors in the first place? Aren't you mad because of PackageKit spewin

Re: Shrinking terminals in rawhide

2011-01-17 Thread Erik van Pienbroek
Matthias Clasen schreef op ma 17-01-2011 om 10:14 [-0500]: > On Fri, 2011-01-14 at 13:40 -0500, Matthew Miller wrote: > > On Fri, Jan 14, 2011 at 12:05:44PM -0500, Matthias Clasen wrote: > > > for everybody who is annoyed by the recent trend of shrinking terminals > > > in rawhide: I've just pushed

Re: Shrinking terminals in rawhide

2011-01-17 Thread Matthias Clasen
On Mon, 2011-01-17 at 09:41 -0700, Pete Zaitcev wrote: > Apropos terminals, did you have a chance to stop them spewing an error > message on every keypress/release? Or am I a freak of nature to even > read ~/.xsession-errors in the first place? Reading it is certainly a little freaky. And again,

[perl-Mail-GnuPG/f13/master] - Upstream update. - Reflect upstream Source0-URL having changed. - Reflect upstream having changed

2011-01-17 Thread corsepiu
commit 8386bad7838552171e62e4a4f9eb1182692b0278 Author: Ralf Corsépius Date: Mon Jan 17 17:21:13 2011 +0100 - Upstream update. - Reflect upstream Source0-URL having changed. - Reflect upstream having changed to Module::Build. .gitignore |1 + perl-Mail-GnuPG.spec |

Re: Shrinking terminals in rawhide

2011-01-17 Thread Pete Zaitcev
Apropos terminals, did you have a chance to stop them spewing an error message on every keypress/release? Or am I a freak of nature to even read ~/.xsession-errors in the first place? -- Pete -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/deve

Re: initscript: Do I have to wait for a service to stop?

2011-01-17 Thread Tom Lane
"Richard W.M. Jones" writes: > Because the watchdog hasn't shut down when the init script returns, > the LSB script test for this fails. > So I don't know how to fix that one. Any suggestions? The traditional approach is to wait till you see the daemon has removed its pidfile, which it ought to

Update of NSS to 3.12.9 / NSPR to 4.8.7 is available in f14 updates-testing

2011-01-17 Thread Elio Maldonado
Please see https://admin.fedoraproject.org/updates/nss-util-3.12.9-1.fc14,nss-softokn-3.12.9-1.fc14,nss-3.12.9-1.fc14,nspr-4.8.7-1.fc14 Feedback appreciated, specially from proventesters. Thanks, Elio -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/l

[perl-Padre] 0.78 bump

2011-01-17 Thread Petr Pisar
commit e514dee312bf2bb36e66863c77ca83a2b57334d6 Author: Petr Písař Date: Mon Jan 17 14:27:34 2011 +0100 0.78 bump .gitignore |1 + perl-Padre.spec | 10 +- sources |2 +- 3 files changed, 11 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitign

Re: Shrinking terminals in rawhide

2011-01-17 Thread Matthias Clasen
On Fri, 2011-01-14 at 13:40 -0500, Matthew Miller wrote: > On Fri, Jan 14, 2011 at 12:05:44PM -0500, Matthias Clasen wrote: > > for everybody who is annoyed by the recent trend of shrinking terminals > > in rawhide: I've just pushed a fixed for vte3 through koji. > > Problem better, but not gone.

Re: bnx2 driver fails to load on Fedora Rawhide

2011-01-17 Thread Andy Gospodarek
On Mon, Jan 17, 2011 at 01:41:41AM -0800, narendr...@dell.com wrote: > Hello, > > On Fedora Rawhide bnx2 driver failed to load with the following messages on > PowerEdge R710 with BCM5709 devices.( Bugzilla Bug 670121- bnx2 driver fails > to load on rawhide). > > I observed this failure while

Re: Your input requested at the Fedora Board IRC meeting this Friday

2011-01-17 Thread Michael Cronenworth
Michael Cronenworth wrote: > I also checked the meetbot log URL but there is nothing for the meeting > date. I was checking the wrong URL. http://meetbot.fedoraproject.org/fedora-board-meeting/2011-01-07/fedora_board.2011-01-07-19.00.html -- devel mailing list devel@lists.fedoraproject.org h

Re: Your input requested at the Fedora Board IRC meeting this Friday

2011-01-17 Thread Michael Cronenworth
Jared K. Smith wrote: > The Fedora Board will be having its > bi-weekly IRC meeting this coming Friday, and we invite you to attend > that meeting and share your input with us. Unfortunately I missed this. Does anyone have the meeting logs? I checked the wiki, but there doesn't seem to be a page

Re: initscript: Do I have to wait for a service to stop?

2011-01-17 Thread Petr Pisar
On 2011-01-17, Richard W.M. Jones wrote: > > Now when you send a signal to the watchdog daemon, it can take several > seconds to shut down. I hope systemd and similar inits running daemons on foreground solve this problem simply by waiting for the child's PID. > So I don't know how to fix that o

Re: Heads-up: Audacious API break for Fedora 14 updates-testing

2011-01-17 Thread Michael Schwendt
koji buildroot override is active! test update has been submitted: http://admin.fedoraproject.org/updates/audacious-2.4.3-1.fc14,audacious-plugins-2.4.3-1.fc14.pl1,xmp-3.3.0-2.fc14.1 On Sat, 15 Jan 2011 23:45:06 +0100, I wrote: > With upstream having released Audacious 2.4.3 and Fedora 14 still

Heads-up: rpm 4.9.0 beta coming soon to rawhide near you

2011-01-17 Thread Panu Matilainen
Been preparing + testing stuff for the last couple of days and the new rpm (details at http://rpm.org/wiki/Releases/4.9.0) is likely to land in rawhide tomorrow. It's not supposed to eat anything but packages for breakfast but as usual safe's better than sorry - it would not be a bad idea to b

initscript: Do I have to wait for a service to stop?

2011-01-17 Thread Richard W.M. Jones
I'm trying to fix a bug: https://bugzilla.redhat.com/523391 initscript collected problems LSB-compilant watchdog It's all fairly straightforward except for the 'watchdog stop' operation. Now when you send a signal to the watchdog daemon, it can take several seconds to shut down. The usual 'kill

pushing libgdl 2.91.4 into rawhide

2011-01-17 Thread Rakesh Pandit
It is required for latest anjuta unstable release. Deps are: anjuta (will push new unstable release) gnome-python2-gdl gpx-viewer gtranslator solang valide CC: maintainers. -- Rakesh Pandit https://fedoraproject.org/wiki/User:Rakesh freedom, friends, features, first -- devel mailing list devel

[Bug 669812] perl-Padre-0.78 is available

2011-01-17 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=669812 Petr Pisar changed: What|Removed |Added

bnx2 driver fails to load on Fedora Rawhide

2011-01-17 Thread Narendra_K
Hello, On Fedora Rawhide bnx2 driver failed to load with the following messages on PowerEdge R710 with BCM5709 devices.( Bugzilla Bug 670121- bnx2 driver fails to load on rawhide). I observed this failure while I was setting up the box for biosdevname related experiments. [ 12.680616] bnx2

Re: Updating waf to 1.6

2011-01-17 Thread Thomas Moschny
2011/1/17 Kevin Fenzi : > I can't speak to the other packages, but I can to midori. > > There have been at least 2 times that I can recall where midori > upstream updated the bundled version of waf they ship with, and the > fedora waf no longer builds it. This means we either have to use the > bund