Everything posted by reveno
-
[Plugin] Nvidia-Driver
Thanks for the reply. On the Proxmox host nouveau has been blacklisted; proxmox# lspci | grep -i nvidia 01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1) 01:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1) I never blacklisted the nouveau driver in Unraid before and it worked. Given that the nvidia drivers are not installed/won't install, isn't it using nouveau the expected behaviour? It's passed through as raw device, primary GPU is unticked. To blacklist it in Unraid - do I add this to my /boot/config/go file? echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf
-
[Plugin] Nvidia-Driver
Hi, this plugin has been working great for me for a few months until my server needed a restart today. It's a Proxmox host with Unraid VM and GPU pass through to unraid. Rebooting my Unraid would hang at rc.local Installing packages from /boot/extra, and removing the nvidia driver install package would let the boot finish. Trying to re-install the driver now it hangs/never progresses past Installing... The only way it seems to have a stable system now is to remove the nvidia-drivers. Changing from latest to a past version number that was previously working doesn't change anything. The GPU is passed through and seen by Unraid in lspci. Any help is appreciated. Downloading plugin plugin: installing: nvidia-driver.plg Executing hook script: CA_preHook Clearing Community Applications plugin cache Executing hook script: pre_plugin_checks plugin: downloading: nvidia-driver-2025.03.25.txz ... plugin: downloading: nvidia-driver-2025.03.25.txz ... 100% plugin: downloading: nvidia-driver-2025.03.25.txz ... done +============================================================================== | Installing new package /boot/config/plugins/nvidia-driver/nvidia-driver-2025.03.25.txz +============================================================================== Verifying package nvidia-driver-2025.03.25.txz. Installing package nvidia-driver-2025.03.25.txz: PACKAGE DESCRIPTION: Package nvidia-driver-2025.03.25.txz installed. +============================================================================== | WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING | | Don't close this window with the red 'X' in the top right corner until the 'DONE' button is displayed! | | WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING +============================================================================== -----------------Downloading Nvidia Driver Package v580.82.09------------------ ----------This could take some time, please don't close this window!------------ ----Successfully downloaded Nvidia Driver Package v580.82.09, please wait!---- -----------------Installing Nvidia Driver Package v580.82.09------------------- 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP104 [GeForce GTX 1070] [10de:1b81] (rev a1) Subsystem: Dell Device [1028:3301] Kernel modules: nouveau 01:00.1 Audio device [0403]: NVIDIA Corporation GP104 High Definition Audio Controller [10de:10f0] (rev a1) Subsystem: Dell Device [1028:3301] tower-diagnostics-20251004-1059.zip
-
[Support] alturismo - Repos
Thank you for the help - the addon is a great concept and I think working well!
-
[Support] alturismo - Repos
Thank you. I am sure I'd tried that but setting it again it worked, I was able to keep as localhost for mediaserver_host. Can I ask too - I don't know if I've properly understood the options for postprocessing. For example testing on: cache mover logs ... Sep 20 10:01:09 Tower root: cache-mover: msm: open file Peter Rabbit 2018 Bluray-720p.mkv will be switched cache now Sep 20 10:01:10 Tower root: cache-mover: msm: /mnt/cache/share/data/plex/movies/Peter Rabbit (2018)/Peter Rabbit 2018 Bluray-720p.mkv Sep 20 10:01:10 Tower root: cache-mover: msm: ready to switch live ...I get this in my mover_excl.txt and mover_ignore.txt (added by cache mover) /mnt/cache/share/data/plex/movies/Peter Rabbit (2018)Is this added by cache mover to track files added, and is it correct that cache-mover will move these back to the array after the keep hours regular time?
-
[Support] alturismo - Repos
Hi, I'm also having some trouble getting it setup. Here is my config file after reading through this thread: # cat /boot/config/plugins/cache-mover/cachemoversettings disks="" pool="cache" subfolders="/mnt/user/share/data/plex/movies /mnt/user/share/data/plex/series" filetypes=".mkv .mp4" wait_todo="60" move_excl="yes" move_excl_list="/mnt/user/system/mover/mover_excl.txt" move_tune_list="/mnt/user/system/mover/mover_ignore.txt" rsync_mode="folder" rsync_move="" rsync_copy="rsync --stats -azht --mkpath" switch_mode="switch" time_keephours="24" time_keephours_sub="720" subfolder_keep_sub="/TVRIPS" target_keephours="user0" use_recycle="no" recycle_folder=".Recycle.Bin" unraid_note="yes" unraid_syslog="yes" script_cron="*/10 * * * *" clean_cron="5 7 * * *" mediaserver_type="plex" mediaserver_url="http" mediaserver_host="localhost" mediaserver_port="32400" mediaserver_key="my-api-key-is-here" mediaserver_only="only" script_cron_state="started" clean_cron_state="started" exclusions="/mnt/user/share/data/torrents/complete" rewrite_source="/data/plex:/mnt/user/share/data/plex" I've set the timer to 60 just to make it easier to test/setup but will increase later. Running this during a stream I get curl -s "http://localhost:32400/library/metadata/$KEY?X-Plex-Token=my-api-key-is-here" <?xml version="1.0" encoding="UTF-8"?> <MediaContainer size="1" allowSync="1" identifier="com.plexapp.plugins.library" librarySectionID="2" librarySectionTitle="TV Shows" ...> ... <Part id="12671" key="/library/parts/12671/1756343375/file.mkv" duration="420080" file="/data/plex/series/Bluey/Season 2/Bluey (2018) - S02E29 - Movies WEBDL-1080p - (BTN).mkv" size="99797445" audioProfile="lc" container="mkv" videoProfile="high"> <Stream id="28370" streamType="1" default="1" codec="h264" index="0" bitrate="1901" language="English" languageTag="en" languageCode="eng" bitDepth="8" chromaLocation="left" chromaSubsampling="4:2:0" codedHeight="1088" codedWidth="1920" frameRate="25.000" hasScalingMatrix="0" height="1080" level="40" profile="high" refFrames="4" scanType="progressive" width="1920" displayTitle="1080p" extendedDisplayTitle="1080p (H.264)"> </Stream>...There is nothing in the Cache Mover or Cleaner Logs to help point in the right direction. I have a single cache drive in the pool which is xfs format. Appdata and system live on the cache drive. My plex is a docker container which looks like this plex: image: lscr.io/linuxserver/plex:latest container_name: plex environment: - PUID=1000 - PGID=100 - ADVERTISE_IP="http://192.168.50.10:32400/" volumes: - /mnt/user/appdata/plex/config:/config - /mnt/user/share/data/plex:/data/plex ...Any help is appreciated thank you