Posts by apuokas
-
-
<p>#!/bin/bash
case "$1" in
*)
ssh [email protected] '/home/apuokas/./dect200off.sh'
;;
esac</p>The line "ssh [email protected] '/home/apuokas/./dect200off.sh'" conecting per ssh to another pc on LAN and execute script to poweroff amplifier. The amplifier is off befor i becomme mesage "a start job is running for kodi shutdown (or reboot) script...........". It takes a long time, maybe a hour, till htpc going off.
-
Hallo,
after i going to restart or shutdown libreelec i becomme commandline screen with a lot of "ok" messages, but after message "ok-reached target final step" i becomme mesagge "a start job is running for kodi shutdown (or reboot) script" and its conting time "count time/no limit". It reaches not the end. If i make "hard reset", i cant see anny problems with libreelec and kodi. As minimum to solve this problem, there can be some posibility to set limits for restart and reboot script execute-time. Does anyone know how i can solve this problem?
Best Regards -
-
Hallo,
is it posible to install new (beta) USB Raspberry 3 Bootloader for existing Libreelec instalation?
For my Raspbian and Raspbx it works perfect with scandisc usb stic.
Links:
1) How to boot from a USB Mass Storage Device on a Raspberry Pi 3 - Raspberry Pi Documentation
2) Pi 3 booting part I: USB mass storage boot beta - Raspberry PiBest Regards