charlescc1000

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by charlescc1000

  1. Did you ever solve this? I believe I am having the same problem. I am using pfSense & Unifi (both switch & AP). My network is as follows: VLAN1 - Unifi Management Network VLAN20 - Home users VLAN60 - Servers/Admins I would simply assign the port on my Unifi switch to VLAN60 for the Unraid server, except the Unifi Controller (running on Unraid) needs VLAN1 for the management VLAN. So I think the correct move is to make the switch profile (in the unifi controller) for the Unraid server as follows: VLAN60 Native network + VLAN1 tagged. Then on the Unraid side, setup the Unifi Controller docker to use the interface on VLAN1 instead of the standard bridge interface. Can anyone provide confirmation or further suggestions?
  2. Hi Ed- Thanks for offering your input. I checked the appdata folder and this is what I've found: (the parent folder of this screenshot is /mnt/user/appdata) Here is a screenshot of /mnt/user/system/macinabox : It looks like at some point I changed my Docker default appdata location to /mnt/system ? Not sure why I would have done this - but when I started learning Unraid a few years ago I definitely had some beginner mistakes and maybe this is a leftover error that I've just noticed now. Anyway - I think I've found my error I believe the three directories outlined in my red annotation should read as follows: appdata (leave as is) /mnt/user/system/macinabox Macinabox only data: /mnt/user/system/macinabox/macinabox Basesystem: /mnt/user/system/macinabox/basesystem OR should I switch the first directory to: appdata: /mnt/user/appdata/macinabox ? and then leave other two as is? Not sure which is easier but I think either way I will delete all and totally redo to ensure a clean install. I deleted the docker, system/macinabox, appdata/macinabox, docker template, and re-did the whole process. This time I edited the appdata path to read /mnt/user/appdata/macinabox instead of the /mnt/user/system/macinabox that my server defaulted to. Went over to user scripts and ran the notify and it was ready almost instantaneously. Finishing the rest of the process now! Thank you again for all you do for our community.
  3. I'd just like to note that my experience was remotely connecting to a Windows10 VM via RDP from a macOS / Windows / Linux client. When you are connecting TO Win10 VM via RDP, multi monitor is very easy when using the MS RDP client on macOS or Windows. Remmina on Linux does not seem to handle multi monitor very well. XFreeRDP (or something similar to that) is a CLI program that works ok with multi monitor, however it did not support scaling very well which was a show stopper for me since I have HiDPI displays. I have not found a good solution to remotely connecting to a Linux VM using multiple monitors on the host/local PC to view the remote PC across all 2/3/4 monitors
  4. Question regarding the macinabox_vmready_notify script: IF the BigSur download is completed before I run this script: Does the script show a notification that "macOS is now ready to install" ? OR will no notification appear since the downloading was not in progress when I began the userscript? The reason I ask is because it took me several minutes to get the user script running after I started the docker. I'm on a 1Gbps WAN connection so its theoretically possible that it completed the download before I began the script. I've had the script running in the background for about 45 minutes without any notice that macOS is now ready to install. I'm not sure how big the file(s) are or where they are downloading on my server. I checked the isos folder and there are two files: (Note GiB, not GB as reported by Krusader) BigSur-install.img (3.0 GiB) BigSur-opencore.img (150.0MiB) Not sure if anyone has any input but I will let this run for a few more hours just in case.
  5. @ghost82 Thanks for the recommendation. I have found a solution that seems to be working, but is not yet my ultimate goal. Although that solution was not highly relevant towards the Windows VM, the video you linked had some good info in the comments section. Thank you. I have documented the "part 1" of my solution below for anyone interested. My Win10 VM on the Unraid Server is a standard Win10 VM within Unraid. QXL video drivers and the rest of the standard drivers one installs when installing Win10 in a VM on Unraid. I am not using any GPU passthrough. Setup the needed items for RDP access within the Win10 Unraid VM. (Settings -> System -> Remote Access) On your physical desktop Win10 system, launch RDP and enter the hostname/IP for your remote VM. Click "Show options" in the RDP dialoge. Go to the display tab and check the box that says "Use all my monitors for the remote session" Click "Connect" in the bottom right corner. Type in credentials if prompted, click "yes" if you receive a warning about a bad cert. The VM will be visable on both your displays - thereby creating a multi monitor VM. It is important to note- the first time I tried this, I tried it on a system with only 1 monitor and it had no effect. I believe if you have 1 display - you will not be able to see two remote VM windows on the same screen. That was very easy- Now I will test if I can do this same process from my Ubuntu desktop PC using Remmina or another RDP client. That is my ultimate goal.
  6. Unraid can be configured to spin down all drives in your array (this includes parity) when not in use. I have it setup this way, I believe they spin down after 15 minutes of no use. My goal is to keep the server quieter and cooler. The location of my Unraid & FreeNAS servers struggles with airflow and cooling so I try to keep heat to a minimum. Does this mean longer drive life? I do not know, I believe it would depend on use-case. I can make some guesses: The spin down configuration is key. If the drives spin down and shortly later spin up, I would imagine that is worse for the drives than leaving them spinning the entire time. This pattern would result in the drives constantly spinning down and then spinning up again. If once the drives spun down, they remained that way for quite a while before spinning up - this may improve drive health over time? Not sure. If my Unraid server were located in an environment that had better cooling, I would consider leaving them spun up 24/7.
  7. Hello fellow Unraid-ers, I have a bit of a complicated question today. Goal I would like to spread my Windows VM (on Unraid) across my 3 displays on my Ubuntu Desktop PC. Does anyone know how to edit the VM to have 2 (or 3) virtual monitors? That would allow me to use multi-monitor RDP, or open 3 VNC connections to the VM. Background Context I use a Windows VM on my Unraid server to WFH. My desktop PC is bare metal Ubuntu. I simply load the VM via RDP and work within the Windows VM. Works wonderfully...except I can only use 1 monitor for the Windows VM. I do not have GPU Passthrough as the graphics performance has been fine. I spend most of my day in Excel, Outlook- these tasks do not demand high graphics performance. I believe I could purchase a graphics card and use 2 HDMI (or DP) dummy plugs, but I would like to avoid this solution if possible. I imagine there must be a way to do this with software. (However I could be wrong!) If this is not possible within Unraid- but is within Proxmox, XCP-NG or some other hypervisor- It might be a good excuse for another server. Thanks to all in advanced for any input.
  8. Thank you @lotetreemedia for this well written instruction guide. Just used it with my server to enable hw transcode. I am using an Intel i5-8400 and this has vastly improved my Plex performance. Plex can now transcode several streams without any transcoding issues or performance impacts on other containers or VMs. Thanks!
  9. Hello- I'm afraid I'm having some trouble here. I've installed gPodder from community applications and I'm unable to open the webUI. Firefox simply does not connect to the webUI. At first I manually setup the hash for my chosen password & username, as well as changed the downloads directory, and GUI size. I was having the same problem with that setup, so I erased the docker, deleted the docker image and started fresh with the default settings. The default settings install properly without error, and then the webUI cannot be accessed. Anyone run into similar problems? I am running Unraid OS Plus 6.8.3 ---------------------------------- EDIT Disregard above post! Solution found. I had configured a storage path incorrectly, without the trailing "/" Crisis averted.
  10. Just wanted to thank techsperion for this write up. It worked perfectly for me and was easy to follow. For reference my Unraid Server is as follows: Unraid OS 6.8.3 Intel i5-8400 with onboard quicksync Plex Docker from linuxserver.io
  11. I'm having issues with getting the handshake to successfully occur. I have WG setup on my Unraid server using the public IP. (I will use DDNS later, but I'm trying to reduce variables to solve this problem.) I am running an EdgeRouter and setup a port forward to my unraid server. I've ensured bridging is enabled on eth0. I have configured a peer as "Remote Access to LAN" and tested this config using the QR code method on my iPhone. I can't get my iPhone to handshake with Unraid. I have Local server uses NAT set to Yes for now. Will setup the static route later once I can get the basic stuff working. Here is an screenshot of my configuration: I read through this whole thread and saw some people had the same issue as me and tried the different solutions that worked for them, but none worked for me. Any thoughts on what I can do to identify the issue? Thanks!
  12. I'm having the same issue. I setup WG VPN on my Unraid server. My router has UPnP turned off, so I setup the port forward to my unraid server. Went through all the steps on this guide created by user ljm42. I left "Local server uses NAT" set to "yes." Not sure too much of what this means, this might be relating to my problem. Setup a peer as peer type "Remote access to LAN" Used the QR Code method to setup this config on my iPhone. Tried to connect to my Unraid VPN using my iPhone (while on cellular) iPhone network works fine (its using LTE without VPN). Cannot connect to Unraid WebUI or anything else on my local LAN. Unraid dashboard shows some data in/out but shows handshake as "not received" I can't figure out why the iPhone and Unraid can't seem to handshake with each other. Sorry I don't have any help for you, but figured I'd share that I'm experiencing the same problem. Edit: Should also include my router is an EdgeRouter X-SFP and I have duckdns DDNS setup on my unraid already but figured for simplicity sake, not to enter my DDNS into the WG VPN setup until I could get it working with the automatically entered public IP.
  13. I also have interest in an Open Eats unraid template, but I definitely do not have the expertise to create one myself. How has your experience with Open Eats been? I’m looking for a recipe manager of some type, but don’t have any experience with any of them yet.
  14. This is a great write-up and should work well for many people with less than 5TB of data. I previously used CloudBerry but quickly discovered that the backup software has a maximum of 5TB of data that it can manage unless you purchase the enterprise edition for $300. So this is an important consideration as many unraid users probably have far more than 5TB of data they would like to backup.
  15. I’m planning a build of an unRAID server that is solely for storage. No need for encoding/transcoding of plex files, no need for VM support, etc. storage only. There will likely never be more 1 person accessing the storage system. Right now I’m thinking about: CPU - core i3-2100 (sandy bridge) about $35 on eBay Mobo - Q67,H67 or Z68 chipset board? All allow for up to 6 SATA port... Z68 has smart response technology- is this useful at all with unRAID? Not really sure which chipset is likely cheapest / best but I found an Asus P8H67 for $70 on eBay. RAM - sandy bridge supports up to DDR3-1333 so I will likely pickup a set of 2x4GB on eBay. About $30 Case - Cooler Master HAF912 - ATX Mid Tower, 6 internal 3.5 bays, 2 fans included, $37 PSU - Corsair VS500W 80+ cert. $20 hard drives- Everyone says go with drives with TLER support so WD Red 8TB. Probably going to start with just 1 or 2 and slowly add them. Forgoing TLER support would allow me to use WD Blue 5400rpm 4TB drive and HGST 2TB drive I have, but probably shouldn’t risk it. TL,DR: I’m trying to do this on the cheap... is something as “new” as an i3-2100 really needed? Or can I go even older? How important is TLER support? Id like to get everything but the drives for under $150 used. The big question is how far back can I go on the CPU & Motherboard before I run into serious problems? I don’t care if it impacts my read and write speed, I just need the system to be usable. We can upgrade later on thanks