Rexl

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by Rexl

  1. Hi all, Most like I would be the first to run into this 'problem', but i couldn't find the answer in this thread or on the interwebs. I would like to keep a copy of both the original 4K version and a 1080p version in the same folder. This is because not all devices are capable of playback native 4K. I am using Radarr and Tdarr, Radarr places the files in /mnt/user/films and thats also the working directory for Tdarr. My first step is currently to transcode the movie to hevc if it isn't already, regardless of the resolution, next I would like to transcode the hevc version to 1080p. But I cant seem to figure out what would be a good workable solution. the transcoding proces is setup as followed: Library A: remove image from file, reorder streams, clean audio, remove subs, ffmpeg transcode to hevc, new file check, rename based on codec and resolution. Library B: Filter on resolution (only proces anythink about 1080p), ffmpeg to 1080p in hevc, new file check, rename based on codec and resolution. I tried all kinds of different setups with the processing folders. Same working folders, without deleting souce and with deleting, different working folders, you name it. Ideally I would like to store the different files from one movie in the same folder as this would be a lot easier to maintain in my oppinion. Is this even possible and if so how could this be done? Thanks in advance!
  2. Thanks again Frank! Was hoping on a setting within UnRaid or somewhere. But will definitely try those steps
  3. Thank you for the reply Frank, I am kinda ruling out any grounding issues, as all the outlets are grounded and even the switch is grounded via the power supply. Furthermore I did a test where I just unplugged the switch from the outlet (not even touching the case of the switch, just the powercord) and even than the server isn't reachable after the switch started up again.
  4. I first noticed it once i was tieding up closet where the switch and modem/router are located, as i was just moving the switch around an unplugging everything and repositing everything I noticed that I couldnt connect anymore after i was all done and thought it might have been the switch that i was using (was an old HP switch), but as I bought a new switch i was curious if the problem still persisted which it did. So today i just tested it again to be 100% sure the problem was still there before I posted this. Not planning on doing it that frequently anymore but in the case that i need to do it again, its kinda annouying that i have to power down the entire server for switching around ethernet ports on the switch for example.
  5. Hi, First of all thanks for taking the time reading my post. I have a bit of a issue with my server , it isn't that big of an issue but more an inconvenience. When ever I unplug the ethernet cable from my server whiles it is running and replug it the server remains not accessable and I have to restart the entire server before I can access it again via the web UI. Running a ping command from another computer will give me the message that the server is unaccessable aswell, which would let me indicate that the entire link is down not just the webui. Mar 31 15:36:44 Ark kernel: r8169 0000:07:00.0 eth0: Link is Down Mar 31 15:36:44 Ark kernel: br0: port 1(eth0) entered disabled state Mar 31 15:38:26 Ark init: Switching to runlevel: 0 Mar 31 15:38:26 Ark init: Trying to re-exec init Mar 31 15:38:27 Ark nginx: 2022/03/31 15:38:27 [alert] 8090#8090: *346899 open socket #25 left in connection 6 Mar 31 15:38:27 Ark nginx: 2022/03/31 15:38:27 [alert] 8090#8090: *346474 open socket #21 left in connection 10 Mar 31 15:38:27 Ark nginx: 2022/03/31 15:38:27 [alert] 8090#8090: *346477 open socket #20 left in connection 13 Mar 31 15:38:27 Ark nginx: 2022/03/31 15:38:27 [alert] 8090#8090: aborting Mar 31 15:38:28 Ark kernel: mdcmd (37): nocheck cancel Mar 31 15:38:29 Ark emhttpd: Spinning up all drives... <.. server continues to shutdown from here..> As you can see the link goes down when I unplug the cable but it doesn't go back up when the cable is reseated (in this case I left it unplugged for 10-20sec before reseating it) and stays down, the lights on the port do start to blink as if it would indicate that is active. I suspect it has something to do with the 2nd line in the log, that is that the eth0 is entering disabled state. I only have one ethernet port on the server, which is the one on the motherboard (ASUS Prime B450M-A which uses a RealTec RTL8111/8168/8411 chip) Hope someone can help me out with this one. Thanks in advance. ark-diagnostics-20220331-1623.zip
  6. Got it to work with the help of this Reddit post: https://www.reddit.com/r/unRAID/comments/j676ce/wireguard_troubles_can_access_shares_from_phone/ Added the account reference via the account manager in Windows and everything worked like charm!
  7. Hi, I am also having difficulties connecting to my SMB shares via WireGuard. I did setup everything according to the steps descriped on the site of unraid and I am able to connect to my unraid server and browse the webgui, both from the tunneled IP (10.253.0.1) as the Internal IP address (192.168.1.254). Whenever I try to connect to the SMB shares it simple gives me the message that it cant connect. I tried the following: Remote tunneling Remote access to server Remote access to LAN Neither of these options give the direct access to the SMB shares of Unraid. I attached my current configuration, hopefully someone can help me out! Thanks in advance!
  8. Hi, I am having issues setting up a second domain via the LetsEncrypt docker in Unraid. I added the EXTRA_DOMAINS variable in the conf page and saved it. It wants to create a certificate for the extra domain although is gives me an error saying that the there is an invalid response for the extra domain. The odd thing is that both the 'old' and new domain have the in their DNS records the same ip setup, pinging the new domain gives back the correct IP address. When you navigate to the new domain in the browser it shows the test page from the ngix server that is running on unraid. So i would assume that the port forwarding is also working fine, oh and just creating a cert for the 'old' domain works fine without any issue. Could anyone give me advise on why the new domains isnt being registerd correctly? I attached the log file that i got from LE. /docker run -d --name='letsencrypt' --net='proxynet' --privileged=true -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'EMAIL'='rj***@***.com' -e 'URL'='rjwalet.nl' -e 'SUBDOMAINS'='nextcloud,sonarr,radarr' -e 'ONLY_SUBDOMAINS'='false' -e 'DHLEVEL'='2048' -e 'VALIDATION'='http' -e 'DNSPLUGIN'='' -e 'EXTRA_DOMAINS'='bakbijbel.nl' -e 'PUID'='99' -e 'PGID'='100' -p '180:80/tcp' -p '1443:443/tcp' -v '/mnt/user/appdata/letsencrypt':'/config':'rw' 'linuxserver/letsencrypt' Thanks in advance! Never mind, already fixed it myself Turns out there was a AAAA record still present with an IPv6 attachted to it, after deleting that DNS record an giving it sometime it worked
  9. Thank you so much! the steps worked wonderful and it is now sync parity. All the disks came back online Thanks for the quick replies aswell! Rexl
  10. Disk 6 became disabled after setting up the new config. I could assign all the disk with no problem and it was still up then but after setting the new config up the disk became disabled. I will try the steps you provided and report back once it is done.
  11. I followed this guide line. There is a chapter for v6 http://lime-technology.com/wiki/index.php/Make_unRAID_Trust_the_Parity_Drive,_Avoid_Rebuilding_Parity_Unnecessarily
  12. Yes i am sure, i took a screenshot of the disk layout before creating the new config.
  13. Hi all, After i removed a disk from the array and created a new config (whiles following the steps provided by unraid) I saw that one of my drives had the status "Unmountable". After a bit of googling I ran into a post (here on the unraid forum) suggesting to run xfs_repair -v. Xfs_repair didnt work sadly enough and now i dont really know the best way to resolve this issue. The disk that is currently having issues is disk 6. XFS_repair output: Phase 1 - find and verify superblock... bad primary superblock - bad magic number !!! attempting to find secondary superblock... ...Sorry, could not find valid secondary superblock Exiting now. Hopefully somebody can help me. Thanks in advance! Rexl ark-diagnostics-20160705-1813.zip ark-smart-20160705-1816-disk6.zip
  14. I just tried again to create a new image and everything seems to work fine, so this topic may be closed.. Rexl
  15. Hey all, I had some problems with a docker not wanting to start, so i recreated my entire container. I first deleted my excisting img and then tried to create new (bigger) image. But when I start docker it gives me the following errors: Nov 26 12:09:09 Ark php: /usr/bin/rm "/mnt/cache/Apps/Docker/docker.img" Nov 26 12:09:16 Ark php: /usr/local/emhttp/plugins/dynamix.docker.manager/event/started;/usr/local/emhttp/plugins/dynamix.docker.manager/dockerupdate.php Nov 26 12:09:16 Ark php: Starting Docker... Nov 26 12:09:16 Ark logger: starting docker ... Nov 26 12:09:35 Ark php: Updating templates... Updating info... Nov 26 12:09:35 Ark php: Warning: stream_socket_client(): unable to connect to unix:///var/run/docker.sock (No such file or directory) in /usr/local/emhttp/plugins/dynamix.docker.manager/dockerClient.php on line 505 Nov 26 12:09:35 Ark php: Couldn't create socket: [2] No such file or directory Nov 26 12:09:35 Ark php: Warning: file_put_contents(/var/lib/docker/unraid-update-status.json): failed to open stream: Read-only file system in /usr/local/emhttp/plugins/dynamix.docker.manager/dockerClient.php on line 365 Nov 26 12:09:35 Ark php: Done. Anyone could help me out? Thanks in advance! Rexl
  16. Well I read the topic and it seems that the WebGUI indeed throttle all the cores to 100%, whereas with the intel_pstate=disable statement the cores throttle more dynamic in the end it doesnt really matter that much power consumption wise. So I will keep it config file without the additional line. Thanks for all the input! -Rexl ps. thread can be closed as it solved for me:)
  17. Thanks for all the responses, I will get it tonight if the fix works for me! -Rexl
  18. Hey all, I recently upgraded and updated my server but i noticed that the CPU doesn't throttle back when it isn't utilized. Unraid: 6.0.1 CPU: Intel i3 4170 Motherboad: Gigabyte H97N-WIFI The following command gives me: cat /proc/cpuinfo |egrep -i mh cpu MHz : 3700.144 cpu MHz : 3652.882 cpu MHz : 3700.000 cpu MHz : 3700.144 Hope that anyone can help me with this. Thanks in advance -Rexl
  19. The unrar command doesn't exist on stock unRAID, but unzip does. However, your unzip error means that unzip does not work on yours for some reason. Since that is part of the core unRAID distribution, I wonder what else might be broken. Post a syslog I re-extracted the unraid 6 files to the flashdrive and enabled VT-d on my CPU and the unzip seems te be working atm. Everything seems to be working now, the VM booted up. Thanks anyways for the effort!
  20. I unzipped it via winrar using my desktop PC as I couldnt get passed the 1st error. Also tried unrar on the unraid box but i get the same error. I also redownloaded the file but with no success even the following command doesnt work: root@Ark:~# unzip --help -bash: /usr/bin/unzip: cannot execute binary file Could this has something to do with the type of hardware I am using or bios settings perhaps, I read somewhere that this might be the problem?
  21. I just tried to install AcrhVM and get it up and running but I ran into some issues. I am running a fresh install of unraid 6 beta 5a 1. Unzip root@Ark:/mnt/cache/VirtualMachines# unzip ArchVM_v5.zip -bash: /usr/bin/unzip: cannot execute binary file 2. xl create arch.cfg -c root@Ark:/mnt/cache/VirtualMachines/ArchVM# xl create arch.cfg -c Parsing config from arch.cfg libxl: error: libxl_bootloader.c:628:bootloader_finished: bootloader failed - consult logfile /var/log/xen/bootloader.1.log libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: bootloader [19298] exited with error status 2 libxl: error: libxl_create.c:900:domcreate_rebuild_done: cannot (re-)build domain: -3 libxl: error: libxl_dom.c:35:libxl__domain_type: unable to get domain type for domid=1 Unable to attach console libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: console child [0] exited with error status 1 As for the output of the logfile: usr/lib64/xen/bin/pygrub: line 16: import: command not found /usr/lib64/xen/bin/pygrub: line 17: import: command not found /usr/lib64/xen/bin/pygrub: line 18: import: command not found /usr/lib64/xen/bin/pygrub: line 19: import: command not found /usr/lib64/xen/bin/pygrub: line 20: import: command not found /usr/lib64/xen/bin/pygrub: line 22: import: command not found /usr/lib64/xen/bin/pygrub: line 23: import: command not found /usr/lib64/xen/bin/pygrub: line 25: import: command not found /usr/lib64/xen/bin/pygrub: line 26: import: command not found /usr/lib64/xen/bin/pygrub: line 27: import: command not found /usr/lib64/xen/bin/pygrub: line 28: import: command not found /usr/lib64/xen/bin/pygrub: line 30: PYGRUB_VER: command not found /usr/lib64/xen/bin/pygrub: line 31: FS_READ_MAX: command not found /usr/lib64/xen/bin/pygrub: line 33: syntax error near unexpected token `(' /usr/lib64/xen/bin/pygrub: line 33: `def enable_cursor(ison):' Here is my config file for ArchVM: # Created for the unRaid community by IronicBadger. # Last updated 19/05/2014. Enjoy! name = "archVM" # change me as required bootloader = "pygrub" memory = 4096 # update me to 4096 if using sabnzbd vcpus = '3' # update me to no of CPUs allocated disk = [ 'phy:/mnt/cache/VirtualMachines/ArchVM/arch.img,xvda,w', # 'phy:/mnt/user/Software/data.img,xvdb,w' ] # replace xx:xx:xx with random a1:b2:c3 mac address vif = [ 'mac=00:16:3e:a1:b2:c3,bridge=br0' ] hope anyone can help me out!
  22. Hey, I cant seem to get it to work, i tried adding the doinst.sh to the tgz archive but with no succes. Could you maybe upload your file so I could use it aswell? Thanks in advance!
  23. Hey I dont get VirtualBox up and running, for some reason it doesnt do the following: Show installed version Create logfiles Install extension Hope you can help me out!
  24. I created a new VM today and it seems indeed that you need to have atleast unRAID 5.0rc8 installed. Installation went flawless on a stock rc8 installation.