Re: OT: grep and regex patterns

2016-07-13 Thread Mike Wright

On 07/13/2016 08:46 PM, Chris Adams wrote:

Once upon a time, Jon LaBadie  said:

On Thu, Jul 14, 2016 at 02:09:27AM +, Christopher wrote:

On Wed, Jul 13, 2016, 21:11 Chris Adams  wrote:


Once upon a time, Mike Wright  said:

Putting all that together, I'd recommend:

   PATTERN='https?://[^/]*\.in/'
   grep "$PATTERN" file.of.links > links.in


Minor nit, egrep is needed for the '?' or grep -E.


Oops, yep.  I'm usually writing perl (and occasionally using grep -P) so
I forgot.


OK, thanks everybody.

Had to use egrep. This works:

PATTERN='https?://[^/]*\.in(/.*)*'
egrep $PATTERN file.of.links > links.in

Covers cases with https and where nothing follows the .in
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: OT: grep and regex patterns

2016-07-13 Thread Chris Adams
Once upon a time, Jon LaBadie  said:
> On Thu, Jul 14, 2016 at 02:09:27AM +, Christopher wrote:
> > On Wed, Jul 13, 2016, 21:11 Chris Adams  wrote:
> > 
> > > Once upon a time, Mike Wright  said:
> > >
> > > Putting all that together, I'd recommend:
> > >
> > >   PATTERN='https?://[^/]*\.in/'
> > >   grep "$PATTERN" file.of.links > links.in
> 
> Minor nit, egrep is needed for the '?' or grep -E.

Oops, yep.  I'm usually writing perl (and occasionally using grep -P) so
I forgot.
-- 
Chris Adams 
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: OT: grep and regex patterns

2016-07-13 Thread Jon LaBadie
On Thu, Jul 14, 2016 at 02:09:27AM +, Christopher wrote:
> On Wed, Jul 13, 2016, 21:11 Chris Adams  wrote:
> 
> > Once upon a time, Mike Wright  said:
> >
> > Putting all that together, I'd recommend:
> >
> >   PATTERN='https?://[^/]*\.in/'
> >   grep "$PATTERN" file.of.links > links.in

Minor nit, egrep is needed for the '?' or grep -E.

> >
> > or just:
> >
> >   grep 'https?://[^/]*\.in/' file.of.links > links.in
> >
> > Only potential oddity would be if you have URLs with non-standard ports
> > specified (like "https://foo.in:8080/;); to match that, you could use
> > egrep instead (extended regex):
> >
> >   egrep 'https://[^/]*\.in(:[0-9]+)?/' file.of.links > links.in
> 
> 
> One extra change I'd make, to make it more obvious you are checking for a
> literal dot and not intending to escape, use [.] instead of \.
> 
> So,
> 
> egrep 'https://[^/]*[.]in(:[0-9]+)?/' file.of.links > links.in

> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org

>>> End of included message <<<

-- 
Jon H. LaBadie  jo...@jgcomp.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: OT: grep and regex patterns

2016-07-13 Thread Christopher
On Wed, Jul 13, 2016, 21:11 Chris Adams  wrote:

> Once upon a time, Mike Wright  said:
>
> Putting all that together, I'd recommend:
>
>   PATTERN='https?://[^/]*\.in/'
>   grep "$PATTERN" file.of.links > links.in
>
> or just:
>
>   grep 'https?://[^/]*\.in/' file.of.links > links.in
>
> Only potential oddity would be if you have URLs with non-standard ports
> specified (like "https://foo.in:8080/;); to match that, you could use
> egrep instead (extended regex):
>
>   egrep 'https://[^/]*\.in(:[0-9]+)?/' file.of.links > links.in


One extra change I'd make, to make it more obvious you are checking for a
literal dot and not intending to escape, use [.] instead of \.

So,

egrep 'https://[^/]*[.]in(:[0-9]+)?/' file.of.links > links.in
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dual boot - Windows 10 upgrade.

2016-07-13 Thread Doug


On 07/13/2016 07:47 PM, Robin Laing wrote:
I need to do the windows 10 upgrade on a dual boot laptop.  Any 
serious worries I need to watch out for?


Thank you in advance.

Robin
--
I did this twice. In both cases I had a dual-boot Windows plus Linux / 
and /home and swap. In one case it worked perfectly. In the other case,
it turned the two Linux partitions (but not swap) into one big 
"unallocated" partition. I never knew why. I did not try to rescue the
"unallocated" partition--it might have had the files and data buried in 
it, but I don't know. So my best advice to you is to backup anything
you want to keep onto a USB drive or something before you do it. And of 
course, Windows will almost certainly wipe out your
dual-boot, so you will have to set that back up. (Windows can't seem to 
install anything big without rebooting a time or two, so it sets
up its own boot manager.) Oh, I tried to do it one other time, with some 
poorly documented program that was supposed to let
Windows operate the dual-boot function. This time I wound up losing 
Windows 7, so I had nothing to upgrade from. Altho I really
hardly ever use Windows, there are one or two things that I need it for, 
and I usually need it on _that_ machine, so I bought a new

Win 10-Pro disk and installed it, and then reinstalled Linux. Phooey!

--doug
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: OT: grep and regex patterns

2016-07-13 Thread Chris Adams
Once upon a time, Mike Wright  said:
> PATTERN="^.*http:\/\/.*\.in.*$"
> grep $PATTERN < file.of.links >links.in

Several issues I see:

- it appears you are using a shell variable to pass the pattern; since
  you are using double quotes, shell interpolation occurs, so all the
  escaping \ characters are just escaping from the shell - grep just
  sees "^.*http://.*.in.*$;

- you'll match any URL with "in" in it anywhere, not just in the
  hostname portion

- "^.*" and ".*$" are essentially useless, because they match anything
  at the start and end of the line respectively (which, since by default
  a pattern isn't anchored to the start/end, is not needed)

- you don't need to escape the / (so // is fine instead of the "leaning
  toothpicks" of "\/\/")

- if you are going to use a variable to set the pattern, you need to use
  double quotes around it when it is used

- may not be a problem for your case, but you won't match HTTPS URLs

- minor nit: grep reads from a file, so shell redirection is superfluous

Putting all that together, I'd recommend:

  PATTERN='https?://[^/]*\.in/'
  grep "$PATTERN" file.of.links > links.in

or just:

  grep 'https?://[^/]*\.in/' file.of.links > links.in

Only potential oddity would be if you have URLs with non-standard ports
specified (like "https://foo.in:8080/;); to match that, you could use
egrep instead (extended regex):

  egrep 'https://[^/]*\.in(:[0-9]+)?/' file.of.links > links.in

-- 
Chris Adams 
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


OT: grep and regex patterns

2016-07-13 Thread Mike Wright

Hi all,

There is a file with a collection of links from global sites.  While 
trying to sort the links into categories I'm catching the wrong things.


e.g. find links from India:

PATTERN="^.*http:\/\/.*\.in.*$"
grep $PATTERN < file.of.links >links.in

Even though the "." in front of "in" is escaped with "\" PATTERN is 
catching any text containing "in".  This is obviously not what is intended.


Any one out there point me to the error of my ways?

TIA,
Mike Wright
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


dual boot - Windows 10 upgrade.

2016-07-13 Thread Robin Laing
I need to do the windows 10 upgrade on a dual boot laptop.  Any serious 
worries I need to watch out for?


Thank you in advance.

Robin
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Rick Stevens
On 07/13/2016 05:21 PM, Samuel Sieb wrote:
> On 07/13/2016 05:08 PM, Rick Stevens wrote:
>> On 07/13/2016 04:55 PM, Samuel Sieb wrote:
>>> There is no alternative right now.  There was an attempt at an
>>> open-source flash replacement, but I can't remember what it was called
>>> and it doesn't seem to be in Fedora any longer.
>>
>> If you mean "gnash", it's still around. It's primarily a movie viewer,
>> however and not all opcodes, etc. are implemented. "dnf info gnash"
>> for details.
>>
> Yes, that's the one I was thinking of.  "dnf info gnash" gives me
> "Error: No matching Packages to list".  But I just checked on a F23
> computer and it is there, so it must have been retired for F24.

Ah, yeah. I haven't "gone over to the dark side" of F24 yet so I can't
check that.

"Come to the dark side.we have cookies!"
(from bumper sticker I saw a few weeks ago)

--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   UNIX is actually quite user friendly.  The problem is that it's  -
-  just very picky of who its friends are!   -
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Samuel Sieb

On 07/13/2016 05:08 PM, Rick Stevens wrote:

On 07/13/2016 04:55 PM, Samuel Sieb wrote:

There is no alternative right now.  There was an attempt at an
open-source flash replacement, but I can't remember what it was called
and it doesn't seem to be in Fedora any longer.


If you mean "gnash", it's still around. It's primarily a movie viewer,
however and not all opcodes, etc. are implemented. "dnf info gnash"
for details.

Yes, that's the one I was thinking of.  "dnf info gnash" gives me 
"Error: No matching Packages to list".  But I just checked on a F23 
computer and it is there, so it must have been retired for F24.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Rick Stevens
On 07/13/2016 04:55 PM, Samuel Sieb wrote:
> On 07/13/2016 04:18 PM, William Mattison wrote:
>> The message I'm replying to was intended to be the closure of the
>> thread "application to listen to on-line broadcasts?", but I failed to
>> put the "Re: " at the beginning of the subject line.  My apologies. 
>> On to the new thread that I intended to create...
>>
>> 1. I've encountered several websites that have media needing Adobe's
>> Flash.  "Pipedreams" is one.  I can't at the moment recall others. 
>> What is the best Fedora (and/or Firefox) alternative for Flash?  And
>> how do I get Firefox to launch that application rather than Flash when
>> the host website calls for Flash?
>>
> There is no alternative right now.  There was an attempt at an
> open-source flash replacement, but I can't remember what it was called
> and it doesn't seem to be in Fedora any longer.

If you mean "gnash", it's still around. It's primarily a movie viewer,
however and not all opcodes, etc. are implemented. "dnf info gnash"
for details.

>  Mozilla was working on
> a JS-based flash replacement, but they have recently abandoned it as well.
> 
> See
> https://ask.fedoraproject.org/en/question/10217/sticky-how-do-i-install-adobe-flash-on-fedora/
> for your options on installing the flash player.
> 
>> 2. I also occasionally have to fill in a pdf form.  In windows,
>> Adobe's Reader used to handle that.  Reader no longer fills in forms. 
>> What is the best Fedora application for both viewing and filling in
>> pdf forms?  What about a Firefox add-on?
>>
> Evince (document viewer) works great for viewing pdfs and generally
> works ok with filling forms.
> 
>> 3. The National Weather Service weather RADAR displays have the option
>> to do looping and zooming.  But those features need Java.  I have Java
>> installed and up-to-date, but Firefox doesn't find it.  I haven't
>> found a way to tell Firefox to use Java or where it is.  How do I do
>> that?
>>
> Make sure you have the "icedtea-web" package installed.
> 
>> 4. Earlier in this thread, Samuel recommended that I activate a flag
>> "mozilla_plugin_can_network_connect)" in selinux.  I'm not familiar
>> with selinux (I'm just a home user struggling to be his own
>> sys-admin.).  How do I do that?
>>
> setsebool -P unconfined_mozilla_plugin_transition on

Note that command must be run as root. If you are a mortal user with a
"$" prompt, then do:

sudo setsebool -P unconfined_mozilla_plugin_transition on

and put in your (mortal user) password when asked.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   I haven't lost my mind.  It's backed up on tape somewhere, but   -
-   probably not recoverable.-
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Systemctl status network.service Displays Wrong Timestamp on Output Display

2016-07-13 Thread Ed Greshko


On 07/14/16 06:08, Stephen Morris wrote:
> Below are the messages I get when I issue command 'systemctl status
> network.service'. The time stamp on the messages is incorrect by 1 hour,
> can anyone tell me why?

Sounds like the system processes think they are in a different time zone than 
user
processes.  This can sometimes happen when system time is set to a UTC offset 
while users
have their zones set to a local zone which has "standard" time as well as 
"summer" time. 

But, your email address would suggest you're located in Australia and now on 
"standard"
time so they should match up.

So, it isn't clear why this is happening in your case.

I would check the output of "hwclock" as well as check what /etc/localtime 
links to as a
start.

-- 
You're Welcome Zachary Quinto
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Samuel Sieb

On 07/13/2016 04:18 PM, William Mattison wrote:

The message I'm replying to was intended to be the closure of the thread "application to 
listen to on-line broadcasts?", but I failed to put the "Re: " at the beginning of 
the subject line.  My apologies.  On to the new thread that I intended to create...

1. I've encountered several websites that have media needing Adobe's Flash.  
"Pipedreams" is one.  I can't at the moment recall others.  What is the best 
Fedora (and/or Firefox) alternative for Flash?  And how do I get Firefox to launch that 
application rather than Flash when the host website calls for Flash?

There is no alternative right now.  There was an attempt at an 
open-source flash replacement, but I can't remember what it was called 
and it doesn't seem to be in Fedora any longer.  Mozilla was working on 
a JS-based flash replacement, but they have recently abandoned it as well.


See 
https://ask.fedoraproject.org/en/question/10217/sticky-how-do-i-install-adobe-flash-on-fedora/ 
for your options on installing the flash player.



2. I also occasionally have to fill in a pdf form.  In windows, Adobe's Reader 
used to handle that.  Reader no longer fills in forms.  What is the best Fedora 
application for both viewing and filling in pdf forms?  What about a Firefox 
add-on?

Evince (document viewer) works great for viewing pdfs and generally 
works ok with filling forms.



3. The National Weather Service weather RADAR displays have the option to do 
looping and zooming.  But those features need Java.  I have Java installed and 
up-to-date, but Firefox doesn't find it.  I haven't found a way to tell Firefox 
to use Java or where it is.  How do I do that?


Make sure you have the "icedtea-web" package installed.


4. Earlier in this thread, Samuel recommended that I activate a flag 
"mozilla_plugin_can_network_connect)" in selinux.  I'm not familiar with 
selinux (I'm just a home user struggling to be his own sys-admin.).  How do I do that?


setsebool -P unconfined_mozilla_plugin_transition on
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread William Mattison
The message I'm replying to was intended to be the closure of the thread 
"application to listen to on-line broadcasts?", but I failed to put the "Re: " 
at the beginning of the subject line.  My apologies.  On to the new thread that 
I intended to create...

1. I've encountered several websites that have media needing Adobe's Flash.  
"Pipedreams" is one.  I can't at the moment recall others.  What is the best 
Fedora (and/or Firefox) alternative for Flash?  And how do I get Firefox to 
launch that application rather than Flash when the host website calls for Flash?

2. I also occasionally have to fill in a pdf form.  In windows, Adobe's Reader 
used to handle that.  Reader no longer fills in forms.  What is the best Fedora 
application for both viewing and filling in pdf forms?  What about a Firefox 
add-on?

3. The National Weather Service weather RADAR displays have the option to do 
looping and zooming.  But those features need Java.  I have Java installed and 
up-to-date, but Firefox doesn't find it.  I haven't found a way to tell Firefox 
to use Java or where it is.  How do I do that?

4. Earlier in this thread, Samuel recommended that I activate a flag 
"mozilla_plugin_can_network_connect)" in selinux.  I'm not familiar with 
selinux (I'm just a home user struggling to be his own sys-admin.).  How do I 
do that?

thanks,
Bill.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread William
(just closing this "properly".  my apologies for the earlier mistake in 
the subject line.)


Neither VLC nor Amarok seem to come with Fedora.  But late last night, I 
found VLC with "apper" and downloaded it.  I got it to work for the two 
radio stations.  It did not help with "Pipedreams".  (By the way, 
Pipedreams is *not* a radio station.)  Now this morning, the buttons on 
the second link 
(http://www.yourclassical.org/programs/pipedreams/episodes) for 
Pipedreams does work!  The buttons on the first link 
(http://pipedreams.publicradio.org/listings/2016/1628/) still don't 
work.  I'll open a new thread on that later, mainly focused on adobe 
applications.  (see the thread "application to listen to on-line 
broadcasts?  [SOLVED]")


Since VLC worked, I did not try the others.

I thank Rick, Andras, and Fred for their help.

Bill.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Systemctl status network.service Displays Wrong Timestamp on Output Display

2016-07-13 Thread Stephen Morris

Hi,

Below are the messages I get when I issue command 'systemctl status 
network.service'. The time stamp on the messages is incorrect by 1 hour, 
can anyone tell me why?


Also the messages have indicated that interface Linksys07468_5Ghz 
was able to be activated ok (this is the 5GHz wifi interface to my 
router), if that is the case why is that wifi connection not usable, and 
why has it not listed the Linksys07468 interface which my 2.4GHz wifi 
interface to my router, which networkmanager will quite happily 
activate, whereas networkmanager refuses to activate the 
Linksys07468_5Ghz interface.



bash-4.3$ systemctl status network.service
● network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
   Active: active (exited) since Thu 2016-07-14 06:55:58 AEST; 58min ago
 Docs: man:systemd-sysv-generator(8)
  Process: 1074 ExecStart=/etc/rc.d/init.d/network start (code=exited, 
status=0/SUCCESS)

Tasks: 0 (limit: 512)

Jul 14 06:55:55 localhost.localdomain systemd[1]: Starting LSB: Bring 
up/down networking...
Jul 14 06:55:56 localhost.localdomain network[1074]: Bringing up 
loopback interface:  Could not load file 
'/etc/sysconfig/network-scripts/ifcfg-lo'
Jul 14 06:55:56 localhost.localdomain network[1074]: Could not load file 
'/etc/sysconfig/network-scripts/ifcfg-lo'
Jul 14 06:55:56 localhost.localdomain network[1074]: Could not load file 
'/etc/sysconfig/network-scripts/ifcfg-lo'
Jul 14 06:55:56 localhost.localdomain network[1074]: Could not load file 
'/etc/sysconfig/network-scripts/ifcfg-lo'

Jul 14 06:55:57 localhost.localdomain network[1074]: [  OK  ]
Jul 14 06:55:57 localhost.localdomain network[1074]: Bringing up 
interface Linksys07468_5Ghz:  [  OK  ]
Jul 14 06:55:57 localhost.localdomain network[1074]: Bringing up 
interface enp7s0:  [  OK  ]
Jul 14 06:55:58 localhost.localdomain systemd[1]: Started LSB: Bring 
up/down networking.

bash-4.3$

regards,

Steve
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: radiotray and gstreamer plugins

2016-07-13 Thread Jon LaBadie
On Wed, Jul 13, 2016 at 02:51:41PM -0700, Rick Stevens wrote:
> On 07/13/2016 02:24 PM, Jon LaBadie wrote:
> > The current thread on "listening to online broadcasts"
> > stimulated me to ask about problems with the one I
> > like, "radiotray".
> > 
> > A number of stations I try to listen to, including some
> > preconfigured ones, fail with a list of procedures from
> > gstreamer that suggest a plugin is missing.  But it
> > does not say which.  As far as I can tell I have just
> > about every gstreamer plugin installed and see no way
> > to determine what may be missing.
> > 
> > Scouring the net comes up with lots of reports of
> > similar error listings, but no "solution" has worked
> > in my environment.
> > 
> > Here is a sample listing:
> > 
> >   gstdecodebin2.c (3576)
> >   gst_decode_bin_expose():
> >   GstPlayBin2:player
> >   GstURIDecodeBin:uridecodebin9
> >   GstDecodeBin2:decodebin29:
> > 
> > I have the same problem on Fedora 22 and 24.
> 
> Do you have gstreamer-plugins-ugly installed? Looking at the various
> source modules, Gst* comes from that package.

Looks like yes:

  $ dnf list installed '*ugly*'
  Installed Packages
  gstreamer-plugins-ugly.x86_64  0.10.19-18.fc22@System
  gstreamer1-plugins-ugly.x86_64 1.4.5-1.fc22   @System

-- 
Jon H. LaBadie  jo...@jgcomp.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: radiotray and gstreamer plugins

2016-07-13 Thread Rick Stevens
On 07/13/2016 02:24 PM, Jon LaBadie wrote:
> The current thread on "listening to online broadcasts"
> stimulated me to ask about problems with the one I
> like, "radiotray".
> 
> A number of stations I try to listen to, including some
> preconfigured ones, fail with a list of procedures from
> gstreamer that suggest a plugin is missing.  But it
> does not say which.  As far as I can tell I have just
> about every gstreamer plugin installed and see no way
> to determine what may be missing.
> 
> Scouring the net comes up with lots of reports of
> similar error listings, but no "solution" has worked
> in my environment.
> 
> Here is a sample listing:
> 
>   gstdecodebin2.c (3576)
>   gst_decode_bin_expose():
>   GstPlayBin2:player
>   GstURIDecodeBin:uridecodebin9
>   GstDecodeBin2:decodebin29:
> 
> I have the same problem on Fedora 22 and 24.

Do you have gstreamer-plugins-ugly installed? Looking at the various
source modules, Gst* comes from that package.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   Lottery: A tax on people who are bad at math.-
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


radiotray and gstreamer plugins

2016-07-13 Thread Jon LaBadie
The current thread on "listening to online broadcasts"
stimulated me to ask about problems with the one I
like, "radiotray".

A number of stations I try to listen to, including some
preconfigured ones, fail with a list of procedures from
gstreamer that suggest a plugin is missing.  But it
does not say which.  As far as I can tell I have just
about every gstreamer plugin installed and see no way
to determine what may be missing.

Scouring the net comes up with lots of reports of
similar error listings, but no "solution" has worked
in my environment.

Here is a sample listing:

  gstdecodebin2.c (3576)
  gst_decode_bin_expose():
  GstPlayBin2:player
  GstURIDecodeBin:uridecodebin9
  GstDecodeBin2:decodebin29:

I have the same problem on Fedora 22 and 24.

Jon
-- 
Jon H. LaBadie  jo...@jgcomp.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Samuel Sieb

On 07/13/2016 08:04 AM, William Mattison wrote:

Neither VLC nor Amarok seem to come with Fedora.  But late last night, I found VLC with 
"apper" and downloaded it.


Neither one is installed by default.  Amarok is in the regular Fedora 
repositories, but vlc is in rpmfusion, so I'm assuming you've already 
set that up.



 Now this morning, the buttons on the second link 
(http://www.yourclassical.org/programs/pipedreams/episodes) for Pipedreams does 
work!  The buttons on the first link 
(http://pipedreams.publicradio.org/listings/2016/1628/) still don't work.  I'll 
open a new thread on that later, mainly focused on adobe applications.

Both of those pages work for me.  One plays in the page, I assume HTML5. 
 Since it's mp3, I'm guessing that somewhere along the way of 
installing the other applications, the mp3 codec from rpmfusion was also 
installed, which is why it suddenly started working.  The other page 
opens a popup window and uses flash to play the audio, so if you have 
the flash plugin installed it should work.  Oh, check the system logs. 
You might need to toggle an selinux boolean to allow browser plugins 
network access (mozilla_plugin_can_network_connect).

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Setting my account up for auto login

2016-07-13 Thread Joe Zeff

On 07/13/2016 11:30 AM, Jonathan Ryshpan wrote:

But this leaves open the questions of why ...->User-Manager doesn't work.


Thank you, thank you, thank you for not misusing the term "begs the 
question."

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Setting my account up for auto login

2016-07-13 Thread Jonathan Ryshpan
On Wed, 2016-07-13 at 09:27 -0700, Jonathan Ryshpan wrote:
> I'm trying to use KDE System-Settings->Account-Details->User-Manager, which
> seems to provide the function that I need; but it doesn't seem to work; it
> appears to allow creating accounts, but nothing happens, and doesn't seem to
> allow editing accounts at all.  If it has to be run as root, how can I start a
> GUI session as root?
To activate auto login go to KDE System-Settings->Startup-and-Shutdown->Login-
Screen->Advanced; activate and set Auto-Login.  To login as root, in ...-
>Advanced, change User->Minimum-UID to 0, which will show all system users along
with ordinary users (if you want this).
But this leaves open the questions of why ...->User-Manager doesn't work.
jon
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: ssh again..

2016-07-13 Thread Go Canes
On Tue, Jul 12, 2016 at 4:13 PM, Gordon Messmer 
wrote:

> On 07/12/2016 10:44 AM, Go Canes wrote:
>
>>
>> No, they don't.  Private keys belong on your closest system, on an
>> encrypted volume.  Often, you will only need one.
>>
>>
>> If the OP uses ssh to go from system1:user1 to system2:user2, and then
>> wants to use ssh to go from system2:user2 to system3:user3, are you saying
>> that only system1:user requires a public key, and that system2:user2 can
>> ssh out without having *any* public key?
>>
>
>
> No, I said "private key".
>

My bad - I *meant* private key, but obviously my fingers typed out "public"
instead.


>
> If you are user1@system1 and you use ssh to log in to user2@system2, and
> if you also have an ssh agent on system1 and instruct ssh to forward a
> connection to the user2@system2 session, then you don't need a private
> key in the user2@system2 home directory to connect to user3@system3.  You
> only need to have the public key which corresponds to the private key
> available to user1@system1 installed for user3@system3.  system3 will
> request ssh authentication from user2@system2, and that request will be
> forwarded back to the agent at user1@system1, which will answer it.
>
> Using agent forwarding, you only need private keys on your workstation,
> which you presumably have encrypted and otherwise made very secure against
> an attacker obtaining your key files (which should, themselves, be
> encrypted key files within the encrypted filesystem).
>
> I was not familiar with agent forwarding in this manner.  Thank you for
the explanation.  Hopefully it will also be useful to the OP.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread Mike Wright

On 07/13/2016 08:04 AM, William Mattison wrote:

Neither VLC nor Amarok seem to come with Fedora.  But late last night, I found VLC with 
"apper" and downloaded it.  I got it to work for the two radio stations.  It did not help 
with "Pipedreams".  (By the way, Pipedreams is *not* a radio station.)  Now this morning, 
the buttons on the second link (http://www.yourclassical.org/programs/pipedreams/episodes) for 
Pipedreams does work!  The buttons on the first link 
(http://pipedreams.publicradio.org/listings/2016/1628/) still don't work.  I'll open a new thread 
on that later, mainly focused on adobe applications.

Since VLC worked, I did not try the others.


Another one to try is Clementine.  It handles playlists and internet 
radio.  If it recognizes the title of a song in a stream it will even 
retrieve the lyrics.  Much better than rhythmbox all the way around.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Grub2 UEFI PXE chainloader unloading Network Stack when chainloading an EFI module

2016-07-13 Thread Gordon Messmer
On Tue, Jul 12, 2016 at 5:25 PM, Chris Murphy  wrote:
> My understanding is that PXE is booting is going to talk to a DHCP
> server which should be configured to recognize UEFI specifically, so
> it can hand over the proper kind of bootloader, in this case an EFI
> version of GRUB2. What I don't know is how that works exactly.

With ISC's dhcpd, you make "architecture-type" a condition:

option architecture-type code 93 = unsigned integer 16;
if option architecture-type = 00:07 {
filename "shim.efi";
} else {
filename "pxelinux.0";
}

At least, I think that's what you mean.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Grub2 UEFI PXE chainloader unloading Network Stack when chainloading an EFI module

2016-07-13 Thread Gordon Messmer
On Tue, Jul 12, 2016 at 11:52 AM, Leandro Gustavo Biss Becker
 wrote:
> Using older versions of GRUB2 it is working, but with newer versions, ...

Just so that we're clear, if you boot this computer using an older
version of GRUB2 from tftp, your custom application works, but if you
then use the newer version, it doesn't work?  You can reproduce both
the working and not-working conditions?

If so, what version was previously working?  It'll be easier to look
at differences in the build process if we have something specific to
look at.

> I need the newer version because the new netboot capabilities that looks for 
> a cfg file using the MAC Address as grub.cfg-01-AA-BB-CC-DD-EE-FF.

I'm using grub2-efi-2.02-0.16.el7.centos, and it loads configuration
files with that style naming.  I was under the impression that it
always had.  Can you clarify what changed, and in what version?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Setting my account up for auto login

2016-07-13 Thread Jonathan Ryshpan
I'm trying to use KDE System-Settings->Account-Details->User-Manager, which
seems to provide the function that I need; but it doesn't seem to work; it
appears to allow creating accounts, but nothing happens, and doesn't seem to
allow editing accounts at all.  If it has to be run as root, how can I start a
GUI session as root?

What am I missing?

Thanks - jon
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


application to listen to on-line broadcasts? [SOLVED]

2016-07-13 Thread William Mattison
Neither VLC nor Amarok seem to come with Fedora.  But late last night, I found 
VLC with "apper" and downloaded it.  I got it to work for the two radio 
stations.  It did not help with "Pipedreams".  (By the way, Pipedreams is *not* 
a radio station.)  Now this morning, the buttons on the second link 
(http://www.yourclassical.org/programs/pipedreams/episodes) for Pipedreams does 
work!  The buttons on the first link 
(http://pipedreams.publicradio.org/listings/2016/1628/) still don't work.  I'll 
open a new thread on that later, mainly focused on adobe applications.

Since VLC worked, I did not try the others.

I thank Rick, Andras, and Fred for their help.

Bill.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts?

2016-07-13 Thread fred roller
On Wed, Jul 13, 2016 at 4:10 AM, Andras Simon  wrote:

> 2016-07-12 19:28 GMT+02:00, William :
> > Good morning,
> >
> > I've been wanting to listen to live streaming FM-radio broadcasts
> > on-line.  I'm using Firefox (current as of last Thursday) and f-23
> > (current as of last Thursday).  If it matters, I'm using Gnome.
> >
> > One I've tried is here: "http://www.wbjc.com/;.  When I click the
> > "iTunes/mp3" button, a dialogue pops up saying it wants to open
> > "listen.pls" which is an "MP3 ShoutCast playlist" from
> > "http://wbjc-sc.streamguys.org;, and it launches Rhythmbox.  But I can't
> > get it to give me music.
>
> You can save that link by right-clicking on the button and chosing
> 'Save Link As...'. Then feed the saved file (listen.pls) to mplayer
> like this:
>
> mplayer -playlist listen.pls
>
> Next time you want to listen to it, you don't even need firefox
> (assuming the link in list.pls doesn't change often).
>
>
>
Once you copy this link as described above just about any player should
take it

Rhythmbox is entered either
 File -> Playlist -> Load from file... -> listen.pls [or any other pls
file you have]  or...

If you "Copy link address", usually just below the save option, you can
Library -> Radio -> Add
which will self populate the copied url.  Hit return and enjoy the station.

VLC is similar with the copy url option...
  Media -> Open file -> listen.pls
  Media -> Open location from clipboard [hotkey= ctrl+v]

Parole Media player failed the open location option under Media with a
Gstreamer backend error but...
   Media -> Open -> listen.pls  [from the saved file]
work just fine.

I tested these with your link, nice station btw, and am just establishing a
pattern.  Look into your favorite app for listening and either open the
saved *.pls file or open link option and copy from clipboard.  Either way
works in most cases.  I download my list of favorite station on DI.fm and
others into a .pls file and this allows me to load all my stations at once
in Rhythmbox making recovery a breeze if I have to rebuild.  HTH.

-- Fred
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application to listen to on-line broadcasts?

2016-07-13 Thread Andras Simon
2016-07-12 19:28 GMT+02:00, William :
> Good morning,
>
> I've been wanting to listen to live streaming FM-radio broadcasts
> on-line.  I'm using Firefox (current as of last Thursday) and f-23
> (current as of last Thursday).  If it matters, I'm using Gnome.
>
> One I've tried is here: "http://www.wbjc.com/;.  When I click the
> "iTunes/mp3" button, a dialogue pops up saying it wants to open
> "listen.pls" which is an "MP3 ShoutCast playlist" from
> "http://wbjc-sc.streamguys.org;, and it launches Rhythmbox.  But I can't
> get it to give me music.

You can save that link by right-clicking on the button and chosing
'Save Link As...'. Then feed the saved file (listen.pls) to mplayer
like this:

mplayer -playlist listen.pls

Next time you want to listen to it, you don't even need firefox
(assuming the link in list.pls doesn't change often).


> One more site: "http://pipedreams.publicradio.org/listings/2016/1628/;.
> When I click the "Complete Show" link, I get a little pop-up saying "To
> view this content, Javascript must be enabled and Adobe Flash Player
> must be installed.".  (Javascript is enabled.)  I also tried
> "http://www.yourclassical.org/programs/pipedreams/episodes;.  When I
> click the Play arrow, I get a message at the bottom of the page saying
> "We're sorry, but your browser is not able to play the stream. Please
> try one of these options: 1) Install or enable Adobe Flash Player 2) Use
> a browser that supports HTML5 and MP3 audio, such as Chrome, Safari, or
> Internet Explorer 9 3) download the video.  (I thought Forefox does
> support html5!)

I know this is not much help to you, but it works here (fully updated
Fedora 22). And I _think_ that Flash Player is not involved.

Andras
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F21: Thunderbird insists on calling Fedora list messages junk! [CLOSED]

2016-07-13 Thread Tim
On Tue, 2016-07-12 at 09:54 -0600, William wrote:
> It's been a long time, but I finally found out the cause of this 
> problem.  Matt, one of the Mozilla Thunderbird support moderators,
> said this:
>  
> "Sounds to me like you are using Yahoo IMAP. That is certainly how
> their spam guard works. It keeps re instating spam statuses."
>  
> Matt and a "top 10 contributor" (Zenos) imply that Mozilla cannot do 
> anything about it.  It seems the problem is in Yahoo's software, and
> is solvable by neither us users nor Mozilla.  So I'm marking this
> "CLOSED" (not "SOLVED").  I thank Joe and Rick who tried to help, and
> Ed who tried to help off-line.

Yes, and gmail...  I thought this was answered quite some time ago.

You will have trouble getting a mail client to accept mail as being
not-junk when the mail comes with headers that say it is junk.  If you
were to circumvent that, all externally-determined junk mail is likely
to get passed through as not-junk.

You'd need to use a better mail client, that lets you set priorities of
what un-junks the spamminess rating.  So that certain list headers get a
very high rating.

Or, receive your list mail from a different address not served by yahoo
or gmail, while realising that choosing a different service that works
now, may inherit the same problem at some future time.

Really, a better way to handle mailing lists is a newsgroup server.  But
I'm less than impressed with the news clients I've tried on Linux, so
I've never bothered using the gmane news gateway.


-- 
tim@localhost ~]$ uname -rsvp

Linux 3.19.8-100.fc20.i686 #1 SMP Tue May 12 17:42:35 UTC 2015 i686

All mail to my mailbox is automatically deleted, there is no point trying
to privately email me, I will only read messages posted to the public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org