Author Topic: ATXRaspi with OSMC script setup was aborted  (Read 1194 times)

dathan-alley

  • NewMember
  • *
  • Posts: 1
  • Country: us
ATXRaspi with OSMC script setup was aborted
« on: March 07, 2017, 10:23:31 PM »
I am using an ATXRaspi R2.5 with a Raspberry Pi Version1 Model B running OSMC.  I have tried numerous times to install the script, but after I follow the steps, the button still will not turn off the Raspberry Pi.  I am logged into OSMC using SSH.  When I run the first line to get the shutdownchecksetup.sh script, it downloads just fine.

However, when I try to run the next line I get the following message.
osmc@osmc:~$ sudo bash shutdownchecksetup.sh
Shutdown/Reboot script setup was aborted.

I think this is where the problem lies.  Why is it telling me that the script setup was aborted?

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: ATXRaspi with OSMC script setup was aborted
« Reply #1 on: March 08, 2017, 11:48:53 AM »
I think this is where the problem lies.  Why is it telling me that the script setup was aborted?
Hi Dathan,
Really not sure what to suggest, I am not familiar with OSMC and how that distro runs startup scripts. The shutdowncheck script has 2 variants - the python which requires Rpi.GPIO package, and the polling bash script which does not require anything special, it just needs to be started during startup. If the script runs correctly, the BOOTOK green LED on ATXRaspi will turn ON when the script starts.

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6866
  • Country: us
    • LowPowerLab
Re: ATXRaspi with OSMC script setup was aborted
« Reply #2 on: March 08, 2017, 11:50:31 AM »
There are a few more threads in the forum, if you search "OSMC" you should find them.
Please see this thread where I post a solution for openelec/kodi, might be a solution for OSMC also.