Everything posted by Taige
-
Not enough flash space to upgrade to 7.0.0 rc1?
To answer my own question, you can remove files from the /boot/previous folder to free up some space from a prior version of Unraid. I removed the /boot/previous/bzfirmware file and it's upgrading now to rc1.
-
Not enough flash space to upgrade to 7.0.0 rc1?
I'm running beta4, but tried to upgrade to rc1 and got this error: boot device shows 561721344 free but upgrade needs 624064110 Is there something I can do to clean up anything on my existing USB drive, or is my only hope to upgrade to another thumb drive? If a new one is needed, are there any recommended drives that are known to work (I remember reading about that being a problem).
-
Timemachine Application Support Thread
Has anyone noticed that no matter what you set the password to in the template, it ends up being the default password? The docker statement shows it on the screen after editing any setting, and it's just setting it to the default value, no matter that I have a different password configured...
-
Windows VM in a DMZ
Not sure where it came from (KVM or ???), but I found that I could delete it using "route -p delete 0.0.0.0" and that took care of it. I've rebooted and validated that it didn't return.
-
Windows VM in a DMZ
Hi, I have added a VLAN for a DMZ, vlan 11. This is a network that UnRaid isn't on (from an IP perspective). The VM can reach the gateway, but can't get out. When I look at the route table, I see two persistent static default routes - One is what I have configured in Windows, but the gateway for the 2nd one is the IP of the VM itself, and even though they both show the metric as "default", it seems that the one with it's own interface as the next hop is taking priority. If I look at the firewall, I'm not seeing traffic destined for the internet coming to the firewall. If I delete the default route, it works, but it returns when I reboot. Is this something being added by KVM? If so, how do I resolve this? Thanks
-
Windows 11 VM network issue
I think when Fedora was working was before I had added a VLAN to the br interface. I reinstalled Fedora and it was behaving the same as Win11. I have a somewhat unusual config. I ended up placing these on a different VLAN (which is bridged to the default VLAN - don't ask, I'm not sure I could adequately explain it), and they both came up and are working as expected.
-
Windows 11 VM network issue
Oh, and as another Datapoint, I had a Fedora VM up and running on the same subnet, and it worked fine.
-
Windows 11 VM network issue
I've recently come back to UnRaid. I'm trying to move from ESXi for my VMs. I have installed a new Windows 11 VM, but I'm having issues with it on the Bridged network. I've tried the virtio, virtnet, and Intel network drivers. Oddly, they all will get a DHCP address assigned to them, but I can't ping the default gateway. I can ping the IP address of the UnRaid host. If I change the network source from br0 to virbr0, it works fine, but it's on a different subnet (I'm guessing, NAT'ed behind my Unraid box). I am planning to put a VM in a DMZ, and for that, I'll definitely want it to be directly on that network for port forwarding from the Internet. If I look at the ARP table on the VM, the only thing I have on my local subnet is the broadcast address and my UnRaid host. I'm on the latest UnRAID, 6.12.10. I'm using a Unifi switch and a Firewalla as my gateway. And idea what's wrong here?
-
Open VM Tools for unRAID 6
@StevenD - Thank you very much. Installed perfectly on my RC7 VM, and ESXi sees it just fine.
-
Open VM Tools for unRAID 6
I think StevenD hasn't gotten the free time yet. I actually just recently moved my UnRAID from a physical to a VM, and I'm running without OpenVM Tools. So far, it seems to be working well without them. Any down sides to doing so? (Other than VMware host can't shut it down gracefully, etc.) I was running UnRAID on a quad core Xeon (with HT) with 28 GB of ram, moved it to a dual core i3 (I think, also with HT) with only 12 GB of RAM, but found that it didn't perform as well. (Specifically, the docker Channels DVR was slow to skip ahead in video, and sometimes just slow in general - it didn't seem to work nearly as well as it did before). In the meantime, I converted my Xeon machine to ESXi. I ended up moving the controller and drives back to the Xeon, but now run it under ESXi with 4 vCPUs (out of 8 ESXi sees) and 8 GB of RAM. It seems to be running as well as it did before on the physical Xeon hardware.
-
6.7.0-rc1 Bridged network broken after install
My adapter is br0. I was running 6.6.0, I believe. After updating to 6.7.0-rc1, I could no longer reach the web interface. I logged into the console and run I run ifconfig, I see that my br0 interface has a 169.x.x.x IP address. edit: I manually changed the IP on br0 to the IP I usually use, but it is still unreachable. (Used ifconfig to do that). I Can't even get an ARP back. Is there a way to revert to the previous version via the CLI? After additional testing, it seems that the bonding module is missing from this build:
-
[SUPPORT] pihole for unRaid - Spants repo
Disregard guys - I deleted it and started from scratch and it's working fine now.
-
[SUPPORT] pihole for unRaid - Spants repo
Hi, I installed the Pi-Hole docker today and it's not quite working for me. I hit the Enable link, and it shows at the top like it's running, but nothing resolves. If I go to another page, at the top of the screen it shows that it's not running again... So, I think it's never actually starting. I touched "whitelist.txt", "blacklist.txt", and "pihole.log" in the directory under appdata.
-
Solved! How to remove a drive from an UnRAID array
I'm new to UnRAID having used it for about a week now. I found this link telling me how to remove a drive from my array: https://www.lime-technology.com/wiki/index.php/Replacing_Multiple_Data_Drives_with_a_Single_Larger_Drive I'm at the point where I've removed the drive I wanted to remove (after rsync'ing the data to another drive)... The linked procedure says "Use New Config to unassign removed drive(s)." Where is this in the webGUI? I've unassigned the drive, but the option I get for Array Operation is: "Start will disable the missing disk and then bring the array on-line. Install a replacement disk as soon as possible." I don't want to start it with UnRAID assuming I want to eventually replace the missing disk. How do a new a "new config"? Is this terminology from an older version of UnRAID? Edit: Nevermind! I found it under Tools. I should have just looked around a bit more before posting. Sorry!