-
Missing License Key
so, basic computing 098. a simple reboot resolved the issue. I was hesitant to do this because it said it wouldn't start the array if the issue wasn't resolved. Thank you for choosing Unraid OS!Array status Started License key type Plus Registered to Daniel Sleinsky Registered on Sat, 2 July 2022 Flash GUID 0951-16AE-4443-XXXXXXXXXXXXXXX Flash Vendor Kingston Flash Product DT_microDuo_3C Attached Storage Devices 7 out of 12 devices Transfer License to New Flash EligibleLearn More Linked to Unraid.net account LinkedLearn More
-
Missing License Key
Long story short, I'm getting missing license errors now. Here's how it happened. 1) backed up USB on desktop 2) stopped array, zeroed my drives 3) formatted and rebuilt USB clean, dropped my Basic.key and Plus.key in the /config folder 4) rebuilt my server 5) everything went good for a few weeks, then it puked and says its missing the key. 6) login to my unraid acct, get the key URL, paste into console 7) mocks me with below screen shot 8) my PC allows me to look at my USB, but when I attempt to look at it in the unraid filemanager, it will not mount the USB
-
Immich Docker Container "permission denied"
Getting something similar, don't think its file system structure, but not 100% After doing the compose from Community Apps, I get this error. docker: Error response from daemon: Head "https://ghcr.io/v2/imagegenius/immich/manifests/latest": denied: denied. tower-diagnostics-20250503-1418.zip
-
System stopped responding
Just had to hard cycle my unraid machine, was notified one of my dockers was unresponsive. Tried to http and ssh to the machine, nothing. What logs and where do I start looking to see what happened? In the few years I've had this machine this is the first time I've had to bounce it like this.
-
[Support] binhex - DelugeVPN
When I go to load a .torrent file it fails. I sent the file to a buddy that has qBittorrent that's a standard windows app install and it works w/out issue.
-
**VIDEO GUIDE How to route any container through the network of another (VPN)
How would one configure inbound OpenVPN connections to route through their Deluge Privoxy?
-
-
APC SmartUPS Setup
What's a good supported APC UPS for Unraid? I'm not looking to power the server throughout the night just 10-15 minutes enough for it to shutdown safely.
-
Libvirt Service failed to start
A reboot resolved the docket error. Lost all my VMware sessions but the images are still there at least. When I got off create a new image it threw the screenshot below. After I cycled the vm manager it tossed the liberty message. tower-diagnostics-20210318-0740.zip
-
Libvirt Service failed to start
This just started for me this morning. None of my vms will boot so I cycled the vm service and got this error message. seeing this recurring statement in logs, also attached system diag. tower-diagnostics-20210318-0723.zip
-
[Support] binhex - PrivoxyVPN
@binhex I moved all my ports from 6000 to 8088, still didn't work. There was an update to the container and I pushed it down. Now everything works! Seems funny that I still access Jackett on the native 9117 IP vs 8088. Not even questioning it though!
-
[Support] binhex - PrivoxyVPN
**I was getting restricted port on ios, so i moved it to 8088** added the additional ports variable, verified the key was proper, have 9117, 8088 I also have 9117, 8088 as VPN_INPUT_PORTS VPN_OUTPUT_PORTS is blank/empty added additional port JACKETT, container port 9117, host port 9117 connection type TCP
-
[Support] binhex - PrivoxyVPN
@theGrok Did you get it to work? I still can't get to my Jackett on :6000.
-
[Support] binhex - PrivoxyVPN
I tried my HP laptop, iPad, MacBook(intel) and a win10 VM from unraid machine itself(daily driver) on the 192.xxx network. Same thing. Tempted to send you vpn credentials so you can work on it directly [emoji1787] Sent from my iPhone using Tapatalk
-
[Support] binhex - PrivoxyVPN
So... out of freaking curiosity I did a route print and enclosed it. It did not work but I'm VPN'd into my home network (at this time) being assigned a 172.x.x.x address. 192.168.128 is my address scheme at the office. 172.27.224.9 is my VPN address into my home network, that is set to be the 192.168.1.x Just got home have 192.168.1.155 as a local address... still no UI when i goto 192.168.1.159:6000 😅 UPDATE! Not the best of news, but at this stage Sonarr / Deluge / Jackett are all talking to each other. The big rip is I can't see the Jackett webUI. Of all things I guess that's the LEAST of my worries, I'd rather not have to monkey with the port/network parameters to do a full reconfigure.. but once that's done its done? I hope you're still game to get the webUI working, I am 😁
-
[Support] binhex - PrivoxyVPN
sh-5.1# iptables -S -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -s 138.199.27.241/32 -i eth0 -j ACCEPT -A INPUT -s 138.199.27.221/32 -i eth0 -j ACCEPT -A INPUT -s 138.199.27.231/32 -i eth0 -j ACCEPT -A INPUT -s 138.199.27.232/32 -i eth0 -j ACCEPT -A INPUT -s 138.199.27.212/32 -i eth0 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 9117 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 9117 -j ACCEPT -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -d 138.199.27.241/32 -o eth0 -j ACCEPT -A OUTPUT -d 138.199.27.221/32 -o eth0 -j ACCEPT -A OUTPUT -d 138.199.27.231/32 -o eth0 -j ACCEPT -A OUTPUT -d 138.199.27.232/32 -o eth0 -j ACCEPT -A OUTPUT -d 138.199.27.212/32 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9117 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 9117 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT sh-5.1#
DaSlinky
Members
-
Joined
-
Last visited