Everything posted by ChadwickTheCrab
-
[Support] binhex - qBittorrentVPN
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.
-
Delete /boot/previous?
Thanks @ChatNoir!
-
Delete /boot/previous?
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?
-
[support] Vaultwarden (formerly Bitwarden_rs)
I am also interested in the solution to improving these results.
-
6.9.0 Random Crashes/Restarts Since Upgrading
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.
-
[Support] binhex - qBittorrentVPN
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?
-
[Support] binhex - qBittorrentVPN
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!
-
[Support] binhex - qBittorrentVPN
After this recent update I noticed my radarr/sonarr wasnt working either. I can't even get to the qbit webui anymore.
-
[support] Vaultwarden (formerly Bitwarden_rs)
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.
-
[Support] jj9987 - Portainer
I just edited the repo to be portainer-ce and it upgraded just fine.
-
[Support] binhex - qBittorrentVPN
I didn't, I think it's included already.
-
[Support] binhex - qBittorrentVPN
In Settings in the Download tab. "Enable Run external program on torrent completion". unrar x "%F/*.r*" "%F/"
-
[Support] binhex - qBittorrentVPN
Do you get the same results on different PIA servers? Are you using nextgen servers? Are you using servers that have port forwarding?
-
[Support] binhex - qBittorrentVPN
@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.
-
[Support] ich777 - Gameserver Dockers
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
-
VIDEO GUIDE ** How to Setup Jitsi in Docker with a Reverse Proxy **
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
-
VIDEO GUIDE ** How to Setup Jitsi in Docker with a Reverse Proxy **
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.
-
[Support] ich777 - Gameserver Dockers
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!
-
[Support] ich777 - Gameserver Dockers
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?
-
Unraid 14th Birthday Case Badge Giveaway
Badge me please! Effing love you guys.
-
[Support] binhex - Radarr
I'n settings>general under advanced the branch is set to develop. If you click the exclamation it says if using docker do not use develop or nightly branches. Does this matter?
-
[Support] binhex - Radarr
So is it definitely a problem with the application? Just wanted to make sure other folks are experiencing this behavior on this new version before I submit it as a bug to the Radarr folks.
-
[Support] binhex - Radarr
I don't know if it's a bug in the latest 0.2.0.995 update, but the Discover New Movies feature seems to be broken. Anyone else? Two messages were in the log shown below. Message Failed to discover movies for action recommendations!: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. Exception Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0. at Newtonsoft.Json.JsonTextReader.ParseValue () [0x002c2] in <5e099fb6434a463a960f4009caf8abae>:0 at Newtonsoft.Json.JsonTextReader.ReadInternal () [0x00043] in <5e099fb6434a463a960f4009caf8abae>:0 at Newtonsoft.Json.JsonTextReader.Read () [0x00007] in <5e099fb6434a463a960f4009caf8abae>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, System.Boolean hasConverter) [0x0003d] in <5e099fb6434a463a960f4009caf8abae>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000dd] in <5e099fb6434a463a960f4009caf8abae>:0 at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00057] in <5e099fb6434a463a960f4009caf8abae>:0 at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <5e099fb6434a463a960f4009caf8abae>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <5e099fb6434a463a960f4009caf8abae>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <5e099fb6434a463a960f4009caf8abae>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00006] in <5e099fb6434a463a960f4009caf8abae>:0 at NzbDrone.Core.MetadataSource.RadarrAPI.RadarrAPIClient.Execute[T] (NzbDrone.Common.Http.HttpRequest request) [0x0002b] in C:\projects\radarr-usby1\src\NzbDrone.Core\MetadataSource\RadarrAPI\RadarrAPIClient.cs:73 at NzbDrone.Core.MetadataSource.RadarrAPI.RadarrAPIClient.DiscoverMovies (System.String action, System.Func`2[T,TResult] enhanceRequest) [0x00038] in C:\projects\radarr-usby1\src\NzbDrone.Core\MetadataSource\RadarrAPI\RadarrAPIClient.cs:103 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.DiscoverNewMovies (System.String action) [0x000a2] in C:\projects\radarr-usby1\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:389 Message Failed to discover movies for action recommendations!: The request timed out Exception System.Net.WebException: The request timed out at System.Net.HttpWebRequest.GetRequestStream () [0x0004e] in /build/mono/src/mono-5.0.0/mcs/class/System/System.Net/HttpWebRequest.cs:918 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000cc] in C:\projects\radarr-usby1\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:51 at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0009d] in C:\projects\radarr-usby1\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:45 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request) [0x0007e] in C:\projects\radarr-usby1\src\NzbDrone.Common\Http\HttpClient.cs:112 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Common\Http\HttpClient.cs:48 at NzbDrone.Common.Http.HttpClient.Post (NzbDrone.Common.Http.HttpRequest request) [0x00007] in C:\projects\radarr-usby1\src\NzbDrone.Common\Http\HttpClient.cs:231 at NzbDrone.Core.MetadataSource.RadarrAPI.RadarrAPIClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x0001e] in C:\projects\radarr-usby1\src\NzbDrone.Core\MetadataSource\RadarrAPI\RadarrAPIClient.cs:55 at NzbDrone.Core.MetadataSource.RadarrAPI.RadarrAPIClient.Execute[T] (NzbDrone.Common.Http.HttpRequest request) [0x00023] in C:\projects\radarr-usby1\src\NzbDrone.Core\MetadataSource\RadarrAPI\RadarrAPIClient.cs:69 at NzbDrone.Core.MetadataSource.RadarrAPI.RadarrAPIClient.DiscoverMovies (System.String action, System.Func`2[T,TResult] enhanceRequest) [0x00038] in C:\projects\radarr-usby1\src\NzbDrone.Core\MetadataSource\RadarrAPI\RadarrAPIClient.cs:103 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.DiscoverNewMovies (System.String action) [0x000a2] in C:\projects\radarr-usby1\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:389
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
I get similar results with TightVNC. Is there a way to adjust the resolution of Clover from the Clover GUI? I feel like it's not matching up to whatever the default is set to. Edit: I think I may be on to something. I edited the Clover config.plist file and found the resolution was set to 1280x1024. I modified it to 1920x1080 and I'm going to try again.
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
I'm not sure what to grab. Here's a screenshot of what I'm seeing.