Re: [Fwd: Re: CD/DVD automount in Fedora 12]

2010-04-10 Thread Andrew Junev
> I just checked on my other machine (mythbackend), symlinks are always > there - no matter if the disc is in the drive or not. > So the fact that symlinks disappear is probably somehow related to my > automount problem. I tried reinstalling udev (just in case...) - it > didn't help... What else

RE: NRG

2010-04-10 Thread Joseph L. Casale
>using nrg2iso v0.4 > >no problem converting just will not load as iso >says not iso9660 with acetone or iso master I think you are missing the point... nrg2iso assumes the nrg image is that of an iso, whereas an nrg image is not necessarily an iso, as in your case. The fact it produces "some ou

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Joachim Backes
On 04/11/2010 01:04 AM, Leonard Adjei wrote: using sudo find AUDIO/ -name \*Small\*.jpg -exec rm {} \; worked fine for me. Thanks Hi, this will run the rm command separately for *each found* "small".jpg file. Probably faster: find AUDIO/ -name \*Small\*.jpg|xargs rm This starts rm onl

nautilus bug with home folder not opening after updates

2010-04-10 Thread KC8LDO
I've been putting up with rebooting my systems, some times at least twice, to get nautilus to open the home folder and show the contents after doing a bunch of updates with yum. I have this happening on one F-11 box, I have another F-11 box that doesn't do it and my F-12 box also has this proble

Re: NRG

2010-04-10 Thread Michael Miles
On 04/10/2010 06:12 PM, Joseph L. Casale wrote: >> I am having an awful time converting .nrg audio cd image to iso >> >> I am using the latest nrg2iso but it says iso not 9660 standard. >> > Well, you're bound to continue having an awful time. > > Audio discs are not ISO9660 afaik... > ye

Re: NRG

2010-04-10 Thread Michael Miles
On 04/10/2010 06:07 PM, Antonio Olivares wrote: > > --- On Sat, 4/10/10, Michael Miles wrote: > > >> From: Michael Miles >> Subject: NRG >> To: users@lists.fedoraproject.org >> Date: Saturday, April 10, 2010, 6:00 PM >> Hey all >> >> I am having an awful time converting .nrg audio cd image to

RE: NRG

2010-04-10 Thread Antonio Olivares
--- On Sat, 4/10/10, Joseph L. Casale wrote: > From: Joseph L. Casale > Subject: RE: NRG > To: "'Community support for Fedora users'" > Date: Saturday, April 10, 2010, 6:12 PM > >I am having an awful time > converting .nrg audio cd image to iso > > > >I am using the latest nrg2iso but it says

Re: update Help

2010-04-10 Thread Kevin J. Cummings
On 04/10/2010 07:53 AM, Olaniyi Moluga wrote: > > Hello All, > > I recently upgraded my fc10 to fc12 which was indeed successful, after > the upgrade I tried to update using (yum -y update) but I got the > following response below: What did you use to do the upgrade? If it was "old" installatio

Re: Lost desktop on reboot

2010-04-10 Thread david walcroft
On 04/11/2010 10:11 AM, Chris Tyler wrote: > On Sun, 2010-04-11 at 09:54 +1000, david walcroft wrote: >> On a fresh install of FC12 i386 my desktop comes up (is that because of >> firstboot), then on a reboot i get the fedora default desktop and not mine. > > Can you clarify what you mean by "the f

RE: NRG

2010-04-10 Thread Joseph L. Casale
>I am having an awful time converting .nrg audio cd image to iso > >I am using the latest nrg2iso but it says iso not 9660 standard. Well, you're bound to continue having an awful time. Audio discs are not ISO9660 afaik... -- users mailing list users@lists.fedoraproject.org To unsubscribe or cha

Re: NRG

2010-04-10 Thread Antonio Olivares
--- On Sat, 4/10/10, Michael Miles wrote: > From: Michael Miles > Subject: NRG > To: users@lists.fedoraproject.org > Date: Saturday, April 10, 2010, 6:00 PM > Hey all > > I am having an awful time converting .nrg audio cd image to > iso > > I am using the latest nrg2iso but it says iso not 9

NRG

2010-04-10 Thread Michael Miles
Hey all I am having an awful time converting .nrg audio cd image to iso I am using the latest nrg2iso but it says iso not 9660 standard. Is there a program that works? I have looked up nrg2iso and some people just cant get it to work while others have some success The program writes the iso b

Re: firefox rant, thanks for konqueror to the KDE devs.

2010-04-10 Thread Antonio Olivares
> > Do you package firefox? if you do, I am sorry, > but I still don't like the way it has been behaving. > > > > Nope and while I understand you don't like Firefox, > kernel oopses are > usually a kernel issue regardless of the program triggering > it. You > should just file it against the

Re: Lost desktop on reboot

2010-04-10 Thread Chris Tyler
On Sun, 2010-04-11 at 09:54 +1000, david walcroft wrote: > On a fresh install of FC12 i386 my desktop comes up (is that because of > firstboot), then on a reboot i get the fedora default desktop and not mine. Can you clarify what you mean by "the fedora default desktop and not mine" -- do you mea

Lost desktop on reboot

2010-04-10 Thread david walcroft
On a fresh install of FC12 i386 my desktop comes up (is that because of firstboot), then on a reboot i get the fedora default desktop and not mine. Thanks david -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mai

Thunderbird to Firefox url link

2010-04-10 Thread david walcroft
A fresh install of FC12 i386 and the link between a url in thunderbird does not bring up that url in firefox. I don't know how the link works ,can somebody help Thanks david -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedorapr

Another yum update problem

2010-04-10 Thread david walcroft
I'm using FC12 i386 a fresh install, when trying to update all programmes or individually I get this error. [da...@reddwarf ~]$ sudo yum update yum Loaded plugins: presto, refresh-packagekit fedora/metalink | 4.0 kB 00:00 fedo

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Leonard Adjei
using sudo find AUDIO/ -name \*Small\*.jpg -exec rm {} \; worked fine for me. Thanks -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Paolo Galtieri
You can use find . -type f -name "*.[sS]mall*" | egrep "\.jpg|\.png|\.bmp" >/tmp/L while read line do rm $line done < /tmp/L /tmp/L contains a list of files that match the regular expression in the egrep command. You can then read the file line by line and remove the files. Paolo On Sat, Apr

Re: Yum Update - Metadata does not match checksum

2010-04-10 Thread Craig White
On Sun, 2010-04-11 at 00:02 +0200, Melanie wrote: > Am Samstag, den 10.04.2010, 12:47 -0700 schrieb Craig White: > Hi Craig! > > I am using the ext4 filesystem. > > To edit config files I just use "vi". > > I know that updating with yum should be very simple. On my old pc I have > fedora 10 (

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Paolo Galtieri
On 04/10/2010 03:10 PM, Leonard Adjei wrote: > What I'm worried about is it deleting filenames (music) which has the > word "small" in them. Or that is unlikely?? > > --- > $ find AUDIO/ -name \*Small\* exec rm -i {} \; > find: paths must precede expression: exec > Usage: find [-H] [-L] [-

Re: Yum Update - Metadata does not match checksum

2010-04-10 Thread Melanie
Am Samstag, den 10.04.2010, 12:47 -0700 schrieb Craig White: > On Sat, 2010-04-10 at 19:00 +0200, Melanie wrote: > > Am Samstag, den 10.04.2010, 08:52 -0700 schrieb Craig White: > > > I also get back to the original configurations. > > > > In the meantime I updated yum to 3.2.27-2 - With the new

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Leonard Adjei
What I'm worried about is it deleting filenames (music) which has the word "small" in them. Or that is unlikely?? --- $ find AUDIO/ -name \*Small\* exec rm -i {} \; find: paths must precede expression: exec Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [pa

Re: Deleting all image files with "small" keyword

2010-04-10 Thread fred smith
On Sat, Apr 10, 2010 at 09:28:04PM +, Leonard Adjei wrote: > I've been using Fedora for a while, but I must confess that when it > comes to shell scripting I'm found wanting many a times. > The thing is, I have an Audio Folder which contains hundreds of track > with Album arts. Most of the albu

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Leonard Adjei
> find -type f -name "*[Ss]mall*" -exec rm {} \; This would delete all Files with Small or small in the filenames. I want to delete image files [png,jpg,bmp] only not music files with small in their names too Thanks -- users mailing list users@lists.fedoraproject.org To unsubscribe or change su

device 10b9:5459 is grabbed by driver serial: try to release

2010-04-10 Thread Antonio Olivares
Dear all, I am unfortunately a user of a modem(winmodem) that has to use proprietary drivers(no opensource drivers exist, even though the kernel tries to help^{1}) 05:02.0 Modem: ALi Corporation SmartLink SmartPCI561 56K Modem [oliva...@localhost ~]$ dmesg | grep 'slamr' slamr: module license

Re: Deleting all image files with "small" keyword

2010-04-10 Thread Paolo Galtieri
On 04/10/2010 02:28 PM, Leonard Adjei wrote: > I've been using Fedora for a while, but I must confess that when it > comes to shell scripting I'm found wanting many a times. > The thing is, I have an Audio Folder which contains hundreds of track > with Album arts. Most of the album arts are small a

Re: firefox rant, thanks for konqueror to the KDE devs.

2010-04-10 Thread Rahul Sundaram
On 04/11/2010 02:34 AM, Antonio Olivares wrote: > > Do you package firefox? if you do, I am sorry, but I still don't like the > way it has been behaving. > Nope and while I understand you don't like Firefox, kernel oopses are usually a kernel issue regardless of the program triggering it.

Deleting all image files with "small" keyword

2010-04-10 Thread Leonard Adjei
I've been using Fedora for a while, but I must confess that when it comes to shell scripting I'm found wanting many a times. The thing is, I have an Audio Folder which contains hundreds of track with Album arts. Most of the album arts are small and Big, I would want a script which would search my a

Re: firefox rant, thanks for konqueror to the KDE devs.

2010-04-10 Thread Antonio Olivares
--- On Sat, 4/10/10, Rahul Sundaram wrote: > From: Rahul Sundaram > Subject: Re: firefox rant, thanks for konqueror to the KDE devs. > To: "Community support for Fedora users" > Cc: "Antonio Olivares" > Date: Saturday, April 10, 2010, 1:51 PM > On 04/11/2010 02:13 AM, Antonio > Olivares wrot

Re: firefox rant, thanks for konqueror to the KDE devs.

2010-04-10 Thread Mail Lists
On 04/10/2010 05:10 PM, Antonio Olivares wrote: >> even though it has become a big and ugly resource taker :(. That is certainly true .. tho' not as bad as it once was. The other day I was giving it a chance and >> browsing the web happily, and then all of a sudden my >> machine died

Re: firefox rant, thanks for konqueror to the KDE devs.

2010-04-10 Thread Antonio Olivares
--- On Sat, 4/10/10, Temlakos wrote: > From: Temlakos > Subject: Re: firefox rant, thanks for konqueror to the KDE devs. > To: users@lists.fedoraproject.org > Date: Saturday, April 10, 2010, 2:00 PM > On 04/10/2010 04:51 PM, Rahul > Sundaram wrote: > > On 04/11/2010 02:13 AM, Antonio Olivares

Re: firefox rant, thanks for konqueror to the KDE devs.

2010-04-10 Thread Temlakos
On 04/10/2010 04:51 PM, Rahul Sundaram wrote: > On 04/11/2010 02:13 AM, Antonio Olivares wrote: > >> Dear fellow Fedora users, >> >> \begin{rant} >> I have tried to use firefox on/off for a while, and I know since it is >> opensource, Fedora will stick with it even though it has become a big a

Re: Latest 2.6.33.1-24.fc13.x86_64 kernel still crashes on shutdown

2010-04-10 Thread Rahul Sundaram
On 04/11/2010 02:15 AM, Bill Davidsen wrote: > I see all the reports of crash on shutdown have been marked as duplicates of > 572868, but the latest kernel didn't help (I misunderstood "there's a patch" > to > mean "which fixes the problem") so if you test 64 bit fc13 you may want to > manually

Re: firefox rant, thanks for konqueror to the KDE devs.

2010-04-10 Thread Rahul Sundaram
On 04/11/2010 02:13 AM, Antonio Olivares wrote: > Dear fellow Fedora users, > > \begin{rant} > I have tried to use firefox on/off for a while, and I know since it is > opensource, Fedora will stick with it even though it has become a big and > ugly resource taker :(. > > The other day I was givin

Latest 2.6.33.1-24.fc13.x86_64 kernel still crashes on shutdown

2010-04-10 Thread Bill Davidsen
I see all the reports of crash on shutdown have been marked as duplicates of 572868, but the latest kernel didn't help (I misunderstood "there's a patch" to mean "which fixes the problem") so if you test 64 bit fc13 you may want to manually unmount large filesystems before the shutdown->crash cy

firefox rant, thanks for konqueror to the KDE devs.

2010-04-10 Thread Antonio Olivares
Dear fellow Fedora users, \begin{rant} I have tried to use firefox on/off for a while, and I know since it is opensource, Fedora will stick with it even though it has become a big and ugly resource taker :(. The other day I was giving it a chance and browsing the web happily, and then all of a

What is in include/linux/kernel.h line 158

2010-04-10 Thread Antonio Olivares
Dear folks, I have encountered this so called sleeping function several times in a good while (kernel 2.6.27, 2.6.29, 2.6.30, 2.6.31, 2.6.32) Fedora based kernels and compiled kernels from kernel.org, I am asking this because I see this again and again. I would like to know what is in there

Re: Yum Update - Metadata does not match checksum

2010-04-10 Thread Craig White
On Sat, 2010-04-10 at 19:00 +0200, Melanie wrote: > Am Samstag, den 10.04.2010, 08:52 -0700 schrieb Craig White: > I also get back to the original configurations. > > In the meantime I updated yum to 3.2.27-2 - With the new yum version the > above mentioned error didn´t occur again. But I got a l

Re: Kernel 2.6.32.11-99.fc12.i686.PAE

2010-04-10 Thread A. Racca
On Sat, 2010-04-10 at 10:08 -0400, Brian C. Huffman wrote: > Kernel 2.6.32.11-99.fc12.i686.PAE causes my graphical desktop to come to > a crawl. When I click on an item - menu, window border (to move), NM > applet, it can take up to 3 seconds for response. > > I had to go back to the previous ke

Re: Information re: VirtualBox

2010-04-10 Thread Steven Stern
On 04/10/2010 01:51 PM, David Bartmess wrote: > I'm in the process of installing a new VM on VirtualBox under Fedora 12, > and was wondering about the placement of files. To be short, where would > the VM put any files that are created by, say Quicken. Are they saved in > a specific directory, o

Trying to play DVD video problems

2010-04-10 Thread Jim
FC 12 /KDE/ X86_64 Trying to play a DVD videos the introduction of Video plays normal but when I click on play main video, sound breaks up and I get no Video. Libdvdcss is installed. Same results on mplayer, xine Here is /var/log/messages on X86_64 Apr 10 14:53:37 localhost kernel: UDF-fs IN

Re: Open Office 3.2 Issues in Fedora 12

2010-04-10 Thread Ariel Constenla-Haile
Hello Alexis, On Saturday 10 April 2010, 01:29, Alexis Pardo wrote: > Hello everyone: > > I have installed Open Office 3.2 on My SYSTEM. However, I think its look is > some ugly, specialy its scrollbars, combo boxes to select fonst and size. > The previous version (3.1) looks much better. I think

Re: VirtualBox is not started

2010-04-10 Thread Hiisi
2010/4/10 Paul Smith : > On Sat, Apr 10, 2010 at 6:19 AM, -andria- wrote: >> $ uname -a >> Linux tambora 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 <--SNIP-- >>> what does it mean? > > Try to install VirtualBox-OSE from the RPM fusion. It works fine! > > Paul In some cases

Information re: VirtualBox

2010-04-10 Thread David Bartmess
I'm in the process of installing a new VM on VirtualBox under Fedora 12, and was wondering about the placement of files. To be short, where would the VM put any files that are created by, say Quicken. Are they saved in a specific directory, or are they bundled into the VM disk file? Basically,

Re: VirtualBox is not started

2010-04-10 Thread g
-andria- wrote: > On Sat, Apr 10, 2010 at 10:59 AM, wrote: > >> from CHINA?:) "failed: /usr/lib/virtualbox/VirtualBox.so">there is a >> problem in this file:“VirtualBox.so” > > no. I don't know why gmail gives that characthers :( > thanks, but how can I solve that. suggestions that wil

Re: nvidia quadro broken after recent update

2010-04-10 Thread Michael Miles
On 04/10/2010 07:54 AM, David L wrote: > On Fri, Apr 9, 2010 at 12:29 PM, Gilboa Davara wrote: > >> On Thu, 2010-04-08 at 15:15 -0700, David L wrote: >> >>> On Thu, Apr 8, 2010 at 2:55 PM, David L wrote: >>> I'm running f12 and after an update today, X is broken on this syste

Re: Yum Update - Metadata does not match checksum

2010-04-10 Thread Melanie
Am Samstag, den 10.04.2010, 08:52 -0700 schrieb Craig White: > On Sat, 2010-04-10 at 12:57 +0200, Melanie wrote: > > Hi all! > > > > Last week I installed Fedora 12 x86_64 from DVD (Download from > > Fedora HP). After the install I tried to update my system with "yum > > update". But I get followi

Re: Yum Update - Metadata does not match checksum

2010-04-10 Thread Craig White
On Sat, 2010-04-10 at 12:57 +0200, Melanie wrote: > Hi all! > > Last week I installed Fedora 12 x86_64 from DVD (Download from > Fedora HP). After the install I tried to update my system with "yum > update". But I get following error messages (for all mirrors): > > [r...@melanie ~]# yum update >

Re: /dev/cdrom gone missing for me too

2010-04-10 Thread Tom Horsley
On Sat, 10 Apr 2010 11:13:10 -0400 Tom Horsley wrote: > I guess I'll try deleting the persistent storage rules file > and rebooting and see if I get the normal links back. Actually, it is weirder than I thought. The persistent rules file has this nonsense in it: # DVD-RW_DVR-117D (pci-:03:00

/dev/cdrom gone missing for me too

2010-04-10 Thread Tom Horsley
I seem to recall a recent thread where someone wondered why their cdrom didn't get automounted, and eventually discovered that the /dev/cdrom symlink wasn't being created. I see I do have a /dev/cdrom2 and /dev/dvd2. Did something screw up the persistent rules in some incompatible fashion? I certa

Re: nvidia quadro broken after recent update

2010-04-10 Thread David L
On Fri, Apr 9, 2010 at 12:29 PM, Gilboa Davara wrote: > On Thu, 2010-04-08 at 15:15 -0700, David L wrote: >> On Thu, Apr 8, 2010 at 2:55 PM, David L wrote: >> > I'm running f12 and after an update today, X is broken on this system: >> > http://www.smolts.org/client/show/pub_8aaac744-2cff-40c2-aeed-

Re: update Help

2010-04-10 Thread Patrick O'Callaghan
On Sat, 2010-04-10 at 04:53 -0700, Olaniyi Moluga wrote: > I recently upgraded my fc10 to fc12 which was indeed successful, after > the upgrade I tried to update using (yum -y update) but I got the > following response below: > error: cannot retrieve repository metadata(repomd.xml) for repository.

Re: VirtualBox is not started

2010-04-10 Thread Patrick O'Callaghan
On Sat, 2010-04-10 at 10:11 +0700, -andria- wrote: > Dear all, > > I have installed VirtualBox, > $ rpm -qa | grep -i virtualbox > VirtualBox-3.1-3.1.6_59338_ > fedora12-1.i686 > > and sucessfully recompiled, linux kernel with VirtualBox module. > Removing old VirtualBox kernel module

Re: Amarok 2.3: how to change playlist order

2010-04-10 Thread Patrick O'Callaghan
On Sat, 2010-04-10 at 08:38 +0100, Andrea wrote: > On 06/04/10 16:47, Rex Dieter wrote: > > Andrea wrote: > > > >> Can you choose where to drop them? In which position of the playlist? > >> I cant. > > > > Yes, works fine here. Once I hover, there's a horizontal bars that appears > > at that sp

Re: Thunderbird

2010-04-10 Thread Patrick O'Callaghan
On Fri, 2010-04-09 at 22:08 -0700, Michael Miles wrote: > I love this mailing list, so much info and instant help > > Much better than Microsoft's Personal Care Services That's nice to hear. However, please read the Guidelines regarding things like not top-posting, in order to minimize annoyance

Re: is skype using encryption?

2010-04-10 Thread Alan Cox
On Sat, 10 Apr 2010 15:58:44 +0200 Jozsi Vadkan wrote: > Can someone [same subnet, e.g.: with a hub, not switch..] sniff my skype (Switches just make sniffing harder) > password when i'm using Skype? Is it encrypted? I'm always wary of pointing people at Wackypedia but in this case the refere

Re: is skype using encryption?

2010-04-10 Thread Marvin Kosmal
HI If you are on a hub. Everyone on that hub gets to see all your traffic.. There are program to break passwords. YMMV Marvin On 4/10/10, Jozsi Vadkan wrote: > Can someone [same subnet, e.g.: with a hub, not switch..] sniff my skype > password when i'm using Skype? Is it encrypted? > > Thank

Kernel 2.6.32.11-99.fc12.i686.PAE

2010-04-10 Thread Brian C. Huffman
Kernel 2.6.32.11-99.fc12.i686.PAE causes my graphical desktop to come to a crawl. When I click on an item - menu, window border (to move), NM applet, it can take up to 3 seconds for response. I had to go back to the previous kernel (actually, two back b/c the last one destroys my login after clos

is skype using encryption?

2010-04-10 Thread Jozsi Vadkan
Can someone [same subnet, e.g.: with a hub, not switch..] sniff my skype password when i'm using Skype? Is it encrypted? Thank you for the info -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/use

Re: Fiber Traffic

2010-04-10 Thread Overkill
In ifconfig I don't see the actual tape device card and only network devices. It seems like my device is the Fibre Channel: Emulex. Here is my lspci output [r...@backup-1 ~]# lspci 00:00.0 Host bridge: Intel Corporation 5000X Chipset Memory Controller Hub (rev 12) 00:02.0 PCI bridge: Inte

update Help

2010-04-10 Thread Olaniyi Moluga
Hello All, I recently upgraded my fc10 to fc12 which was indeed successful, after the upgrade I tried to update using (yum -y update) but I got the following response below: error: cannot retrieve repository metadata(repomd.xml) for repository. please verify its path and try again. Is there any

Yum Update - Metadata does not match checksum

2010-04-10 Thread Melanie
Hi all! Last week I installed Fedora 12 x86_64 from DVD (Download from Fedora HP). After the install I tried to update my system with "yum update". But I get following error messages (for all mirrors): [r...@melanie ~]# yum update Geladene Plugins: presto, refresh-packagekit fedora/primary_db

Re: VirtualBox is not started

2010-04-10 Thread Paul Smith
On Sat, Apr 10, 2010 at 6:19 AM, -andria- wrote: > $ uname -a > Linux tambora 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 > i686 i686 i386 GNU/Linux >> >> 在2010-04-10 11:11:53,-andria-  写道: >> >> Dear all, >> >> I have installed VirtualBox, >> $ rpm -qa | grep -i virtualbox >> Vi

Re: Amarok 2.3: how to change playlist order

2010-04-10 Thread Andrea
On 06/04/10 16:47, Rex Dieter wrote: > Andrea wrote: > >> Can you choose where to drop them? In which position of the playlist? >> I cant. > > Yes, works fine here. Once I hover, there's a horizontal bars that appears > at that spot in the playlist. When I let go of the mouse button, my dragge