Sorry all. I removed app-crypt/certbot-apache and two packages of augeas. After, I re emerge certbot and it's works !
De : Erwan RIGOLLOT <[email protected]> Envoyé : mardi 3 mars 2026 16:39 À : Gentoo User <[email protected]> Objet : [gentoo-user] Certbot Apache Hi All, This problem is on a gentoo I have upgraded. Certbot stop working and I haven't found tutorial for Gentoo. I get this error : /usr/bin/certbot renew --post-hook "/etc/init.d/apache2 reload" Failed to renew certificate phpmyadmin.rigollot.me with error: The apache plugin is not working; there may be problems with your existing configuration. The error was: NoInstallationError('Problem in Augeas installation') I think I have latest version for all package : equery list '*certbot*' * Searching for *certbot* ... [IP-] [ ] app-crypt/certbot-5.3.0:0 [IP-] [ ] app-crypt/certbot-apache-3.2.0-r100:0 ~ # equery list '*apache*' * Searching for *apache* ... [IP-] [ ] acct-group/apache-0-r3:0 [IP-] [ ] acct-user/apache-0-r4:0 [IP-] [ ] app-admin/apache-tools-2.4.66:0 [IP-] [ ] app-crypt/certbot-apache-3.2.0-r100:0 [IP-] [ ] www-servers/apache-2.4.66:2 In letsencrypt.log I have ; 2026-03-03 16:33:03,035:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2026-03-03 16:33:03,036:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last): File "/usr/lib/python-exec/python3.13/certbot", line 8, in <module> sys.exit(main()) ~~~~^^ File "/usr/lib/python3.13/site-packages/certbot/main.py", line 18, in main return internal_main.main(cli_args) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/certbot/_internal/main.py", line 1886, in main return config.func(config, plugins) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/certbot/_internal/main.py", line 1636, in renew renewal.handle_renewal_request(config) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ File "/usr/lib/python3.13/site-packages/certbot/_internal/renewal.py", line 742, in handle_renewal_request raise errors.Error( f"{len(renew_failures)} renew failure(s), {len(parse_failures)} parse failure(s)") certbot.errors.Error: 2 renew failure(s), 0 parse failure(s) 2026-03-03 16:33:03,037:ERROR:certbot._internal.log:2 renew failure(s), 0 parse failure(s) Thanks Regards, Erwan RIGOLLOT

