Leaderboard

Popular Content

Showing content with the highest reputation on 04/09/21 in all areas

  1. So i noticed this in my logs after the script that executes "nvidia-smi -pm 1" to enable Persistence mode to force the P8 power state. "kernel: NVRM: Persistence mode is deprecated and will be removed in a future release. Please use nvidia-persistenced instead." So looked into it, so instead of using the nvidia-smi command to perform the job - now use the command nvidia-persistenced. Docs for it can be found here: https://download.nvidia.com/XFree86/Linux-x86_64/396.51/README/nvidia-persistenced.html Using just the nvidia-persistenced command by itself with no argument should be enough for most setups.
    3 points
  2. This release contains bug fixes and minor improvements. To upgrade: First create a backup of your USB flash boot device: Main/Flash/Flash Backup If you are running any 6.4 or later release, click 'Check for Updates' on the Tools/Update OS page. If you are running a pre-6.4 release, click 'Check for Updates' on the Plugins page. If the above doesn't work, navigate to Plugins/Install Plugin, select/copy/paste this plugin URL and click Install: https://s3.amazonaws.com/dnld.lime-technology.com/stable/unRAIDServer.plg Bugs: If you discover a bug or other issue in this release, please open a Stable Releases Bug Report. Thank you to all Moderators, Community Developers and Community Members for reporting bugs, providing information and posting workarounds. Please remember to make a flash backup! Edit: FYI - we included some code to further limit brute-force login attempts; however, fundamental changes to certain default settings will be made starting with 6.10 release. Unraid OS has come a long way since originally conceived as a simple home NAS on a trusted LAN. It used to be that all protocols/shares/etc were by default "open" or "enabled" or "public" and if someone was interested in locking things down they would go do so on case-by-case basis. In addition, it wasn't so hard to tell users what to do because there wasn't that many things that had to be done. Let's call this approach convenience over security. Now, we are a more sophisticated NAS, application and VM platform. I think it's obvious we need to take the opposite approach: security over convenience. What we have to do is lock everything down by default, and then instruct users how to unlock things. For example: Force user to define a root password upon first webGUI access. Make all shares not exported by default. Disable SMBv1, ssh, telnet, ftp, nfs by default (some are already disabled by default). Provide UI for ssh that lets them upload a public key and checkbox to enable keyboard password authentication. etc. We have already begun the 6.10 cycle and should have a -beta1 available soon early next week (hopefully).
    2 points
  3. Wishes sometimes come true. Here it is...
    2 points
  4. Thanks @bytchslappa for the heads up. Everyone using a User Script for Nvidia GPU Power State just edit the script to: #!/bin/bash nvidia-persistenced fuser -v /dev/nvidia* and leave the schedulle At first Array start only unchanged.
    2 points
  5. We're working on a design that lets driver plugins be automatically updated when we issue a release.
    2 points
  6. Hi guys, I want to introduce you to my Tasmota Power Monitor. With this UnRaid plugin you can turn a Tasmota device into an energy monitor for your server. I got the idea from corsairpsu-unraid, but since I don't have a suitable Corsair PSU, I found an alternative in a Tasmota Power Plug. It shows the most common measured values and offers the option of costing for electricity consumption. Dashboard: Settings: The password is saved in plain text. Introduction Before you start, be sure that you protect your Tasmota device against incorrect operation. So that you don't accidentally turn off your server. I solved this for myself with the command: PowerOnState 4 This sets the on / off switch in the WebUI and on the device to always on. Therefore, check what would be best for your device before using it. Have a look at the Tasmota Documentation. Use the plugin and device at your own risk. I will not be responsible for any damage. I use an Aisirer Power Monitoring Plug (AWP07L) with Tasmota firmware 8.5.1 and this template. {"NAME":"AWP07L","GPIO":[56,255,255,255,255,134,255,255,131,17,132,21,255],"FLAG":0,"BASE":18} Created and tested with Unraid 6.9.1. Installation as usual... https://raw.githubusercontent.com/Flippo24/tasmotapm-unraid/main/tasmotapm.plg
    1 point
  7. Hi guys, here is the power monitor for your ESPurna device. The plugin works like the Tasmota Power Monitor. You have to activate the API on your ESPurna device and enter the key in the plugin. To enable the API from your ESPurna device go to the WebUI and click on: 1. Admin 2. Enable HTTP API 3. Auto 4. Save If you find a nice logo for the plugin, please send it to me. Thanks to ich777 for testing. Created and tested with Unraid 6.9.1. Installation as usual... https://raw.githubusercontent.com/Flippo24/espurnapm-unraid/main/espurnapm.plg
    1 point
  8. Kind of making me want to set up another unraid server instance so I can have 2 servers in my dashboard Nice job with a constantly improving and well supported product.......and that's coming from a former 10 year synology user......
    1 point
  9. Another X570D4U-2L2T user here, trying to get this plugin to play nice. @cakes044 Could you please share what you did to ipmi2json to get it working? Even if we can't get a patch together, I'd rather have a "hack" running on my board than not have anything for the drives.
    1 point
  10. Thanks for that hint. I have installed the plugin since day one and never looked at it. Just removed it and now everthing is working again. I feel stupid of not trying this on my own. Your my lifesaver 😃
    1 point
  11. You should post in the plugin support page. If you are not using any of the plugin functions if you remove it will run stock unraid mover. I think others have been reporting on the plugin page of some issues.
    1 point
  12. Diese seite funktioniert ganz normal, du kannst auch hier oben im forum auf BLOG klicken und auf der 2. Seite findest du ein tutorial, Unraid server to Server backup oder so, wie das ca funktioniert mit ssh. Schau mal ob du die seite zum laufen bekommst. Wenn dann erst nächste woche. Ganz vereinfacht gesagt luckbackup (läuft auf dem server auf den du syncen willst in diesem beispiel) erstellt einen public key und ein server zertifikat, sollte unter appdata/luckybackup/.ssh drin sein, den public ssh key musst du auf Unraid 1 bekanntgeben das sich luckybackup einloggen kann und auf Unraid 2 läuft luckybackup und dort musst du bei ssh das serverzertifikat auswählen.
    1 point
  13. Something like this was reported once for 6.9.1 here : You should try to remove the cookie / all cookies.
    1 point
  14. Glad to hear that the restore function is working for you as expected!
    1 point
  15. I believe I have solved the issue. The Dell server has something called VFlash which is essentially an SD card reader that you can access remotely using the iDRAC remote management card. I had intended to use this to back up my license key from the flash drive. My big mistake was to create a partition on the vFlash called "UNRAID". I think this was causing the OS to think that was the boot drive (it wasn't) and try to load settings from it (they weren't there). Deleting that partition has brought my server back online. Thanks for the speedy replies though, that inspires confidence. Regards, Tim
    1 point
  16. Hello everyone. I just wanted to confirm for everyone that after upgrading to Unraid 6.9.2, both of my PaperMC Minecraft servers are working with NO Java errors and the MineOS container can now run WITHOUT setting "Privileged" On. Big props to @binhex here for all the work he does! To avoid any issues I recommend that you: 1) Stop any Minecraft servers first 2) Do a backup of them (archive not restore point) 4) Upgrade to Unraid 6.9.2 and reboot. 5) If your container is set to startup on boot, login to MineOS and Stop the servers once more. 6) Perform the docker update to the latest 7) After the update go into the docker image and turn off "Privileged" You will still get the warning message on the Minecraft logs about the 1.17 update stuff, but I'm sure binhex will deal with that once 1.17 is released. Enjoy everyone!
    1 point
  17. 1 point
  18. The file should be named "default" and located in \appdata\nextcloud\nginx\site-confs
    1 point
  19. Thank you sir I made a slight tweak to this as swag gave an error on a missing file in case anyone else wants to use it. saved file as owncast.subdomain.conf server { listen 443 ssl; include /config/nginx/ssl.conf; include /config/nginx/error.conf; <-- removed this as swag logs said the file was missing server_name owncast.*; <-- changed this as its seems to work same as other dockers location / { proxy_pass http://IPOFSERVER:PORT; proxy_set_header Range $http_range; proxy_set_header If-Range $http_if_range; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
    1 point
  20. @ich777 Thanks very much for the owncast docker this is really interesting. A couple of questions 1. port 8080 is already being used for another docker. is it safe to just change this to another port in the template? 2. Is there a simple proxy-conf I can edit to use this docker with swag so I can use my own domain to reach the site?
    1 point
  21. No worries. the USBIP package is kernel dependent and wasn't build at the time of the Unraid upgrade being released(but was about 6hrs after). Unraid are looking to build these as part of the release process for 6.10 so they should be ready when they release. Just uninstalling and reloading should force the usbip-1 package to be downloaded for new kernel from ich777's repo. I assume you didnt have any internet issues will would stop the download.
    1 point
  22. GitHub with a backup alternative on AmazonAWS (via Limetech). Automatically tries both before returning the error
    1 point
  23. So I updated to 21.0.1 today and I had a few errors after. I will address them here and I hope they will help others to fix them quick. I had errors referring to my nginx config /.well-known/carddav, caldav, webfinger etc. Here is my nextcloud nginx config section about that location ^~ /.well-known { location = /.well-known/carddav { return 301 /remote.php/dav/; } location = /.well-known/caldav { return 301 /remote.php/dav/; } location = /.well-known/webfinger { return 301 /index.php$uri; } location ^~ /.well-known { return 301 /index.php$uri; } try_files $uri $uri/ =404; } I had them different before and apparently they do not work in this version. Also I had an error reffering to some db indices. Fo these you go into nextcloud container console and run sudo -u abc php /config/www/nextcloud/occ db:add-missing-indices And another one was reffering to default phone region. You have to add your phone region in config.php 'default_phone_region' => 'GB', You have to replace GB with your country specific code. You can find it here I hope this is useful info.
    1 point
  24. Wie gesagt ich bin der falsche was die VM's angeht aber wenn es an was liegt dann am reset patch, der Kernel-Helper macht im grunde nichts anderes das er die zusätzlichen sachen zu Unraid hinzufügt, aber das jemand mit dem vendor reset patch und windows vm's ein problem hat höre ich zum ersten mal. Bootest du Unraid mit Legacy oder UEFI? Hast du in der VM OMVF oder SeaBios?
    1 point
  25. Ich verstehe nicht ganz wo du hin willst. Warum suchst du nach Boards mit Serverchipsätzen, wenn du wenig Strom verbrauchen möchtest und nur eine GPU verbaut werden soll? Ein Serverchipsatz hat ja gerade den Vorteil, dass man sehr viele Lanes für sehr viele Karten hat. Dafür verbraucht aber alleine der Chipsatz auch gut Strom. Dann ist Gaming und Serverchipsatz ein Widerspruch. Es gibt nämlich keine Server-CPU mit 5 GHz und die brauchst du. Es gibt auch keine Server-CPU mit iGPU. Gerade die Multi Dual CPU Systeme sind viel zu schwach fürs Gaming. Viele schwache Kerne bringen dir auch nichts bei Unraid. Im Gegenteil. Was du brauchst, aber auch nur wenn du später mehr GPUs verbauen willst, ist ein Workstation Chipsatz. Also C422, X299 oder Threadripper. DDR3 fällt aus dem selben Grund raus. Für Gaming taugt DDR3 nichts, weil die dafür passenden CPUs viel zu alt, ineffizient und schwach sind. DDR4 ist immerhin 7 Jahre alt. Allgemein zum Thema Gaming Server: Kann man machen, aber ich würde mir nie ein All in One System bauen, was meinen Client ersetzt. Es gibt immer mal Probleme mit so einem Setup und das wäre mir zu stressig. Was ist mit Streaming VM gemeint? Welche Software?
    1 point
  26. Have a look at this thread. You need to add options for the i915 driver.
    1 point
  27. Since both sound devices are not working you either have a separate issue effecting each device or one issue taking out both. I probably have a very similar setup (AsRock x570 Phantom Gaming X) board. I am using HDMI audio on both my Mac and Win VMs because that way as I switch monitor input the audio source is switched at the same time. I take the audio output from my monitor and pass it to my speakers/headphones. The only issue is when using Mac with HDMI audio you loose volume control so I paid $19 for Sound Control which gives fixes a lot of Mac audio shortcomings. Make sure you have your video card passed through correctly (as is often discussed in this forum). <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x12' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x12' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </hostdev> Make sure you have multifunction enabled correctly and are assigning to the same bus. As per my example above; bus='0x12' slot='0x00' function='0x0' ---> bus='0x04' slot='0x00' function='0x0' multifunction='on' bus='0x12' slot='0x00' function='0x1' ---> bus='0x04' slot='0x00' function='0x1' Your card looks like it is on bus 0x0b, I can't see where it is assigned too as you haven't posted your XML. Remember the GUI will not set this up correctly, it will not use multifunction and will put them on different destination busses. As for both audio devices. They should show up easily. You just need Lilu, WhateverGreen and AppleALC kexts. I have read a few posts reporting issues with the onboard Realtek chip, until adding boot-args alcid=1 or alcid=11. Make sure you have the latest versions of the kexts as they are adding new layout-ids all the time. Just something to start with. Let us know how you go. If no luck, I should be able to pass through my onboard card and take a look for you. Just might be a day or two till I have a chance.
    1 point
  28. @MarkusR da bist du bei mir leider an der falschen Adresse, hab nur eine VM und die nehme ich headless zum Docker container bauen... Der richtige Ansprechpartner speziell mit AMD Karten wäre da @giganode
    1 point
  29. Memory ballooning is disabled once you pass through a physical device.
    1 point
  30. Sounds good, keep up the good work!
    1 point
  31. And make sure that all of your plugins are up to date.
    1 point
  32. So I restored my flash drive from this mornings backup, rebooted, and I'm now able to reach my server. Thank goodness for backups!
    1 point
  33. I have almost all Seagate drive and have had no issues.
    1 point
  34. Stop array, unassign that disk, start array, stop array. re-assign the disk, start array to begin rebuild.
    1 point
  35. Yes, newer kernel can detect previously undetected corruption.
    1 point
  36. It's hard to release it in the USA and around the world at the same time. Someone is always sleeping. Also @limetech getting us the latest kernel the same day it was released. Hard to give the plugin devs the heads up when the linux kernel wasn't even released before they went to bed
    1 point
  37. Not to be the one to complain, but we need to turn from reactive to proactive. I genuinely appreciate the support here and the dev work put in here, but couldn't this be anticipated and communicated out to the developer ahead of time? If we are trying to bridge the gap between core product devs and community devs, this could be avoided In either case, no harm no foul. The system is running and we can wait for the fix.
    1 point
  38. I am having issues with the latest Docker image and i cannot access the application, if i look in the log file located at '/config/supervisord.log' then i see the following message:- _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. Q. What does it mean and how can i fix it? A. See Q10 from the following link for the solution:- https://github.com/binhex/documentation/blob/master/docker/faq/general.md EDIT - unRAID 6.9.2 has just been released, this includes the latest version of Docker, which in turn includes the latest version of runc, so if you are seeing the message above then the simplest solution is to upgrade to v6.9.2
    1 point
  39. Make sure you're using JSON API plugin for Grafana | Grafana Labs And include /api/getServers after host IP : unraid-api port (http://1.1.1.1:3005/api/getServers) Here is mine. UUD should detect it and handle the rest
    1 point
  40. Eureka! First, I am sorry for so many posts. So I disabled "Enable HDR tone mapping" and tada, every 4K video now uses hw perfectly. Newbie, can you test and report back? So either unraid or plex broke the HDR tone mapping, how can I figure out which to report it? Edit: This seems to be the exact issue reported to Plex if anyone else is interested: https://forums.plex.tv/t/4k-hdr-hevc-hw-transcoding-is-broken-on-1-22-1-4200/702328/31
    1 point
  41. Success! :). I finally had some time to take a good hard look at this issue, and with patience and perseverance, my VM is running again the same as it was in 6.8.3! Here's what I did, but I suspect these steps may not all be necessary. Download DDU (Display Driver Uninstaller) on another pc and copy it over to a shared drive on the server. I made sure it was unzipped and ready to go, as doing anything in my VM took FOREVER. Boot your VM Set it to boot into Safe mode Hit the windows key. Type 'msconfig' (without the brackets) Select Safe boot (I added networking just in case I need network access). Reboot into safe mode and run DDU. Remove all drivers (AMD, then Intel, finally Nvidia). I may have had bits and pieces of Radeon drivers in there, as I had a Radeon card running in the VM at some point. I wanted to make sure I removed all potential issues. Download MSI Util v2 on another pc (I already had it, but the link can be found from the wiki. I noticed there's a v3 version as well, but I used the one I had already. Copy it over to a shared drive . Prep it the same as DDU. My VM is extremely slow right now. Go back to VM, go back into msconfig and set boot back to normal Reboot VM. VM should perform normally at this point (video will be stuck at 800x600 with no drivers). Grab the msi util app from the shared drive and save to desktop. Go to nvidia and grab the current drivers Install current drivers and reboot. Performance will degrade to virtually unuseable again. Right click on msi util and RUN AS ADMIN. Now. Get up, get a coffee/grab a beer/Make lunch for your kids. This part took over an hour for the app to launch and find all the devices in my system. Once it stops adding things to the list, look for anything related to audio/video. I had 2 a/v entries that did not have msi checked, and no interrupt priority set. I checked the msi box and set them to high priority. MAKE SURE TO HIT APPLY in the top right corner. Reboot and enjoy the sweet sweet speed of your Windows 10 VM Of course, our issues may be completely unrelated. My VM never crashed/permanently froze. But any inputs from the mouse were extremely delayed (about 10 seconds between moving the mouse and having it register). Apps also took at least 10 times as long to load. Completely unuseable. The funny thing is I had already run this utility when I first built the VM. It usually takes care of any stutter or audio artifacts you might find in your Win10 VM. Odd that I had to re-run it, and it had never behaved so poorly before. Usually I might just have a bit of a stutter or audio weirdness. Finally, as I mentioned at the start, more than likely most people could skip to just running MSI Util and checking 'msi' and setting interrupts to high priority for any a/v entries, but I thought I would provide exactly what I did in case that is not enough. Good Luck!
    1 point
  42. Can I request this https://owncast.online/ This would be an amazing docker for unraid!
    1 point
  43. Hey all valheim server is runnign beautifully. Saw this text on the server guide from the dev: "Administrating the Server and setting permissions You can edit three separate text-files to set 1) who has admin privileges, 2) who is banned from your server, and 3) who is permitted on your server. These three files, located in the default save path, are called ‘adminlist.txt’, bannedlist.txt’, and permittedlist.txt’. Add Steam IDs (one per line) to set desired roles." I can't find those files in the app data on unraid. Am I looking int he wrong spot?
    1 point
  44. Nginx has been replaced with SWAG; but it should work with NGINX docker. But it's recommended you upgrade. There are posts about it. You can download the Webtrees package: http://webtrees.net/download Go to /cache/appdata/YourNginxDockerFolderHere/www/ Extract the downloaded files into this folder. Everything should be in a sub-directory called "webtrees". Then in your browser, go to the Nginx WebUI address... and then add "/webtrees/" at the end of the URL. Hit "Enter" and you should see the UI. I tested it and it worked.... You will need to install and properly configure the MariaDB Docker. You may even need to manually create the database for webtrees. I don't know if the wizard will create the table for you. If you don't know how to do that, please Google it. Good luck.
    1 point
  45. Ive got it installed on unraid but when i try to open the web ui it says connection refused cant connect. Ive already added the port 5000 to my firewall
    1 point
  46. Turn cloudflare proxy off. Click on the orange cloud and make sure it's gray
    1 point