Re: [CentOS] The case of the missing /boot/grub2/grub.cfg in centos8

2019-12-27 Thread Peter
On 27/12/19 7:36 pm, Nicolas Kovacs wrote: Le 27/12/2019 à 04:11, Mauricio Tavares a écrit : Why is it not there?  FYI, I did try 'yum reinstall grub2' and no /boot/grub2/grub.cfg for me. You're probably on an EFI system, and your grub.cfg is in a different location. Can't remember it off the

Re: [CentOS] The case of the missing /boot/grub2/grub.cfg in centos8

2019-12-27 Thread Eddie O'Connor
Wouldn't a "find grub / find grub*"or "locate grub / locate grub*" work?... On Fri, Dec 27, 2019, 6:57 AM Peter wrote: > On 27/12/19 7:36 pm, Nicolas Kovacs wrote: > > Le 27/12/2019 à 04:11, Mauricio Tavares a écrit : > >> Why is it not there? FYI, I did try 'yum reinstall grub2' and no > >

Re: [CentOS] The case of the missing /boot/grub2/grub.cfg in centos8

2019-12-27 Thread Mauricio Tavares
On Fri, Dec 27, 2019 at 7:04 AM Eddie O'Connor wrote: > > Wouldn't a "find grub / find grub*"or "locate grub / locate grub*" > work?... > locate would require to install that package and run updatedb first. But, it would save time looking for files that have been already added to its db,

Re: [CentOS] nfs causes Centos 7.7 system to hang

2019-12-27 Thread Kay Diederichs
On 12/26/19 11:15 AM, Nikolaos Milas wrote: > Hello, > > MERRY CHRISTMAS to all in list! > > After I upgraded to latest: CentOS Linux release 7.7.1908 (Core) I am > facing nfs crashes which cause the system to hang frequently. > > This is caused by cp to nfs-mounted shares. > > Below is dmesg o

Re: [CentOS] Disabling TLS 1.1 in Centos 7 cockpit

2019-12-27 Thread Randal, Phil
Try creating /etc/system/system/cockpit.service.d/ssl.conf and putting this in it: [Service] Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1 Then systemctl daemon-reload systemctl restart cockpit Cheers, Phil -Original Message- From: CentOS On Behalf

Re: [CentOS] Disabling TLS 1.1 in Centos 7 cockpit

2019-12-27 Thread Randal, Phil
Oops, excuse my typo Create /etc/systemd/system/cockpit.service.d/ssl.conf containing [Service] Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1 Then systemctl daemon-reload systemctl restart cockpit To verify that TLS 1.1 is disabled, echo test | openssl s_clie

[CentOS] looking for rpms in CentOS 8

2019-12-27 Thread Patrick Rael
Hi, I can't find 3 rpms (for now, maybe more later) in centos 8, which are available for centos 7 and 6. perl-Crypt-SSLeay perl-Data-Validate-IP ndisc6 Any ideas why these aren't in the repos yet? I'm using these repos below and I've browsed repos searching for these. # dnf repolist

Re: [CentOS] Disabling TLS 1.1 in Centos 7 cockpit

2019-12-27 Thread Erick Perez - Quadrian Enterprises
Thanks, Randal for the response. But it did not work. Here the results: #yum info cockpit Name: cockpit Arch: x86_64 Version : 195.1 Release : 1.el7.centos.0.1 Size: 51 k Repo: installed From repo : extras Summary : Web Console for Linux servers URL

Re: [CentOS] The case of the missing /boot/grub2/grub.cfg in centos8

2019-12-27 Thread Jonathan Billings
On Dec 27, 2019, at 08:48, Mauricio Tavares wrote: > > Right you are. I have to say sometimes I wonder if running EFI > in this system (200GB boot drive I am using 10G of it) makes sense. Other than the small amount of space that the UEFI volume uses, you should consider using uefi everywh

Re: [CentOS] Disabling TLS 1.1 in Centos 7 cockpit

2019-12-27 Thread Jonathan Billings
On Dec 27, 2019, at 16:28, Erick Perez - Quadrian Enterprises wrote: > > [root@cockpit ~]# cat /etc/systemd/system/cockpit.service.d/ssl.conf > Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:-VERS-SSL3.0:-VERS-TLS1.0:-VERS-TLS1.1 > > [root@cockpit ~]# > [root@cockpit ~]# systemctl start cockpit > [ro

[CentOS] bind problems

2019-12-27 Thread Helmut Drodofsky
I made yum update to bind on 21.12.2019. Yum.log: Dec 21 23:14:41 Updated: 32:bind-license-9.11.4-9.P2.el7.noarch Dec 21 23:16:43 Installed: 32:bind-export-libs-9.11.4-9.P2.el7.x86_64 Dec 21 23:16:49 Updated: 32:bind-libs-lite-9.11.4-9.P2.el7.x86_64 Dec 21 23:16:50 Updated: 32:bind-libs-9.11.4-9.P

Re: [CentOS] Disabling TLS 1.1 in Centos 7 cockpit

2019-12-27 Thread Erick Perez - Quadrian Enterprises
Sure did! I am even playing with different options (including NONE) and it seems to ignore the contents of ssl.conf I have tried Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:+TLS1.2:!TLS1.1:!TLS1.0:!ECDHE-RSA-AES256-SHA: Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:+TLS1.2:!TLS1.1:!TLS1.0:!ECDHE-RSA-AES25

Re: [CentOS] Disabling TLS 1.1 in Centos 7 cockpit

2019-12-27 Thread Erick Perez - Quadrian Enterprises
Fixed It turns out that the gnutls library installed on the system was somehow damaged. It took the installation of gnutls-cli to list supperted protocols and ciphers. I had to yum reinstall gnutls to fix it. Now the ssl.conf has: [Service] Environment=G_TLS_GNUTLS_PRIORITY=NORMAL:-VERS-SSL3.

Re: [CentOS] The case of the missing /boot/grub2/grub.cfg in centos8

2019-12-27 Thread Peter
On 28/12/19 2:48 am, Mauricio Tavares wrote: With that said, if that is the case, why would the alias /etc/grub2.cfg still be created if it points to a non-existing file? Wouldn't it make sense for it to just either not to be there at all or point to the efi one? I can make arguments for both si

[CentOS] gcc 8/9 on CentOS 7

2019-12-27 Thread sthustfo
I am looking to make use of gcc 8/9 on CentOS 7, which is currently with gcc 4.8.5. How do I go about doing this? SCL repository provides the same as part of devtoolset8, but devtoolset8 libstdc++-devel i686 package is missing, without which I can not build 32 bit applications. Are there any repos