Re: Orphaned python-alsa

2011-05-15 Thread Robin 'cheese' Lee
I just means anybody who would like to take this package should recognize that it is such a minor package that few people would ever install it. Robin On Mon, May 16, 2011 at 5:14 AM, Jon Ciesla wrote: > Without doing any research (since it's Sunday and I'm tired) does this > mean it is no longe

Review Request/Review Swaps Request for writetype, pyttsx, python-timelib

2011-05-15 Thread Prabin Kumar Datta
Hi! Currently, more then 3 of my packages are under review request. And 4+ packages are already packaged but not submitted for review since the dependency packages are not reviewed till now (or some other issues). My packages under review: 1. python-timelib [1] -> This package is one the dependenc

How to build noarch package on only certain architectures?

2011-05-15 Thread Eric Smith
I'm trying to build Clapham for EPEL6. Clapham is a noarch package, but it depends on Batik, which is ExclusiveArch: i686 x86_64. When I submitted a build with koji, it failed to build for ppc and ppc64 due to the missing dependency. I tried adding the same ExclusiveArch to Clapham. That cau

F-15 Branched report: 20110515 changes

2011-05-15 Thread Branched Report
Compose started at Sun May 15 13:15:23 UTC 2011 Broken deps for x86_64 -- db4o-7.4-2.fc13.x86_64 requires mono(Mono.GetOptions) = 0:2.0.0.0 dh-make-0.55-3.fc15.noarch requires debhelper file-browser-applet-0.6.6-1.fc15

Re: Orphaned python-alsa

2011-05-15 Thread Jon Ciesla
Without doing any research (since it's Sunday and I'm tired) does this mean it is no longer needed, or that you won't be maintaining it and someone else probably should if they're so inclined? -J On 05/15/2011 02:33 AM, Robin 'cheese' Lee wrote: > Not required by any package other than alsa-too

Re: systemd questions

2011-05-15 Thread Lennart Poettering
On Sun, 15.05.11 19:28, Miloslav Trmač (m...@volny.cz) wrote: > > On Sun, May 15, 2011 at 6:57 PM, Lennart Poettering > wrote: > > Well, adding 30s-sleep()s here and there and everywhere is a hack, not a > > clean fix. But if you have a lot of sync to disk, and/or a slow disk, > > then 30s might

Re: And logging issues following F15B upgrade

2011-05-15 Thread Lennart Poettering
On Sun, 15.05.11 13:08, Philip Prindeville (philipp_s...@redfish-solutions.com) wrote: > > Lennart > > Ok, then I'm unclear. Should rsyslog be running? > > Because "chkconfig rsyslog --list" doesn't show any information, and > it doesn't seem to be running after reboot. The output this comman

Re: And logging issues following F15B upgrade

2011-05-15 Thread Philip Prindeville
On 5/15/11 4:33 AM, Lennart Poettering wrote: > On Sat, 14.05.11 12:01, Philip A. Prindeville > (philipp_s...@redfish-solutions.com) wrote: > >> May 13 11:08:02 mail kernel: [ 133.097131] sendmail[2179]: p4DH6ui4002179: >> Milter delete (noop): header: X-Spam-Score >> May 13 11:08:02 mail kerne

Re: systemd questions

2011-05-15 Thread Miloslav Trmač
On Sun, May 15, 2011 at 6:57 PM, Lennart Poettering wrote: > Well, adding 30s-sleep()s here and there and everywhere is a hack, not a > clean fix. But if you have a lot of sync to disk, and/or a slow disk, > then 30s might not be enough and you are fucked. I can't see where would that "a lot of sy

Re: systemd questions

2011-05-15 Thread Lennart Poettering
On Sun, 15.05.11 17:05, "Jóhann B. Guðmundsson" (johan...@gmail.com) wrote: > > On 05/15/2011 04:08 PM, Lennart Poettering wrote: > > Well, but ExecStartPre= doesn't help you with this. As it is run only > > after the service is already stopped. > > > > It has been suggested that we add ExecResta

Re: systemd questions

2011-05-15 Thread Jóhann B. Guðmundsson
On 05/15/2011 05:05 PM, "Jóhann B. Guðmundsson" wrote: > On 05/15/2011 04:08 PM, Lennart Poettering wrote: >> Well, but ExecStartPre= doesn't help you with this. As it is run only >> after the service is already stopped. >> >> It has been suggested that we add ExecRestartPre=, i.e. something we run

Re: systemd questions

2011-05-15 Thread Jóhann B. Guðmundsson
On 05/15/2011 04:08 PM, Lennart Poettering wrote: > Well, but ExecStartPre= doesn't help you with this. As it is run only > after the service is already stopped. > > It has been suggested that we add ExecRestartPre=, i.e. something we run > before stopping a service for a restart. It has been on th

Re: systemd questions

2011-05-15 Thread Lennart Poettering
On Sun, 15.05.11 18:29, Miloslav Trmač (m...@volny.cz) wrote: > > On Sun, May 15, 2011 at 3:56 PM, Lennart Poettering > wrote: > >> 5) in old initscripts, there was /etc/init.d/halt with section for ups > >> shutdown. With that script gone, was that functionality ported to systemd > >> somehow?

[bucardo/f14] - new version 4.4.4

2011-05-15 Thread Itamar Reis Peixoto
Summary of changes: 8ae56a4... - new version 4.4.4 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-de...@lists.fedoraproject.org https://admin.fedoraproject.org

Re: systemd questions

2011-05-15 Thread Miloslav Trmač
On Sun, May 15, 2011 at 3:56 PM, Lennart Poettering wrote: >> 5) in old initscripts, there was /etc/init.d/halt with section for ups >> shutdown. With that script gone, was that functionality ported to systemd >> somehow? > > Well, any such code is just inherently broken. It *cannot* work. Such co

Access to some of Alexey Torkhov's packages

2011-05-15 Thread Bruno Wolff III
Alexey hasn't been doing a lot of Fedora related stuff recently. I was able to reach him indirectly a few months ago to get access to some of his packages that depend on ogre. But more recently I have been trying to get access to some of his other game related packages in advance of issues, so that

Re: systemd questions

2011-05-15 Thread Lennart Poettering
On Sun, 15.05.11 15:55, "Jóhann B. Guðmundsson" (johan...@gmail.com) wrote: > > On 05/15/2011 01:59 PM, Lennart Poettering wrote: > > On Thu, 12.05.11 17:04, "Jóhann B. Guðmundsson" (johan...@gmail.com) wrote: > > > >> You can run ExecStartPre= before starting a service for syntax checking > >> b

Re: systemd questions

2011-05-15 Thread Jóhann B. Guðmundsson
On 05/15/2011 01:59 PM, Lennart Poettering wrote: > On Thu, 12.05.11 17:04, "Jóhann B. Guðmundsson" (johan...@gmail.com) wrote: > >> You can run ExecStartPre= before starting a service for syntax checking >> before starting the service like we do for .. >> >> ExecStartPre=/usr/sbin/radiusd -C >> Ex

Re: systemd questions

2011-05-15 Thread Lennart Poettering
On Thu, 12.05.11 17:04, "Jóhann B. Guðmundsson" (johan...@gmail.com) wrote: > You can run ExecStartPre= before starting a service for syntax checking > before starting the service like we do for .. > > ExecStartPre=/usr/sbin/radiusd -C > ExecStartPre=/usr/sbin/named-checkconf /etc/named.conf >

Re: systemd questions

2011-05-15 Thread Lennart Poettering
On Thu, 12.05.11 15:28, Michal Hlavinka (mhlav...@redhat.com) wrote: > Hi, Heya, > I'm working with nut upstream to test sysv->systemd changes, but I found some > problems and they've came up with a few questions too. > > 1) does systemd support alternative to "service sthd configtest" or othe

Re: [Test-Announce] Fedora 15 Final Release Candidate 3 (RC3) Available Now!

2011-05-15 Thread Camilo Mesias
Thanks, I agree it's a hardware thing although ION / Atom combination isn't that rare and also used to work fine under F14. I have an older, larger laptop with Radeon graphics that works OK with F15. Other machines in the house use F15 and Intel graphics without problems. That said I really don't w

Re: [Test-Announce] Fedora 15 Final Release Candidate 3 (RC3) Available Now!

2011-05-15 Thread Frederic Muller
On 05/15/2011 06:59 PM, Camilo Mesias wrote: > I did an install from the RC3 live CD (on USB) and it went well. > > However F15 remains very unstable, Very weird, I've been using F15 since around alpha full time and never have any stability problem. I suspect it should be a bug related to your s

Re: [Test-Announce] Fedora 15 Final Release Candidate 3 (RC3) Available Now!

2011-05-15 Thread Camilo Mesias
I did an install from the RC3 live CD (on USB) and it went well. However F15 remains very unstable, I don't think I will be able to use it. The main problem is that it will lock up spontaneously (then heats up if left as if in a tight CPU consuming loop). Apart from that any kind of session ending

Re: Orphaning gbirthday and linbox

2011-05-15 Thread Thomas Spura
On Sat, 14 May 2011 21:14:20 -0600 Jerry James wrote: > On Thu, May 12, 2011 at 6:46 AM, Thomas Spura > wrote: > >        * linbox: > >          Required for SAGE [1], but FTBFS since a while and the new > >          version now requires another package, not yet in fedora. > > This is hard to mai

Re: And logging issues following F15B upgrade

2011-05-15 Thread Lennart Poettering
On Sat, 14.05.11 12:01, Philip A. Prindeville (philipp_s...@redfish-solutions.com) wrote: > May 13 11:08:02 mail kernel: [ 133.097131] sendmail[2179]: p4DH6ui4002179: > Milter delete (noop): header: X-Spam-Score > May 13 11:08:02 mail kernel: [ 133.105238] sendmail[2179]: p4DH6ui4002179: > Mi

Re: Systemd questions following 15B upgrade

2011-05-15 Thread Lennart Poettering
On Fri, 13.05.11 23:57, Philip Prindeville (philipp_s...@redfish-solutions.com) wrote: > I installed F15B, but now I'm seeing: > > May 13 23:01:01 mail /usr/sbin/crond[5243]: pam_systemd(crond:session): > Moving new user session for root into control group /user/root/18. > May 13 23:01:01 mail

rawhide report: 20110515 changes

2011-05-15 Thread Rawhide Report
Compose started at Sun May 15 08:15:02 UTC 2011 Broken deps for x86_64 -- acheck-0.5.1-4.fc15.noarch requires perl(Text::Aspell) almanah-0.7.3-10.fc15.x86_64 requires libcamel-1.2.so.23()(64bit) 1:anerley-0.2.14-5.fc15

Orphaned python-alsa

2011-05-15 Thread Robin 'cheese' Lee
Not required by any package other than alsa-tools. Cheers Robin -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel