TheExplorographer

Members
  • Posts

    83
  • Joined

  • Last visited

Everything posted by TheExplorographer

  1. Yeah, no. I did exactly this. I was told because I used Space Invaders install video, that I should f**k off and ask him for help. Absolute trash support.
  2. Self-Solved. DNS was still propagating. Seems to be working now. 🤞
  3. Update, all of my URLS are working. Still getting the above error. I thought maybe it's a DNS propagation issue.. not sure. cURL cannot find my server though. Yet, my browser can, just fine. And the cert is valid at that.
  4. Here is the error I am getting. Running a reverse proxy. Have it set up for several other dockers and it works fine for them. Error when trying to connect (cURL error 6: Could not resolve host: documentserver.XXXXXXXX.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://documentserver.XXXXXX.com/healthcheck) When I try the Curl.haxx link it says This Resource is Gone! I really need to get this working as my wife is now working from home and needs it for her job.
  5. I am upgrading my GPU in my unraid server from a 1080ti to a 2080ti. How do I go about doing this so my VM behaves? I think last time I upgraded I had to re-install my VM. I would like to avoid that if possible. Any ideas from the boards GURUS? Thanks!
  6. I finally, after 7 years of use have 1 of my HGST NAS drives going. It is a 5TB. Locally, I can source a 4TB drive and a 6TB (or larger) but no 5TB drives. My parity is a 5TB drive as well. I think I know what most of your answers will be but I thought I would ask what you would do as an upgrade/Fix path. My thought is to upgrade the Parity to an 8TB to match my other server and the disk that is going bad to a 6 or 8tb. My second question is how? Do I stick the Parity in there first (leaving the bad drive) Adopt the new parity? Or? Thanks for your input in advance. ~Andy
  7. Did you find a solution? I am in the same boat.
  8. Any chance of putting together a Docker for Valheim Plus? https://www.nexusmods.com/valheim/mods/4 Or instructions on how to implement it into your current Valheim docker?
  9. Been running the Valheim server and it is has been okay. Had some complaints of LAG. It's not my connect here as it has a dedicated line and I have run your RUST server in the past with 10 people on it and no issues. The docker log for Valheim is spitting out this error continually: e":"No such container: dac94b91dfd9"} e":"No such container: dac94b91dfd9"} e":"No such container: dac94b91dfd9"} e":"No such container: dac94b91dfd9"} Any ideas? Is this normal a tick?
  10. Okay, I got my server to run but no one can see it in the public server listing. They have to put the info in manually. Which is fine I guess. I have some questions; When the server is updated, or the docker is updated, will the server reset? And will that generate a new seed? And do we have control over the server map seed? If so, will we lose all server progress?
  11. I too am trying to run this in a Docker and have my server set to public but it is not showing up in the Steam Server list. Not sure what I am doing wrong. Ports are all set correctly. I ran a RUST server for a while with no problems.
  12. Hi, I am trying to pass through a PCI firewire card to my VM. It is showing up fine in System Devices but not in my VM edit screen. Not sure how to add it to my VM so I can use it to transfer video files from a camera of mine. Anyone help? ~Andy
  13. I got it!! It was a problem with the docker config and an alias. I had to expand the docker config to see it! Thanks!
  14. Thanks. Yeah that is the setup that I am using for the docker. I guess it is something to do with the actual program configuration from the WebUI. When I try to sync a folder it tells me the folder already exists. Any ideas? Under Advanced Setting do I need to make changes to the Default Folder path?
  15. Care to share your docker setup for that? I cannot get it to create or share folders. Keeps telling me that it has no permissions..when I can verify that it does. I am setting this up on machines with existing shares/folders.
  16. Did you ever find a solution to this or reason?
  17. No I haven't. Initially I was trying to go with Resilio Sync Docker..but I cannot get that to connect properly without going through a really slow proxy. Right now, for the initial copying of the folders I want to keep the two machines local. After the base copy is done, one machine, will be moved offsite and just receive file refreshes and new files. This is my hope at least. I am NO linux pro at all..just a newb. My experience is in Windows and MacOS environments (so I guess a little linux). As far as code goes, php, cgi, I know my way around..but this stuff I am learning. (And I am old...so the learning is slow)
  18. Thanks man, no rush and I really do appreciate the effort here.
  19. Well, I gave it a shot. I open a console on server #1, verified and successfully added my remote server (on the same network) Then I ran the command again but this time with actual folders and a single file to be copied and it connects with "receiving incremental file list" and just hangs there until I CTRL+C out of it. Not sure where to go now.
  20. Thanks for the direction. Not sure I can follow that fragmented thread as efficiently as you did. Anyone have a straight forward tutorial on how to do this? Going to give it shot, I just don't want to screw up my main server trying to wank my way through this.
  21. I have two servers. I am looking to move one of them offsite as a backup server. I want to have this offsite server backup up specific shares on my home server over the internet. Couple of questions, does anyone else do this? If so, what do you use? And how did you set it up? ~Andy
  22. Just throwing this out there but you are bridging between 192.168.5 and 192.168.0 Have you tried just disconnecting br1 assuming your internet gateway is 192.168.0.1. You can also throw a dns in there of 8.8.8.8 or 8.8.4.4 or 1.1.1.1 to see if it is your DNS that is hanging you up. Just spitballing. This is what my dual nic setup looks like but with my one nic off right now:
  23. I have built a second machine. I need to mirror files from my original UNRAID box to my new UNRAID box, preferably over a network. I am familiar with the network part. I was just wondering if anyone had any suggestions for Dockers or apps that would work well for this? And/Or some links on where to set them up. Thanks in advance.