Re: [CentOS] Chromium 85 does not load any pages

2020-09-23 Thread Orion Poplawski
On 9/23/20 7:28 AM, Simon Matter wrote: Date: Wednesday, September 23, 2020 08:37:01 -0400 From: H On 09/23/2020 08:28 AM, Simon Matter wrote: I just upgraded chromium on my CentOS 7 system and ended up with nothing loading. I tried to downgrade using yum downgrade chromium but there does

Re: [CentOS] Systemd service unit file needs to wait until a specific interface is up

2020-09-23 Thread Orion Poplawski
On 9/23/20 7:07 AM, Stephen John Smoogen wrote: On Wed, 23 Sep 2020 at 04:33, Carlos Lopez wrote: Hi all, With SystemD, how can I make certain service dependent on certain network interfaces being up? For example, I have an 802.1ad bond interface I need to wait on for being up (this interfa

[CentOS] ZFS and encryption on CentOS 7

2020-09-23 Thread H
Can I ask what the prevailing opinion is on ZFS and encryption on CentOS 7? Is encryption in ZFS stable? If so, I would use it on a new naked drive I just added. If not, I might stick with LUKS and XFS for now. The drive is a 2 Tb SSD. Thanks. ___ Cen

Re: [CentOS] Chromium 85 does not load any pages

2020-09-23 Thread H
On 09/23/2020 10:04 AM, Simon Matter wrote: >> On 09/23/2020 09:28 AM, Simon Matter wrote: > Date: Wednesday, September 23, 2020 08:37:01 -0400 > From: H > >> On 09/23/2020 08:28 AM, Simon Matter wrote: >> >>> I just upgraded chromium on my CentOS 7 system and ended up with

Re: [CentOS] C8 - Register with Red Hat

2020-09-23 Thread Johnny Hughes
On 8/17/20 4:37 PM, Gregory P. Ennis wrote: > Everyone, > > I am still in the low end of the learning curve with Centos 8, and keep > getting warning > messages to register with Red Hat. Is this a requirement for C8. I do not > have a user ID > with Red Hat; will they give a user ID for a Cent

Re: [CentOS] Systemd service unit file needs to wait until a specific interface is up

2020-09-23 Thread Carlos Lopez
Perfect!! Many thanks Stephen. Works like a charm. On 23/09/2020, 15:08, "CentOS on behalf of Stephen John Smoogen" wrote: On Wed, 23 Sep 2020 at 04:33, Carlos Lopez wrote: > Hi all, > > > With SystemD, how can I make certain service dependent on certain network > int

Re: [CentOS] Chromium 85 does not load any pages

2020-09-23 Thread Simon Matter
> On 09/23/2020 09:28 AM, Simon Matter wrote: >>> Date: Wednesday, September 23, 2020 08:37:01 -0400 From: H > On 09/23/2020 08:28 AM, Simon Matter wrote: > >> I just upgraded chromium on my CentOS 7 system and ended up with >> nothing loading. I tried to downgrade u

Re: [CentOS] Chromium 85 does not load any pages

2020-09-23 Thread H
On 09/23/2020 09:28 AM, Simon Matter wrote: >> >>> Date: Wednesday, September 23, 2020 08:37:01 -0400 >>> From: H >>> On 09/23/2020 08:28 AM, Simon Matter wrote: > I just upgraded chromium on my CentOS 7 system and ended up with > nothing loading. I tried to downgrade using yum d

[CentOS] Forefox on C7 - uses wrong program to view download folder

2020-09-23 Thread Gary Stainburn
I've got a C7 laptop using the default repo's (installed plus epel). My firefox has decided to use the wrong program to view the downloads folder. If I download and save a file, then click on the Downloads icon and click on view folder containing the file, it opens the MP3 editor EasyTag ins

Re: [CentOS] Chromium 85 does not load any pages

2020-09-23 Thread Simon Matter
> > >> Date: Wednesday, September 23, 2020 08:37:01 -0400 >> From: H >> >>> On 09/23/2020 08:28 AM, Simon Matter wrote: >>> I just upgraded chromium on my CentOS 7 system and ended up with nothing loading. I tried to downgrade using yum downgrade chromium but there does not seem to

Re: [CentOS] Chromium 85 does not load any pages

2020-09-23 Thread Richard
> Date: Wednesday, September 23, 2020 08:37:01 -0400 > From: H > >> On 09/23/2020 08:28 AM, Simon Matter wrote: >> >>> I just upgraded chromium on my CentOS 7 system and ended up with >>> nothing loading. I tried to downgrade using yum downgrade >>> chromium but there does not seem to be an old

Re: [CentOS] Systemd service unit file needs to wait until a specific interface is up

2020-09-23 Thread Stephen John Smoogen
On Wed, 23 Sep 2020 at 04:33, Carlos Lopez wrote: > Hi all, > > > With SystemD, how can I make certain service dependent on certain network > interfaces being up? > > For example, I have an 802.1ad bond interface I need to wait on for being > up (this interface has no ip address assigned, it is u

Re: [CentOS] Chromium 85 does not load any pages

2020-09-23 Thread H
On 09/23/2020 08:28 AM, Simon Matter wrote: >> I just upgraded chromium on my CentOS 7 system and ended up with nothing >> loading. I tried to downgrade using yum downgrade chromium but there does >> not seem to be an older version on my system, nor does EPEL seem to have >> version 84 which is wha

Re: [CentOS] Chromium 85 does not load any pages

2020-09-23 Thread Simon Matter
> I just upgraded chromium on my CentOS 7 system and ended up with nothing > loading. I tried to downgrade using yum downgrade chromium but there does > not seem to be an older version on my system, nor does EPEL seem to have > version 84 which is what I ran before. > > First, does anyone know why

[CentOS] Chromium 85 does not load any pages

2020-09-23 Thread H
I just upgraded chromium on my CentOS 7 system and ended up with nothing loading. I tried to downgrade using yum downgrade chromium but there does not seem to be an older version on my system, nor does EPEL seem to have version 84 which is what I ran before. First, does anyone know why chromium

Re: [CentOS] Systemd service unit file needs to wait until a specific interface is up

2020-09-23 Thread Tony Mountifield
In article <004e8170-e842-4e8b-9623-db3ea236d...@outlook.com>, Carlos Lopez wrote: > Hi all, > > > With SystemD, how can I make certain service dependent on certain network > interfaces being up? > > For example, I have an 802.1ad bond interface I need to wait on for being up > (this interfac

[CentOS] Systemd service unit file needs to wait until a specific interface is up

2020-09-23 Thread Carlos Lopez
Hi all, With SystemD, how can I make certain service dependent on certain network interfaces being up? For example, I have an 802.1ad bond interface I need to wait on for being up (this interface has no ip address assigned, it is used to capture networks packets with a tcpdump’s script). Ever