toolmanz

Members
  • Posts

    103
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

toolmanz's Achievements

Apprentice

Apprentice (3/14)

1

Reputation

  1. Thanks all for your suggestions. In the course of reviewing my settings I may have discovered a problem with my shares and how Tdarr is configured..... I will look into it by removing both dockers and then reinstalling them with (hopefully) a correct configuration. It has to do with the use of the "media" folder .... I don't have one of those - my media files hang as there own shares ....🥴 More later.....
  2. Thanks for this .... didnt see the option. Got it. Well the last few lines of the error log: DURATION : 01:15:02.089000000 [h264_cuvid @ 0x559aa61e5680] Cannot load libnvcuvid.so.1 [h264_cuvid @ 0x559aa61e5680] Failed loading nvcuvid. Stream mapping: Stream #0:0 -> #0:0 (h264 (h264_cuvid) -> hevc (hevc_nvenc)) Stream #0:1 -> #0:1 (copy) Stream #0:2 -> #0:2 (copy) Error while opening decoder for input stream #0:0 : Operation not permitted This is the most popular error .... well back to the drawing board ..... Thanks again toolmanz
  3. Hi all, Just started messing with TDARR - and have it running. Using an Unraid server (latest) and added TDARR server and node. Server running on an Dell R710 and have oodles of memory and 12 dual core Intel® Xeon® CPU X5675 @ 3.07GHz (24HT) I am using the plugins that came with including "Migz-Transcode Using Nvidia GPU & FFMPEG" plugin to do the heavy lifting. I have an nvidia P400 video card installed and it shows up in the Unraid config and looks to be functioning all right. I have 4200 files (TV and Movies) - So far there have been 326 transcodes - or so it says. My question is where do I find the errors log for the transcode errors? I currently have about 3200 transcoding errors which to me is a little high??? Also of concern is that I have only saved 4.2 GB in space so far....that seems light. Need to find out what the errors are for - sounds like I have something configured wrong?? Let me know if you need any further info..... Thanks in advance. toolmanz
  4. I just went into the "Paths" setting and changed certstore location to my data directory .... copied the .pem to data and it works. Easy peasy....
  5. By the way, I found a repository of old PFSense images and iso's. Kinda hard to find.... https://repo.ialab.dsu.edu/pfsense/ Goes back to 2.4.4 all iterations.. Cheers tollmanz
  6. All, I have been backing up my PFSense VM for a while now and just stumbled into a situation where I need to restore a backup. Should I use rsync to sync them back to production after shutting down the PFSense instance? Running an Unraid server (latest) and use the auto_vm_backup script. The backup has 3 directories: NVRAM XML IMG ...with various files in each..... I think though that I am having permission, ownership and rights issues. I did the restore of the xml and libvirt files using rsync: rsync -a --no-o /mnt/user/backups/auto_vm_backup/_07_Jul_2021/xml/* /etc/libvirt/qemu/* rsync -a --no-o /mnt/user/backups/auto_vm_backup/_07_Jul_2021/img/* /mnt/user/system/libvirt/* ...but had to use the "CP" to copy over the .pf files since when I used: rsync -a --no-o /mnt/user/backups/auto_vm_backup/_07_jul_2021/nvram/* /etc/libvirt/qemu/nvram/* ...it didn't work. Has anyone attempted this with rsync? should I use a different set of switches- a?v?z? I did note that as a final step in the backup process it runs a: chmod -R 777 $dir ...which alters the permissions etc. When I used the above I restarted the PFSense instance and nothing changed (am attemptiong to move the PFSense version back to ver. 2.5.1 from 2.5.2 since it has dynamic dns issues) This is an interesting alternative but would need to find the version 2.5.1 iso in order to implement since the backups include the XML file. Any help > direction to head in> or previous experience is appreciated. TIA toolmanz
  7. Well I solvd it. Not using the client from NOIP at all. Added a rule to PFSense router .... easy peasy .... thanks to all and the NOIP support team. Cheers toolmanz
  8. I put in a support ticket into NOIP - they suggested that I avoid the problems with GCC errors. I added a NOIP rule to my PFSense router ..... problem solved!😀 Thanks to all toolmanz
  9. Can anybody tell me or provide a step by step on how to install a compiler on Unraid? My setup: Dell R710 server with Unraid latest; Usual assortment of dockers; Nextcloud, Sonarr, Radarr ..... 48 Gb memory and 12 cores/24 threads Runs well and haven't had a major problems - except those of my own making 😁.... I use a reverse proxy using a service called "NO-IP" to handle the redirections. And when my ISP graciously changes my IP - all my proxies don't work. I want to install their Linux Dynamic Update Client (DUC) on the server to periodically check that the IP address hasn't changed (my dumb ISP just can't seem to keep my ip static .....🤬 I have the NOIP package etc. but whenever I try to run make install it tells me: sudo make install sudo: make: command not found I assume this means I don't have gcc or some such not installed. Tried everything with no joy.... If anyone can point me in the right direction it would be greatly appreciated. Thats the last step before getting the client installed .....😭 Thanks in advance for any feedback or suggestions..... I also posted at: Cheers toolmanz
  10. Ya, I found that but it requires you to install it first - according to the docker entry. thanks for responding toolmanz
  11. All, I have been fiddling with this for long enough and wanted to reach out and see if someone could offer some guidance: My setup: Dell R710 server with Unraid latest; Usual assortment of dockers; Nextcloud, Sonarr, Radarr ..... 48 Gb memory and 12 cores/24 threads Runs well and haven't had a major problems - except those of my own making 😁.... I use a reverse proxy using a service called "NO-IP" to handle the redirections. And when my ISP graciously changes my IP - all my proxies don't work. I want to install their Linux Dynamic Update Client (DUC) on the server to periodically check that the IP address hasn't changed (my dumb ISP just can't seem to keep my ip static .....🤬 Here is the link for install instructions but they are not helpful. https://www.noip.com/support/knowledgebase/installing-the-linux-dynamic-update-client-on-ubuntu/. I follow the instructions and get the client downloaded and thats fine. This is the list of install steps: 1. cd /usr/local/src/ 2.wget http://www.noip.com/client/linux/noip-duc-linux.tar.gz 3. tar xf noip-duc-linux.tar.gz 4. cd noip-2.1.9-1/ 5. make install The stumbling block is #5 "MAKE INSTALL". I go to the CLI in Unraid and issue: sudo make install And this is the response: sudo make install sudo: make: command not found I thought I had installed GCC (I am assuming that is what it is looking for, thru Nerd Tools, various gcc dockers .....) Nothing seems to work. Is there something I'm not seeing or doing? If anyone has some experience with this or similiar could you provide a direction to head in to make this thing work? Thanks in advance .... very appreciated. I will post this with "NO-IP" support as well. Cheers toolmanz
  12. Oh forgot to add the highwater mark is 70% on disk 2. Does that trigger changes in unraid that cause the system to change where the files are stored? toolmanz
  13. This is a pick of the shares currently. As expected. I checked out the contents of each one and they are as expected with the shares that are below. So no issues to be concerned with? Cheers toolmanz
  14. Thanks. I should know to do this - I've done it before. Doh! 😵 Ok I will upload the zip file. Attached Thanks toolmanz tower-diagnostics-20210422-1512.zip