Segmentation fault centos 6.9

failing with a segmentaion fault any ideas?

/certbot-auto --apache
Bootstrapping dependencies for RedHat-based OSes that will use Python3… (you can skip this with --no-bootstrap)
yum is /usr/bin/yum
yum is hashed (/usr/bin/yum)
Loaded plugins: fastestmirror, security, universal-hooks
Setting up Install Process
Loading mirror speeds from cached hostfile

  • EA4: 104.219.172.10
  • cpanel-addons-production-feed: 104.219.172.10
  • asl-4.0: www3.atomicorp.com
  • tortix: www3.atomicorp.com
  • tortix-kernel: www3.atomicorp.com
    Package gcc-4.4.7-18.el6_9.2.x86_64 already installed and latest version
    Package augeas-libs-1.0.0-10.el6.x86_64 already installed and latest version
    Package openssl-1.0.1e-57.el6.x86_64 already installed and latest version
    Package openssl-devel-1.0.1e-57.el6.x86_64 already installed and latest version
    Package libffi-devel-3.0.5-3.2.el6.x86_64 already installed and latest version
    Package redhat-rpm-config-9.0.3-51.el6.centos.noarch already installed and latest version
    Package ca-certificates-2017.2.14-65.0.1.el6_9.noarch already installed and latest version
    Package python34-3.4.5-4.el6.x86_64 already installed and latest version
    Package python34-devel-3.4.5-4.el6.x86_64 already installed and latest version
    Package python34-tools-3.4.5-4.el6.x86_64 already installed and latest version
    Nothing to do
    Creating virtual environment…
    Installing Python packages…
    Installation succeeded.
    /certbot-auto: line 1670: 15259 Segmentation fault (core dumped) “$VENV_BIN/letsencrypt” “$@”

i read somewhere ASL might be stopping it so i shut off the firewall and reinstalled but no go

Could you record an strace of the crash and upload it somewhere?

strace -f -o certbot-auto.strace ./certbot-auto

You can also generate a core file.

Error: couldn’t get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt:
./certbot-auto: line 1670: 8536 Segmentation fault (core dumped) “$VENV_BIN/letsencrypt” --version

Can you upload the certbot-auto.strace file?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.