-
patient000 started following dedi
-
Upgraded to 7.3.0 and now NFS shares are not working with Kodi works fine with 7.2.4
So I run into the same issue with the current version of OSMC. I solved it with AI, by adding the following lines to /etc/nfs.conf on my Unraid host (file didn't exist before for me): [nfsd] vers4.0=y vers4.1=y vers4.2=yQuick console command to add it and restart nfs: cat << 'EOF' >> /etc/nfs.conf [nfsd] vers4.0=y vers4.1=y vers4.2=y EOF /etc/rc.d/rc.nfsd restartIt worked after rebooting my OSMC. To make it permanent, place it in the go file (did not test the reboot right now): cat << 'EOF' >> /boot/config/go cat << 'INNER_EOF' >> /etc/nfs.conf [nfsd] vers4.0=y vers4.1=y vers4.2=y INNER_EOF /etc/rc.d/rc.nfsd restart EOFI hope this is something to setup in the GUI in the future.
-
Adding a healthcheck to a docker image?
I am a noob in this topic, but I found out that not every docker container has curl, like some alpine based containers. I replaced the extra parm command to use wget for these containers: --health-cmd="wget --no-verbose --tries=1 --spider http://1.1.1.1 || exit 1" --health-interval=100s --health-retries=3 --health-timeout=30s --health-start-period=60s I also replaced google with 1.1.1.1 so it's not affected by a dns problem
-
[support] Bungy's docker repository
The nzbgetvpn docker from jshridha is now 17 months old. Any chance that it gets updated / switched to a newer docker image?
-
[Support] Audiobookshelf
A bit surprising that did not come up yet, but I had permission issues of files written by ABS (644 owned by root) and access them via SMB. --user=99:100 as extra parameters did the trick and now it writes as nobody:users owner I had to fix apppdata permissions once: chown nobody:users appdata/audiobookshelf -R
-
[Support] Audiobookshelf
Newly created cover and metadata files have read only permissions for root/root. -rw-r--r-- 1 root root cover.jpg -rw-r--r-- 1 root root metadata.json Can that be fixed somehow?
-
Issue with Plex Transcoder
Thanks, that was as issue for me too, and this fixed it. (appdata\plex\Library\Application Support\Plex Media Server\Codecs)
-
Cant change docker containers start order
It is really hard to find even after I googled to this thread and it feels misplaced
-
WD60EFRX-68MYMN1 vs WD60EFRX-68L0BN1
Hi! A bit late to the topic but here is what I experienced: I have a WDC WD60EFRX-68MYMN1 hard drive that has been causing problems for 5 years (when I started using unraid). Although I've tried troubleshooting it a few times, I haven't found any solutions. Initially, I thought the drive might be failing or there was something wrong with my setup, so I started using it as an additional parity drive. However, it always starts to count errors after running for a while, although all parity checks and extended SMART tests have been successful over the years. I recently upgraded my unraid server and am now using a SAS card, but the drive continues to exhibit the same behavior. Additionally, it sometimes gets disabled after running for 1-3 weeks. Once, it happened exactly when I clicked on the spin-up/spin-down button, so I'm not sure if this is related to the spinning state. I've tried switching cables and controllers, but it hasn't made a difference. WDC WD60EFRX-68MYMN1 log.txt
-
[Plugin] CA Appdata Backup / Restore v2
I had the same thought. Also it's not really true that all files within that location will be deleted. I have existing backups as well as custom folders and files there, they all stay fine. Only thing ever getting overwritten there are the contents of subfolders caBackupUSBStick and caBackupVM/libvirt.img when running a backup.
-
eth0 and eth1 switching after reboot
The NICs for eth0 and eth1 are switching around on boots, making it sometimes unreachable from the network. I'm running Unraid on proxmox, when running correctly eth0 is on proxmox br0, eth1 is my 10G card with PCIe passtrough. I do not have any option in the network config to specifically assign the NICs. I also don't have a network-rules.cfg, if I create one it gets removed on reboot. diagnostics-20221205-1809.zip
-
[Plugin] CA Appdata Backup / Restore v2
Can confirm, backing up subfolders works great now. Thank you!
-
[Plugin] CA Appdata Backup / Restore v2
Thanks for all your effort! Just as a thought: adding single folder names in addition to full paths would be a nice solution too that would give a better overview (and maybe is not a lot more work to implement). A bigger/scaling input field is an other idea.
-
[Plugin] CA Appdata Backup / Restore v2
Yes, that is the case. I use it a lot since there is a lot of diskspace hungry stuff that does not need to get backed up. (The UI isn't great to add these, that's why I edit it in notepad.)
-
[Plugin] CA Appdata Backup / Restore v2
That is not working here, still creates full backups. (All data are on cache only). I tried to switch "Appdata Share (Source):" to /mnt/cache/appdata too but that also didn't help.
-
[Plugin] CA Appdata Backup / Restore v2
Hi! Switched to the new fork, re-entered all config options, enabled "Create separate archives (one per folder)." It's now ignoring my list of excluded subfolders. Whole apps are still getting excluded, but I have a lot of cache/thumbnails/metadata folders that grow the backups way too big. (This was working before.)
dedi
Members
-
Joined
-
Last visited