Re: [CentOS] Monitoring network traffic to a host

2020-05-13 Thread Ian Pilcher
On 5/12/20 7:51 PM, John Pierce wrote: just looked in my video library, largest file I see is for a multi-language 1080p MP4/x.264 version of Parasite, 2h 11m long, 10GB. thats 1.3 MB/sec, or about 10 Mbit/sec. *easily* done on 100baseT. Sony agrees with you. is there any wireless between

Re: [CentOS] Jitsi Meet on CentOS 7 ?

2020-05-13 Thread Erick Perez - Quadrian Enterprises
Hi, see my answers below. On Tue, May 12, 2020 at 7:41 PM H wrote: > On 05/05/2020 04:43 AM, Erick Perez - Quadrian Enterprises wrote: > > Benson, no SELINUX was not enabled. The instance was selected without it > > just to make things easier. > > I do not have a pull request for the installatio

Re: [CentOS] CentOS 8 updates

2020-05-13 Thread Phil Perry
On 13/05/2020 01:22, Bill Maidment wrote: Hi Is it my imagination/impatience, but I don't seem to have received any updates to CentOS 8 recently. I'm thinking particularly of firefox which was updated in CentOS 7 for a critical security update. Is there a backlog of CentOS 8 updates behind the

Re: [CentOS] CentOS 7 - xfs shrink & expand

2020-05-13 Thread Frank M. Ramaekers Jr.
Yeah, I tried that but ran into a problem.  It came up fine in single-user/maintenance mode.   The mount command shows all of the mounted file systems, but after I 'chroot /sysroot', the mount failed (with some problem with mtab, sorry don't have the exact error message).  So I couldn't mount m

Re: [CentOS] CentOS 7 - xfs shrink & expand

2020-05-13 Thread Simon Matter via CentOS
Hi, > Yeah, I tried that but ran into a problem.  It came up fine in > single-user/maintenance mode.   The mount command shows all of the > mounted file systems, but after I 'chroot /sysroot', the mount failed > (with some problem with mtab, sorry don't have the exact error > message).  So I could

Re: [CentOS] CentOS7 and NFS

2020-05-13 Thread Patrick Bégou
Le 13/05/2020 à 07:32, Simon Matter via CentOS a écrit : >> Le 12/05/2020 à 16:10, James Pearson a écrit : >>> Patrick Bégou wrote: Hi, I need some help with NFSv4 setup/tuning. I have a dedicated nfs server (2 x E5-2620  8cores/16 threads each, 64GB RAM, 1x10Gb ethernet and 16x

Re: [CentOS] How to get CentOS 8 on AWS

2020-05-13 Thread Greg Bailey
On 5/12/20 6:50 PM, Thomas Stephen Lee wrote: On Tue, May 12, 2020 at 8:02 PM Paul Heinlein wrote: On Tue, 12 May 2020, Thomas Stephen Lee wrote: Hi, I am user of CentOS 8. When can we expect an image on AWS? I am just learning AWS and would like to use CentOS 8 for that. I can't speak to

Re: [CentOS] CentOS 8 updates

2020-05-13 Thread Johnny Hughes
On 5/13/20 3:57 AM, Phil Perry wrote: > On 13/05/2020 01:22, Bill Maidment wrote: >> Hi >> Is it my imagination/impatience, but I don't seem to have received any >> updates to CentOS 8 recently. >> I'm thinking particularly of firefox which was updated in CentOS 7 for >> a critical security update.

Re: [CentOS] CentOS 7 - xfs shrink & expand

2020-05-13 Thread Frank M. Ramaekers Jr.
I'll try that...I was using instructions I found on the internet for single-user/maintenance mode.   From the grub screen you enter 'e' and modify the linux16 line...etc. Okay, I'll try that next. Thanks Simon! On 5/13/2020 7:28 AM, Simon Matter via CentOS wrote: Hi, Yeah, I tried that but

Re: [CentOS] CentOS 7 - xfs shrink & expand

2020-05-13 Thread Jason Edgecombe
Hi, XFS filesystems cannot be shrunk. If you need to shrink an XFS file system, then you have to backup the data, delete the entire filesystem, resize the volume in LVM, then create a new filesystem and restore the data from backup. Ref: https://xfs.org/index.php/XFS_FAQ#Q:_Is_there_a_way_to_make

Re: [CentOS] Can't move to Centos 8

2020-05-13 Thread James Szinger
On Tue, 12 May 2020 17:42:25 -0700 david wrote: > Folks > > I've been trying to convert my systems to Centos 8, seeing the EOL on > the horizon a few years away. One of my systems is a Mac-Mini, and > support for that has been discontinued. I'm wondering what the > community suggests among

Re: [CentOS] Can't move to Centos 8

2020-05-13 Thread MAILIST
> On Tue, 12 May 2020 17:42:25 -0700 david wrote: > >> Folks >> >> I've been trying to convert my systems to Centos 8, seeing the EOL on >> the horizon a few years away. One of my systems is a Mac-Mini, and >> support for that has been discontinued. I'm wondering what the >> community suggests a

Re: [CentOS] Can't move to Centos 8

2020-05-13 Thread Nicolas Kovacs
Le 13/05/2020 à 22:30, MAILIST a écrit : > I run CentOS 7 in production, but use Ubuntu for my development desktop. > Ubuntu is much more geared to desktop, but I would not use it in a server > environment. Similar setup here, with CentOS 7 on production servers, and OpenSUSE Leap on all desktop c

Re: [CentOS] Can't move to Centos 8

2020-05-13 Thread david
At 01:25 PM 5/13/2020, James Szinger wrote: On Tue, 12 May 2020 17:42:25 -0700 david wrote: > Folks > > I've been trying to convert my systems to Centos 8, seeing the EOL on > the horizon a few years away. One of my systems is a Mac-Mini, and > support for that has been discontinued. I'm wond

Re: [CentOS] Can't move to Centos 8

2020-05-13 Thread Mauricio Tavares
On Wed, May 13, 2020 at 4:37 PM david wrote: > > At 01:25 PM 5/13/2020, James Szinger wrote: > >On Tue, 12 May 2020 17:42:25 -0700 david wrote: > > > > > Folks > > > > > > I've been trying to convert my systems to Centos 8, seeing the EOL on > > > the horizon a few years away. One of my systems

Re: [CentOS] CentOS 7 - xfs shrink & expand

2020-05-13 Thread Mark Milhollan
Correct, XFS filesystems cannot be shrunk (reduced) dynamically, like ext2/3/4 can, only grown. You need to create another, smaller filesystem (XFS too usually) then copy the existing content which can be done with tools like xfsdump & xfsrestore (iff both are XFS), rsync, pax (spax), or tar,

Re: [CentOS] Ailing MATE desktop

2020-05-13 Thread Robert G (Doc) Savage via CentOS
On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS wrote: > On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS > wrote: > > I'm about ready to run "dnf erase *mate*" and try re-installing > > MATE > > from scratch from the GNOME3 desktop. Is that possible without >

Re: [CentOS] Can't move to Centos 8

2020-05-13 Thread Robert Heller
At Wed, 13 May 2020 19:22:06 -0400 CentOS mailing list wrote: > > On Wed, May 13, 2020 at 4:37 PM david wrote: > > > > At 01:25 PM 5/13/2020, James Szinger wrote: > > >On Tue, 12 May 2020 17:42:25 -0700 david wrote: > > > > > > > Folks > > > > > > > > I've been trying to convert my systems to

Re: [CentOS] Can't move to Centos 8

2020-05-13 Thread Kenneth Porter
--On Wednesday, May 13, 2020 8:22 PM -0400 Mauricio Tavares wrote: 1) Have you considered moving the storage business to another host so not to have a single point of failure? 2) Would a $60 Raspberry Pi 4GB be a good replacement? 2 USB3 ports and 1 GB ether port. My Synology storage appliance

Re: [CentOS] Ailing MATE desktop

2020-05-13 Thread Simon Matter via CentOS
> On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS > wrote: >> On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS >> wrote: >> > I'm about ready to run "dnf erase *mate*" and try re-installing >> > MATE >> > from scratch from the GNOME3 desktop. Is that possible