Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certbot 13 Segmentation fault #111

Open
kurniawan77 opened this issue Mar 23, 2019 · 13 comments
Open

Certbot 13 Segmentation fault #111

kurniawan77 opened this issue Mar 23, 2019 · 13 comments

Comments

@kurniawan77
Copy link

After updating certbot from 0.18 to .19 i get this error in the log:

/run.sh: line 28: 13 Segmentation fault (core dumped) certbot certonly $PLUGIN --non-interactive --email "$EMAIL" --agree-tos --config-dir "$CERT_DIR" --work-dir "$WORK_DIR" --cert-name $name -d ${domains}

@bestlibre
Copy link
Owner

Can you give me your arch?

@kurniawan77
Copy link
Author

kurniawan77 commented Mar 23, 2019

not sure. how can i find that? Raspberry Pi 3B+, ARM i guess...

@bestlibre
Copy link
Owner

What is your device? And I think you can find some info on the hassio system tab.

@kurniawan77
Copy link
Author

image
Same thing goes for the NGINX addon, updating it result with:
/run.sh: line 16: 11 Segmentation fault (core dumped) python3 /mustache.py /templates/vhost.mustache /data/options.json > /etc/nginx/conf.d/vhosts.conf

@bestlibre
Copy link
Owner

I will try to have a look at this problem ASAP. Probably not before Monday.

@kurniawan77
Copy link
Author

oke no probs. reverted back by a snapshot, so everything is fine again here

@kurniawan77
Copy link
Author

Additional info:
Arch: aarch64

Tried the Caddy addon, getting errors there too...

@bestlibre
Copy link
Owner

Can you try with the last version ?

@kurniawan77
Copy link
Author

Still errors... i get segmentation errors with nginx, caddy and this (certbot) addons.

aarch64 Hassio

certbot log:
/run.sh: line 28: 14 Segmentation fault (core dumped) certbot certonly $PLUGIN --non-interactive --email "$EMAIL" --agree-tos --config-dir "$CERT_DIR" --work-dir "$WORK_DIR" --cert-name $name -d ${domains}

@kurniawan77
Copy link
Author

I tried Caddy once again. This time i get the .5-1 version and it works! I will try the nginx and certbot addon later when i get back from work

@kurniawan77
Copy link
Author

kurniawan77 commented Mar 25, 2019

Still the same error on certbot.

And in nginx (0.1.13)i get these:

Traceback (most recent call last):
File "/mustache.py", line 31, in
render(args.template, args.data)
File "/mustache.py", line 23, in render
print(renderer.render_path(template, context))
File "/usr/local/lib/python3.7/site-packages/pystache/renderer.py", line 390, in render_path
return self._render_string(template, *context, **kwargs)
File "/usr/local/lib/python3.7/site-packages/pystache/renderer.py", line 402, in _render_string
return self._render_final(render_func, *context, **kwargs)
File "/usr/local/lib/python3.7/site-packages/pystache/renderer.py", line 419, in _render_final
return render_func(engine, stack)
File "/usr/local/lib/python3.7/site-packages/pystache/renderer.py", line 400, in
render_func = lambda engine, stack: engine.render(template, stack)
File "/usr/local/lib/python3.7/site-packages/pystache/renderengine.py", line 179, in render
parsed_template = parse(template, delimiters)
File "/usr/local/lib/python3.7/site-packages/pystache/parser.py", line 41, in parse
return parser.parse(template)
File "/usr/local/lib/python3.7/site-packages/pystache/parser.py", line 320, in parse
raise ParsingError("Section end tag mismatch: %s != %s" % (tag_key, section_key))
pystache.parser.ParsingError: Section end tag mismatch: remote_ssl}://{{#remote != remote_ssl

@rbray89
Copy link

rbray89 commented Apr 10, 2019

I'm seeing the same with certbot (no issues with nginx) on an aarch64 device.

@rbray89
Copy link

rbray89 commented Apr 11, 2019

This was resolved for me once I cleaned up some disk full issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants