package certbot tag 858802 +unreproducible +moreinfo thanks Tom Maneiro <tom...@tsdx.net.ve> writes: > Trying to run certbot on a fresh install on my Stretch box leads me to the > following stackdump:
Hi Tom, Interesting. I've tried replicating this on a clean Stretch box, but I don't get this error at all. A couple of questions for you: 1. Is this a fresh install of Stretch, or an upgrade? 2. Can you attach the output of this command? (You may need to install apt-rdepends if you don't already have it installed.) apt-cache policy $(apt-rdepends -p certbot 2>| /dev/null|awk '/Depends/ {print $2}'|sort -u)|awk '/^[^ ]/ { package=$0 } / Installed/ { print package " " $2 }' Sincerely, -- Harlan Lieberman-Berg ~hlieberman