Re: sed/regex question.. missing something simple...

2017-05-27 Thread Garry T. Williams
On Saturday, May 27, 2017 5:27:46 PM EDT bruce wrote: > Hi. > > I've got a file.. with a bunch of lines looking like: > > $bookVariable['asu']['Fall-2016']='link'; > $bookVariable['lehmancuny']['Fall-2016']='1'; > $bookVariable['uvu']['Fall-2016']='1'; > $bookVariable['wmich']['Summer II

Re: sed/regex question.. missing something simple...

2017-05-27 Thread Clifford Snow
Not the most elegant: sed -e 's/^.*bookVariable\[.\([a-z][a-z]*\).*$/\1/' On Sat, May 27, 2017 at 3:27 PM, bruce wrote: > Hi. > > I've got a file.. with a bunch of lines looking like: > > $bookVariable['asu']['Fall-2016']='link'; > $bookVariable['lehmancuny']['Fall-2016']='1'; > $book

Re: sed/regex question.. missing something simple...

2017-05-27 Thread Andy Blanchard
On 27 May 2017 at 22:27, bruce wrote: > Hi. > > I've got a file.. with a bunch of lines looking like: > > $bookVariable['asu']['Fall-2016']='link'; > $bookVariable['lehmancuny']['Fall-2016']='1'; > $bookVariable['uvu']['Fall-2016']='1'; > $bookVariable['wmich']['Summer II 2017']='1'; > $

sed/regex question.. missing something simple...

2017-05-27 Thread bruce
Hi. I've got a file.. with a bunch of lines looking like: $bookVariable['asu']['Fall-2016']='link'; $bookVariable['lehmancuny']['Fall-2016']='1'; $bookVariable['uvu']['Fall-2016']='1'; $bookVariable['wmich']['Summer II 2017']='1'; $bookVariable['wmich']['Summer I 2017']='1'; $bookVari

Re: Still missing something on vlan - F19

2014-09-10 Thread Louis Lagendijk
On Tue, 2014-09-09 at 17:11 -0400, Robert Moskowitz wrote: > I am working on a system that has a stable MACaddr (an issue with many > arm SOC), so I don't suspect that as an issue. > > > cat /etc/sysconfig/network-scripts/ifcfg-eth0.16 > > DEVICE="eth0.16" > BOOTPROTO="dhcp" > vlan="yes" -

Re: Still missing something on vlan - F19

2014-09-10 Thread Rick Stevens
On 09/09/2014 09:40 PM, Robert Moskowitz issued this missive: On 09/09/2014 06:57 PM, Rick Stevens wrote: On 09/09/2014 03:43 PM, Robert Moskowitz issued this missive: On 09/09/2014 05:37 PM, Rick Stevens wrote: On 09/09/2014 02:11 PM, Robert Moskowitz issued this missive: I am working on a

Re: Still missing something on vlan - F19

2014-09-09 Thread Robert Moskowitz
On 09/09/2014 06:57 PM, Rick Stevens wrote: On 09/09/2014 03:43 PM, Robert Moskowitz issued this missive: On 09/09/2014 05:37 PM, Rick Stevens wrote: On 09/09/2014 02:11 PM, Robert Moskowitz issued this missive: I am working on a system that has a stable MACaddr (an issue with many arm SOC),

Re: Still missing something on vlan - F19

2014-09-09 Thread Rick Stevens
On 09/09/2014 03:43 PM, Robert Moskowitz issued this missive: On 09/09/2014 05:37 PM, Rick Stevens wrote: On 09/09/2014 02:11 PM, Robert Moskowitz issued this missive: I am working on a system that has a stable MACaddr (an issue with many arm SOC), so I don't suspect that as an issue. cat /et

Re: Still missing something on vlan - F19

2014-09-09 Thread Robert Moskowitz
On 09/09/2014 05:37 PM, Rick Stevens wrote: On 09/09/2014 02:11 PM, Robert Moskowitz issued this missive: I am working on a system that has a stable MACaddr (an issue with many arm SOC), so I don't suspect that as an issue. cat /etc/udev/rules.d/70-persistent-net.rules # Added by 'write_udev'

Re: Still missing something on vlan - F19

2014-09-09 Thread Rick Stevens
On 09/09/2014 02:11 PM, Robert Moskowitz issued this missive: I am working on a system that has a stable MACaddr (an issue with many arm SOC), so I don't suspect that as an issue. cat /etc/udev/rules.d/70-persistent-net.rules # Added by 'write_udev' for detected device 'eth0'. SUBSYSTEM=="net",

Still missing something on vlan - F19

2014-09-09 Thread Robert Moskowitz
I am working on a system that has a stable MACaddr (an issue with many arm SOC), so I don't suspect that as an issue. cat /etc/udev/rules.d/70-persistent-net.rules # Added by 'write_udev' for detected device 'eth0'. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="02:c4:03:82:c1

Re: must be missing something

2014-01-31 Thread Ed Greshko
On 02/01/14 06:27, Aaron Konstam wrote: > On Thu, 2014-01-30 at 07:24 +0800, Ed Greshko wrote: >> >> The question is >> >> What did you observe when you rebooted after running the fedup command? >> >> 4a. There was no grub option to continue the upgrade process and the system >> booted direc

Re: must be missing something

2014-01-31 Thread Aaron Konstam
On Thu, 2014-01-30 at 07:24 +0800, Ed Greshko wrote: > On 01/29/14 23:00, Aaron Konstam wrote: > > On Wed, 2014-01-29 at 04:07 +0800, Ed Greshko wrote: > >> On 01/28/14 22:47, Aaron Konstam wrote: > >>> On Tue, 2014-01-28 at 05:54 +0800, Ed Greshko wrote: > On 01/28/14 05:38, Aaron Konstam

Re: must be missing something

2014-01-29 Thread Ed Greshko
On 01/29/14 23:00, Aaron Konstam wrote: > On Wed, 2014-01-29 at 04:07 +0800, Ed Greshko wrote: >> On 01/28/14 22:47, Aaron Konstam wrote: >>> On Tue, 2014-01-28 at 05:54 +0800, Ed Greshko wrote: On 01/28/14 05:38, Aaron Konstam wrote: > II used fed up to upgrade my system to f20 but when

Re: must be missing something

2014-01-29 Thread Aaron Konstam
On Wed, 2014-01-29 at 04:07 +0800, Ed Greshko wrote: > On 01/28/14 22:47, Aaron Konstam wrote: > > On Tue, 2014-01-28 at 05:54 +0800, Ed Greshko wrote: > >> On 01/28/14 05:38, Aaron Konstam wrote: > >>> II used fed up to upgrade my system to f20 but when I executed; > >>> fedup --network 20 > >>>

Re: must be missing something

2014-01-28 Thread Chris Murphy
On Jan 28, 2014, at 7:47 AM, Aaron Konstam wrote: > On Tue, 2014-01-28 at 05:54 +0800, Ed Greshko wrote: >> On 01/28/14 05:38, Aaron Konstam wrote: >>> II used fed up to upgrade my system to f20 but when I executed; >>> fedup --network 20 >>> my system was still running f18 according to uname.

Re: must be missing something

2014-01-28 Thread Ed Greshko
On 01/28/14 22:47, Aaron Konstam wrote: > On Tue, 2014-01-28 at 05:54 +0800, Ed Greshko wrote: >> On 01/28/14 05:38, Aaron Konstam wrote: >>> II used fed up to upgrade my system to f20 but when I executed; >>> fedup --network 20 >>> my system was still running f18 according to uname. >>> What am I

Re: must be missing something

2014-01-28 Thread Aaron Konstam
On Tue, 2014-01-28 at 05:54 +0800, Ed Greshko wrote: > On 01/28/14 05:38, Aaron Konstam wrote: > > II used fed up to upgrade my system to f20 but when I executed; > > fedup --network 20 > > my system was still running f18 according to uname. > > What am I doing wrong and how can I correct my mist

Re: must be missing something

2014-01-27 Thread Ed Greshko
On 01/28/14 05:38, Aaron Konstam wrote: > II used fed up to upgrade my system to f20 but when I executed; > fedup --network 20 > my system was still running f18 according to uname. > What am I doing wrong and how can I correct my mistake? > Are you saying that you did... 1. fedup --network 20 2

must be missing something

2014-01-27 Thread Aaron Konstam
II used fed up to upgrade my system to f20 but when I executed; fedup --network 20 my system was still running f18 according to uname. What am I doing wrong and how can I correct my mistake? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: ht

Re: I must be missing something.

2014-01-21 Thread Frank Murphy
On Tue, 21 Jan 2014 11:56:15 -0600 Aaron Konstam wrote: > I tried to upgrade to f20 by executing : > fedup --network 20 > as root. But when the execution is over he only kernel I have on the > system is the f18 kernel. What have I done wrong? > You mean there is only one kernel on the system, o

I must be missing something.

2014-01-21 Thread Aaron Konstam
I tried to upgrade to f20 by executing : fedup --network 20 as root. But when the execution is over he only kernel I have on the system is the f18 kernel. What have I done wrong? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedor

Re: I must be missing something basic

2013-04-25 Thread Dave Stevens
On Tue, 23 Apr 2013 16:05:24 -0700 Dave Stevens wrote: > I want to transfer a dvd image from my laptop (ubuntu 12.04.2) to my fedora > 18 box that has selinux disabled. Wired connection to my router allows F18 to > browse to U12 and see the file and right click copy, but trying to paste into >

Re: I must be missing something basic

2013-04-23 Thread Doug
On 04/23/2013 07:05 PM, Dave Stevens wrote: I want to transfer a dvd image from my laptop (ubuntu 12.04.2) to my fedora 18 box that has selinux disabled. Wired connection to my router allows F18 to browse to U12 and see the file and right click copy, but trying to paste into a folder in my /ho

Re: I must be missing something basic

2013-04-23 Thread David Beveridge
On Wed, Apr 24, 2013 at 9:34 AM, Rick Stevens wrote: > On 04/23/2013 04:05 PM, Dave Stevens issued this missive: >> Ideas? will Read TFM if pointed. > A DVD image is WAY too big to be cut and pasted (which is what I think > is what the operation is trying to do). > Why? works for me. It doesn't

Re: I must be missing something basic

2013-04-23 Thread Rick Stevens
On 04/23/2013 04:34 PM, Rick Stevens issued this missive: (Sorry about the double post, gang. Mail server hiccupped). -- -- - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com - - AIM/Skype: therps2ICQ: 2

Re: I must be missing something basic

2013-04-23 Thread Rick Stevens
On 04/23/2013 04:05 PM, Dave Stevens issued this missive: I want to transfer a dvd image from my laptop (ubuntu 12.04.2) to my fedora 18 box that has selinux disabled. Wired connection to my router allows F18 to browse to U12 and see the file and right click copy, but trying to paste into a fo

Re: I must be missing something basic

2013-04-23 Thread Rick Stevens
On 04/23/2013 04:05 PM, Dave Stevens issued this missive: I want to transfer a dvd image from my laptop (ubuntu 12.04.2) to my fedora 18 box that has selinux disabled. Wired connection to my router allows F18 to browse to U12 and see the file and right click copy, but trying to paste into a fo

Re: I must be missing something basic

2013-04-23 Thread Steven Stern
On 04/23/2013 06:05 PM, Dave Stevens wrote: > I want to transfer a dvd image from my laptop (ubuntu 12.04.2) to my fedora > 18 box that has selinux disabled. Wired connection to my router allows F18 to > browse to U12 and see the file and right click copy, but trying to paste into > a folder in

I must be missing something basic

2013-04-23 Thread Dave Stevens
I want to transfer a dvd image from my laptop (ubuntu 12.04.2) to my fedora 18 box that has selinux disabled. Wired connection to my router allows F18 to browse to U12 and see the file and right click copy, but trying to paste into a folder in my /home/dave directory gives a terse 'permission de

Re: Missing Something.....

2012-07-15 Thread Tim
On Sun, 2012-07-15 at 12:23 -0400, Eddie O'Connor wrote: > WOW!.that's a LOT to digest! I wouldn't mind going about it with > that suggestion of using a tmp directory that automatically empties > itself out, but I'm wondering if that wouldn't cause problems with the > installed program? No

Bleachbit (was: Missing Something.....)

2012-07-15 Thread Richard Vickery
For those who want to help me with this program: Is it possible to know if I am about to do something really wrong in bleachbit? is this the same question I was asking under "Missing Something."? Sorry for my ignorance. -- users mailing list users@lists.fedoraproject.org To unsu

Re: Missing Something.....

2012-07-15 Thread Joe Zeff
On 07/15/2012 06:39 PM, Patrick O'Callaghan wrote: Because 1) "compressing" usually means something else (perhaps you meant "compacting"), and 2) "vacuuming" appears to be a standard term in database circles. It's even a built-in operation in sqlite and presumably other db systems (I'm no expert)

Re: Missing Something.....

2012-07-15 Thread Patrick O'Callaghan
On Sun, 2012-07-15 at 12:08 -0700, Joe Zeff wrote: > All it does is get rid of cruft, temp files, and > such, including emptying caches and "vacuuming" databases. (AFAIK, > the standard term for that is "compressing," and I've no idea why they > didn't use it.) Because 1) "compressing" usually m

Re: Missing Something.....

2012-07-15 Thread Joe Zeff
On 07/15/2012 05:53 PM, Richard Vickery wrote: I have, though I'm a little wary of using it because of of the caution written about earlier. Don't just accept the defaults blindly, especially when running it as root. Take a look at what it can do and select only the items you need. And, wh

Re: Missing Something.....

2012-07-15 Thread Richard Vickery
On Sun, Jul 15, 2012 at 12:35 PM, Joe Zeff wrote: > On 07/15/2012 12:17 PM, Richard Vickery wrote: > >> Thanks for the clarification Joe. Instead of yum, I went to read about >> it in the "Add/remove Programs" and that bit of writing sounded like it >> might have done what I had assumed. Again, t

Re: Missing Something.....

2012-07-15 Thread Joe Zeff
On 07/15/2012 12:17 PM, Richard Vickery wrote: Thanks for the clarification Joe. Instead of yum, I went to read about it in the "Add/remove Programs" and that bit of writing sounded like it might have done what I had assumed. Again, thanks for this. Glad to be of assistance, Richard. However,

Re: Missing Something.....

2012-07-15 Thread Richard Vickery
On Sun, Jul 15, 2012 at 12:08 PM, Joe Zeff wrote: > On 07/15/2012 11:49 AM, Richard Vickery wrote: > >> Given this, if one were so naive to install this virus, would Bleachit >> be able to get rid of it? Is the program intuitive enough - or can we >> program it to be such - to get rid of this, or

Re: Missing Something.....

2012-07-15 Thread Joe Zeff
On 07/15/2012 11:49 AM, Richard Vickery wrote: Given this, if one were so naive to install this virus, would Bleachit be able to get rid of it? Is the program intuitive enough - or can we program it to be such - to get rid of this, or any other malicious code for people who might be so inclined t

Re: Missing Something.....

2012-07-15 Thread Richard Vickery
On Sun, Jul 15, 2012 at 9:23 AM, Eddie O'Connor wrote: > WOW!.that's a LOT to digest! I wouldn't mind going about it with that > suggestion of using a tmp directory that automatically empties itself out, > but I'm wondering if that wouldn't cause problems with the installed > program?(I'm

Re: Missing Something.....

2012-07-15 Thread Eddie O'Connor
WOW!.that's a LOT to digest! I wouldn't mind going about it with that suggestion of using a tmp directory that automatically empties itself out, but I'm wondering if that wouldn't cause problems with the installed program?(I'm so used to just letting the PC do what it wants in regards to fi

Re: Missing Something.....

2012-07-15 Thread John Wendel
On 07/14/2012 08:12 PM, Eddie G.O'Connor Jr-I wrote: On 07/13/2012 06:14 AM, Ed Greshko wrote: On 07/13/2012 05:18 PM, Eddie G.O'Connor Jr-I wrote: Well in all actuality I "started" off with "Fusion" Linux version 14but after upgrading to the "straight" version of FC15I then went to th

Re: Missing Something.....

2012-07-15 Thread Tim
On Sat, 2012-07-14 at 23:12 -0400, Eddie G.O'Connor Jr-I wrote: > but what would delete all the unnecessary files that are > amassed over time? Surely they're not all listed in the "tmp" > folder!. It depends on what you mean by "unnecessary files." Temporary files created by programs are c

Re: Missing Something.....

2012-07-14 Thread Eddie G.O'Connor Jr-I
On 07/13/2012 06:14 AM, Ed Greshko wrote: On 07/13/2012 05:18 PM, Eddie G.O'Connor Jr-I wrote: Well in all actuality I "started" off with "Fusion" Linux version 14but after upgrading to the "straight" version of FC15I then went to the straight version of FC16...and THAT'S when I start

Re: Missing Something.....

2012-07-13 Thread Ed Greshko
On 07/13/2012 05:18 PM, Eddie G.O'Connor Jr-I wrote: > Well in all actuality I "started" off with "Fusion" Linux version 14but > after > upgrading to the "straight" version of FC15I then went to the straight > version > of FC16...and THAT'S when I started getting the error message with te

Re: Missing Something.....

2012-07-13 Thread Eddie G.O'Connor Jr-I
On 07/12/2012 07:58 PM, Ed Greshko wrote: On 07/13/2012 06:50 AM, Eddie G.O'Connor Jr-I wrote: I realize that it's actually reached it's support life cycle, and that's why I upgraded to FC16and I realize THAT is due to be "axed" by the time FC18 arrives, (I can wait...no rush on my part...L

Re: Missing Something.....

2012-07-12 Thread Ed Greshko
On 07/13/2012 06:50 AM, Eddie G.O'Connor Jr-I wrote: > I realize that it's actually reached it's support life cycle, and that's why I > upgraded to FC16and I realize THAT is due to be "axed" by the time FC18 > arrives, (I can wait...no rush on my part...LoL!) I just want to get rid of > that >

Re: Missing Something.....

2012-07-12 Thread Eddie G.O'Connor Jr-I
On 07/12/2012 05:16 AM, Ed Greshko wrote: On 07/12/2012 05:07 PM, Eddie G.O'Connor Jr-I wrote: Thanks for the speedy reply Ed! I AM using Pidgin, and I DO have an MSN account which connects, but ONLY when I open that program. ...I didn't think it would be running before that point. Also I didn'

Re: Missing Something.....

2012-07-12 Thread Ed Greshko
On 07/12/2012 05:17 PM, Eddie G.O'Connor Jr-I wrote: > Which would prompt me to ask this question: Can I un-install this telepathy > and > still have the MSN account still work? or are they intricately tied together? > Is > there a different multi-platform chat program I can install that doesn't

Re: Missing Something.....

2012-07-12 Thread Eddie G.O'Connor Jr-I
On 07/12/2012 12:34 AM, Ed Greshko wrote: On 07/12/2012 11:36 AM, Eddie G.O'Connor Jr-I wrote: Hello All, I'm trying to find out how to "fix" an isue with my laptop. Every time I start it up and after logging in, I get an error message telling me that "telepathy-butterfly" has either crashed o

Re: Missing Something.....

2012-07-12 Thread Ed Greshko
On 07/12/2012 05:07 PM, Eddie G.O'Connor Jr-I wrote: > Thanks for the speedy reply Ed! I AM using Pidgin, and I DO have an MSN > account > which connects, but ONLY when I open that program. ...I didn't think it would > be > running before that point. Also I didn't really plan on upgrading to FC17

Re: Missing Something.....

2012-07-12 Thread Eddie G.O'Connor Jr-I
On 07/12/2012 12:34 AM, Ed Greshko wrote: On 07/12/2012 11:36 AM, Eddie G.O'Connor Jr-I wrote: Hello All, I'm trying to find out how to "fix" an isue with my laptop. Every time I start it up and after logging in, I get an error message telling me that "telepathy-butterfly" has either crashed o

Re: Missing Something.....

2012-07-11 Thread Ed Greshko
On 07/12/2012 11:36 AM, Eddie G.O'Connor Jr-I wrote: > Hello All, > I'm trying to find out how to "fix" an isue with my laptop. Every time I > start it > up and after logging in, I get an error message telling me that > "telepathy-butterfly" has either crashed or else there's some problem with >

Missing Something.....

2012-07-11 Thread Eddie G.O'Connor Jr-I
Hello All, I'm trying to find out how to "fix" an isue with my laptop. Every time I start it up and after logging in, I get an error message telling me that "telepathy-butterfly" has either crashed or else there's some problem with it. I've searched and searched, and all I can find is a link l