TonyLHansen / raspberry-pi-safe-off-switch

A set of scripts that can be used to provide a "safe power off switch" for a Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation Fault Error

nbaddorf opened this issue · comments

Hi, I am trying to use your program on ubuntu mate 18.04 with a raspberry pi 3 b. I got the program installed, and when I run the program, and press the button, it says segmentation fault. I am not sure how to fix this. Thanks!

First step is to make sure that everything is as up-to-date as possible:

sudo update
sudo upgrade

If that fixes it, great!

If it doesn't, there are additional things you can try. Also, which particular script are you using?

Thanks so much! Sorry for the late comment, I tried the update/upgrade and it fixed it. I thought I had already done that, but I guess not. Thanks!