Matthew Garrett wrote on 24.02.2010 22:59:
> Further, it loses the settings over suspend/resume. Can we stop blaming
> this on distributions now?
Then why do a lot of drive load and unload frequently when running a
linux-distribution but do not when running the operating system the
Verndor pre-lo
On 02/25/2010 05:13 AM, Kevin Kofler wrote:
> Kevin Fenzi wrote:
>
>> This would of course need to be a new package that would either not
>> conflict with or simply obsolete/replace the existing man-db package,
>> right?
>>
> I'd say Obsoletes/Provides is the best solution.
>
> K
Le 25/02/2010 05:32, Kevin Kofler a écrit :
>
> PS:
> Running application X built against Qt 4.5.x with Qt 4.6.x SHOULD work.
> Running application X built against Qt 4.6.x with Qt 4.5.x WILL NOT work
> (and this is why pushing apps built against a new Qt to stable BEFORE that
> Qt gets pushed t
I wrote:
> Uh, was this really necessary? Qt 4.6.2 is normally backwards-compatible
> with 4.5.x.
PS:
Running application X built against Qt 4.5.x with Qt 4.6.x SHOULD work.
Running application X built against Qt 4.6.x with Qt 4.5.x WILL NOT work
(and this is why pushing apps built against a new
Rawhide Report wrote:
> scythia-0.9.3-5.fc14
>
> * Tue Feb 23 2010 Haïkel Guémar - 0.9.3-5
> - Rebuilt against Qt 4.6.2
Uh, was this really necessary? Qt 4.6.2 is normally backwards-compatible
with 4.5.x.
In addition, you queued updates for this for F11 and F12, but not F13
Hi Julian,
I think you should first confirm if the bundled zlib,?expat?and?pcre was
heavily changed compared to the system-wide libs. If they are heavily changed,
you maybe need use bundled version. otherwise it must be patched to avoid using
bundled libs.
在2010-02-25?04:28:33,"Julian?Sikor
Kevin Fenzi wrote:
> This would of course need to be a new package that would either not
> conflict with or simply obsolete/replace the existing man-db package,
> right?
I'd say Obsoletes/Provides is the best solution.
Kevin Kofler
--
devel mailing list
devel@lists.fedoraproject.org
htt
Matthew Garrett wrote:
> Yes - it's an option that's basically impossible to expose in a UI in a
> sensible way.
How so? "Spindown timeout", "Advanced power management timeout", and a
slider with 256 entries (or 240 or whatever the number of non-weird ones is)
looks quite sensible to me.
It's not problem to update mysql-mmm to the latest version for F13 and devel
soon.
For F11 F12 and EPEL5, you need write Scriptlet in the pre and check the
startlevel of mmmd_agent and
mmmd_mon, then you can adapt the startlevel mmmd_agent based on mmm_agentd and
mmmd_mon based on
mmm_mond.
On Wed, Feb 24, 2010 at 11:36 AM, BJ Dierkes
wrote:
> Hello all,
>
> I maintain Multi-Master Replication Manager for MySQL in both Fedora and
> EPEL. With changes from 2.0.11 -> 2.1.0 there was an incompatible change in
> that the daemon scripts were renamed:
>
> mmmd_agent -> mmm_agentd
> mmmd
The NTFS and ext4 are differernt, though XP also doesn't change the value.
在2010-02-25?05:59:36,"Matthew?Garrett"??写道:
>Further,?it?loses?the?settings?over?suspend/resume.?Can?we?stop?blaming?
>this?on?distributions?now?
>
>--?
>Matthew?Garrett?|?mj...@srcf.ucam.org
>--?
>devel?mailing?list
>de
Hi,
On 02/21/2010 02:15 AM, Michael Schwendt wrote:
>Upgrade from 12+updates to 13+updates+testing
> ==
> Broken packages in fedora-updates-12-i386:
> mono-moonlight-2.4.3.1-1.fc12.i686 requires mono-core = 0:2.4.3.1-
> Though CFLAGS is not the issue, LIBS= is.
You are mistaken. Your configure check decides -pthread alone is
sufficient (which it is), and that is all it sets. If your configure put
-lpthread into LIBS, then you would not have a problem. The substitution
of LIBS into the makefile is working fin
On Wed, 24 Feb 2010, Roland McGrath wrote:
Thanks for the reply.
> -pthread is indeed sufficient when it's really given to the linking $CC run.
>
>> Does someone know why this is going wrong?
>
> In unbound.spec I see:
>
> %{__make} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" QUIET=no %{?_smp_mflags}
>
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=568172
--- Comment #2 from RHEL Product and Program Management
2010-02-24 17:59:52 EST ---
This request was evaluated by Red Hat Produ
On Wed, Feb 24, 2010 at 01:57:02PM -0800, Adam Williamson wrote:
> IMPORTANT NOTE: we are rescheduling the Go/No-Go meeting for Fedora 13
> For more details about this important meeting see:
> https://fedoraproject.org/wiki/Engineering_Readiness_Meetings
IMHO it would help a lot if there weren't
-pthread is indeed sufficient when it's really given to the linking $CC run.
> Does someone know why this is going wrong?
In unbound.spec I see:
%{__make} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" QUIET=no %{?_smp_mflags}
This overrides the CFLAGS setting written into Makefile by configure.
You sh
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=567931
Richard W.M. Jones changed:
What|Removed |Added
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: virt-top exits sometimes when the window is resized
https://bugzilla.redhat.com/show_bug.cgi?id=568172
Summary: virt-top exits sometimes when the window is resi
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=568172
--- Comment #1 from Richard W.M. Jones 2010-02-24 17:41:11
EST ---
I don't know if we're planning a rebase of libvirt which wil
specifically, -lpthread - some programs have references to symbols in
-lpthread but were not linking against them directly, but were finding
the symbols resolved indirectly through another library. This cause the
build to fail on Fedora 13 and other platforms with strict linkers.
https://bugz
On 24/02/10 21:17, Jesse Keating wrote:
> On Tue, 2010-02-23 at 22:06 -0700, Robyn Bergeron wrote:
>>
>> * short (1-3 words)
>> * a call to action
>> * positive
>>
>>
>
> So, "Houston, we have a problem." is not acceptable?
>
>
Might not translate but
"Lucky for Most"
--
Regards,
Frank Murphy
>
> > * short (1-3 words)
Have about
The dog's bollocks
http://www.urbandictionary.com/define.php?term=Dog%27s%20Bollocks
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Further, it loses the settings over suspend/resume. Can we stop blaming
this on distributions now?
--
Matthew Garrett | mj...@srcf.ucam.org
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
IMPORTANT NOTE: we are rescheduling the Go/No-Go meeting for Fedora 13
Alpha. Previously scheduled for 2010-02-25 01:00 UTC, it is now
scheduled for 2010-02-25 19:00 UTC (14:00 EST, 11:00 PST). This delay is
to give sufficient time for the QA team to test the expected RC3 build.
The original annou
On Wed, Feb 24, 2010 at 08:07:50AM +0100, Thorsten Leemhuis wrote:
> And what does Windows do? I have the strange feeling it doesn't assume
> the same and instead simply sets something it thinks is sensible, which
> afaics results in Hardware manufactures not to care much what the
> initial value f
On Wed, Feb 24, 2010 at 10:22 PM, Seth Vidal wrote:
>
>
> On Wed, 24 Feb 2010, Jesse Keating wrote:
>
>> On Tue, 2010-02-23 at 22:06 -0700, Robyn Bergeron wrote:
>>>
>>> * short (1-3 words)
>>> * a call to action
>>> * positive
>>>
>>>
>>
>> So, "Houston, we have a problem." is not acceptable?
>>
On Wed, 24 Feb 2010, Jesse Keating wrote:
> On Tue, 2010-02-23 at 22:06 -0700, Robyn Bergeron wrote:
>>
>> * short (1-3 words)
>> * a call to action
>> * positive
>>
>>
>
> So, "Houston, we have a problem." is not acceptable?
>
With absolutely no reference to any other linux distribution namin
On Tue, 2010-02-23 at 22:06 -0700, Robyn Bergeron wrote:
>
> * short (1-3 words)
> * a call to action
> * positive
>
>
So, "Houston, we have a problem." is not acceptable?
--
Jesse Keating
Fedora -- Freedom² is a feature!
identi.ca: http://identi.ca/jkeating
signature.asc
Description: This
On Wed, 2010-02-24 at 16:44 +, Matthew Garrett wrote:
> On Wed, Feb 24, 2010 at 05:07:44PM +0100, Richard Zidlicky wrote:
>
> > Whatever the reason, many users think it is better to change the setting -
> > is there
> > any reason why the power manager should not make it really easy?
>
> Yes
Hi,
Okay, doesn't comply with the rules...
I'm a PC and Fedora 13 is what I was *really* thinking
;-)
TTFN
Paul
--
Sie können mich aufreizen und wirklich heiß machen!
signature.asc
Description: This is a digitally signed message part
--
devel mailing list
devel@lists.fedoraproject.org
ht
On Wed, 24 Feb 2010 13:34:00 +0100
Ivana Hutarova Varekova wrote:
> Hello,
> I'd like to switch from man
> (http://primates.ximian.com/~flucifredi/man/) to man-db project
> (http://man-db.nongnu.org/).
> man-db seems for me to be better choice then the original man. The
> reasons are:
> * the
Hello,
EMBOSS 6.2.0 bundles zlib, expat and pcre. In the previous version, I
got help from a fellow packager to patch the pcre out, but that patch no
longer works. Thus, I'd like to ask for help in solving this problem,
which is unfortunately beyond my skills.
Ideally, I'd gladly accept a co-maint
How about...
Prepare for launch
Escape velocity
Throttle up
Go supernova
Ignite
-Cam
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
On 24 February 2010 08:52, Jon Masters wrote:
> On Tue, 2010-02-23 at 22:06 -0700, Robyn Bergeron wrote:
>
>> * short (1-3 words)
>
> Well, some to avoid anyway...
>
> Lucky for You!
> Have More Fun!
> For Great Justice!
>
> ;)
>
What you say?
--
Mat Booth
--
devel mailing list
devel@lists.fe
A file has been added to the lookaside cache for perl-Net-Patricia:
0b3d6bdc2426ababe0c95304fd58d6eb Net-Patricia-1.16.tar.gz
--
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/mai
Hello all,
I maintain Multi-Master Replication Manager for MySQL in both Fedora and EPEL.
With changes from 2.0.11 -> 2.1.0 there was an incompatible change in that the
daemon scripts were renamed:
mmmd_agent -> mmm_agentd
mmmd_mon -> mmm_mond
Upgrades obviously break because the INIT script
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=567633
--- Comment #8 from Till Maas 2010-02-24 13:27:59 EST ---
(In reply to comment #7)
> Hmm, but does Spacewalk differentiate that?
Compose started at Wed Feb 24 09:15:15 UTC 2010
Broken deps for i386
--
balsa-2.4.6-3.fc13.i686 requires libgmime-2.4.so.2
blahtexml-0.6-5.fc12.i686 requires libxerces-c.so.28
doodle-0.6.7-5.fc12.i686 requires libextra
Does someone know why this is going wrong?
-- Forwarded message --
Date: Wed, 24 Feb 2010 18:32:54 +0100
From: W.C.A. Wijngaards
To: unbound-us...@unbound.net
Subject: Re: [Unbound-users] unbound linking bug with pthreads
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Paul,
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=567630
Chris Weyl changed:
What|Removed |Added
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=567633
Chris Weyl changed:
What|Removed |Added
On Thu, Feb 25, 2010 at 01:10:10AM +0800, Chen Lei wrote:
> This is not a big problem, you can use pm-utils to solve this bug by throwing
> srcipts to /etc/pm/sleep.d and /etc/pm/power.d.
> Anyone who cares high frequency of load/unload cycles on some hard disks can
> refering
> http://wiki.archl
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=567931
Richard W.M. Jones changed:
What|Removed |Added
>From 7be88811a1b26a4cac6cb0e25386c795f72dabef Mon Sep 17 00:00:00 2001
From: Rich Megginson
Date: Wed, 24 Feb 2010 09:48:36 -0700
Subject: [PATCH] fix memory leak in attr replace when replacement fails
if replacement of the attribute values fails (e.g. due to duplicate values)
the valstoreplac
This is not a big problem, you can use pm-utils to solve this bug by throwing
srcipts to /etc/pm/sleep.d and /etc/pm/power.d.
Anyone who cares high frequency of load/unload cycles on some hard disks can
refering
http://wiki.archlinux.org/index.php/Pm-utils to hack the pm-utils.
在2010-02-24 20:37
On Wed, Feb 24, 2010 at 05:07:44PM +0100, Richard Zidlicky wrote:
> Whatever the reason, many users think it is better to change the setting - is
> there
> any reason why the power manager should not make it really easy?
Yes - it's an option that's basically impossible to expose in a UI in a
se
On Tue, Feb 23, 2010 at 10:09:39PM +, Matthew Garrett wrote:
> On Tue, Feb 23, 2010 at 09:34:54PM +0100, Richard Zidlicky wrote:
>
> > it was my understanding that "hdparm -B" has nothing to do with the BIOS
> > but changes
> > the power management feature specific to the drive?
>
> Either
On Wed, Feb 24, 2010 at 09:53:39AM +0100, Till Maas wrote:
> You have to set it manually at bootup (add it to /etc/rc.local), but
> after suspend/hibernate the values are normally restored by pm-utils
> (eventually this might happen in the kernel). In the past some devices
> needed a manual overri
You may recall the Marketing team asking for help selecting the F13
talking points last week - thanks to a great many people who
participated, we were able to wrap up the discussion today (which you
can see at
http://meetbot.fedoraproject.org/fedora-meeting-1/2010-02-23/fedora-meeting-1.2010-02
On Wed, 2010-02-24 at 16:17 +0100, Ralf Ertzinger wrote:
> On Tue, 23 Feb 2010 22:09:39 +, Matthew Garrett wrote:
> > Either the drive set the initial value, or the BIOS did. We tend to
> > assume that there was some reason for that...
>
> Well, the BIOS also sets the VGA resolution to 80x25.
Hi.
On Tue, 23 Feb 2010 22:09:39 +, Matthew Garrett wrote:
> Either the drive set the initial value, or the BIOS did. We tend to
> assume that there was some reason for that...
Well, the BIOS also sets the VGA resolution to 80x25.
--
devel mailing list
devel@lists.fedoraproject.org
https:/
Zoltan Kota writes:
> So, you recommend to add the above lines (or something similar) to the
> spec file?
I'd recommend to update to recode-3.7-beta2.
Andreas.
--
Andreas Schwab, sch...@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E
"And now for somethin
Compose started at Wed Feb 24 08:15:05 UTC 2010
Broken deps for i386
--
blahtexml-0.6-5.fc12.i686 requires libxerces-c.so.28
doodle-0.6.7-5.fc12.i686 requires libextractor.so.1
easystroke-0.5.2-1.fc13.i686 requires lib
On Mon, 15 Feb 2010, yersinia wrote:
> On Mon, Feb 15, 2010 at 3:33 PM, Andreas Schwab wrote:
>
> > http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/x86_64/recode-3.6-28.fc12.src.rpm/result/build.log
> > >
> > > checking host system type... Invalid configuration
> > > `x86_64-unk
This is not a big problem, you can use pm-utils to solve this bug by throwing
srcipts to /etc/pm/sleep.d and /etc/pm/power.d.
在2010-02-24?04:10:03,"Richard?Zidlicky"??写道:
>Hi,
>
>I?have?one?of?these?netbooks?that?need?"hdparm?-B?high_value"?to?avoid?unhealthy
>frequent?head?parking.?From?some?
Hello,
sorry for the late response, I'm the man package maintainer and I agree
with the idea to switch from man to man-db. I just sent a mail to fedora
list about it.
Thanks.
Ivana
On 02/12/2010 05:53 PM, Till Maas wrote:
> Hiyas,
> according to the man-db[0] homepage all/most other major distri
Hello,
I'd like to switch from man
(http://primates.ximian.com/~flucifredi/man/) to man-db project
(http://man-db.nongnu.org/).
man-db seems for me to be better choice then the original man. The
reasons are:
* the upstream very active in man-db, man upstream almost does not
response and the las
Hello.
Am Dienstag, den 23.02.2010, 22:13 + schrieb Matthew Garrett:
> We tried some new Intel powersaving code in the F12 cycle, but it caused
> a range of problems including screen flickering and crashes. I've
> reworked this a little and it seems to work on a machine that had
> problems
On Tue, Feb 23, 2010 at 09:10:03PM +0100, Richard Zidlicky wrote:
> I have one of these netbooks that need "hdparm -B high_value" to avoid
> unhealthy
> frequent head parking. From some archived mails I had the impression that it
> was
> planned that gnome power manager and similar would take ca
On Tue, 2010-02-23 at 22:06 -0700, Robyn Bergeron wrote:
> * short (1-3 words)
Well, some to avoid anyway...
Lucky for You!
Have More Fun!
For Great Justice!
;)
Jon.
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Matthew Garrett wrote on 23.02.2010 23:09:
> On Tue, Feb 23, 2010 at 09:34:54PM +0100, Richard Zidlicky wrote:
>
>> it was my understanding that "hdparm -B" has nothing to do with the BIOS but
>> changes
>> the power management feature specific to the drive?
> Either the drive set the initial va
Author: mmaslano
Update of /cvs/pkgs/rpms/perl-MooseX-Types-DateTimeX/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13774
Modified Files:
.cvsignore sources
Added Files:
perl-MooseX-Types-DateTimeX.spec
Log Message:
* Mon Feb 22 2010 Marcela Mašláňová 0.06-2
- add
A file has been added to the lookaside cache for perl-MooseX-Types-DateTimeX:
d8142d7f7b08af18de6d302da8d7f7b9 MooseX-Types-DateTimeX-0.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.f
Greetings Friends,
We need a slogan for the F13 release. It will be chosen one week from
now, on 3/2. A release slogan is a short call-to-action that fits the
artwork theme from Design, found at
https://fedoraproject.org/wiki/F13_release_slogan#Themes. (F12's
slogan was "Unite.")
If you are inte
65 matches
Mail list logo