ksignorini

Members
  • Posts

    300
  • Joined

  • Last visited

Everything posted by ksignorini

  1. I had connected My Servers to my Unraid box and it was resolving with somebigbunchofnumbers.unraid.net which used to work fine. I now only want to access it with a local IP but when I do, it still resolves to the unraid.net addy. How can I fix this? Thanks.
  2. One more thing... I did look through the files a bit. The drive that's failed is not showing a file in the zip at all (DISK 2) but I do see the other disks there, including DISK 3. At least in the SMART folder.
  3. Here it is. Just wasn't sure if there was anything personal in the file. ocean-diagnostics-20230105-1025.zip
  4. I had a crapped out drive being emulated. I got a replacement but a second drive has failed prior to me being able to replace the first one. I have one operating parity disk. The first drive that died, DISK 3, is unimportant to me. The second drive that died, DISK 2, is more important. I've installed the replacement drive into the machine. Is there any way I can forget about DISK 3 and just replace/rebuild DISK 2? Because when I look at the drives in Main, I can pick the new drive for DISK 2 but it says "Wrong" underneath it and set DISK 3 to "no device" but it still won't let me proceed. I need to do something to get the rest of the array back up, and hopefully, replace DISK 2 at least.
  5. It's actually all been working great up until now, with 3 instances running. Today I updated the container on one of the 3 instances and now I can't get it to restart. I don't know what things might have changed such that it won't start anymore. The other 2 (older) versions are still running fine. There is nothing in the logs. Where should I start looking for what broke?
  6. I also have another weird issue where I map another path from the host to the docker and rather than showing up where it's supposed to, it shows up separated? in the list (subdirectories listed rather than located at mapped location in docker). However, when doing backups from these paths, they show the right path... very weird. (In this case, I'm backing up some disk images so I've mapped in my /mnt/disks/ path so I can pick some stuff there. These are non-array disks.) They should be mapped into /storage_disks but end up being listed separated (vm, vmfast, vmfast2, vmfast3). But when backing up, show correctly:
  7. Old thread, but if you're still using pfSense or have the info available, how did you do this rule for your wife's computer/phone? Thanks.
  8. I've had some conversations with 360MSP regarding weird behaviour and they've instructed me to update to the latest version of their software. Are there any plans to update the Docker image to use 3.2.3.148? Am I able to update the software in the Docker myself somehow? Thanks.
  9. Is there any way to change the VRAM assigned to VNC for the VM? Believe it or not, Photos.app has reduced functionality without higher VRAM than 7 MB.
  10. Say I created a macOS VM (call it macOS VM #1) and a 4th qcow2 disk image to store "stuff" on, formatted HFS+ Journaled/GUID. Then, I blew away this macOS VM (but not that data disk image) and then tried to map that qcow2 data disk image to a new macOS VM (call it macOS VM #2)... That should work right? So why would macOS VM #2 want to reinitialize the qcow2 data disk again? Shouldn't it have kept its format from macOS VM #1 and be perfectly usable in macOS VM #2?
  11. ... and nevermind. When I correctly forwarded the port on my router, it went away.
  12. I hit Provision and got a good message back, but still I see this. What do I need to do to fix this? (Why is it "Disabled until you Provision an unraid.net SSL Cert and set SSL-TLS to Auto" for which both have been done?
  13. How about just patching the onboard (Unraid) NIC to the 4-port pfSense NIC? Why go to the switch first?
  14. I did many of these steps yesterday and it appears to be working again. I had to completely remove the SSH plugin, rename/remove unRAID's SSH config folder, and reboot. Then I reinstalled SSH plugin and I can now give users permission to SSH or not. That works. (I'm going to double-check everything against your steps now.) However, and this was not the case before, when I log in with a user account I get: mylogin@Mylogins-MacBook-Pro-16 ~ % ssh [email protected] [email protected]'s password: Linux 5.10.28-Unraid. -bash: cd: /root: Permission denied -bash: /root/.bash_profile: Permission denied mylogin@unRAIDBox:/home/mylogin$ (Names have been changed to protect the innocent.) What script is causing it to try to log into root's folder when a user logs in? It's dumping the user into their /home/mylogin folder correctly a the end, but it appears to try to dump into root's first. Thanks.
  15. The plugin was working for me, but for some reason stopped allowing me to log in from user accounts. It's started but when I ssh over, it accepts my user password (I know because I've tried incorrect passwords to check) and then immediately get "Connection to 10.0.0.10 closed." What would this be caused by? Can I totally reset things so I'm back to square one and start over, perhaps? (I don't know where configuration is saved or if unistalling/reinstalling is completely fresh.) Thanks. (Note: root@ works just fine.)
  16. Turns out my ISP has a built-in bridged port on their modem/router (T3200M) that you don't even need to configure as bridged (port 1) and by throwing my inside router on port 1, NAT reflection started working. As a result, I've gone back to setting up Nextcloud and SWAG as intended and all is well.
  17. Couldn't find much. I actually have 2 routers (one is an ISP modem/router that I use for nothing but the modem; the other is my main router that sits in the ISP router's DMZ). However, when configuring Nextcloud, if I change these lines: 'overwrite.cli.url' => 'https://10.0.0.10:444', <----- the way it was originally 'overwritehost' => 'nextcloud.mydomain.net', <----- remove this line entirely and add to the trusted_domains array: 1 => 'nextloud.mydomain.net', Then it works from both inside (using 10.0.0.10:444) and outside the network (using subdomain.domain.net -- as far as I can tell by VPNing outside anyway). What am I breaking by not having the url and host overwritten with the external subdomain.domain name?
  18. Hm. What settings can cause this to not work? I'm forwarding all 80 and 443 to my unRAID box. nextcloud.mydomain.net works great if I'm on a VPN from outside my local network or physically outside my local network, as do 4 other subdomains being used to access containers via SWAG. All of them hang when trying to access the outside subdomain from inside the network. As well, why would 10.0.0.10:4434 be resolving to the outside subdomain? Also of note: 10.0.0.10 webDAV access works great using a webDAV client while inside the network.
  19. I've installed Nextcloud and have SWAG correctly redirecting my external nextcloud.mydomain.net to Nextcloud when accessed from outside my network. When accessing from inside my network using 10.0.0.10:4434 (the port I chose for Nextcloud in the config) I can't access the webui. I think it's trying to convert it to nextcloud.mydomain.net which of course can't be accessed from inside. Ideas?
  20. I worked it out. Had to manually change the settings file for Foundry to target 30001. That's in the "config" folder: options.json. I suppose you could connect at 30000 first, change it in Foundry's settings screen, then adjust the port on the Docker and restart, too.
  21. I can't seem to get this to run on any port other than 30000. I'm using "host" network and tried to remove and re-add the port as host port 30001/default 30001. (suggested above) (Incidentally, I don't see "container port" even showing up in the port config.) Is there a config file I can edit by hand? Anything else I can do?