Re: Installing F12-Beta

2009-11-02 Thread Michal Schmidt
Dne 2.11.2009 08:47, Steven James Drinnan napsal(a): David why you are so upset? No need to get nasty. I simply posted a message about my problems installing F12. I did not Hijack any thread (see the subject name). You posted your message as a reply to the other thread. That's what David

Re: Installing F12-Beta

2009-11-02 Thread David Woodhouse
On Mon, 2009-11-02 at 15:47 +0800, Steven James Drinnan wrote: David why you are so upset? No need to get nasty. I simply posted a message about my problems installing F12. I did not Hijack any thread (see the subject name). I thought this was a public forum. I sent this to the whole mailing

Re: Installing F12-Beta

2009-11-02 Thread Steven James Drinnan
On Mon, 2009-11-02 at 09:16 +0100, Michal Schmidt wrote: OK, thanks for the link. I put a reply there. Bugzilla is a better place to discuss specific bugs than fedora-devel-list. Thank you for testing the Beta release. Michal Ok and thanks a lot signature.asc Description: This is a

Udev support for device-mapper/LVM2 in rawhide

2009-11-02 Thread Peter Rajnoha
Hi, this is just an announce that finally we will make a new rawhide release tomorrow with udev support enabled in device-mapper and LVM2 packages (upcoming device-mapper-1.02.39-2, lvm2-2.02.54-2). This is a scratch you can check and test if you would like to:

Re: Udev support for device-mapper/LVM2 in rawhide

2009-11-02 Thread Rahul Sundaram
On 11/02/2009 02:43 PM, Peter Rajnoha wrote: Hopefully I've mentioned eveything that's important. If you have any questions, please, feel free to raise your comments here. The plan is to switch this on tomorrow, but if there's anyone who sees a problem here and who would like to test it

Re: Udev support for device-mapper/LVM2 in rawhide

2009-11-02 Thread Peter Rajnoha
On 11/02/2009 10:12 AM, Rahul Sundaram wrote: On 11/02/2009 02:43 PM, Peter Rajnoha wrote: Hopefully I've mentioned eveything that's important. If you have any questions, please, feel free to raise your comments here. The plan is to switch this on tomorrow, but if there's anyone who sees a

Re: Fwd: Request to update ATi OSS driver for Fedora 12

2009-11-02 Thread Liang Suilong
To Adam Williamson Thank you for your command. Will RGB Gamma value be set 1.0 in the final release? I think it needs. And playing flashplayer in the web browser with Adobe Flash Player still has some blocks. Maybe flash player cause that problem. I just wait. To Tom 'spot' Callaway Thank you

Re: Wodim trouble

2009-11-02 Thread Nicolas Mailhot
Le Lun 2 novembre 2009 11:29, Ankur Sinha a écrit : hi, I've filed a bug[1] against wodim not burning dvds correctly. While browsing through another bug[2] on wodim, I came across this comment[3]. wodim is completely unmaintained since May 6th 2007, don't expect to see any fixes anytime

Re: Wodim trouble

2009-11-02 Thread Roman Rakus
On 11/02/2009 11:57 AM, Nicolas Mailhot wrote: Le Lun 2 novembre 2009 11:29, Ankur Sinha a écrit : hi, I've filed a bug[1] against wodim not burning dvds correctly. While browsing through another bug[2] on wodim, I came across this comment[3]. wodim is completely unmaintained since May

Re: Wodim trouble

2009-11-02 Thread Ankur Sinha
On Mon, 2009-11-02 at 12:15 +0100, Roman Rakus wrote: On 11/02/2009 11:57 AM, Nicolas Mailhot wrote: Le Lun 2 novembre 2009 11:29, Ankur Sinha a écrit : hi, I've filed a bug[1] against wodim not burning dvds correctly. While browsing through another bug[2] on wodim, I came

rawhide report: 20091102 changes

2009-11-02 Thread Rawhide Report
Compose started at Mon Nov 2 06:15:07 UTC 2009 Broken deps for i386 -- 1:nant-0.85-30.fc12.i686 requires mono(NDoc.Core) = 0:1.3.3498.0 Broken deps for x86_64 --

disabling internal crash handler in wxGTK

2009-11-02 Thread Dan Horák
Hello, I plan to disable the internal crash handler in wxGTK for the the devel/F13 branch so we can use ABRT to report crashes. This will mean a rebuild of wxGTK with --disable-catch_segvs. This change affects all applications linked with wxGTK, because one symbol is removed from the base

Re: Adding packages to comps.xml

2009-11-02 Thread Rex Dieter
alekc...@googlemail.com wrote: Hi all. I want to add to comps.xml for F10-F13 some optional packages which I not own. To kde-desktop group: kde-plasma-quickaccess kde-plasma-runcommand kde-plasma-translatoid kde-plasma-yawp qt-recordmydesktop skanlite To graphical-internet group: arora

Re: Wodim trouble

2009-11-02 Thread Bruno Wolff III
On Mon, Nov 02, 2009 at 15:59:07 +0530, Ankur Sinha sanjay.an...@gmail.com wrote: hi, I've filed a bug[1] against wodim not burning dvds correctly. While browsing through another bug[2] on wodim, I came across this comment[3]. wodim is completely unmaintained since May 6th 2007, don't

Re: Feature request: AMD K10 thermal sensors

2009-11-02 Thread Michal Schmidt
Dne 31.10.2009 12:51, Christoph Höger napsal(a): Just one question: How are the lm_sensors names (10h, 11h) related to current processors? 11h seems to be WIP. AMD codename K10 refers to family 10h CPUs (Phenom, Phenom II). You can see your cpu family in /proc/cpuinfo. It's decimal there, so

Re: What to do with package that wants to use sse?

2009-11-02 Thread Adam Jackson
On Sat, 2009-10-31 at 09:25 +0100, Nicolas Chauvet wrote: 2009/10/31 Bruno Wolff III br...@wolff.to: I am working on packaging pagedgeometry and I noticed that when building on gcc it passes -msse which I am guessing says to use sse instructions. I think that even in F12 we can't assume

Re: What to do with package that wants to use sse?

2009-11-02 Thread Bruno Wolff III
On Mon, Nov 02, 2009 at 09:43:30 -0500, Adam Jackson a...@redhat.com wrote: Strictly, this is not true. Newer binutils has a feature called indirect functions that lets you do (logically, this is not what the syntax actually looks like): Can you point us to some documentation on this? Is

Re: What to do with package that wants to use sse?

2009-11-02 Thread Adam Jackson
On Mon, 2009-11-02 at 08:49 -0600, Bruno Wolff III wrote: On Mon, Nov 02, 2009 at 09:43:30 -0500, Adam Jackson a...@redhat.com wrote: Strictly, this is not true. Newer binutils has a feature called indirect functions that lets you do (logically, this is not what the syntax actually

Re: Buyer Beware: A Major Change in NFS (in Rawhide) is about to happen

2009-11-02 Thread Doug Ledford
On 10/29/2009 11:17 AM, Steve Dickson wrote: On 10/28/2009 03:05 PM, Roland McGrath wrote: It sounds like you are saying that there is no way to export the same host filesystems with the same client-perceived names under v4 as was being done before under v[23]. Is that really true? With

Re: Problem building Asterisk sounds

2009-11-02 Thread Jeffrey Ollie
On Tue, Oct 20, 2009 at 12:48 PM, Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp wrote: Jeffrey Ollie wrote, at 10/21/2009 01:53 AM +9:00: On Tue, Oct 6, 2009 at 9:23 AM, Jeffrey Ollie j...@ocjtech.us wrote: I'm trying to build the latest Asterisk sounds package, but I'm getting the following

Re: Wodim trouble

2009-11-02 Thread Kevin Kofler
Ankur Sinha wrote: wodim is completely unmaintained since May 6th 2007, don't expect to see any fixes anytime soon as long as Redhat continues to distribute wodim instead of the original software. Can someone please clear this up? It's just the usual FUD from Jörg Schilling. Ignore it. The

Evolution Data Server...

2009-11-02 Thread Nathanael D. Noblet
Hello, So this isn't a strictly development question, but based on the answer it very well could be. I don't use evolution, but the evolution-data-server is running. Is it used for anything else? If not, perhaps it would be good to not run it as part of the gnome session when the users

Re: Font rendering slightly degraded in recent rawhide

2009-11-02 Thread Adam Williamson
On Mon, 2009-11-02 at 14:00 +0100, Roberto Ragusa wrote: Adam Williamson wrote: And why the hell are you still using Luxi Mono, anyway? that thing went out with the ark... I'm not the person you are posing your question to, but I use Luxi Mono and can give you an answer: Because it is

Re: Evolution Data Server...

2009-11-02 Thread Adam Williamson
On Mon, 2009-11-02 at 09:36 -0700, Nathanael D. Noblet wrote: Hello, So this isn't a strictly development question, but based on the answer it very well could be. I don't use evolution, but the evolution-data-server is running. Is it used for anything else? If not, perhaps it would

Re: Evolution Data Server...

2009-11-02 Thread Nathanael D. Noblet
On 11/02/2009 09:52 AM, Adam Williamson wrote: On Mon, 2009-11-02 at 09:36 -0700, Nathanael D. Noblet wrote: Hello, So this isn't a strictly development question, but based on the answer it very well could be. I don't use evolution, but the evolution-data-server is running. Is it used for

Getting Boost Caught-Up

2009-11-02 Thread Joel
Folks, Boost 1.41 is going into Beta now. Can we please get boost caught-up to current release for FC13? Thanks, Joel -- fedora-devel-list mailing list fedora-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-devel-list

Re: Wodim trouble

2009-11-02 Thread Michal Schmidt
Dne 2.11.2009 17:31, Kevin Kofler napsal: Ankur Sinha wrote: wodim is completely unmaintained since May 6th 2007, don't expect to see any fixes anytime soon as long as Redhat continues to distribute wodim instead of the original software. Can someone please clear this up? It's just the usual

Re: Strange dependency of cpl in rawhide

2009-11-02 Thread Matthew D Truch
Hello, I have built a new release of cpl (an astronomical data processing library) in koji. In rawhide, I get an (incorrect) dependency on libcfitsio.so https://koji.fedoraproject.org/koji/rpminfo?rpmID=1637146 where as in fc12 I get the correct dependency on libcfitsio.so.0:

Re: Wodim trouble

2009-11-02 Thread Adam Jackson
On Mon, 2009-11-02 at 18:16 +0100, Michal Schmidt wrote: Dne 2.11.2009 17:31, Kevin Kofler napsal: Ankur Sinha wrote: wodim is completely unmaintained since May 6th 2007, don't expect to see any fixes anytime soon as long as Redhat continues to distribute wodim instead of the original

Re: Wodim trouble

2009-11-02 Thread Denis Leroy
On 11/02/2009 03:19 PM, Bruno Wolff III wrote: Jörg seems to be watching for bug reports related to wodim and comments on them whenever someone new adds something. Same applies to brasero and cdrdao. -- fedora-devel-list mailing list fedora-devel-list@redhat.com

Re: Wodim trouble

2009-11-02 Thread drago01
On Mon, Nov 2, 2009 at 7:18 PM, Adam Jackson a...@redhat.com wrote: On Mon, 2009-11-02 at 18:16 +0100, Michal Schmidt wrote: Dne 2.11.2009 17:31, Kevin Kofler napsal: Ankur Sinha wrote: wodim is completely unmaintained since May 6th 2007, don't expect to see any fixes anytime soon as long

Re: Buyer Beware: A Major Change in NFS (in Rawhide) is about to happen

2009-11-02 Thread Steve Dickson
On 10/26/2009 10:34 AM, Steve Dickson wrote: [With the next nfs-utils rawhide build, I will be flipping the ] [switch that will cause all NFS client mounts to try NFS v4 first ] [At the bottom of this email has the workarounds if this change does ] [indeed cause pain ] As part of the

Re: Buyer Beware: A Major Change in NFS (in Rawhide) is about to happen

2009-11-02 Thread Frank Ch. Eigler
Steve Dickson ste...@redhat.com writes: [...] With Build http://koji.fedoraproject.org/koji/taskinfo?taskID=1783028 the mount command will first try to do a v4 mount and then fall back to v3/v2 mounts if v4 is not support. This fall back will also happen if the server returns ENOENT, which

Re: Fedora PPC for oldworld Mac?

2009-11-02 Thread Jarod Wilson
On 11/2/09 1:07 PM, Dan Williams wrote: On Thu, 2009-10-29 at 12:18 +, David Woodhouse wrote: On Wed, 2009-10-28 at 22:25 -0400, Tony Nelson wrote: On 09-10-28 18:24:49, Josh Boyer wrote: On Wed, Oct 28, 2009 at 06:17:31PM -0400, Tony Nelson wrote: ... Does Fedora PPC work or install on

Re: Wodim trouble

2009-11-02 Thread Denis Leroy
On 11/02/2009 07:18 PM, Adam Jackson wrote: That may be true, but since cdrecord is not shippable, it's a pretty vacuous truth. Out of curiosity, was that just because of the GPL2-CDDL mix ? Or was there another reason ? Last I checked, only mkisofs is affected by that and the rest of

Re: Installing F12-Beta

2009-11-02 Thread Krzysztof Halasa
David Woodhouse dw...@infradead.org writes: My crystal ball isn't working today, so I _couldn't_ help you, even if I _didn't_ have a policy of not helping thread-hijackers until they post their problem politely ;) Oh, I guess it's time to consider installing a RAICB, a Redundant Array of

Re: Wodim trouble

2009-11-02 Thread Bruno Wolff III
On Mon, Nov 02, 2009 at 21:47:47 +0100, Denis Leroy de...@poolshark.org wrote: On 11/02/2009 07:18 PM, Adam Jackson wrote: That may be true, but since cdrecord is not shippable, it's a pretty vacuous truth. Out of curiosity, was that just because of the GPL2-CDDL mix ? Or was there

updating F11 GNOME release

2009-11-02 Thread Jud Craft
This is unfortunately not actually a helpful topic, but I am deathly curious. Will GNOME be stuck at 2.26 for the rest of the F11 cycle? Or are updates in the works, just not ready yet? -- fedora-devel-list mailing list fedora-devel-list@redhat.com

Re: updating F11 GNOME release

2009-11-02 Thread Stephen John Smoogen
On Mon, Nov 2, 2009 at 2:44 PM, Jud Craft craft...@gmail.com wrote: This is unfortunately not actually a helpful topic, but I am deathly curious. Will GNOME be stuck at 2.26 for the rest of the F11 cycle?  Or are updates in the works, just not ready yet? Normally, the GNOME team normally

Re: updating F11 GNOME release

2009-11-02 Thread Matthias Clasen
On Mon, 2009-11-02 at 16:44 -0500, Jud Craft wrote: This is unfortunately not actually a helpful topic, but I am deathly curious. Will GNOME be stuck at 2.26 for the rest of the F11 cycle? Or are updates in the works, just not ready yet? We've updated GNOME in F11 to 2.26.3. We don't do

PPC not getting __WORDSIZE set

2009-11-02 Thread Bryan Kearney
Word of warning.. I am no too familiar with C across platforms. I am trying to package ruby-ffi (spec file is at [1]) and when I do a scratch build in Koji [2] it runs fine on x86 but is failing in ppc_64. It appears that __WORDSIZE is not being set [3]. I looked at the CFLags for the x86_64

Re: PPC not getting __WORDSIZE set

2009-11-02 Thread Jakub Jelinek
On Mon, Nov 02, 2009 at 05:15:50PM -0500, Bryan Kearney wrote: Word of warning.. I am no too familiar with C across platforms. I am trying to package ruby-ffi (spec file is at [1]) and when I do a scratch build in Koji [2] it runs fine on x86 but is failing in ppc_64. It appears that

Re: Fwd: Request to update ATi OSS driver for Fedora 12

2009-11-02 Thread Tom spot Callaway
On 11/02/2009 05:23 AM, Liang Suilong wrote: Thank you for hard work. Crhomium browser in Fedora 12 looks perfect. Is there any plan to push chromium into rawhide or updates-testing. I think chromium has enough stability to make more users test itself. Not until Chromium comes out of beta and

Re: Wodim trouble

2009-11-02 Thread Tom spot Callaway
On 11/02/2009 03:47 PM, Denis Leroy wrote: On 11/02/2009 07:18 PM, Adam Jackson wrote: That may be true, but since cdrecord is not shippable, it's a pretty vacuous truth. Out of curiosity, was that just because of the GPL2-CDDL mix ? Or was there another reason ? Last I checked, only

Re: Wodim trouble

2009-11-02 Thread Joerg Schilling
I've filed a bug[1] against wodim not burning dvds correctly. While browsing through another bug[2] on wodim, I came across this comment[3]. wodim is completely unmaintained since May 6th 2007, don't expect to see any fixes anytime soon as long as Redhat continues to distribute wodim instead of

Re: Font rendering slightly degraded in recent rawhide

2009-11-02 Thread Tom spot Callaway
On 11/02/2009 04:26 PM, Rajeesh K Nambiar wrote: I did even contact Mr. Chuck Bigelow to find out any possibility of licensing Luxi fonts under an open source license, when Fedora decided to drop them. For what it is worth, when we dropped them, I contacted the upstream copyright holder as

Re: Wodim trouble

2009-11-02 Thread Joerg Schilling
On the other hand trying to build Jörg's stuff isn't easy on Fedora. And might not even work as he likes to use a interface that was depreciated a while back for talking to the cd/dvd drives. I would guess that you are not informed correctly. My software easily compiles on more than 30 different

Re: Wodim trouble

2009-11-02 Thread Joerg Schilling
That may be true, but since cdrecord is not shippable, it's a pretty vacuous truth. The solution is obviously to fix the bug and help revive upstream, or else host a development tree on fh if upstream stays idle. Note that is is just the other way: It is cdrkit that is undistributable as it is

Re: Buyer Beware: A Major Change in NFS (in Rawhide) is about to happen

2009-11-02 Thread Jesse Keating
On Mon, 2009-11-02 at 14:23 -0500, Steve Dickson wrote: I'm not sure about this... Actually I like the fact we can define a pseudo root other than '/'... which means you really want a live exported directory with the fsid=0 option... If I am understanding what you are saying... No, that's

Re: Wodim trouble

2009-11-02 Thread Bastien Nocera
Hey Joerg, On Tue, 2009-11-03 at 00:21 +0100, Joerg Schilling wrote: I've filed a bug[1] against wodim not burning dvds correctly. While browsing through another bug[2] on wodim, I came across this comment[3]. wodim is completely unmaintained since May 6th 2007, don't expect to see any

Re: Wodim trouble

2009-11-02 Thread Joerg Schilling
Bastien Nocera bnoc...@redhat.com wrote: I guess it wasn't good enough for you to get booted out of the GNOME Bugzilla? Well, there are always some bad guys who don't like to see people who help users. The person from the GNOME project just verified that he attacks people who are helpful. He

Re: PPC not getting __WORDSIZE set

2009-11-02 Thread Jakub Jelinek
On Mon, Nov 02, 2009 at 07:26:31PM -0500, Bryan Kearney wrote: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory That means you don't have glibc-devel installed for the arch you need, on ppc you likely have installed glibc-devel.ppc64 but need also

Re: Wodim trouble

2009-11-02 Thread Kevin Kofler
Joerg Schilling wrote: why Redhat started to distribute the proken fork instead of the original software. The only thing that's proken (sic) is your spelling. Kevin Kofler -- fedora-devel-list mailing list fedora-devel-list@redhat.com

Re: Wodim trouble

2009-11-02 Thread Kevin Kofler
Joerg Schilling wrote: It is cdrkit that is undistributable as it is cdrkit that in conflict with the Copyright law and the GPL. Maybe under your reality distortion field. In the rest of the world, that's just not true. Kevin Kofler -- fedora-devel-list mailing list

Re: Wodim trouble

2009-11-02 Thread Julian Sikorski
W dniu 03.11.2009 00:19, Tom spot Callaway pisze: On 11/02/2009 03:47 PM, Denis Leroy wrote: On 11/02/2009 07:18 PM, Adam Jackson wrote: That may be true, but since cdrecord is not shippable, it's a pretty vacuous truth. Out of curiosity, was that just because of the GPL2-CDDL mix ? Or was

Re: Wodim trouble

2009-11-02 Thread King InuYasha
On Mon, Nov 2, 2009 at 5:48 PM, Joerg Schilling joerg.schill...@fokus.fraunhofer.de wrote: That may be true, but since cdrecord is not shippable, it's a pretty vacuous truth. The solution is obviously to fix the bug and help revive upstream, or else host a development tree on fh if upstream

Re: Wodim trouble

2009-11-02 Thread Bastien Nocera
On Tue, 2009-11-03 at 01:21 +0100, Joerg Schilling wrote: Bastien Nocera bnoc...@redhat.com wrote: I guess it wasn't good enough for you to get booted out of the GNOME Bugzilla? Well, there are always some bad guys who don't like to see people who help users. The person from the

FESCo meeting summary for 20091030

2009-11-02 Thread Jon Stanley
Oops, I forgot to send this on Friday - sorry! === #fedora-meeting: FESCo meeting 20091030 === Meeting started by jds2001 at 17:00:16 UTC. The full logs are available at

Re: FESCo meeting summary for 20091030

2009-11-02 Thread Adam Williamson
On Mon, 2009-11-02 at 23:08 -0500, Jon Stanley wrote: * legally objectionable, binary and non-free items (jds2001, 17:33:34) * AGREED: spot's proposal is accpeted. (jds2001, 17:47:00) Not the _best_ example of good meeting summary practice I've ever seen =) -- Adam Williamson Fedora QA

GRUB2 In Fedora

2009-11-02 Thread Liang Suilong
Some Linux distros has migrated from grub-0.97 to grub2-1.97. Grub2 provides more useful features to users. And it is more easy to add a new file system support. But I can not see Fedora has any plan for GRUB2. I read a feature page on Fedora wiki. There is no progress on grub2. Now Fedora

Package Review Stats for last 7 days ending 1st Nov

2009-11-02 Thread Rakesh Pandit
Top three FAS account holders who have completed reviewing Package review components on bugzilla for last 7 days ending 1st Nov were Mamoru Tasaka, Thomas Spura and Peter Lemenkov. Mamoru Tasaka : 3 https://bugzilla.redhat.com/show_bug.cgi?id=509936

Re: updating F11 GNOME release

2009-11-02 Thread Jud Craft
@Judd, wait for the F12 release, it's the best 'update' and it is not ready yet! I hope so. I'm not sure anything can top Fedora 8. Hard to explain how much I enjoyed that distribution. -- fedora-devel-list mailing list fedora-devel-list@redhat.com

Re: updating F11 GNOME release

2009-11-02 Thread Josephine Tannhäuser
2009/11/3 Jud Craft craft...@gmail.com I hope so. I'm not sure anything can top Fedora 8. Hard to explain how much I enjoyed that distribution. mmh, the Gnome Desktop Live CD of F12 is really more gnomish since the CDs before. No qt, no openoffice, abiword gnumeric is still missing and

Re: Fedora PPC for oldworld Mac?

2009-11-02 Thread Tony Nelson
On 09-11-02 13:07:09, Dan Williams wrote: oldworld topped out at 366MHz anyway right? (the 333 and 366 Beige G3 were only sold from 1998-08-12 - 1999-01-01 too) That's pretty much the minimum you'd need to run Fedora anyway these days... Not sure it's really worth it, you'll need at

[Issue 105084] OpenSymbol font: Math related changes

2009-11-02 Thread ih
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 --- Additional comments from i...@openoffice.org Mon Nov 2 11:37:35 + 2009 --- Created an attachment (id=65852) new Version (2.0) of OpenSymbol Font

[Issue 105084] OpenSymbol font: Math related changes

2009-11-02 Thread ih
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105084 --- Additional comments from i...@openoffice.org Mon Nov 2 11:38:04 + 2009 --- @all: please test the new version of the font

[Bug 531510] [abrt] crash detected in fontforge-20090622-2.fc12

2009-11-02 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=531510 --- Comment #2 from Ví­ctor Daniel bombayv...@yahoo.com.mx 2009-11-02 07:25:56 EDT --- Solved in fontforge last build. --

[Bug 532571] [abrt] crash detected in fontforge-20090923-1.fc12

2009-11-02 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=532571 --- Comment #1 from Nicolas Mailhot nicolas.mail...@laposte.net 2009-11-02 15:26:57 EDT --- Created an attachment

[Bug 532571] New: [abrt] crash detected in fontforge-20090923-1.fc12

2009-11-02 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [abrt] crash detected in fontforge-20090923-1.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=532571 Summary: [abrt] crash detected in

[Bug 532577] [abrt] crash detected in fontforge-20090923-1.fc12

2009-11-02 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=532577 --- Comment #1 from Nicolas Mailhot nicolas.mail...@laposte.net 2009-11-02 15:48:58 EDT --- Created an attachment

[Bug 532577] New: [abrt] crash detected in fontforge-20090923-1.fc12

2009-11-02 Thread bugzilla
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [abrt] crash detected in fontforge-20090923-1.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=532577 Summary: [abrt] crash detected in

python buildbot

2009-11-02 Thread Ruben Kerkhof
Hi all, I was just reading a (very long) thread on the python-dev mailing list, about the state of the python development buildbots. (http://mail.python.org/pipermail/python-dev/2009-October/093293.html) Atm, none of the python builders (http://www.python.org/dev/buildbot/all/ ) run a

Re: python buildbot

2009-11-02 Thread Jeffrey Ollie
On Mon, Nov 2, 2009 at 4:13 PM, Ruben Kerkhof ru...@rubenkerkhof.com wrote: I was just reading a (very long) thread on the python-dev mailing list, about the state of the python development buildbots. Atm, none of the python builders (http://www.python.org/dev/buildbot/all/) run a version of

Re: python buildbot

2009-11-02 Thread Ruben Kerkhof
On Nov 2, 2009, at 11:17 PM, Jeffrey Ollie wrote: On Mon, Nov 2, 2009 at 4:13 PM, Ruben Kerkhof ru...@rubenkerkhof.com wrote: I was just reading a (very long) thread on the python-dev mailing list, about the state of the python development buildbots. Atm, none of the python builders

Re: python buildbot

2009-11-02 Thread Mike McGrath
On Mon, 2 Nov 2009, Ruben Kerkhof wrote: On Nov 2, 2009, at 11:17 PM, Jeffrey Ollie wrote: On Mon, Nov 2, 2009 at 4:13 PM, Ruben Kerkhof ru...@rubenkerkhof.com wrote: I was just reading a (very long) thread on the python-dev mailing list, about the state of the python development

Re: python buildbot

2009-11-02 Thread Jeffrey Ollie
Would this be something for the cloud service? I haven't heard much about it lately so I don't know what shape it is in. On 11/2/09, Mike McGrath mmcgr...@redhat.com wrote: On Mon, 2 Nov 2009, Ruben Kerkhof wrote: On Nov 2, 2009, at 11:17 PM, Jeffrey Ollie wrote: On Mon, Nov 2, 2009 at

Re: python buildbot

2009-11-02 Thread Mike McGrath
On Mon, 2 Nov 2009, Jeffrey Ollie wrote: Would this be something for the cloud service? I haven't heard much about it lately so I don't know what shape it is in. Only if it's ok that it goes away in 3 years. The cloud setup is only temporary for the length of time of the warranty of the

Checking if running kernel compiled with CONFIG_PREEMPT

2009-11-02 Thread planetf1
I have a 2.6.31 kernel from F12. I believe I've built it with CONFIG_PREEMPT but given the intracacies of the rpm build, what's the easiest way to check an installed kernel to see if that flag had been used during build? Thanks Nigel. ___

Re: Checking if running kernel compiled with CONFIG_PREEMPT

2009-11-02 Thread Gilboa Davara
On Fri, 2009-10-30 at 17:21 +, planetf1 wrote: I have a 2.6.31 kernel from F12. I believe I've built it with CONFIG_PREEMPT but given the intracacies of the rpm build, what's the easiest way to check an installed kernel to see if that flag had been used during build? grep

Re: [Fedora-legal-list] Is this the MIT license?

2009-11-02 Thread Richard Fontana
On Mon, 02 Nov 2009 09:11:08 -0500 Bryan Kearney bkear...@redhat.com wrote: Not labeled as such, but I am pretty sure it is: http://github.com/ffi/ffi/blob/master/LICENSE No, BSD. - RF ___ Fedora-legal-list mailing list

Re: [Fedora-legal-list] Is this the MIT license?

2009-11-02 Thread Bryan Kearney
On 11/02/2009 10:00 AM, Richard Fontana wrote: On Mon, 02 Nov 2009 09:11:08 -0500 Bryan Kearneybkear...@redhat.com wrote: Not labeled as such, but I am pretty sure it is: http://github.com/ffi/ffi/blob/master/LICENSE No, BSD. - RF ok.. but ok for Fedora? -- bk

Re: NMI interrupt received

2009-11-02 Thread Jatin K
On 11/02/2009 12:02 PM, pandi k wrote: Hi All, We are using Fedora Core 7 with 2.6.21 kernel and facing a issue in booting. We have our PCI device on PCI slot and getting below message when system is booting Uhhuh. NMI received for unknown reason a1 on CPU 0. You have some hardware

Re: Gnome applications and .bash_profile

2009-11-02 Thread Suvayu Ali
Hi Steven, On Sunday 01 November 2009 09:32 PM, Steven W. Orr wrote: On 10/31/09 03:39, quoth Jonathan Ryshpan: IT IS WRONG to set environment variables in your .bashrc unless you really know what you're doing. Most people don't. IT IS WRONG to have to run a terminal emulator program with the

Re: New printer, need newer gutenprint for F10.

2009-11-02 Thread Tim Waugh
On Sun, 2009-11-01 at 21:41 -0400, Gene Heskett wrote: I just had to replace my aging Epson C82, and bought an NX515. In cups/gutenprint, the newest driver is for the NX400 series printers. It works, at resolutions up to 720x720. Whats chances we can get the newest gutenprint built for

Re: Question about Cups

2009-11-02 Thread Tim Waugh
On Sun, 2009-11-01 at 16:26 +0100, Antonio M wrote: I have to investigate the cause, but my question is related to mime files in /Etc/cups. I remember that in the past I had mime.convs and mime.type present, that now are missing...any reason??? They're moved to /usr/share/cups/mime. Tim. */

Re: How to set cursor in editor to pattern given on command line?

2009-11-02 Thread Frantisek Hanzlik
steve wrote: On 11/02/2009 12:58 AM, Frantisek Hanzlik wrote: Hello all, [...snip...] Just something as +/{pattern} option in vim editor does. I want offer to (unexperienced) users edit (in shell script) some configuration files, and this should be done with some simple editor (no Emacs or

Re: grub 2: error: You need to load the kernel first

2009-11-02 Thread Tim
Tim: It means that, during bootup, that partition will be looked at to see if it has the data required to resume from hibernation Tom H: Thanks. By the way, it's not generally needed to specify that, so don't worry when you don't have such a parameter set. It may be needed if there's some

Driver to Radeon HD 4200?

2009-11-02 Thread Erik P. Olsen
I have recently installed motherboard M4A785TD-M EVO from ASUS. It has an integrated ATI Radeon HD 4200 graphics adapter. With that I can build a Fedora 12 beta system using basic video and the result is OK for most applications. But I would like to go a bit further, so which driver should I

Re: Question about Cups

2009-11-02 Thread Antonio M
2009/11/2 Tim Waugh twa...@redhat.com: On Sun, 2009-11-01 at 16:26 +0100, Antonio M wrote: I have to investigate the cause, but my question is related to mime files in /Etc/cups. I remember that in the past I had mime.convs and mime.type present, that now are missing...any reason??? They're

Re: Question about Cups

2009-11-02 Thread Tim Waugh
On Mon, 2009-11-02 at 13:16 +0100, Antonio M wrote: anyhow, I had a friend visiting my home with his Vista notebook, and he had to print on my Fedora shared printer, but I couldn't set it properly, as the printer was detected on the network, but I didn't reply to the password request (let us

Re: New printer, need newer gutenprint for F10.

2009-11-02 Thread Gene Heskett
On Sunday 01 November 2009, Andrew Jamison wrote: On Sun, 2009-11-01 at 21:41 -0400, Gene Heskett wrote: Greetings; I just had to replace my aging Epson C82, and bought an NX515. In cups/gutenprint, the newest driver is for the NX400 series printers. It works, at resolutions up to 720x720.

Welcome to KDE desktop sharing

2009-11-02 Thread Paulo Cavalcanti
Hi, how do I get rid of the screen asking me to configure KDE desktop sharing? Every time I log in, this window pops up. It is really annoying. This is F10, by the way. Thanks. -- Paulo Roma Cavalcanti LCG - UFRJ -- fedora-list mailing list fedora-list@redhat.com To unsubscribe:

Re: Question about Cups

2009-11-02 Thread paul van der meij
did you not forget to allow access in iptables to port 631 ?? paul 2009/11/1 Antonio M antonio.montagn...@gmail.com I connected a Vista PC to my network and I cannot print from it while I can go to my shared folders on other PC. I have to investigate the cause, but my question is related to

Re: New printer, need newer gutenprint for F10.

2009-11-02 Thread Gene Heskett
On Monday 02 November 2009, Tim Waugh wrote: On Sun, 2009-11-01 at 21:41 -0400, Gene Heskett wrote: I just had to replace my aging Epson C82, and bought an NX515. In cups/gutenprint, the newest driver is for the NX400 series printers. It works, at resolutions up to 720x720. Whats chances we

FC11 - how to create xorg.conf?

2009-11-02 Thread Robert Moskowitz
Craig White wrote: On Thu, 2009-10-29 at 17:08 -0400, Robert Moskowitz wrote: Now I have to figure out how to deal with the small screen that the Eee 701 has... check out what I do with my Acer Aspire One https://fedoraproject.org/wiki/Acer_Aspire_One#xorg.conf 1024x600 screen

Re: FC11 - how to create xorg.conf?

2009-11-02 Thread Rahul Sundaram
On 11/02/2009 07:18 PM, Robert Moskowitz wrote: I remember this was an issue with FC10 -- no xorg.conf and there was a particular step you need to create one before you could modify it??? https://fedoraproject.org/wiki/How_to_create_xorg.conf Rahul -- fedora-list mailing list

Re: Impossible to access boot menu

2009-11-02 Thread Mike Cloaked
Mikkel L. Ellertson wrote: Marcel Rieux wrote: On Sun, Nov 1, 2009 at 9:03 AM, Mikkel mik...@infinity-ltd.com wrote: Marcel Rieux wrote: Oh, oh! I had a USB keyboard when I installed but I now have a keyboard with a round plug. So, I tried to enable legacy support as Mikkel suggested,

Re: shutdown now on F11 as root problems and app crashes in VNC sessions

2009-11-02 Thread Robert Nichols
Comcast Mail wrote: Frank; Thanks for the reply. The name is in the message by the way. So I take it that some option always has to be specified when using the command? Example: shutdown -P now If an option is required it would be nice to at least get an error message to that effect so I

Re: Impossible to access boot menu

2009-11-02 Thread Aioanei Rares
On 11/02/2009 03:52 PM, Mike Cloaked wrote: Mikkel L. Ellertson wrote: Marcel Rieux wrote: On Sun, Nov 1, 2009 at 9:03 AM, Mikkelmik...@infinity-ltd.com wrote: Marcel Rieux wrote: Oh, oh! I had a USB keyboard when I installed but I now have a keyboard with a

Re: Question about Cups

2009-11-02 Thread Antonio M
2009/11/2 paul van der meij phjvdm...@gmail.com: did you not forget to allow access in iptables to  port 631 ?? paul No firewall on that machine. -- Antonio Montagnani Skype : antoniomontag SIP: antoniomon...@ekiga.net -- fedora-list mailing list fedora-list@redhat.com To

  1   2   3   >