Re: problem booting F13 kernel

2010-06-01 Thread Jayakrishnan M
Craig, On Tue, Jun 1, 2010 at 5:37 AM, Craig White craigwh...@azapple.com wrote: snip But when I booted I got an error - something like... kernel panic - VFS Error - can't mount filesystem hd(0,0) which should be /boot snip Please check the entries in /boot/grub/grub.conf and /etc/fstab.

Re: Relabeling all audio files on a server

2010-06-01 Thread Tim
On Mon, 2010-05-31 at 13:27 -0400, Bill Davidsen wrote: 1 - any mass rename opens you to disaster One fly in the ointment might be renaming one file to the same name as an already existing file. -- [...@localhost ~]$ uname -r 2.6.27.25-78.2.56.fc9.i686 Don't send private replies to my

Re: encrypted disk/partition

2010-06-01 Thread Tim
On Mon, 2010-05-31 at 17:08 -0700, NiftyFedora Mitch wrote: Logical volumes may solve an upgrade issue and as such be 'expected' by many tools. Do we have repair tools for LVM yet? Not that I'd really expect drive repair tools to be much use at repairing an encrypted drive, whether using LVM

Re: DVD Installer on USB...?

2010-06-01 Thread Tim
On Mon, 2010-05-31 at 10:01 -0600, Christopher A. Williams wrote: It says a straight forward dd command will create one. Unfortunately, while the dd command does appear to work and you can browse the contents of the USB drive afterwards, the USB drive is still NOT bootable. I'm not sure

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Tim
On Mon, 2010-05-31 at 19:38 -0500, Steven P. Ulrick wrote: I have the following in /etc/grub.conf: installonly_limit=3 The installonly_limit parameter belongs in /etc/yum.conf. You're telling yum to only install 3 versions of things that it can install parallel versions of (such as kernels),

Chromium by default?

2010-06-01 Thread Valent Turkovic
In the latest release [1] of Community Fedora Remix (yes, we are looking for a new name [2]) some flack we got was due to having duplicate apps; two browsers and two email clients. How about switching to Chromium only in our next release? Are there some pitfalls that would prevents us from doing

Re: How to recover printers on fresh install

2010-06-01 Thread Tim Waugh
On Mon, 2010-05-31 at 21:35 -0400, Tom Horsley wrote: That printers.conf file plus the contents of the /etc/cups/ppd directory may be all you need to copy, but that assumes the old ppd files and wot-not are compatible, your mileage may vary with that :-). Yes, that's all you need; and

Abrt doesn't capture traces for segfault type 6

2010-06-01 Thread Mike Fedyk
Hi, I looked for a component in bugzilla for abrt, and it isn't listed so I'd like to know where I should file this bug report. May 27 13:42:16 dt01 kernel: epiphany[9989]: segfault at f7f0 ip 00391f474b8c sp 7fffdf2c4d90 error 4 in libc-2.11.1.so[391f40+16f000] May

Re: Abrt doesn't capture traces for segfault type 6

2010-06-01 Thread Frank Murphy
On 01/06/10 09:38, Mike Fedyk wrote: Hi, I looked for a component in bugzilla for abrt, and it isn't listed so I'd like to know where I should file this bug report. http://tinyurl.com/264s8hn (same link as below)

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Steven P. Ulrick
On Mon, 2010-05-31 at 19:38 -0500, Steven P. Ulrick wrote: I have the following in /etc/grub.conf: installonly_limit=3 The installonly_limit parameter belongs in /etc/yum.conf. You're telling yum to only install 3 versions of things that it can install parallel versions of (such as

Re: f13 - gdm fails with no user list

2010-06-01 Thread M A Young
On Mon, 31 May 2010, Genes MailLists wrote: gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /apps/gdm/simple-greeter/disable_user_list true So that gdm does not present user list to the world. Rebooted - gdm screen comes up - background

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Frank Murphy
On 01/06/10 10:01, Steven P. Ulrick wrote: On Mon, 2010-05-31 at 19:38 -0500, Steven P. Ulrick wrote: I have the following in /etc/grub.conf: installonly_limit=3 The installonly_limit parameter belongs in /etc/yum.conf. You're telling yum to only install 3 versions of things that it can

FC13 and kqemu again

2010-06-01 Thread William John Murray
Hello all, I have found part of my kqemu problem: open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support This may be related to the following boot messages: arting udev: udevd[457]: NAME=%k is superfluous and breaks kernel supplied names, please remove

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Steven P. Ulrick
On 01/06/10 10:01, Steven P. Ulrick wrote: On Mon, 2010-05-31 at 19:38 -0500, Steven P. Ulrick wrote: I have the following in /etc/grub.conf: installonly_limit=3 The installonly_limit parameter belongs in /etc/yum.conf. You're telling yum to only install 3 versions of things that it

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Frank Murphy
On 01/06/10 10:44, Steven P. Ulrick wrote: --snip-- I just tried it and rebooted. Still only two entries on the Grub boot menu. It would have seemed strange if grub-install worked, since somehow grub.conf knows about all three kernels, since all three have been listed there

Re: Abrt doesn't capture traces for segfault type 6

2010-06-01 Thread Mike Fedyk
On Tue, Jun 1, 2010 at 1:46 AM, Frank Murphy frankl...@gmail.com wrote: On 01/06/10 09:38, Mike Fedyk wrote: Hi, I looked for a component in bugzilla for abrt, and it isn't listed so I'd like to know where I should file this bug report. http://tinyurl.com/264s8hn (same link as below)

Bash History How to?

2010-06-01 Thread Frank Murphy
I would like to prevent .bash_history being created for root. And when sudo invoked by user. Have tried: export HISTCONTROL=ignoreboth but nothing seems to be added to .bashrc this has come abote as I seem to have /tmp/.bash_history which may not be good :( -- Regards, Frank Murphy UTF_8

Re: What is nomodeset SUPPOSED to do?

2010-06-01 Thread Mike Fedyk
On Mon, May 31, 2010 at 6:30 PM, Tom Horsley horsley1...@gmail.com wrote: On Mon, 31 May 2010 20:04:53 -0500 Steven P. Ulrick wrote: What is nomodeset SUPPOSED to do? The newest kernels have (God knows why) moved the video mode setting into the kernel (the only explanation I've ever seen

Re: What is nomodeset SUPPOSED to do?

2010-06-01 Thread Tom Horsley
On Tue, 1 Jun 2010 04:18:08 -0700 Mike Fedyk wrote: The newest kernels have (God knows why) moved the video mode setting into the kernel (the only explanation I've ever seen for why this is a good idea is that the monitor goes click less often that way). So all the programming of the

Re: Bash History How to?

2010-06-01 Thread Jorge Fábregas
On Tuesday 01 June 2010 07:17:13 Frank Murphy wrote: I would like to prevent .bash_history being created for root. unset HISTFILE works for me on /root/.bashrc HTH, Jorge -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: Bash History How to?

2010-06-01 Thread Patrick O'Callaghan
On Tue, 2010-06-01 at 12:17 +0100, Frank Murphy wrote: I would like to prevent .bash_history being created for root. Maybe create the .bash_history file as non-writable? Just a thought. poc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: What is nomodeset SUPPOSED to do?

2010-06-01 Thread Patrick O'Callaghan
On Tue, 2010-06-01 at 08:01 -0400, Tom Horsley wrote: On Tue, 1 Jun 2010 04:18:08 -0700 Mike Fedyk wrote: The newest kernels have (God knows why) moved the video mode setting into the kernel (the only explanation I've ever seen for why this is a good idea is that the monitor goes

Re: Chromium by default?

2010-06-01 Thread Richard Shaw
On Tue, Jun 1, 2010 at 3:24 AM, Valent Turkovic valent.turko...@gmail.com wrote: In the latest release [1] of Community Fedora Remix (yes, we are looking for a new name [2]) some flack we got was due to having duplicate apps; two browsers and two email clients. How about switching to Chromium

Re: Chromium by default?

2010-06-01 Thread Neal Becker
Richard Shaw wrote: On Tue, Jun 1, 2010 at 3:24 AM, Valent Turkovic valent.turko...@gmail.com wrote: In the latest release [1] of Community Fedora Remix (yes, we are looking for a new name [2]) some flack we got was due to having duplicate apps; two browsers and two email clients. How

Re: Chromium by default?

2010-06-01 Thread mike cloaked
On Tue, Jun 1, 2010 at 1:55 PM, Richard Shaw hobbes1...@gmail.com wrote: On Tue, Jun 1, 2010 at 3:24 AM, Valent Turkovic valent.turko...@gmail.com wrote: In the latest release [1] of Community Fedora Remix (yes, we are looking for a new name [2]) some flack we got was due to having duplicate

Re: Chromium by default?

2010-06-01 Thread Patrick O'Callaghan
On Tue, 2010-06-01 at 14:07 +0100, mike cloaked wrote: On Tue, Jun 1, 2010 at 1:55 PM, Richard Shaw hobbes1...@gmail.com wrote: On Tue, Jun 1, 2010 at 3:24 AM, Valent Turkovic valent.turko...@gmail.com wrote: In the latest release [1] of Community Fedora Remix (yes, we are looking for a

Re: Chromium by default?

2010-06-01 Thread Timothy Murphy
Valent Turkovic wrote: I use both Firefox and Chromium, but it looks like most people would like to have just one. You seem to be making two assertions: 1. Most people don't want to be given a choice of browser. 2. Most people prefer Chromium. I would guess that both of these assertions are

Re: radeon to nvidia to radeon produces pain

2010-06-01 Thread Michael Hennebry
On Mon, 31 May 2010, Suvayu Ali wrote: On Monday 31 May 2010 08:48 PM, Michael Hennebry wrote: A friend suggested that I need a radeonhd driver. yum provides '*radeonhd*' lists at least two. Do I need a radeonhd driver, and, if so, how do I tell which one will work? radeonhd has been

Re: FC13 install won't do post-install boot

2010-06-01 Thread Doctor Who
On Wed, May 26, 2010 at 11:00 AM, Doctor Who whodoc...@gmail.com wrote: On Wed, May 26, 2010 at 8:11 AM, Doctor Who whodoc...@gmail.com wrote: Hi All- I have a desktop machine with 3 SATA drives.  I have a separate OS on each drive and use the graphical boot manager GAG (gag.sourceforge.net)

Re: where does Network-Manager store its VPN settings?

2010-06-01 Thread Timothy Murphy
Tom Horsley wrote: That would be the gconf database - the gnome answer to the windows registry. Probably an ignorant question, but is there a KDE counterpart? Or does KDE also use .gconf? -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +353-86-2336090, +353-1-2842366 s-mail:

Re: where does Network-Manager store its VPN settings?

2010-06-01 Thread Timothy Murphy
fred smith wrote: When using NM (in Gnome) to configure a VPN (Sysco, which uses vpnc as the backend) where does it store the VPN configuration settings? I've asked before, but either didn't get a response or didn't understand it. But what is the connection between NM and VPN? I use OpenVPN,

Re: radeon to nvidia to radeon produces pain

2010-06-01 Thread Tom Horsley
On Tue, 1 Jun 2010 08:45:51 -0500 (CDT) Michael Hennebry wrote: Did any version of radeonhd ever work for Radeon HD 3650? If so, how do I install it? I don't know about the 3650, but my HD 2400 at work would crash fairly often with the radeon driver on fedora 12 (I'm using fedora 13 radeon

Re: Chromium by default?

2010-06-01 Thread Valent Turkovic
On Tue, Jun 1, 2010 at 3:49 PM, Timothy Murphy gayle...@eircom.net wrote: Valent Turkovic wrote: I use both Firefox and Chromium, but it looks like most people would like to have just one. You seem to be making two assertions: I'm making much more that two but these aren't those ;) 1.

Re: Chromium by default?

2010-06-01 Thread Mike Wright
Valent Turkovic wrote: In the latest release [1] of Community Fedora Remix (yes, we are looking for a new name [2]) some flack we got was due to having duplicate apps; two browsers and two email clients. How about switching to Chromium only in our next release? Are there some pitfalls

Re: Chromium by default?

2010-06-01 Thread kalinix
On Tue, 2010-06-01 at 16:34 +0200, Valent Turkovic wrote: On Tue, Jun 1, 2010 at 3:49 PM, Timothy Murphy gayle...@eircom.net wrote: Valent Turkovic wrote: I use both Firefox and Chromium, but it looks like most people would like to have just one. You seem to be making two assertions:

Re: Chromium by default?

2010-06-01 Thread Athmane Madjoudj
Whose bug is that? Who can say definitively? IMHO Firefox is still superior and for debugging purposes, irreplaceable. I agree, in addition Firefox is more powerful for web application penetration testing and HTTP protocol analysis ( through extensions) and it is more memory friendly

Re: where does Network-Manager store its VPN settings?

2010-06-01 Thread fred smith
On Tue, Jun 01, 2010 at 03:00:12PM +0100, Timothy Murphy wrote: fred smith wrote: When using NM (in Gnome) to configure a VPN (Sysco, which uses vpnc as the backend) where does it store the VPN configuration settings? I've asked before, but either didn't get a response or didn't

Re: Installing F13

2010-06-01 Thread Bruno Wolff III
On Sun, May 30, 2010 at 11:38:33 +0100, N James Bridge ja...@xmas.demon.co.uk wrote: nouveau does not support compiz, so no desktop effects, but you can live without them. On the plus side, dvds play perfectly in totem (but you You can try installing mesa-dri-drivers-experimental which will

F13: Evolution icons - configurable?

2010-06-01 Thread John Horne
Hello, I recently upgraded to Fedora 13, and am finding the evolution mail client icons a bit awkward. I use KDE for the desktop. I found this image on the 'net of basically what it use to look like: http://www.backuphowto.info/files/images/howto/2007/linux-screw-10-total-4-unread-evolution.png

Re: problem booting F13 kernel

2010-06-01 Thread Craig White
On Tue, 2010-06-01 at 11:46 +0530, Jayakrishnan M wrote: Craig, On Tue, Jun 1, 2010 at 5:37 AM, Craig White craigwh...@azapple.com wrote: snip But when I booted I got an error - something like... kernel panic - VFS Error - can't mount filesystem hd(0,0) which should be /boot snip

Re: where does Network-Manager store its VPN settings?

2010-06-01 Thread Timothy Murphy
fred smith wrote: But what is the connection between NM and VPN? I use OpenVPN, and it seems to run perfectly whether I am using NM or not. (NM does not work on one of my machines.) NM lets you set up VPN clients for accessing specific remote networks, so all you gotta do is a couple of

problem with awk

2010-06-01 Thread Adel ESSAFI
Hello, I have a little proble with awk here I have a file which contain data like this 101663.dat 1 122837.920343696 1 121875.899726134 1 8011.13164749145 1 24955.1102952732 when I execute awk'BEGIN { } echo $2 END { print Fin } ' testclean I got this outpout 1

FC12 and intel fortran 11.1

2010-06-01 Thread Saeid Jalali
Dear all, I would install the intel Fortran compiler of l_cprof_p_11.1.072.tgz on my Fedora Core 12. I went through the following comments step by step successfully to make the compiler compatible with the FC12: http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-un

Re: problem with awk

2010-06-01 Thread Roberto Ragusa
Adel ESSAFI wrote: Hello, I have a little proble with awk here I have a file which contain data like this 101663.dat 1 122837.920343696 1 121875.899726134 1 8011.13164749145 1 24955.1102952732 when I execute awk'BEGIN { } echo $2 END { print Fin } '

preupgrade 12-13 and not enough disk space for /var/cache

2010-06-01 Thread Anne Possoz
Hello, My / partition, that contains /var, has only 800 MB available and I will certainly need more. I have plenty of space in another partition and would like to use that one for downloading rpm's tu upgrade from fedora 12 to 13. As preupgrade.cli accept -c yum-xxx.conf, I tried that option

Re: Chromium by default?

2010-06-01 Thread Marko Vojinovic
supercalifragilisticexpialidocius (again Dr. Evil) [OT] AFAIK, this is originally due to Mary Poppins, not Dr. Evil. ;-) :-) Marko -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users

Re: preupgrade 12-13 and not enough disk space for /var/cache

2010-06-01 Thread Vignesh M
Hey, You can mount another partition to /var/cache until the update is complete ? maybe add it to /etc/fstab as well so it will still be present when fedora reboots to the installer. Hope it helps Vignesh On Tue, Jun 1, 2010 at 6:38 PM, Anne Possoz anne.pos...@epfl.ch wrote: Hello, My /

RE: Chromium by default?

2010-06-01 Thread Tim Van Dyne
I use both Firefox and Chromium, but it looks like most people would like to have just one. I use both sometimes @ the same time. If someone wants to log in and check [insert account here] on my system I open them another browser, usually Chrome, so I don't have to log out of mine. I want

Re: F13: Evolution icons - configurable?

2010-06-01 Thread Patrick O'Callaghan
On Tue, 2010-06-01 at 16:41 +0100, John Horne wrote: Hello, I recently upgraded to Fedora 13, and am finding the evolution mail client icons a bit awkward. I use KDE for the desktop. I found this image on the 'net of basically what it use to look like:

Re: problem with awk

2010-06-01 Thread suvayu ali
On 1 June 2010 09:08, Adel ESSAFI adeless...@gmail.com wrote: I got this outpout 1 122837.920343696 1 121875.899726134 1 8011.13164749145 1 24955.1102952732 while I am expecting to get 122837.920343696 121875.899726134 8011.13164749145 24955.1102952732 without 1 at the beginning of

Re: How to recover printers on fresh install

2010-06-01 Thread Genes MailLists
On 06/01/2010 04:25 AM, Tim Waugh wrote: On Mon, 2010-05-31 at 21:35 -0400, Tom Horsley wrote: That printers.conf file plus the contents of the /etc/cups/ppd directory may be all you need to copy, but that assumes the old ppd files and wot-not are compatible, your mileage may vary with that

Ntpd problems FC13

2010-06-01 Thread Jim
FC13/KDE4 Ntpd daemon is started in Services and the box is checked in Settings , but it won't update Time. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines:

Re: Chromium by default?

2010-06-01 Thread Michael Hennebry
On Tue, 1 Jun 2010, Marko Vojinovic wrote: supercalifragilisticexpialidocius (again Dr. Evil) [OT] AFAIK, this is originally due to Mary Poppins, not Dr. Evil. ;-) And the difference is -- Michael henne...@web.cs.ndsu.nodak.edu Pessimist: The glass is half empty. Optimist: The

Re: Ntpd problems FC13

2010-06-01 Thread Craig White
On Tue, 2010-06-01 at 13:51 -0400, Jim wrote: FC13/KDE4 Ntpd daemon is started in Services and the box is checked in Settings , but it won't update Time. If it is way off, it will be a problem for ntpd so you should make sure that the time is relatively close (i.e. +/- 5 minutes and the

Re: Why are the _nightly_ builds build once in a ... week???

2010-06-01 Thread Kevin Fenzi
On Tue, 1 Jun 2010 01:17:09 +0200 Joshua C. joshua...@googlemail.com wrote: Great! Well after booting - no KDE, 2 kernel oops. This is fine when we consider the switch to the beta-kde and the very early stage of the 2.6.34 kernel. Yep. It's early days for rawhide. ;) The idea is good but

Re: problem with awk

2010-06-01 Thread Dave Ulrick
On Tue, 1 Jun 2010, Adel ESSAFI wrote: Hello, I have a little proble with awk  here I have a file which contain data like this 101663.dat 1 122837.920343696 1 121875.899726134 1 8011.13164749145 1 24955.1102952732 when I execute awk    'BEGIN { }   echo $2   END   { print Fin } '

MultiMedia suggestions?

2010-06-01 Thread jack craig
Hi FC folks, I have a dvd video that plays fine in my home dvd player, but not via totem. I have, ... totem-2.26.5-1.fc11.x86_64 totem-gstreamer-2.26.5-1.fc11.x86_64 totem-mozplugin-2.26.5-1.fc11.x86_64 totem-nautilus-2.26.5-1.fc11.x86_64 totem-pl-parser-2.26.3-1.fc11.x86_64

Re: MultiMedia suggestions?

2010-06-01 Thread Frank Murphy
On 01/06/10 19:47, jack craig wrote: Hi FC folks, I have a dvd video that plays fine in my home dvd player, but not via totem. --snip-- I am able to copy the dvd to an iso file, but not play it locally. I get, ... missing DVD source How might i learn what is missing? Thx, jackc...

Re: Problems with SELinux and cronjobs

2010-06-01 Thread Daniel J Walsh
On 05/28/2010 09:42 AM, Gijs wrote: Hello List, I'm trying to get my cronjobs to work but after reading all kinds of info on SELinux, I'm not even one step closer to solving the problem. I have the following in my cronlog (yes, SELinux is set in permissive mode, for now..): May 28 09:15:01

Re: Chromium by default?

2010-06-01 Thread kalinix
On Tue, 2010-06-01 at 18:48 +0200, Marko Vojinovic wrote: supercalifragilisticexpialidocius (again Dr. Evil) [OT] AFAIK, this is originally due to Mary Poppins, not Dr. Evil. ;-) :-) Marko [OOT] Is (again Dr. Evil) - not - (again Dr. Evil). It was the fingerquote for `operating system'.

Re: radeon to nvidia to radeon produces pain

2010-06-01 Thread Mike Fedyk
On Tue, Jun 1, 2010 at 6:45 AM, Michael Hennebry henne...@web.cs.ndsu.nodak.edu wrote: On Mon, 31 May 2010, Suvayu Ali wrote: On Monday 31 May 2010 08:48 PM, Michael Hennebry wrote: A friend suggested that I need a radeonhd driver. yum provides '*radeonhd*' lists at least two. Do I need a

Re: MultiMedia suggestions?

2010-06-01 Thread Craig White
On Tue, 2010-06-01 at 11:47 -0700, jack craig wrote: Hi FC folks, I have a dvd video that plays fine in my home dvd player, but not via totem. I have, ... totem-2.26.5-1.fc11.x86_64 totem-gstreamer-2.26.5-1.fc11.x86_64 totem-mozplugin-2.26.5-1.fc11.x86_64

Re: MultiMedia suggestions?

2010-06-01 Thread jack craig
i get a popup about missing plugin, dvd source. vlc seems to be working though... On 06/01/2010 12:00 PM, Frank Murphy wrote: On 01/06/10 19:47, jack craig wrote: Hi FC folks, I have a dvd video that plays fine in my home dvd player, but not via totem. --snip-- I am able

RPMs in FC13 with wrong or missing release

2010-06-01 Thread Jonathan Ryshpan
There are a number of packages in the FC13 repos that have wrong or missing release IDs. For example: evolution-remove-duplicates-0.0.4-4.fc12.x86_64 which is in fact intended for evolution-2.28, and not for evolution-2.30, which is included in FC13. (And so it doesn't work) There are

Re: MultiMedia suggestions?

2010-06-01 Thread Michael Miles
On 06/01/2010 12:48 PM, Craig White wrote: On Tue, 2010-06-01 at 11:47 -0700, jack craig wrote: Hi FC folks, I have a dvd video that plays fine in my home dvd player, but not via totem. I have, ... totem-2.26.5-1.fc11.x86_64 totem-gstreamer-2.26.5-1.fc11.x86_64

Re: MultiMedia suggestions?

2010-06-01 Thread jack craig
thx craig! it is a dvd of us swimming with manta rays at night, not store bought. and yeah, i know my install is about over the hill... :) On 06/01/2010 12:48 PM, Craig White wrote: On Tue, 2010-06-01 at 11:47 -0700, jack craig wrote: Hi FC folks, I have a dvd video that plays fine in

Re: MultiMedia suggestions?

2010-06-01 Thread jack craig
On 06/01/2010 01:10 PM, Michael Miles wrote: Even though I own the original. When I buy a game it's a given that the game will be placed on a HD and yet the very same copyright laws are broken as soon as I backup the cd or dvd game on HD What a confusing situation. I totally

Re: RPMs in FC13 with wrong or missing release

2010-06-01 Thread Craig White
On Tue, 2010-06-01 at 13:05 -0700, Jonathan Ryshpan wrote: There are a number of packages in the FC13 repos that have wrong or missing release IDs. For example: evolution-remove-duplicates-0.0.4-4.fc12.x86_64 which is in fact intended for evolution-2.28, and not for evolution-2.30,

Re: netinst images: What's the point?

2010-06-01 Thread Richard Shaw
On Mon, May 31, 2010 at 8:02 PM, Joseph L. Casale jcas...@activenetwerx.com wrote: I'm not sure what's wrong, I just know it never asks me to initialize a network connection unless I specify askmethod, then it does it in the non-graphical part of the setup. I just pulled the x86 iso down (only

Re: MultiMedia suggestions?

2010-06-01 Thread Craig White
On Tue, 2010-06-01 at 13:10 -0700, Michael Miles wrote: On 06/01/2010 12:48 PM, Craig White wrote: On Tue, 2010-06-01 at 11:47 -0700, jack craig wrote: Hi FC folks, I have a dvd video that plays fine in my home dvd player, but not via totem. I have, ...

Re: problem with awk

2010-06-01 Thread Aaron Konstam
On Tue, 2010-06-01 at 17:08 +0100, Adel ESSAFI wrote: Hello, I have a little proble with awk here I have a file which contain data like this 101663.dat 1 122837.920343696 1 121875.899726134 1 8011.13164749145 1 24955.1102952732 when I execute awk'BEGIN { } echo $2

Problems with fetchmail

2010-06-01 Thread Mats
Hello, I will try to keep this both informative and short. I have installed mutt and fetchmail under fedora 13. I have also changed from sendmail to postfix and it works perfect sending mail with mutt. When I use fetchmail -a to get my mail I can see that it fetch the mails but they don't show up

Re: FC13 and kqemu again

2010-06-01 Thread Phil Meyer
On 06/01/2010 02:54 AM, William John Murray wrote: Hello all, I have found part of my kqemu problem: open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support For a new release/install, you must once either: Run a VM from libvirt or # modprobe

Re: radeon to nvidia to radeon produces pain

2010-06-01 Thread Michael Hennebry
On Tue, 1 Jun 2010, Mike Fedyk wrote: The radeonhd driver is unmaintained. It has been removed from later versions of fedora. try booting with nomodeset in the kernel command line (hint: press e while in the grub boot menu) I've done that. It didn't help. I recommend updating to a newer

Re: Ntpd problems FC13

2010-06-01 Thread Phil Meyer
On 06/01/2010 12:09 PM, Craig White wrote: On Tue, 2010-06-01 at 13:51 -0400, Jim wrote: FC13/KDE4 Ntpd daemon is started in Services and the box is checked in Settings , but it won't update Time. If it is way off, it will be a problem for ntpd so you should make sure that

Who sees massive flickering?

2010-06-01 Thread Tom Horsley
Just curious if this is a bug or what. On two different systems now running fedora 13 and firefox the webcam image on this one site flickers horribly as I scroll the firefox page up and down with the mouse. (Both systems use the radeon driver with ATI cards).

Re: RPMs in FC13 with wrong or missing release

2010-06-01 Thread Frank Murphy
On 01/06/10 21:05, Jonathan Ryshpan wrote: --snip-- Is this harmful? Should it be reported to the Fedora Bugzilla? Thanks - jon Perfectly fine, as there was no mass rebuild for F13. Nothing to panic about. -- Regards, Frank Murphy UTF_8 Encoded Friend of Fedora -- users mailing

Re: Who sees massive flickering?

2010-06-01 Thread Tom Horsley
On Tue, 1 Jun 2010 17:03:00 -0400 Tom Horsley wrote: (I'm pretty sure this is new with the move to fedora 13, I don't think I saw it on fedora 12 - not that bad anyway). Yep. I just briefly booted back to fedora 12. Same hardware, but the image moves smoothly with no flickering when scrolling

Re: Problems with fetchmail

2010-06-01 Thread Oluwagbenga Shobowale
I think your log files should give an insight to where the mails are and what is happening .. Please check maillog assuming it is configured in syslog. Oluwagbenga Shobowale -Original Message- From: Mats u...@comhem.se Date: Tue, 01 Jun 2010 22:40:22 To: users@lists.fedoraproject.org

Re: Problems with fetchmail

2010-06-01 Thread David L. Gehrt
snip And it's chmod 600 (obviously because it starts as normal). As I said, I wonder in what folder he puts the mail? I use none of your programs for my mail, but should not the directory permissions be 700. Check the effect of the 'x' bit in the permissions of a directory. Maybe this helps,

Re: Correct instructions for installing NVidia proprietary driver on Fedora 13?

2010-06-01 Thread Jonathan Ryshpan
On Sun, 2010-05-30 at 18:47 -0500, Steven P. Ulrick wrote: OK. The good news is that the RPM was successfully built. The bad news is that the output of rpm -ivh kernel-2.6.33noframebuffer-1.x86_64.rpm is as follows: [r...@localhost x86_64]# rpm -ivh

Network Manager, WPA, available to all users

2010-06-01 Thread Steven Stern
I have a desktop with wireless, due to some cabling difficulties. I'm trying to switch from Network to NetworkManager because we're moving our wireless from WEP to WPA-PSK. Using Network Manager, I can configure a connection with a static IP address and things seem fine. BUT, I want this

NMI error with kernel 2.6.33.5-112.fc13.i686.PAE

2010-06-01 Thread Steven Stern
When using the latest kernel, 2.6.33.5-112.fc13.i686.PAE, my machine crashes with the message Uhhuh. NMI received for unknown reason a0 on CPU 0. You have some hardware problem, likely on the PCI Dazed and confused, but trying to continue And then it sits for a while and quietly digs itself a

Re: DVD Installer on USB...? (Solved)

2010-06-01 Thread Christopher A. Williams
On Tue, 2010-06-01 at 16:06 +0930, Tim wrote: On Mon, 2010-05-31 at 10:01 -0600, Christopher A. Williams wrote: It says a straight forward dd command will create one. Unfortunately, while the dd command does appear to work and you can browse the contents of the USB drive afterwards, the

Re: DVD Installer on USB...? (Solved)

2010-06-01 Thread Michael Cronenworth
Christopher A. Williams wrote: Wish we could clean up this doc so things are more easily understood. The livecd tools officially support ONLY live media. Yes, the tools have explicit support for DVD media, but it is not supported. -- users mailing list users@lists.fedoraproject.org To

Re: Network Manager, WPA, available to all users

2010-06-01 Thread Wolfgang S. Rupprecht
Steven Stern subscribed-li...@sterndata.com writes: I have a desktop with wireless, due to some cabling difficulties. I'm trying to switch from Network to NetworkManager because we're moving our wireless from WEP to WPA-PSK. Using Network Manager, I can configure a connection with a static

Re: Correct instructions for installing NVidia proprietary driver on Fedora 13? (WORKAROUND!)

2010-06-01 Thread Steven P. Ulrick
On 31.05.2010 21:36, Steven P. Ulrick wrote: Hello Everyone, Since nothing has been figured out about this issue that I'm having yet, I thought I'd give you a lot more detail about my system: Main System: SuperMicro SuperWorkstation SYS-5046A-XB Motherboard: SuperMicro Super C7X58

Re: problem booting F13 kernel

2010-06-01 Thread dexter
On 1 June 2010 16:59, Craig White craigwh...@azapple.com wrote: On Tue, 2010-06-01 at 11:46 +0530, Jayakrishnan M wrote: Craig, On Tue, Jun 1, 2010 at 5:37 AM, Craig White craigwh...@azapple.com wrote: snip But when I booted I got an error - something like... kernel panic - VFS Error -

Re: DVD Installer on USB...? (Solved)

2010-06-01 Thread Christopher A. Williams
On Tue, 2010-06-01 at 17:02 -0500, Michael Cronenworth wrote: Christopher A. Williams wrote: Wish we could clean up this doc so things are more easily understood. The livecd tools officially support ONLY live media. Yes, the tools have explicit support for DVD media, but it is not

Re: NMI error with kernel 2.6.33.5-112.fc13.i686.PAE

2010-06-01 Thread Konstantin Svist
On 06/01/2010 02:50 PM, Steven Stern wrote: When using the latest kernel, 2.6.33.5-112.fc13.i686.PAE, my machine crashes with the message Uhhuh. NMI received for unknown reason a0 on CPU 0. You have some hardware problem, likely on the PCI Dazed and confused, but trying to continue And

Re: RPMs in FC13 with wrong or missing release

2010-06-01 Thread Jonathan Ryshpan
On Tue, 2010-06-01 at 13:24 -0700, Craig White wrote: On Tue, 2010-06-01 at 13:05 -0700, Jonathan Ryshpan wrote: There are a number of packages in the FC13 repos that have wrong or missing release IDs. For example: evolution-remove-duplicates-0.0.4-4.fc12.x86_64 which is in fact

Re: Who sees massive flickering?

2010-06-01 Thread Kam Leo
On Tue, Jun 1, 2010 at 2:16 PM, Tom Horsley horsley1...@gmail.com wrote: On Tue, 1 Jun 2010 17:03:00 -0400 Tom Horsley wrote: (I'm pretty sure this is new with the move to fedora 13, I don't think I saw it on fedora 12 - not that bad anyway). Yep. I just briefly booted back to fedora 12.

Re: Network Manager, WPA, available to all users

2010-06-01 Thread Steven Stern
On 06/01/2010 05:11 PM, Wolfgang S. Rupprecht wrote: Steven Stern subscribed-li...@sterndata.com writes: I have a desktop with wireless, due to some cabling difficulties. I'm trying to switch from Network to NetworkManager because we're moving our wireless from WEP to WPA-PSK. Using

Re: DVD Installer on USB...? (Solved)

2010-06-01 Thread Michael Cronenworth
Christopher A. Williams wrote: In the meantime, I'm happy to create a BZ requesting that support be added for the install media. Frankly, it's rather short-sighted that it's apparently not. I tried[1] before F13 was released, but I didn't have the time, nor was anyone else motivated, to have

Community Gaming session 5 - bzflag

2010-06-01 Thread Bruno Wolff III
There will be another Fedora Community Gaming session this weekend. We will be playing bzflag which is a light tank shoot em up. We will be starting at: UTC: 1700 Saturday June 5, 2010 EDT: 1pm Saturday June 5, 2010 This game easily handles drop ins and drop outs. We'll meet pregame in the

Re: RPMs in FC13 with wrong or missing release

2010-06-01 Thread Michael Cronenworth
Jonathan Ryshpan wrote: I filed a bug report against evolution-remove-duplicates in the Fedora bugzilla. But maybe it should be in the Evolution Bugzilla. Who*is* responsible for this? Package maintenance (read the RPM itself) is the distribution's responsibility (read Fedora). Software

Re: RPMs in FC13 with wrong or missing release

2010-06-01 Thread Patrick O'Callaghan
On Tue, 2010-06-01 at 15:24 -0700, Jonathan Ryshpan wrote: On Tue, 2010-06-01 at 13:24 -0700, Craig White wrote: On Tue, 2010-06-01 at 13:05 -0700, Jonathan Ryshpan wrote: There are a number of packages in the FC13 repos that have wrong or missing release IDs. For example:

Re: problem booting F13 kernel

2010-06-01 Thread Tom Horsley
On Tue, 1 Jun 2010 23:20:56 +0100 dexter wrote: A shot in the dark :-) Another shot in the dark: I have these files: /boot/grub/grub.conf /boot/grub/menu.lst (a symlink to /boot/grub/grub.conf) /etc/grub.conf (also a symlink to /boot/grub/grub.conf) Any chance some symlinks got broken somehow

Re: RPMs in FC13 with wrong or missing release

2010-06-01 Thread Patrick O'Callaghan
On Tue, 2010-06-01 at 17:31 -0500, Michael Cronenworth wrote: Jonathan Ryshpan wrote: I filed a bug report against evolution-remove-duplicates in the Fedora bugzilla. But maybe it should be in the Evolution Bugzilla. Who*is* responsible for this? Package maintenance (read the RPM

Re: Not all kernels show up in Grub boot menu

2010-06-01 Thread Steven P. Ulrick
Hello Everyone, I have the following in /etc/grub.conf: installonly_limit=3 Consequently, when I ran yum update earlier, a new kernel was installed, bringing my total to three. Here is my grub.conf: # grub.conf generated by anaconda # # Note that you do not have to rerun grub after

  1   2   >