Re: f12

2011-03-07 Thread JB
madunix gmail.com gmail.com> writes: > > Dears, > > Recently upgraded from Fedora 9 to Fedora 12 (upgrade procedure not > fresh install) and Xorg appears to behave strange, cpu jumps to high > utilization and Xorg getting 50% or more and swap keep increasing. > Any suggestions. This may help

f12

2011-03-07 Thread madu...@gmail.com
Dears, Recently upgraded from Fedora 9 to Fedora 12 (upgrade procedure not fresh install) and Xorg appears to behave strange, cpu jumps to high utilization and Xorg getting 50% or more and swap keep increasing. Any suggestions. 0 0 243616 7684 42256 9436810 1 1 358 200 10

Re: fc14 upgrade fails, system now in partially-upgraded state...

2011-03-07 Thread Alex
Hi, > Start with something like: > > yum upgrade rpm yum > > When this completes, go on to something else.  For the most part, I find > myself doing: > > yum upgrade a\* > yum upgrade b\* > yum upgrade c\* Yes, great advice. I also learned that as an effective way to troubleshoot after going thro

Re: BTRFS Question...

2011-03-07 Thread Konstantin Svist
On 03/07/2011 10:23 PM, Manuel Escudero wrote: 2011/3/7 Michael Cronenworth mailto:m...@cchtml.com>> You're not out of luck though. After the installer copies the ext4 install image, anaconda could run "btrfs-convert /dev/foo" and give you a btrfs file system. The user even has

Re: BTRFS Question...

2011-03-07 Thread Manuel Escudero
2011/3/7 Michael Cronenworth > Bruno Wolff III wrote: > > Maybe there is some fallback to a slower path when you do that. The > primary > > method is to dd over the file system and then resize it to match the size > > of the partition. That won't work with BTRFS if the file system being > copied

Any arguments for keeping Yum case-sensitive?

2011-03-07 Thread Fernando Cassia
This is silly makes me waste time... wasting time is no good. [root@doscabezas sound-juicer-2.20.1]# yum install Perl-xml-parser Loaded plugins: refresh-packagekit Setting up Install Process No package Perl-xml-parser available. ..GRRR... # yum install perl-xml-parser Loaded plugins: refresh

Re: fc14 upgrade fails, system now in partially-upgraded state...

2011-03-07 Thread stan
> On 03/07/2011 03:10 PM, Alex wrote: > > Hi, > > I think this may be my next effort. I'll see if I can identify which > > packages may be causing a problem. > > > > Is there a way to find out the full 1240 list of packages it said > > initially needed to be updated? Couldn't I then use rpm to fo

Re: Force exit status if file not found

2011-03-07 Thread Sergio Belkin
2011/3/7 Kevin Martin : > > > On 03/07/2011 04:08 PM, Sergio Belkin wrote: >> Hi, >> I am writing a script that it searchs for a file. I'd want to exit >> with status non-zero if the file is not found. But find cannot do >> that. >> find command only exit with status non-zero one file is not proces

Re: [OT] cmake 2.8.4 (f14 x86_64) :: errors at bootstraping

2011-03-07 Thread stan
On Mon, 7 Mar 2011 12:05:09 -0800 "Suresh Govindachar" wrote: > > stan wrote: > > > > I have accumulated lots of devel packages over the > > years, though. > > I just found out that yum's --installroot is _not_ meant for > installing in a non-default location; this flag, along w

Re: Force exit status if file not found

2011-03-07 Thread Sergio Belkin
2011/3/7 Mikkel : > On 03/07/2011 04:08 PM, Sergio Belkin wrote: >> Hi, >> I am writing a script that it searchs for a file. I'd want to exit >> with status non-zero if the file is not found. But find cannot do >> that. >> find command only exit with status non-zero one file is not processed >> suc

Re: BTRFS Question...

2011-03-07 Thread Michael Cronenworth
Bruno Wolff III wrote: > Maybe there is some fallback to a slower path when you do that. The primary > method is to dd over the file system and then resize it to match the size > of the partition. That won't work with BTRFS if the file system being copied > is ext4. You're not out of luck though.

Re: BTRFS Question...

2011-03-07 Thread Bruno Wolff III
On Mon, Mar 07, 2011 at 16:32:07 -0600, Mike Chambers wrote: > On Mon, 2011-03-07 at 14:57 -0600, Manuel Escudero wrote: > > Hi! Just Have a Little Question: > > > > > > ¿Are we going to have BTRFS as an option in Fedora 15 LiveCD's? > > > > > > is there anyway to "pass" that option to the i

Re: Force exit status if file not found

2011-03-07 Thread Mikkel
On 03/07/2011 04:08 PM, Sergio Belkin wrote: > Hi, > I am writing a script that it searchs for a file. I'd want to exit > with status non-zero if the file is not found. But find cannot do > that. > find command only exit with status non-zero one file is not processed > successfully. > > locate com

Re: Force exit status if file not found

2011-03-07 Thread Kevin Martin
On 03/07/2011 04:08 PM, Sergio Belkin wrote: > Hi, > I am writing a script that it searchs for a file. I'd want to exit > with status non-zero if the file is not found. But find cannot do > that. > find command only exit with status non-zero one file is not processed > successfully. > > locate co

Re: BTRFS Question...

2011-03-07 Thread Mike Chambers
On Mon, 2011-03-07 at 14:57 -0600, Manuel Escudero wrote: > Hi! Just Have a Little Question: > > > ¿Are we going to have BTRFS as an option in Fedora 15 LiveCD's? > > > is there anyway to "pass" that option to the installer or if I want to > use BTRFS I should download the DVD (Don't really Wan

Re: BTRFS Question...

2011-03-07 Thread Bruno Wolff III
On Mon, Mar 07, 2011 at 14:57:03 -0600, Manuel Escudero wrote: > Hi! Just Have a Little Question: > > ¿Are we going to have BTRFS as an option in Fedora 15 LiveCD's? > > is there anyway to "pass" that option to the installer or if I want to use > BTRFS I should download the DVD (Don't really W

Re: [389-users] Issue with 389

2011-03-07 Thread Andrea Modesto Rossi
On Lun, 7 Marzo 2011 10:57 am, Carsten Grzemba wrote: > If not already, there will be a new version which has a tab for editing > posix group attributes. Perfect! > You can add easy a ACI on that OU Node with the console: > Set access permissions > > First you add a user who should get the perm

Force exit status if file not found

2011-03-07 Thread Sergio Belkin
Hi, I am writing a script that it searchs for a file. I'd want to exit with status non-zero if the file is not found. But find cannot do that. find command only exit with status non-zero one file is not processed successfully. locate command con do that, but it cannot find a file from a given dire

BTRFS Question...

2011-03-07 Thread Manuel Escudero
Hi! Just Have a Little Question: ¿Are we going to have BTRFS as an option in Fedora 15 LiveCD's? is there anyway to "pass" that option to the installer or if I want to use BTRFS I should download the DVD (Don't really Want to) Thanks! -- <-Manuel Escudero-> Linux User #509052 @GWave: jmlev...@

Re: fc14 upgrade fails, system now in partially-upgraded state...

2011-03-07 Thread Kevin J. Cummings
On 03/07/2011 03:10 PM, Alex wrote: > Hi, > >>> yum install yum-utils >>> yum-complete-transaction >> >> This should have a good shot. Though some other hand cleanup might be needed. > > I should have mentioned that I had tried this as well. > >> the update. Sometimes you may need to remove some

Re: fc14 upgrade fails, system now in partially-upgraded state...

2011-03-07 Thread Alex
Hi, >> yum install yum-utils >> yum-complete-transaction > > This should have a good shot. Though some other hand cleanup might be needed. I should have mentioned that I had tried this as well. > the update. Sometimes you may need to remove some packages that are blocking > updates but are not p

RE: [OT] cmake 2.8.4 (f14 x86_64) :: errors at bootstraping

2011-03-07 Thread Suresh Govindachar
stan wrote: > > I have accumulated lots of devel packages over the > years, though. I just found out that yum's --installroot is _not_ meant for installing in a non-default location; this flag, along with rpm's --root flag, are for maintaining separate installations of linux (

Re: fc14 upgrade fails, system now in partially-upgraded state...

2011-03-07 Thread Bruno Wolff III
On Mon, Mar 07, 2011 at 14:31:41 -0500, Lamar Owen wrote: > While you've been given the advice to reinstall, much like a Windows system, > there is one other utility you can try first, if you haven't completely blown > out the yum transaction, that is. > > yum install yum-utils > yum-complete

Re: fc14 upgrade fails, system now in partially-upgraded state...

2011-03-07 Thread Lamar Owen
On Monday, March 07, 2011 02:03:20 pm Alex wrote: > Hi, > > I started an upgrade from fc13 x86_64 to fc14 x86_64, and the computer > locked up during the install. I thought the problem with the PC was > that it was locking up due to insufficient memory. I've added more > memory, but now the upgrad

Re: fc14 upgrade fails, system now in partially-upgraded state...

2011-03-07 Thread Kam Leo
On Mon, Mar 7, 2011 at 11:03 AM, Alex wrote: > Hi, > > I started an upgrade from fc13 x86_64 to fc14 x86_64, and the computer > locked up during the install. I thought the problem with the PC was > that it was locking up due to insufficient memory. I've added more > memory, but now the upgrade wo

fc14 upgrade fails, system now in partially-upgraded state...

2011-03-07 Thread Alex
Hi, I started an upgrade from fc13 x86_64 to fc14 x86_64, and the computer locked up during the install. I thought the problem with the PC was that it was locking up due to insufficient memory. I've added more memory, but now the upgrade won't complete. When rebooting to the fc14 upgrade kernel,

Re: trap in shell programming

2011-03-07 Thread Bill Davidsen
xinyou yan wrote: > thank you ! > > As you write . It works . > I thought it was captured by shell. In fact the error in cods. > I am just a student . > Someone told me some skills are import . However , I study it and > find I can't use it right now . > That lead careless . > > May be we ne

Re: cmake 2.8.4 (f14 x86_64) :: rpmlint errors

2011-03-07 Thread Richard Shaw
On Mon, Mar 7, 2011 at 9:27 AM, Adrian Sevcenco wrote: > So far i have no problem with cmake usage ... but i check it out with > rpmlint and i have this .. > are this errors ok? > > [root@sev ~]# rpmlint cmake > cmake.x86_64: W: spelling-error %description -l en_US makefiles -> make > files, make-

Re: cmake 2.8.4 (f14 x86_64) :: rpmlint errors

2011-03-07 Thread Adrian Sevcenco
So far i have no problem with cmake usage ... but i check it out with rpmlint and i have this .. are this errors ok? [root@sev ~]# rpmlint cmake cmake.x86_64: W: spelling-error %description -l en_US makefiles -> make files, make-files, makefast cmake.x86_64: W: spelling-error %description -l e

Re: cmake 2.8.4 (f14 x86_64) :: errors at bootstraping - SOLVED

2011-03-07 Thread Adrian Sevcenco
On 03/07/11 17:06, Richard Shaw wrote: [snip] I'm glad it was easy! If you decide you like building your own packages I would check out mock[1]. It is a fancy python script which will build the package in a chroot environment. It makes sure (among other things) that you have the correct BuildReq

Re: cmake 2.8.4 (f14 x86_64) :: errors at bootstraping - SOLVED

2011-03-07 Thread Richard Shaw
On Mon, Mar 7, 2011 at 8:29 AM, Adrian Sevcenco wrote: > On 03/06/11 19:20, Richard Shaw wrote: >> >> On Sun, Mar 6, 2011 at 11:02 AM, stan  wrote: >>> >>> On Sun, 6 Mar 2011 14:54:06 +0200 >>> Adrian Sevcenco  wrote: >>> Hi! Did anyone tried to compile the cmake 2.8.4 on fedora 14? tryi

Re: Firefox error

2011-03-07 Thread James McKenzie
On Sun, Mar 6, 2011 at 8:25 PM, les wrote: > I am getting the following error on one of my fidelity pages: > > > scs.fidelity.com : server does not support RFC 5746, see CVE-2009-3555 > As a fellow Fidelity user, you need to do one thing first: Upgrade Firefox to the latest version and try again.

Re: cmake 2.8.4 (f14 x86_64) :: errors at bootstraping - SOLVED

2011-03-07 Thread Adrian Sevcenco
On 03/06/11 19:20, Richard Shaw wrote: On Sun, Mar 6, 2011 at 11:02 AM, stan wrote: On Sun, 6 Mar 2011 14:54:06 +0200 Adrian Sevcenco wrote: Hi! Did anyone tried to compile the cmake 2.8.4 on fedora 14? trying to bootstrap with or without the system libs i receive this: [snip] can anyone

Re: SD card not seen by system after unmounting

2011-03-07 Thread Mikkel
On 03/06/2011 12:49 PM, Gordon Charrick wrote: > This is wierd. I've got a multicard reader installed on my Fedora 14 > system. If I insert an SD card, it gets recognized and mounted right > away. If I unmount the card, remove it, and reinsert it, the system does > nothing. No entries in the mes

Re: My backintime app is busted on Fedora 14.

2011-03-07 Thread Tim Waugh
On Mon, 2011-03-07 at 09:44 +0800, Dick Roark wrote: > I have been using backintime since Fedora 11. Since Fedora 14, it no > longer works. I have been unable to get it working. Finally, I did a > F14 reinstall which did not change the situation at all. Is there a > known problem with backintime o

Re: SD card not seen by system after unmounting

2011-03-07 Thread Lamar Owen
On Monday, March 07, 2011 06:01:10 am Lamar Owen wrote: > Here's the relevant /var/log/messages sections (which, since it spanned 5AM, > spanned two files, /var/log/messages, and /var/log/messages-20110307) for my > SD card swap a few minutes ago: > ++ > Mar 7 04:56

Re: SD card not seen by system after unmounting

2011-03-07 Thread Lamar Owen
..) Here's the relevant /var/log/messages sections (which, since it spanned 5AM, spanned two files, /var/log/messages, and /var/log/messages-20110307) for my SD card swap a few minutes ago: ++ Mar 7 04:56:31 localhost kernel: [ 1177.005191] sd 2:0:0:0: [sdb] 3842048 512-byte logical b

Re: trap in shell programming

2011-03-07 Thread Cameron Simpson
On 07Mar2011 16:01, xinyou yan wrote: | thank you ! | | As you write . It works . | I thought it was captured by shell. In fact the error in cods. Tiny errors like this can be hard to see. You can find running scripts like this: sh -x your_script.sh ... will show you what commands are actua

Re: trap in shell programming

2011-03-07 Thread xinyou yan
thank you ! As you write . It works . I thought it was captured by shell. In fact the error in cods. I am just a student . Someone told me some skills are import . However , I study it and find I can't use it right now . That lead careless . May be we need to find interest in programming .