[CentOS] Script to rebuild CentOS 8 boot ISO with plus kernel

2020-10-05 Thread Chris Adams
I want to install CentOS 8 on some older Dells that have storage controllers dropped by RHEL 8. The CentOS 8 kernel-plus package supports them, so I wrote a script that rebuilds the boot ISO to boot and install using the kernel-plus package from the centosplus repo.

[CentOS] how to enforce audio device precence?

2020-10-05 Thread hw
Hi, how can I make it so that audio continues to go the monitor connected to the display port when another monitor gets connected to the HDMI port? ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality

2020-10-05 Thread Alexander Farber
Yes, I had a typo in the mail, but not in the cronjob Still wondering how to get certbot-1.7.0-1.el7.noarch working on CentOS 7 again. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality

2020-10-05 Thread Alexander Farber
Hello fellow CentOS users, I had this cronjob working for many moons on CentOS 7.8.2003: #minute hourmdaymonth wdaycommand 6 6 * * 1 certbot renew --post-hook "cat /etc/letsencrypt/live/raspasy.de/fullchain.pem /etc/letsencrypt/live/

Re: [CentOS] certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality

2020-10-05 Thread Valeri Galtsev
> On Oct 5, 2020, at 7:04 AM, Alexander Farber > wrote: > > Hello fellow CentOS users, > > I had this cronjob working for many moons on CentOS 7.8.2003: > > #minute hourmdaymonth wdaycommand > 6 6 * * 1 certbot renew --post-hook >

Re: [CentOS] certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality

2020-10-05 Thread Soeren Malchow
Not directly an answer to your question, but we had so many problems with the certbot in different constellations, that we moved to https://github.com/acmesh-official/acme.sh which works just fine basically everywhere cheers Soeren On 05.10.20, 15:18, "CentOS on behalf of Alexander Farber"

Re: [CentOS] certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality

2020-10-05 Thread Tony Mountifield
In article <0f27fc07-4b04-4b3b-bf3a-7a0d419d8...@mcon-group.com>, Soeren Malchow wrote: > Not directly an answer to your question, but we had so many problems with the > certbot in different constellations, that > we moved to > > https://github.com/acmesh-official/acme.sh > > which works just