Posts by vpeter
-
-
-
Try this one taken from mariadb package: http://vpeter.libreelec.tv/rpi2/mysqldump
-
I always see tkaiser saying how bad powering and coolling is done on most embedded boards. But for N2 he wrote:
Quotethis board with its solid powering method, great passive cooling setup, sufficient performance and great software support is a good basis for a lot of use cases.
And for the record: I do not own this device like most people also doesn't

-
freeman1994, do you have TV calibrated? If yes maybe it is set for older builds.
-
You can try this. Change boot to use sd card as storage. Copy everything from usb stick to rpi's sd card in one folder. Format usb stick to ext4 and copy everything back from sd card. Check that permissions are right. Change boot to use usb storage. And reboot. If not do what you did first time.
Or just use le's backup & restore function.
-
And that's why you have this problem

-
Do you have EXT4 filesystem on USB stick? If not I think this is a must.
-
In your log there are things like
CodeMar 02 18:26:45 LibreELEC sshd[8409]: @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ Mar 02 18:26:45 LibreELEC sshd[8409]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Mar 02 18:26:45 LibreELEC sshd[8409]: Permissions 0777 for '/storage/.cache/ssh/ssh_host_rsa_key' are too open. Mar 02 18:26:45 LibreELEC sshd[8409]: It is required that your private key files are NOT accessible by others. Mar 02 18:26:45 LibreELEC sshd[8409]: This private key will be ignored. Mar 02 18:26:45 LibreELEC sshd[8409]: Error loading host key "/storage/.cache/ssh/ssh_host_rsa_key": bad permissions Mar 02 18:26:45 LibreELEC sshd[8409]: Could not load host key: /storage/.cache/ssh/ssh_host_rsa_key Mar 02 18:26:45 LibreELEC sshd[8409]: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@meaning you have wrong permissions set. Maybe because of that ssh server doesn't start.
-
Are you using storage on USB disk maybe?
-
Tripayou, in your source file add |verifypeer=false at the end of the path. Like this for ftps
Or add certificate to your LibreELEC system. Read here for a tips How to connect to Filezilla FTP over TLS server to stream music?
-
Anything involving Ace streams is piracy and falls on the wrong side of forum rules.
Ups, missed that

-
Did you tried Requires= and Wants= in kodi.service?
-
-
Try with
-
I have usbreset binary if you really need it.
-
The problem was with old gpiozero version which requires setuptools on LE. And new version can work without. Will send PR so it can be fixed.
QuoteThis is what you get with bumping packages blindly
Just because there is newer version it doesn't mean it works the same way as before. And of course no one actually do a test with new version. This was broken for more than 6 months. -
My zip file virtual.rpi-tools-9.0.105.RPi2.zip contains gpiozero 1.5.0 which should not needed setuptools from Python. But it needs colorzero package (which is included in addon).
Uninstalling addon virtual.rpi-tools and install my version from ZIP should also work. Or just installing. So many options
