pimogo

Members
  • Posts

    48
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pimogo's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. This happens to me too. Over a hundred files have been removed , most likely periodically and over time. I'd like to understand this too! DId you ever find what it was in your case?
  2. This was helpful but trying to do something similar w/ wireguard /port forwarding nstead. When generating a wireguard config file on their website am i to expect an .opvn i can then drop in the deluge openvpn folder? I took an initial stab doing the following on their website: 1. Choose platform: Windows 2. Generated a Wireguard key 3. Selected a close proximity city as my exit location and all their listed servers for that location. 4. Left advanced as is. 4. Generated my zip archive. After unzipping i found server conf files but no opvn. Is opvn only for OpenVPN (whcih would make sense but now leaves me uncertain as where to go from here). Is there a helpful tutorial or can someone kindly point me in the right direction please? Thanks!
  3. stilll nothing on my end. refuses to mount.. i'd really like to get the data out from it, if possible. any ideas? thanks for any help. much appreciated.
  4. i tried restarting to no avail. i changed out the cables, still nothing. i tried runing a smart report but it never budged past 10%.. is this a bad drive? ughh.
  5. The results of fdisk -l Disk /dev/sdg: 223.58 GiB, 240057409536 bytes, 468862128 sectors Disk model: ADATA SU700 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x00000000 Device Boot Start End Sectors Size Id Type /dev/sdg1 64 468862127 468862064 223.6G 83 Linux
  6. I keep an unassigned ssd for plex metadata and it failed sometime this morning. It refuses to mount. Gives me the following error: I tried to repair using the xfs_repair but i then get a message saying fatal error-- input/output error. I've had a similar issue on this drive a month ago but was able to bring it back up using the following, but it refuses to work now. xfs_repair -L /dev/sdh1 I'm attching the diagnostics, if somone is able to review and help would greatly appreciate it! Thanks! pimogo-nas-diagnostics-20200530-0939.zip
  7. Working great for me so far.. Just got off a 3-way chat, but one question.. If portainer is brought down in Unraid (and with it jitsi) i get the following error repeatedly when starting Letencrypt. This continues until Portainer (along w/ Jitsi) is started.. If possible, i'd like to allow Letsencrypt to continue unbothered even if those containers are down. Other Nginx conf files use $upstream_app , $upstream_port and $upstream_proto... i beleive for this very situation. SHould i try adding that on all 3 location / includes in jitsimeet.subdomain.conf?
  8. PIA's servers (with or w/o port forwarding) have been awfully slow for me the past couple weeks. i know the Canada based servers lost port fowarding for a week or so but even after being restored i can't get my speeds anywhere close to what they were.. They are often less than 1MB/s and never much higher than that. Are others getting similar speeds? For those w/ AirVPN is configuring with delugevpn as simple as dropping a port fowarding enabled opvn in the appdata folder? Or if not , what other steps are required? Thanks.
  9. I can give it my external wan ip but it’ll likely change at some point. Am I stuck manually changing it everytime if I want the root to my domain resolved?
  10. Hi GUys- Quick question. I've tried researching this question all morning but seems like most items that touch on it just assume this as common knowledge.. i'm trying to get my cloudflare dns A record to point to my root domain, but it doesn't let me use my duckdns.. It wants an external ip. problem iS my external ip is dynamic (hence why i use duckns). See image below. How do i satisfy this requirement with a dynamic ip? Thanks!
  11. 🤣 sure - i suppose i could just do that.. just wanted to understand if there was way to redirect 80 - > 8443 so i wouldn't have to call it out in the event i was on a computer w/o said bookmark.
  12. Presently to access this controller via the browser within the LAN, i must explicit call out port 8443. I'd like to be able to simply enter the IP or hostname (192.168.1.10 or unifi.lan) to do so. I tried changing the port in the container from 8443 to 80 but no go. Is this possible and how can i do so? many thanks!
  13. Hello - I have a haswell chip with an IGPU i'm trying to passthrough to Catalina MacOS vm. However i dont see the iGPU in the iommu. I see my discrete gpu but thats it.. is there something im missing here to get it to show up? many thanks.
  14. If this has been asked and answered, i apologize in advance. I searched but nothing came up. My situation: Trying to add a second domain which i did by creating a variable in docker called EXTRA_DOMAINS. Seems to work. My problem: Firstly, does the second domain leverage the SUBDOMAINS already created for the first domain? What if i wish to use other subdomains not listed. Can i create another variable for just subdomains to be used by the second domain? Thanks!