Re: Awk and sort (of text files)

2015-06-28 Thread Stephen Davies
On 29/06/15 11:08, jd1008 wrote: On 06/28/2015 07:02 PM, Stephen Davies wrote: On 29/06/15 10:13, jd1008 wrote: On 06/28/2015 06:38 PM, jd1008 wrote: Hi, I have text files made of paragraphs of text, separated by blank lines. Each "paragraph" is information about a different item. In ne

Re: Replacing cpu

2015-06-28 Thread g
On 06/28/2015 06:54 PM, jd1008 wrote: <> > So I think the CPU needs to be replaced. from all that you have done and posted, you may well be correct. cpu manufactures have stress testing progs that at one time could be pulled for running on one's system. another good stress test is running pri

Re: Awk and sort (of text files)

2015-06-28 Thread jd1008
On 06/28/2015 07:02 PM, Stephen Davies wrote: On 29/06/15 10:13, jd1008 wrote: On 06/28/2015 06:38 PM, jd1008 wrote: Hi, I have text files made of paragraphs of text, separated by blank lines. Each "paragraph" is information about a different item. In need to sort these paragraphs based

Re: DNF problems.

2015-06-28 Thread Ed Greshko
On 06/29/15 09:20, George R Goffe wrote: > I'm probably not understanding how "dnf group install " is > supposed to work. On my Fedora 22 system I enter "dnf group install > 'Administration Tools" and some tools were installed. When I enter "dnf group > install 'Editors'" NOTHING is installed. I

DNF problems.

2015-06-28 Thread George R Goffe
Hi, I'm probably not understanding how "dnf group install " is supposed to work. On my Fedora 22 system I enter "dnf group install 'Administration Tools" and some tools were installed. When I enter "dnf group install 'Editors'" NOTHING is installed. I do get a list (apparently) of what's in thi

Re: Awk and sort (of text files)

2015-06-28 Thread Stephen Davies
I would just concatenate lines until the blank is reached then write out the concatenated line. The result can then be sorted. If you want to revert the result to paragraphs, just reverse the process outputting lines of up to N characters ending in a space. HTH, Stephen On 29/06/15 10:13, jd

Re: Awk and sort (of text files)

2015-06-28 Thread jd1008
On 06/28/2015 06:38 PM, jd1008 wrote: Hi, I have text files made of paragraphs of text, separated by blank lines. Each "paragraph" is information about a different item. In need to sort these paragraphs based on the first line of each paragraph. Need some hints how to accomplish this. Thanx

Awk and sort (of text files)

2015-06-28 Thread jd1008
Hi, I have text files made of paragraphs of text, separated by blank lines. Each "paragraph" is information about a different item. In need to sort these paragraphs based on the first line of each paragraph. Need some hints how to accomplish this. Thanx. -- users mailing list users@lists.fedor

Re: Replacing cpu

2015-06-28 Thread jd1008
Final update after installing latest BIOS version 49 from HP. While logged into win 7, 2 minutes later, and the machine still cold, it crashed! And this happened 3 times. The place I am at is a very cold cafe. Even though outside temp is in the 90's, here at the cafe, it is about 71 (thermostat)

Re: Q about cpupower

2015-06-28 Thread jd1008
On 06/28/2015 02:33 PM, g wrote: On 06/28/2015 02:41 PM, jd1008 wrote: cpupower frequency-set -f 2000MHz bad command line. at least according to 'man cpupower" with centos, which shows at end; SEE ALSO cpupower-set(1), cpupower-info(1), cpupower-idle(1), cpupower-frequency-

Re: Thunderbird blinking browser notice -

2015-06-28 Thread Paul Cartwright
On 06/27/2015 11:24 AM, Bob Goodwin - Zuni, Virginia, USA wrote: > This is Fedora 22, 64 bit, XFCE, etc. with Thunderbird 38.0.1 > > When I click on a URL in an e-mail message it immediately starts a > blinking browser notice at the top left. I know, I've just selected a > URL and don't need that a

Re: DNF (was Re: F22 useradd??)

2015-06-28 Thread Tom Horsley
On Sun, 28 Jun 2015 23:28:25 +0200 Suvayu Ali wrote: > If I may ask, what mess? I have been using it for a year now, didn't > see any big issues other than a few small bugs. When I hit one, I > reported them. It's even less of a mess if you stick this in ~root/.bashrc alias yum='dnf' :-). --

DNF (was Re: F22 useradd??)

2015-06-28 Thread Suvayu Ali
On Sun, Jun 28, 2015 at 07:40:24PM +0200, Heinz Diehl wrote: > > I'm still on F21, because I don't want to have the dnf mess on a > production machine. So you'll have to translate the command to dnf. If I may ask, what mess? I have been using it for a year now, didn't see any big issues other th

Not able to do a remote install over the network ...

2015-06-28 Thread dwoody5654
I can do a remote install when both computers are on the local network but when I try to do a remote install on a friend's computer the following occurs: I remote login to his computer and setup /boot/grub2/grub.cfg for the remote install to go from F20 to F21. menuentry 'Remote Install' { s

Re: Replacing cpu

2015-06-28 Thread g
On 06/28/2015 12:55 PM, jd1008 wrote: <<>> > OP g said that his infrared thermometer records boiling water > at 211 °F. I thought he lived in Denver, Co at more than 5000+ feet. it was misleading. i left out "@ sea level". the long conversion formula is show at; https://en.wikipedia.org/wiki

Re: Q about cpupower

2015-06-28 Thread g
On 06/28/2015 03:33 PM, g wrote: > > > On 06/28/2015 02:41 PM, jd1008 wrote: >> >> cpupower frequency-set -f 2000MHz > > bad command line. at least according to 'man cpupower" with centos, > which shows at end; > > SEE ALSO > cpupower-set(1), cpupower-info(1), cpupower-idle(1), >

Re: Q about cpupower

2015-06-28 Thread g
On 06/28/2015 02:41 PM, jd1008 wrote: > > cpupower frequency-set -f 2000MHz bad command line. at least according to 'man cpupower" with centos, which shows at end; SEE ALSO cpupower-set(1), cpupower-info(1), cpupower-idle(1), cpupower-frequency-set(1), cpupower-frequency-info(1)

Q about cpupower

2015-06-28 Thread jd1008
cpupower frequency-set -f 2000MHz reports that all cores have been set, and command exits with value 0. But /usr/bin/cpupower frequency-info shows all cores still at lower current frequencies. This is on a laptop with a dual core i5 with hyperthreading enabled. Also, the info shows 2 cores a

Re: Double click in gnome-terminal and mate-terminal selects different text parts

2015-06-28 Thread Dario Lesca
Il giorno dom, 28/06/2015 alle 18.34 +0200, Ahmad Samir ha scritto: > gnome-terminal had an option like that in F21 but it was removed in > recent releases For my curiosity, could someone explain me why this useful feature was removed a few versions ago? And now, which was decided to restore it,

Re: Replacing cpu

2015-06-28 Thread Joe Zeff
On 06/28/2015 11:35 AM, jd1008 wrote: Thanx for this cullniary info. If there are such bugs in OS'es and Apps, guess I will throw my laptop into a large vat of boiling oil :) :) I'm not *just* a computer geek; I'm also a cooking geek, among other things. Glad to have been of service. -- us

Re: Replacing cpu

2015-06-28 Thread Tim
Allegedly, on or about 28 June 2015, jd1008 sent: > If there are such bugs in OS'es and Apps, guess > I will throw my laptop into a large vat of boiling oil :) :) We've all felt that way, from time to time... -- [tim@localhost ~]$ All mail to my mailbox is automatically deleted, there is no po

Re: Replacing cpu

2015-06-28 Thread jd1008
On 06/28/2015 12:11 PM, Joe Zeff wrote: On 06/28/2015 10:59 AM, jd1008 wrote: So, if there are "bugs" in something being cooked, and said bugs cannot die at 204 °F, then . :) :) Only if you're trying to kill them by boiling. At sea level, most oils boil at about 350 F, and even in Denv

Re: F22 useradd?? SOLVED

2015-06-28 Thread Michael Schwendt
On Sun, 28 Jun 2015 17:59:01 + (UTC), Beartooth wrote: > "dnf install system-config-users" did it just fine. Many thanks! > I can't imagine how it came not to be auto-installed (by fedup, fwiw), So, you've had it installed before running fedup and fedup removed it? fedup only upgrades

Re: Replacing cpu

2015-06-28 Thread Joe Zeff
On 06/28/2015 10:59 AM, jd1008 wrote: So, if there are "bugs" in something being cooked, and said bugs cannot die at 204 °F, then . :) :) Only if you're trying to kill them by boiling. At sea level, most oils boil at about 350 F, and even in Denver they'll be well above the boiling point

Re: F22 useradd??

2015-06-28 Thread Beartooth
On Sun, 28 Jun 2015 10:55:49 -0700, Joe Zeff wrote: > On 06/28/2015 10:48 AM, Beartooth wrote: >> On Sun, 28 Jun 2015 11:18:01 -0600, jd1008 wrote: >> >>> On 06/28/2015 11:13 AM, Beartooth wrote: I have F22 with xfce4 up and running fine on my #2 PC; [] > As you're running Xfce, hav

Re: Replacing cpu

2015-06-28 Thread Joe Zeff
On 06/28/2015 10:55 AM, jd1008 wrote: OP g said that his infrared thermometer records boiling water at 211 °F. I thought he lived in Denver, Co at more than 5000+ feet. An IR thermometer records the surface temperature, not how hot it is on the inside. HTH, HAND. -- users mailing list users@

Re: F22 useradd??

2015-06-28 Thread Frank Murphy
On Sun, 28 Jun 2015 12:02:09 -0600 jd1008 wrote: > > > > F22 Xfce, in the terminal "system-config-users" will bring up the > > GUI > > > Does that exist in fc22? > It is for me yum upgrade since F16. ___ Regards Frank Murphy -- users mailing list users@lists.fedoraproject.org To unsubscribe

Re: F22 useradd??

2015-06-28 Thread jd1008
On 06/28/2015 11:54 AM, Frank Murphy wrote: On Sun, 28 Jun 2015 17:48:43 + (UTC) Beartooth wrote: system -> Administration -> Users and groups First place I looked. There is no "Administration" in the System menu. There is also nothing under Administration (where it still is on

Re: Replacing cpu

2015-06-28 Thread jd1008
On 06/28/2015 11:43 AM, Joe Zeff wrote: On 06/28/2015 10:03 AM, jd1008 wrote: I have an electronic digital thermometer, the tip of which is inserted into the boiling water. At my location, it reported that boiling water is at 204 °F We are only at about 4250 feet above sea level. So I think t

Re: F22 useradd?? SOLVED

2015-06-28 Thread Beartooth
On Sun, 28 Jun 2015 19:40:24 +0200, Heinz Diehl wrote: > On 28.06.2015, Beartooth wrote: > >> I have F22 with xfce4 up and running fine on my #2 PC; but I can't find >> the GUI form of useradd for it. I tried to RTFM for the command line, >> but I'm clearly misunderstanding something. How do I ge

Re: F22 useradd??

2015-06-28 Thread Joe Zeff
On 06/28/2015 10:48 AM, Beartooth wrote: On Sun, 28 Jun 2015 11:18:01 -0600, jd1008 wrote: On 06/28/2015 11:13 AM, Beartooth wrote: I have F22 with xfce4 up and running fine on my #2 PC; but I can't find the GUI form of useradd for it. I tried to RTFM for the command line, but I'm clea

Re: Replacing cpu

2015-06-28 Thread jd1008
On 06/28/2015 11:24 AM, Ronal B Morse wrote: On 06/28/2015 11:03 AM, jd1008 wrote: ice = 32.0 °F | 00.00 °C. water boiling point = 211.9 °F | 99.97 °C Thanx G. I have an electronic digital thermometer, the tip of which is inserted into the boiling water. At my location, it reported that boil

Re: F22 useradd??

2015-06-28 Thread Frank Murphy
On Sun, 28 Jun 2015 17:48:43 + (UTC) Beartooth wrote: > > system -> Administration -> Users and groups > > First place I looked. There is no "Administration" in the > System menu. There is also nothing under Administration (where it > still is on my F21 machine), nor under Settings nor

Re: F22 useradd??

2015-06-28 Thread Beartooth
On Sun, 28 Jun 2015 11:18:01 -0600, jd1008 wrote: > On 06/28/2015 11:13 AM, Beartooth wrote: >> I have F22 with xfce4 up and running fine on my #2 PC; but I >> can't find the GUI form of useradd for it. I tried to RTFM for the >> command line, but I'm clearly misunderstanding something. How d

Re: Replacing cpu

2015-06-28 Thread Joe Zeff
On 06/28/2015 10:03 AM, jd1008 wrote: I have an electronic digital thermometer, the tip of which is inserted into the boiling water. At my location, it reported that boiling water is at 204 °F We are only at about 4250 feet above sea level. So I think the thermometer is fibbing :) That's rough

Re: F22 useradd??

2015-06-28 Thread Heinz Diehl
On 28.06.2015, Beartooth wrote: > I have F22 with xfce4 up and running fine on my #2 PC; but I > can't find the GUI form of useradd for it. I tried to RTFM for the > command line, but I'm clearly misunderstanding something. How do I get to > the "users and " function that I'm used to using??

Re: Replacing cpu

2015-06-28 Thread Ronal B Morse
On 06/28/2015 11:03 AM, jd1008 wrote: ice = 32.0 °F | 00.00 °C. water boiling point = 211.9 °F | 99.97 °C Thanx G. I have an electronic digital thermometer, the tip of which is inserted into the boiling water. At my location, it reported that boiling water is at 204 °F We are only at about 4250

Re: F22 useradd??

2015-06-28 Thread Edouard Fazenda
Hi, I don't know xfce4 , but in CLI, useradd tool is available in /sbin/useradd , you will need to have root privileges to run the command. Cheers, Edouard. Le 28/06/2015 19:18, jd1008 a écrit : > > > On 06/28/2015 11:13 AM, Beartooth wrote: >> I have F22 with xfce4 up and running fine on my

Re: F22 useradd??

2015-06-28 Thread jd1008
On 06/28/2015 11:13 AM, Beartooth wrote: I have F22 with xfce4 up and running fine on my #2 PC; but I can't find the GUI form of useradd for it. I tried to RTFM for the command line, but I'm clearly misunderstanding something. How do I get to the "users and " function that I'm used to u

F22 useradd??

2015-06-28 Thread Beartooth
I have F22 with xfce4 up and running fine on my #2 PC; but I can't find the GUI form of useradd for it. I tried to RTFM for the command line, but I'm clearly misunderstanding something. How do I get to the "users and " function that I'm used to using?? -- Beartooth Staffwright, Not Qu

Re: Replacing cpu

2015-06-28 Thread jd1008
On 06/28/2015 01:48 AM, g wrote: On 06/27/2015 07:45 PM, jd1008 wrote: On 06/27/2015 05:59 PM, g wrote: what is 'sensors' telling you about temp and speed? I had no chance to even start lmsensors. It was a first boot after install of fc20. Also, found: http://www.ebay.com/itm/Nice-Non-Cont

Re: Replacing cpu

2015-06-28 Thread jd1008
On 06/28/2015 01:41 AM, Tim wrote: On Sat, 2015-06-27 at 13:21 -0600, jd1008 wrote: I noticed that during the installation of fc20, the air coming out of the exhaust vent was almost scalding if I kept my finger there for about a minute or so. By scalding, I mean if I had touched a metal surfac

Re: Replacing cpu

2015-06-28 Thread jd1008
On 06/27/2015 10:13 PM, lokada...@gmx.de wrote: On 06/27/15 21:21, jd1008 wrote: On 05/29/2015 08:18 AM, lokada...@gmx.de wrote: On 05/23/15 19:08, jd1008 wrote: I have an HP laptop with AMD Turion II X2 mobile processor RM-72 / 2.1 GHz CPU, Socket S1. It is now causing blue screens in windo

Re: Double click in gnome-terminal and mate-terminal selects different text parts

2015-06-28 Thread Ahmad Samir
On 28 June 2015 at 17:47, Joachim Backes wrote: > Hi all, > > I'm running f22 with MATE desktop and GNOME3 desktop. I'm seeing > different strategies selecting text in gnome-terminal and mate-terminal: > > Suppose there is a line containing the text > "sy-2015-06-13_08:21:23-4.0.5-300-F22" in both

Re: Thunderbird blinking browser notice -

2015-06-28 Thread Ronal B Morse
On 06/28/2015 09:27 AM, Bob Goodwin - Zuni, Virginia, USA wrote: On 28/06/15 11:08, Ed Greshko wrote: Then you have services such ashttp://postimage.org/ Plenty others, I am sure. . No doubt but I haven't found one. It's small video clip, best way to demonstrate the problem. I may be able t

Double click in gnome-terminal and mate-terminal selects different text parts

2015-06-28 Thread Joachim Backes
Hi all, I'm running f22 with MATE desktop and GNOME3 desktop. I'm seeing different strategies selecting text in gnome-terminal and mate-terminal: Suppose there is a line containing the text "sy-2015-06-13_08:21:23-4.0.5-300-F22" in both terminals. Double clicking in the gnome-terminal on "sy-2015

Re: Thunderbird blinking browser notice -

2015-06-28 Thread Bob Goodwin - Zuni, Virginia, USA
On 28/06/15 11:08, Ed Greshko wrote: Then you have services such ashttp://postimage.org/ Plenty others, I am sure. . No doubt but I haven't found one. It's small video clip, best way to demonstrate the problem. I may be able to reduce it later ... [bobg@box10 ~]$ ll /home/bobg/Desktop//fo

Re: Thunderbird blinking browser notice -

2015-06-28 Thread Ed Greshko
On 06/28/15 23:03, Bob Goodwin - Zuni, Virginia, USA wrote: > > > On 28/06/15 05:54, Ed Greshko wrote: >>> >I believe my Thunderbird is typical, installed via yum/dnf by me, except >>> >for "Configdate, Newscrollbars, and ToneQuilla" add-ons, none of those >>> >seem like they should affect the no

Re: Thunderbird blinking browser notice -

2015-06-28 Thread Bob Goodwin - Zuni, Virginia, USA
On 28/06/15 05:54, Ed Greshko wrote: >I believe my Thunderbird is typical, installed via yum/dnf by me, except for "Configdate, Newscrollbars, and ToneQuilla" add-ons, none of those seem like they should affect the notification I am seeing. > >It's annoying, but everything still works, I gues

Re: SELinux is preventing sh from getattr access on the file /usr/sbin/ldconfig.

2015-06-28 Thread Suvayu Ali
On Sun, Jun 28, 2015 at 06:04:38AM -0400, Daniel J Walsh wrote: > > > On 06/27/2015 07:01 PM, Ed Greshko wrote: > > On 06/27/15 21:15, Andras Simon wrote: > >> 2015-06-27 15:11 GMT+02:00, Andras Simon : > >>> Should I be worried about the $subject? > >> And there's also a "SELinux is preventing s

Re: SELinux is preventing sh from getattr access on the file /usr/sbin/ldconfig.

2015-06-28 Thread Ed Greshko
On 06/28/15 18:04, Daniel J Walsh wrote: > > On 06/27/2015 07:01 PM, Ed Greshko wrote: >> On 06/27/15 21:15, Andras Simon wrote: >>> 2015-06-27 15:11 GMT+02:00, Andras Simon : Should I be worried about the $subject? >>> And there's also a "SELinux is preventing sh from execute access on >>> th

Re: SELinux is preventing sh from getattr access on the file /usr/sbin/ldconfig.

2015-06-28 Thread Daniel J Walsh
On 06/27/2015 07:01 PM, Ed Greshko wrote: > On 06/27/15 21:15, Andras Simon wrote: >> 2015-06-27 15:11 GMT+02:00, Andras Simon : >>> Should I be worried about the $subject? >> And there's also a "SELinux is preventing sh from execute access on >> the file /usr/sbin/ldconfig" which I've only just

Re: Thunderbird blinking browser notice -

2015-06-28 Thread Ed Greshko
On 06/28/15 17:48, Bob Goodwin - Zuni, Virginia, USA wrote: > > > On 28/06/15 05:23, Ed Greshko wrote: >> On 06/28/15 16:16, Bob Goodwin - Zuni, Virginia, USA wrote: >>> >Yes I could, or perhaps I could change to a different e-mail application, >>> >but that's not what I want. Someone has added an

Re: Thunderbird blinking browser notice -

2015-06-28 Thread Bob Goodwin - Zuni, Virginia, USA
On 28/06/15 05:23, Ed Greshko wrote: On 06/28/15 16:16, Bob Goodwin - Zuni, Virginia, USA wrote: >Yes I could, or perhaps I could change to a different e-mail application, but that's not what I want. Someone has added another useless "feature" and is forcing me to use it. >There must be a wa

Re: Thunderbird blinking browser notice -

2015-06-28 Thread Ed Greshko
On 06/28/15 16:16, Bob Goodwin - Zuni, Virginia, USA wrote: > Yes I could, or perhaps I could change to a different e-mail application, but > that's not what I want. Someone has added another useless "feature" and is > forcing me to use it. > There must be a way to turn it off? I vaguely recall

Re: Thunderbird blinking browser notice -

2015-06-28 Thread Bob Goodwin - Zuni, Virginia, USA
On 27/06/15 21:24, Paul Cartwright wrote: On 06/27/2015 05:19 PM, Bob Goodwin - Zuni, Virginia, USA wrote: > >Firefox 38.0.5 but I didn't think that mattered? Apparently you are >not seeing the same notification. I don't let the browser pop-up when >I click on a URL, I prefer to select the bro

Re: Replacing cpu

2015-06-28 Thread g
On 06/27/2015 07:45 PM, jd1008 wrote: > On 06/27/2015 05:59 PM, g wrote: >> what is 'sensors' telling you about temp and speed? > I had no chance to even start lmsensors. > It was a first boot after install of fc20. > > Also, found: > http://www.ebay.com/itm/Nice-Non-Contact-LCD-IR-Laser-Infrared

Re: Replacing cpu

2015-06-28 Thread Tim
On Sat, 2015-06-27 at 13:21 -0600, jd1008 wrote: > I noticed that during the installation of fc20, the air coming > out of the exhaust vent was almost scalding if I kept my finger there > for about a minute or so. By scalding, I mean if I had touched > a metal surface of that temperature for say 30