Then you need to tell my Kodi App running right now on my NUC that it needs to stop streaming video to my DLNA enabled Sony Blu-ray players. It seems to be breaking the rules. Ignorance of the law is no excuse!
Ran into a problem; I have everything up and running but am trying to setup my external drive for all my movie/tv show storage. I have it mounted to /usr/share/hassio/share/sdb; it shows up and nzbget will put stuff there, but I am trying to transfer all my existing stuff over from my old drive and am getting an error that there is not enough space. It is a 2TB drive and I am only trying to copy over ~200GB, but it is reporting that I only have ~70GB of room.
So I did some digging and have figured out that although my disk is showing up properly and reporting the correct size in ubuntu, the transfer via samba is only recognizing the ~70GB I have available on my root home folder.
This is over my head but here is what I get in the terminal:
xxx@yyy:~$ sudo df -h /usr/share/hassio/share/sdb
Filesystem Size Used Avail Use% Mounted on
/dev/sdb 1.8T 6.6G 1.7T 1% /usr/share/hassio/share/sdb
xxx@yyy:~$ sudo df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 110G 34G 70G 33% /
I think it is working (is is transferring them all at once, at least). For anyone that might run into the same thing, I had to go in the terminal and do:
sudo find /usr/share/hassio/share/sdb -type d -exec chmod 777 {} \;
this gave the read/write permissions to all users and then I was able to use winscp to start a transfer. So far, it hasnāt been taking up space on my root home, when I run:
tried disabling a lot of add ons but nothing is working. Takes like 15 min to restart hassio and then a bunch of stuff doesnāt work when it does start up.
Havenāt done it myself but if you have enough processing power, wouldnāt it be safest to have different services running within separate virtual machines? Then you can for example pick python version per virtual machine basis.
This might be really bad solution in real life so please correct me if I am wrong.
āNother newbie here (been trolling for many years) and I donāt understand why or what using Ubuntu over Debian gives. Iāve just gotten used to using Debian with the Rpiās. I just donāt have any real experience with Ubuntu. So, with that said, can I follow the same instructions (with the Debian install instead of Ubuntu of course)?
If you want to run other applications, Ubuntu has a much much larger (and newer versions of) app repository. There are tons of PPAs you can add, and a lot of software in general is targeted at Ubuntu. It has a larger audience, and community, better hardware support out of the box, and is generally easier to āget goingā on some hardware.
Thatās fine. Nothing wrong with that.
essentially, but you wonāt be able to use the add-apt-repository universe command, but with Debian, you probably donāt need it.
Found out thru trial and error that itās the external hard drive causing issues. Whenever I try to mount it in the hassio share, so that nzbget, plex, etc can access and use it, it cause the CPU hang ups and makes everything unusable.
Can anyone eli5 how to properly attach an external drive so that hassio and other addons can make use of it?
Mind pointing me in the right direction for this? I am confused if I need to bother with LVM or not and would like to mount the external drive (sdb) to /mnt and symlink as /usr/share/hassio/share/media
Transferred all my existing media over to /usr/share/hassio/share/media (which shows up as a shortcut in winscp and directs to /mnt/sdb), and I can access it all in there. However, I have now set up the NZBGet addon with the download directory set to /usr/share/hassio/share/media, the nzbget logs all show that it went to the right spot but when I tested a download on a random tv show, nzbget did not create the folders that it normally would (completed, intermediate, etc) and I cannot find that test download anywhere. Further, although I can see /usr/share/hassio/share/media in Winscp, nothing at all shows up in the HASSIO share folder via samba.
Any idea what I am missing to get those files to show up properly? I did have to chmod 777 on the media folder in order to transfer my existing files to it.