Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Rexl

Members
  • Joined

  • Last visited

  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. 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!
  10. 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!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.