ChadwickTheCrab

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by ChadwickTheCrab

  1. Anyone else having an issue with privoxy at the moment? My *arrs work fine if I disable proxy. I made no config changes, just noticed I couldn't add a movie today unless I disabled the proxy in Radar. Edit: Deleted privoxy folder and changed NAME_SERVERS to just google and cloudflare IPs. Not sure which fixed it but all is good now.
  2. Hey! I want to use the My Servers plugin to backup my flash drive and change my USB stick and migrate the key. A few times over the last few months I log in and I see a message saying I have no key installed and my USB drive is offline. Since I think the USB drive is going bad, I'd like to swap it and replace it. In order to use the backup feature I need to clear some space. Can I delete the contents of this previous directory if I'm in no need to revert to a previous version of Unraid?
  3. I am also interested in the solution to improving these results.
  4. I am also having a terrible experience switching to 6.9.0. I had 200 something days of uptime and now every morning my server is unresponsive. I have no Nvidia card, no VMs. Just docker containers.
  5. I just realized I'm only now successful connecting to the webgui (on the 192.168.1.0/24 network) over my reverse proxy. I still can't connect from Wireguard (this network is 192.168.2.0/24). I tried changing the LAN_NETWORK to 192.168.1.0/16 thinking that would work and allow IPs ranging from 192.168.1.1 to 192.168.2.255. If I'm using the console of the VPN container, I can't ping clients on the Wireguard network. At least I can get to the webgui from outside my lan via reverse proxy but I'd still like to understand the iptables stuff going on here. Any insight, @binhex or anyone else?
  6. A2 solved my webui problem. I was trying away from home via Wireguard. I tested using remote desktop to my PC on the LAN and my PC could access the web ui. I used the instructions and now can connect from my Wireguard network. A26, first suggestion, solved my download client connection problems. Thanks @binhex!
  7. After this recent update I noticed my radarr/sonarr wasnt working either. I can't even get to the qbit webui anymore.
  8. I just migrated to this today from LastPass and it works great so far. What's a good practice for backing up my password database. It's just me, a single user. I like the idea of being able to keep a USB stick with the exported encrypted json. If my Unraid server craps the bed, can I spin up a new Bitwarden container and be fine as long as I have my master password and the encrypted json? The encryption key stuff on the bitwarden support page confused me.
  9. I just edited the repo to be portainer-ce and it upgraded just fine.
  10. In Settings in the Download tab. "Enable Run external program on torrent completion". unrar x "%F/*.r*" "%F/"
  11. Do you get the same results on different PIA servers? Are you using nextgen servers? Are you using servers that have port forwarding?
  12. @binhex Does the container only use a single .ovpn file from the appdata directory for configuration? Can I put all of the PIA port-forwarding capable server .ovpn files in there so that it can try them until it gets a working API? Just this week I had to change from Montreal to Vancouver to Spain. I didn't know if you have it scripted to try the next ovpn in a sequence.
  13. EDIT: Ok it just works now I guess. I did nothing, just waited a bit. As of this morning I can't see my Ark server in the server browser. The log file doesn't seem abnormal. I've tried restarting the container. Last night my friend was logged in and playing just fine. I had Creature Finder Deluxe as a mod on there which was working. I removed that from the config lines to eliminate variables but I still can't find it in game or RCON to it. Connecting anonymously to Steam Public...Logged in OK Waiting for user info...OK Success! App '376030' already up to date. CWorkThreadPool::~CWorkThreadPool: work processing queue not empty: 1 items discarded. ---Prepare Server--- ---Server ready--- ---Start Server--- [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 346110
  14. I was having the same issue until I found a script here which I modified to work with SpaceInvader's tutorial and UnRaid. It required me to install bind and lmdb from the Nerd Tools plugin so that 'host' is installed. It sets and updates your public IP inside the sip-communicator.properties file. I have this as a user script running hourly. #!/bin/bash #Domain that points to your public IP DNSNAME="meet.changethistoyourdomain.com" # get the actual IP from the Internet IPint=$(host -tA $DNSNAME 8.8.8.8 | grep address | cut -d " " -f4 ) # get the configured IP of Jitsi IPjitsi=$(grep 'NAT_HARVESTER_PUBLIC_ADDRESS' /mnt/user/appdata/jitsi/jitsi-meet-cfg/jvb/sip-communicator.properties | grep -oE "[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+") if [ "$IPjitsi" = "$IPint" ] then echo "IP has not been changed!" exit 0 fi #clear config sed -i '/NAT_HARVESTER_PUBLIC_ADDRESS/d' /mnt/user/appdata/jitsi/jitsi-meet-cfg/jvb/sip-communicator.properties #get IP and renew line echo org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=$IPint >> /mnt/user/appdata/jitsi/jitsi-meet-cfg/jvb/sip-communicator.properties #Restart jocofo docker restart focus.meet.jitsi #Restart video docker restart video.meet.jitsi
  15. I followed the guide and got everything working perfectly. I got video calls working from multiple devices just fine. After a server restart when I now try to access the Jitsi web UI I get a dark gray blank page. The page title says Jitsi Meet. I've tried restarting the stack but no changes. Any clues? Heres the javascript console log: (TIME) index.html loaded: 510.44999999976426 (index):298 Uncaught ReferenceError: kecohalednmcpjceagiapnnpmdnpbagc is not defined at (index):298 Logger.js:154 2020-04-30T22:30:21.032Z [modules/browser/BrowserCapabilities.js] <new t>: This appears to be chrome, ver: 81.0.4044.113 AuthHandler.js:18 Uncaught TypeError: Cannot read property 'tokenAuthUrl' of undefined at Object.<anonymous> (AuthHandler.js:18) at Object.<anonymous> (app.bundle.min.js?v=3992:54) at n (bootstrap:19) at Object.<anonymous> (connection.js:1) at Object.<anonymous> (app.bundle.min.js?v=3992:54) at n (bootstrap:19) at Object.<anonymous> (conference.js:1) at Object.<anonymous> (app.bundle.min.js?v=3992:126) at n (bootstrap:19) at Module.<anonymous> (app.bundle.min.js?v=3992:222) at n (bootstrap:19) at bootstrap:83 at app.bundle.min.js?v=3992:1 configLanguageDetector.js:22 Uncaught TypeError: Cannot read property 'defaultLanguage' of undefined at Object.lookup (configLanguageDetector.js:22) at index.js:111 at Array.forEach (<anonymous>) at e.value (index.js:109) at t.value (i18next.js:2016) at u (i18next.js:1868) DevTools failed to load SourceMap: Could not load content for chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/sourcemaps/onloadwff.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME EDIT: FIXED I was experimenting with making my own Jitsi Chrome extension and stopped when it required to publish to the store. There's no way that I could find to tell Chrome to force allow an unpublished extension. As soon as I removed the extension ID from the config.js file and restarted the container I'm back to a working setup.
  16. Ok, I'll see how it goes. It seems like it's validating even when validate is left blank but maybe there have been really regular updates between each time I've restarted it. The only other thing that made me think it's something wrong on my end is the "chmod: changing permissions of '/serverdata': Operation not permitted" error I get at the end of the startup. The server works fine besides the long start times. Update state (0x101) committing, progress: 100.00 (4355813184 / 4355813184) Success! App '376030' fully installed. ---Prepare Server--- chmod: changing permissions of '/serverdata': Operation not permitted ---Server ready--- ---Start Server--- ---Server ready--- ---Start Server--- [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 346110 Thanks for your work and the quick reply. I'm surprised you got back so soon. Thanks so much!
  17. I'm running the Ark server off my SSD and it takes over 30 minutes for it to reboot. When I look at the logs it seems to spend a long time verifying and preallocating. I have the validate field blank in the container settings. Something I'm doing wrong or does it always take a long time to start? I'm tweaking the server settings file and it takes ages just to reboot the thing. Should I set the validate field to false instead of blank?
  18. That fixed it! I created a new boot media with 6.5.0 and copied my config folder back over and I can see my shares again. Thank you @trurl and @Frank1940 for all your help. This community is awesome! I'm so happy I don't have to configure anything from scratch.
  19. I don't know if it's relevant but a few weeks ago the system was acting wonky at one point. Through poking around I saw my flash drive was completely full. I discovered the dynamix file integrity plugin had filled the flash drive with log files. I deleted the log files and uninstalled that plugin. Would anything odd like this be caused when the system drive gets full?
  20. Uninstalled statistics plugin and restarted into safe mode. Still not showing up and not accessible via \\192.168.1.7 from any of my devices.
  21. I just found another thread describing the same thing and and the only way they found they could fix it was a fresh OS install. I'll have to figure out if/how to backup settings, VMs, docker. Ugh.
  22. I tried enabling SMB 1.0. Still don't see it listed among the other networked PCs. Remember I can't browse the SMB shared on my linux machines either. On the Linux machine I can browse my windows shares perfectly fine. I really think the issue is with the unRAID machine.