due to presence of pirate add-ons no further support will be provided
Posts by chewitt
-
-
-
If you go back in git history for the Virtual project you will find packages for vbox. They were removed from Virtual a few months ago as vbox drivers are broken frequently (causing compile problems) and staff all use vmware so they weren't required. You will also see recent changes in master branch to add the vmware drivers into the Generic image (removing Virtual). If you combine the approach (putting stuff into Generic) but with vbox packages you will get your unreliable and frequently broken wish for vbox support. That's as far as Help on the topic will go though; IMHO if you want to run vbox in docker go use Ubuntu instead of LE and life will be a lot easier.
-
Ithildir78 there are a ton of piracy repo's/add-ons installed on your box so we refuse further support.
vegeto_10 your hardware is different to the OP so likely a completely different issue, start your own thread and provide appropriate logs
-
Please PM me with a new choice of username as we do not want your posts creating an assumed association between our project and the pirate add-on of the same name in Google searches. You might also want to rethink posting about NZB tools and stealing music.
-
Probably just a rule that needs to be suppressed for false positives, but I thought it might be worth mentioning here. I don't know if there is anything that can be done programming side to prevent this?LibreElec updates triggers an alert on suricata ET rules.
alert http $HOME_NET any -> $EXTERNAL_NET any (msg:"ET POLICY Python-urllib/ Suspicious User Agent"; flow:established,to_server; content:"Python-urllib/"; nocase; http_user_agent; depth:14; content:!"dropbox.com|0d0a|"; http_header; reference:url,http://www.useragentstring.com/pages/useragentstring.php; classtype:attempted-recon; sid:2013031; rev:4; )
It's a false positive, and nothing we can do anything about.
-
Krypton has experienced major VideoPlayer changes since Jarvis, and more will come in Leia. Old tricks may not be [as] applicable.
-
is this with the built-in wifi or a third-party USB device?
reason for asking is that we already disable power management in the kernel for the built-in device.
-
I had a go at building htop but ran into issues and then something more interesting came up, or something. Needs someone with more build fu than me to figure it out. escalade has it in his builds, but if remember right, compiled with shared libs not static.
-
It will not create a noobs install, but if you install noobs that .tar contains the files required to add LE to the collection of OS on the device.
-
The on-screen context help clearly states "Set to ON if you have copied private SSH keys to your HTPC and would like to improve security by disabling SSH username and password authentication" so I think we have the bases covered. It would be inappropriate to change the label text as you suggest because disabling password-auth does not disable the SSH service (that's the line immediately above).
-
I'm not sure why people are getting offended. Advice has been given politely and the advice is correct.
I'll summarise the options for passwords/auth: If the "disable password auth" setting for SSH is enabled via LE settings or by adding extra config to the sshd.conf file (which is what LE settings does) the SSH daemon is still running and you can still SSH to the box and will receive a password prompt but the default root/libreelec credentials will not be accepted. To use key authentication instead of passwords you need to copy your public key to the box before disabling password auth so that private/public key auth can work (same as any other Linux distro). If you simply want to secure the box so that password login can't be used you can turn SSH off in LE settings and nobody can login. If you need access for something turn SSH back on again.
Anything else is not possible .. so choose and calm down.
-
So, you want us to help you clean up a box so you can install a bunch of new piracy add-ons. Good luck.
-
what hardware is this on?
-
This is a known issue in amcodec (which is why it's not seen on pi) and probably won't be fixed until the next major wave of VideoPlayer changes land in Kodi Leia (v18). You can use skip steps rather than rewind to move back in a video and things are okay.
-
Put script in same folder as the files you want to release and run the script an it creates the JSON file that is queried for by the settings addon. Set the base URL for where you host the JSON file as the custom channel.
-
Potentially yes, but if everything booted on second attempt it's unlikely.
-
run "dmesg | paste" and share the URL generated.. let's see how slow the network drivers are to load..