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.

wayner

Members
  • Joined

  • Last visited

Everything posted by wayner

  1. Yes and yes. Here is the log when I just invoked mover manually. Jan 5 16:05:43 Hoylak root: mover: started Jan 5 16:05:43 Hoylak move: skip: /mnt/cache_nvme/isos/Win11_English_x64v1.iso Jan 5 16:05:43 Hoylak move: skip: /mnt/disk1/system/docker/docker.img Jan 5 16:05:43 Hoylak move: skip: /mnt/disk1/system/libvirt/libvirt.img Jan 5 16:05:43 Hoylak root: mover: finished For some reason it is skipping. Do you have to stop the docker and VMs to have the move take place? I could try that, but why did they not go onto the cache in the first place.
  2. My system share is set to Prefer my cache pool, which is an SSD. But the libvrt and docker folders on the cache drive are empty and all of the files are on disk1 of my array which is a spinning hard drive. Since the system is set to prefer cache, shouldn't the files remain on the cache drive forever, unless it runs out of space? My cache drive has lots of space at 53GB used and 446GB free. How do I force them to move to the cache drive? And why would they have moved to the array any way?
  3. I must have had some sort of a caching issue as I tried accessing it from a different browser (edge) and now it works. But on Firerfox it kept giving me an Unable to Connect error. Thanks for your help.
  4. Correct, I cannot access the unRAID webGUI. It boots up and I can ssh into it, and I can see the Linux boot screen on a local monitor. But the WebGUI does not appear to be active. I thought I had attached my diagnostics file, but it may not have worked. Here they are: hoylak-diagnostics-20220105-0900.zip
  5. I built a new server and it has been running fine for a couple of weeks. Today I went to reboot it and I can no longer attach to the webGUI. Here is the diagnostics file. I don't know if this caused issues but in the last couple of days I installed both an Ubuntu 20.04hoylak-diagnostics-20220105-0900.zip and a Win11 VM. Maybe there is a hardware issue with the VMs? I do see this in the libvrt.txt log: 2022-01-05 13:54:23.322+0000: 8589: error : virNetSocketReadWire:1803 : End of file while reading data: Input/output error 2022-01-05 13:54:25.500+0000: 8589: error : virNetSocketReadWire:1803 : End of file while reading data: Input/output error 2022-01-05 13:54:26.858+0000: 8589: error : virNetSocketReadWire:1803 : End of file while reading data: Input/output error I see another thread here discussing this virNetSocketReadWire error. Do I have the same issue?
  6. @St33zy - Did you ever get this working?
  7. I was organizing the cabling inside my server case and I had to unplug and replug the hard drives. It appears that I plugged the drives back into the same cables/ports, but what happens if you switched a cable? For example, let's say disk 2 was sdb and was a 4TB drive and disk 3 was sdc and was a 8TB drive. What would happen if you swapped the cables so presumably sdb would now be the 8TB drive and sdc would be the 4TB drive? Would your array still be valid? What disk would be disk 2 in unRAID? In Linux how are the sda, sdb, determined? It appears that sda is my unRAID boot drive which is a USB device. Are the other identifiers, like sdb, sdc, etc tied to specific SATA ports? So that SATA port 1 is always sdb?
  8. Any suggestions on what tool to use to keep files on multiple machines synched? I see both DirSyncPro and LuckyBackup are maintained by ich777. Do they both do the same thing or are there differences?
  9. Thanks, makes sense.
  10. No, I didn't know that setting existed. Has that always been there? I don't see Management Settings on my old 6.4.1 server. That fixed the problem. Thanks Squid!
  11. I bought the cheapest firewire card on Amazon which uses a Via chipset (VT6306/7/8) and it works perfectly. Just posting in case anyone wonders about card compatibility in the future. IOMMU group 12: [1b21:1080] 03:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 01) [1106:3044] 04:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 80)
  12. A big thanks to ich777 for building this plugin. I run SageTV in a docker and use a Hauppauge HD-PVR and HD HomeRuns to capture TV and they were immediately recognized and I was able to seamlessly add these TV tuners to my system. Amazing job!
  13. I have an older server that is still running unRAID 6.4.1. I have just built a new server that is running 6.10rc2. I can get into a CLI on the enw server by clicking on the icon in the header of the unRAID web UI, but I am unable to ssh into the unRAID server from other computers as it says "port 22: Connection refused.". I have always been unable to ssh into my old server, and I don't remember having to set anything up. Is ssh not enabled anymore? Here is what I see when I look for the ssh process from the CLI started from the unRAID broswer. root@Hoylak:/boot/config/ssh/root# ps aux |grep ssh root 9806 0.0 0.0 4248 680 ? Ss 2021 0:00 runsv sshd root 14198 0.0 0.0 3984 2220 pts/0 S+ 15:52 0:00 grep ssh root 25716 0.0 0.0 4244 804 ? Ss 13:21 0:00 runsv sshd How do I enable ssh so that I can start ssh sessions into the unRAID server from other computers, either Linux or Win?
  14. Another vote to change the default color combo for directories. I know it can be customized, but how is this blue on green good for anyone?
  15. I want to use Krusader to move files from a previous unRAID server to a new unRAID server. I have the remote drives mounted under the web UI in unRAID and I can see them in a bash prompt at /mnt/remotes. How do I get these to show up in Krusader? Or is there a better way to transfer large amounts of data?
  16. But the problem that I am having is that you are supposed to shut down the docker before doing this. But when I shut down the docker I can't ssh into the docker using the command "docker exec -it unifi-controller sh". So how do you overcome this issue? Sorry if this is a dumb question.
  17. Thanks for the info, unfortunately the Unifi Canada store still says sold out. Hopefully that changes soon. Did you manually apply the log4j patch? If so how do you do that? Can you give step by step instructions as I am having issues figuring it out.
  18. Thanks ich, so you have a build for the DVB plugin 6.10rc2? I wouldn't mind staying as current as possible and playing around with the latest features - I didn't do that with my old server which is why it is on 6.4.5!
  19. I am building a new server and I will need the DVB driver to allow me to use HD-PVRs to record TV shows with the SageTV docker. I believe that DVB also gives FireWire support that I will likely use to change channels on my cable boxes which have this functionality. My old server is still on 6.4.5 and uses the old DVB plugin methodology. What version of unRAID should I install? Should I go with 6.9.2 or should I jump right to 6.10 as it seems to be almost ready to go. If I wanted to go with 6.10, is the DVB plugin supported in 6.10 right now.
  20. There are some instructions about just updating the log4j jar files. How does one do this on a docker? On 6.4 and 6.5.x (likely on previous versions as well) Controller, just tried on both and it works fine, you can simply upgrade yourself the log4j jar files! 1) downloaded 2.15.0 log4j zip/tgz package from https://logging.apache.org/log4j/2.x/download.html 2) extracted the file 3) stopped the UniFi Controller 4) moved the newly extracted files log4j-api-2.15.0.jar log4j-core-2.15.0.jar log4j-slf4j-impl-2.15.0.jar to <unifi_root>/lib/ *BUT* renaming them to overwrite the existing 2.13.3 files. You can't get them with their 2.15.0 names there, you need to overwrite the existing 2.13.3 files with the newer ones. 5) once log4j*jar files are replaced, just restart the Controller, and you're good to go! https://community.ui.com/questions/UniFi-Controller-security-concern-zero-day-Log4j-exploit/007103a6-823b-4316-ae76-17942539208c#answer/37bba54e-2145-415d-a43d-dd8fea70bbaf
  21. Thanks. I have a USG router so that is somewhat exposed to the WAN as a router has to be.
  22. But now 5.14 will be vulnerable to the log4j exploit, will it not?
  23. So what if we have EOL'ed equipment and can't upgrade to 6.5.55? Like a UAP?
  24. I agree. I will have iPhones and iPads that will support Wifi6, if not now then in the future, but that is a small minority of devices. I have a bunch of devices like Amazon Echos, LED light controllers, etc that are low bandwidth and they will never need faster speeds. And stuff like Rokus, FireTV sticks, etc, are fine on current AC wifi.
  25. Thanks, I would like to replace my old UAPs with the U6 Lite but they seem to be extremely hard to get right now and have been for months. Whenever I search they are sold out. I might have to break down and just go with the AC Lite rather than the Wifi6. This is getting a bit off-topic, but is it worth the price differential and wait to go with Wifi6? Or is the AC unit good enough? This is just my house, but I need a bunch of APs as the house is large and the walls are not friendly to Wifi signals. So I will have no more than 40 or some clients spread out over 5-6 APs. As long as you can easily stream HD or 4K video to a phone/tablet/Roku isn't that good enough?

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.