Everything posted by E-ManN
-
NordVPN
use Community App (CA) search for nordVPN. you will see another VPN .. close that windows then click the link which says more results ... Then scroll down the list until you see tmnight88 nordVPN ... then click install.
-
NordVPN
did you add the NZBGET container port 8989 to nordVPN containr ? this is my setting for deluge in nordVPN container... in nodrvpn docker click add port ... make sure you select port from the drop down box and then put 8989 in the value for nzbget conatiner port. restart nordvpn container .. then restart nzbget container. Then try to see if it works. I don't know if nzbget uses both TCP & UDP as I do not use this app. hope this helps ... I'm still a noob so don't know much about nzbget.
-
NordVPN
what container are you trying to route thru NordVPN... is it Deluge ? Deluge works fine for me. I really don't know about any other containers as this is the only container I route thru NordVPN so I don't get a NastyGram e-mail from my ISP for my downloads. But from what I read they should all work ... I'm not sure why your WEBUI mgmt link no longer works for the container you are trying to route thru VPN container. maybe post some screen captures so we can see the link the container is using to launch the mgmt web GUI.
-
NordVPN
thank you guillelopez ! ... i got it working again with https://hub.docker.com/r/tmknight88/nordvpn/ steps ... - uninstalled and removed image for bunbuntu NordVPN container. - went into CA and searched for NordVPN ... scroll down until you see nordvpn tmknight88 - install with default settings - stop the nordVPN container - edit the container and swtich to advanced view - configured as follows ... - Extra Parameters: --cap-add=NET_ADMIN --cap-add=NET_RAW - Network Type: Bridge - Console shell command: Shell - CONNECT: canada var was already in template ... just entered canda for canada server - added the following Variables & ports - TECHNOLOGY: (Variable) OpenVPN - DNS: (Variable) 1.1.1.1,8.8.8.8 + the IPs for my domain DNS servers as my unraid server is a member of my domain - NET_LOCAL: (Variable) 192.168.1.0/24 - binhex-deluge: (port) 8112 - TOKEN: (Variable) <my NordVPN token I generrated within my NordVPN account> did not have to change binhex deluge setting as the net container net route is still the same in the extra parameters settings ... extra parameters: --net=container:nordvpn-1 now when I run the NordVPN console and check status for this nordVPN container I do not receive new update is available. WOOHOO current ! #nordvpn status returns ... # nordvpn status Status: Connected Hostname: ca1509.nordvpn.com IP: 37.19.212.112 Country: Canada City: Toronto Current technology: OPENVPN Current protocol: UDP Transfer: 31.78 KiB received, 33.20 KiB sent Uptime: 13 seconds and enter curl ifconfig.io to check adapter IP is not my router WAN IP, it's Nord's server IP. 🙂 # curl ifconfig.io 86.48.14.118 # and final check ... the IP listed in deluge system tray is .. I hope this helps others as I had a hell of a time getting this to work again. It was not just repointing in my case. I'm still a noob but learning each update. lol
-
NordVPN
My joy was short lived ... woke up this morning to find my NordVPN container broken again. Was working great with repository: bubuntux/nordvpn:v3.12.3 (2 versions back) log has this message ... Logging in via ‘--legacy’, ‘--username’, and ‘--password’ flags is deprecated. Use ‘nordvpn login' or ‘nordvpn login --nordaccount’ to log in via browser. Alternatively, you can use ‘nordvpn login --token’ to log in with a generated token. We couldn't log you in. Make sure your credentials are correct. If you have MFA enabled, log in using the 'nordvpn login' command. Invalid Username or password. btw MFA is tunred off on my NordVPN account and I know the credentials are correct as I logged in with web brower snap-in without issue. as we know nordvpn:v3.12.3 is 2 versions behind but it did work up until last night. I'm guessing something was changed/turned off on NordVN backend to break the authentication this way. I tried tried it with token and that does not work either. When I last spoke the NordVPN tech support I asked them if they plan to make a official Docker container to add to their windows and Linux installs ? They said perhaps maybe in the future, whenver that may be. I'm going to try guillelopez suggestion noted in the post above.
-
NordVPN
Hi Jimdaway, I had similar issues with NordLynx this past weekend (none of the nordvpn\curl commands worked)... I gave up and went back to using NordVPN rolled back to last working version v3.12.3 (with TECHNOLOGY setting OpenVPN). It still spits out a warning that there is a new version available in the NordVPN console but I managed to get it working. The weird thing is that I'm pretty sure on NordVPN's site re\installing NordVPN linux client .. I'm sure I saw that it uses OpenVPN technology. Please let us know if you getting working ... another set of eyes tackling this issue from another direction should help. thanks, E
-
NordVPN
so here's the final update as it is workging for me now ... Heard bak from NordVPN support today. This is what they said to try to fix ... "Thank you for your letter. Please update the NordVPN application, to the latest version which is 3.16.0. You can do that, by reinstalling the NordVPN application by following these steps: sudo apt autoremove --purge nordvpn When finished, use these commands to install the NordVPN application back into your device: cd ~/Downloads sudo wget "https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb" sudo dpkg -i nordvpn-release_1.0.0_all.deb sudo apt update sudo apt upgrade sudo apt install nordvpn If the issue persists, please provide us with the NordVPN application's connection logs. In order to do that, open the terminal and type this command: sudo journalctl -u nordvpnd > ~/Desktop/daemonlog.txt You will find a new file daemonlog.txt on your desktop. Please send us this file by attaching it to your reply." Unfortunately we know a lot of these linux commands will not work in UNRAID for Docker apps. My main goal was to see if they came back with a "yeah your NordVPN account has problem" and then fix my account if it was broken. so then I played the re-install\un-intstall\re-install game ... and this is what worked ... • Un-install bunbuntux NordVPN app • Re-install bunbuntux NordVPN (nordvpn:v3.12.5 - leaving all default values) • Edit bunbuntux NordVPN app and change repository to : bubuntux/nordvpn:v3.12.3 reverts back to previous version known to be working • Configure NordVPN parameters & variables for configuration ... - edit NordVPN, change view to advanced extra parameters: --cap-add=NET_ADMIN --cap-add=NET_RAW variables added ... USER: MyNordVPNAccountUsername PASS: MyNordVPNAccountPassword (**no quotes aroud the password) TECHNOLOGY: OpenVPN DNS: 1.1.1.1,8.8.8.8, (**note** I also added the IPs of my 1st and 2nd DCs in my domain as my UNRAID server is a member of my Windows AD Domain) NET_LOCAL: 192.168.1.0/24 (my lan ip range) port added binhex-deluge: 8112 port for binhex-deluge - save and run once runnnig entered NordVPN console and check status with "nordvpn status" .. returned this ... # nordvpn status A new version of NordVPN is available! Please update the application. Status: Connected Current server: ca1515.nordvpn.com Country: Canada City: Toronto Server IP: 37.19.212.142 Current technology: OPENVPN Current protocol: UDP Transfer: 5.62 GiB received, 0.88 GiB sent Uptime: 2 hours 5 minutes # OK good now we are getting somewhere. edited binhex-deluge, changed to advanced view . changed extra parameters to: --net=container:nordvpn-1 saved and run WOO HOO ! It's working again. Just to make sure it was not a fluke and the changes stuck I completely shuutdown the UNRAID server to a complete powered off state. Powered it back on ... still working. Finally ! thanks all for your help fellow UNRAIDERS, E **note** I tried this several times over the past day. After reading the NordVPNs tech's email the fix I noted in the steps above to un-install re-install plus the configurations I noted worked. Not sure why this process did not work yesterday as I must of done this 10 times.
-
NordVPN
Just to keep you all in the loop, just finished and sent a e-mail to NordVPN support requesting they check access to Canada servers from linux\docker for my account .. the email was quite long with all the details so I'll spare you the details as it is pretty much all my findings I have posted in the past few days. Will let you know what they come back with. Being a fellow peer IT guy, I know they will make me jump thru hoops to get a check done and will immediately blame the app. I just find it strange that it does not work for 2 versions of NordVPN and does not work for NordLynx either. But 1st step is to confirm that linux functionality is working for my account. I know I can still use the NordVPN chrome web browser snap-in and connect to Canada Servers without issue & surf web in protected mode. E
-
NordVPN
I should also add that .. $nordvpn connect canada returns ... - A newer version of nordvpn is available ... again - Connecting to Canada #1657 (ca1657.nordvpn.com) - whoops we couldn't connect you to 'canada'. Please try again. If the problem persists, contact our customer support. - and then returns me to the command prompt /# I guess my next steps will be to contact NordVPN and have them decipher what is going on. Will keep you all posted. E
-
NordVPN
hi Guillelopez, I just tried your suggestion to changing the repository to --> bubuntux/nordvpn:v3.12.3 it re-configured the container ... but my binhex deluge is still showing my routers public IP in the status bar bottom right corner even after restart of both containers. When I launch a server console to the NordVpn container and enter ... --username MyNordVPN-username --password 'MyNordVPN-userpassword' it displays already connected .. and the same "upgrade is available" msg. -$ curl ifconfig.io ---> displays my router's PUBLIC IP $ curl ifconfig.me --> same info as the command above $ nordvpn connect --> shows the same "a new version is available" and has a spinning "\" indicating it is trying to connect. (for last 10 mins now and still has not conected) My guess is it will eventually time out. I get the feeling that NordVPN back-end has changed and the old container(s) will not work anymore .. this is why I am constantly being prompted to upgrade to the new version. I have no explanation as to why this working for you and not for me, but I'm glad one of us got it working. Thanks for posting this .. great idea .. i totally forgot about that rollback trick using a direct link to the version you want in the repository. thanks, E
-
NordVPN
I have the exact same problem. Woke up this morning to broken VPN hence deluge could not download. There was a update which I applied today, but still no joy. From NordVPN console issuing the following commands ... $ curl ifconfig.io -> returns my router public IP @ , no longer a NordVPN Server IP $ curl ifconfig --> returns my router public IP @ as well I can connect to my nordvpn account form norVPN console using $ nordvpn login --token <MY PRIVATE KEY TOKEN> I can also logon with my nordVPN username and PW with ... $ nordvpn login --username MY-USER-NAME --password 'MY-USER-PASSWORD' next when I issue the command $ connect it automatically tries to connect to one of Canadian NORDVPN servers .. which is what I want as that is where I reside. then spits out this message ... "A new version of NordVPN is available. Please update the application" if I do a ... $ nordvpn status I get the same new version avail error in addition to "Status:Disconnected" I'm not sure where to go from here. I spent the whole day playing with various suggestions found in this thread for both NordVPN and NordLynx and in both cases the are not working. NordLynx hangs then comes back with a could not find error when I try a $ curl ifconfig.io Man linux scares the crap out of me ... Yes I am a windows guy. I have had plenty of headaches on UNRAID, Solaris & OMV servers when they update. anyhow hoping you all can help .. I'm guessing nothing can do as the NordVPN app is pooched. Not sure what is going on with NordLynx. would love to get one of these working again so I can download feeling confident that I will not receive a NastyGram from BELL Canada regarding my P2P activity. 🙂
-
UNRAID server in Windows AD keeps setting itself as master browser
sorry to have troubled you all ... issue seems to have been resolved as soon as I modifed the extra samba settings to be as I indicated in my last post. My PDC is now the master browser and I did not have to reboot all my boxes ... change was immediate right after making changes & re-starting UNRAID array. WOOOHOO ! Hopefully this helps someone else save time. 🙂 thanks, E
-
UNRAID server in Windows AD keeps setting itself as master browser
I've since updated my smb additional settings to ... [global] domain master = no preferred master = no local master = no will let you know if this works, thanks, E
-
UNRAID server in Windows AD keeps setting itself as master browser
Hi All, Running UNRAID server Version: 6.11.5 and my unraid server is part of Windows 2016 AD (set VIA UNRAID SMB settings). I recently noticed that I was having some issues with my windows machines and tracked it down to My UNRAID server over riding my windows 2016 PDC as the Master Browser. I had dynamix local master installed on my UNRAID server, but never saw "yoda" in the UNRAID banner so I never thought this would be the issue. I thought would inform me if my UNRAID server ever became the master ... but after reading more up on it, I found that this app also forces the UNRAID server to be master. Yikes !!! So this morning I un-installed the Dynamix local master app and rebooted all my servers and desktops in addition to the UNRAID server. DOS command line tools still reports my UNRAID server as being the Master browser. So time to hit the UNRAID forums ... I can only find info on how to make URNAID the Master Browser. When UNRAID belongs to a Domain there is no master browser checkbox to uncheck ... or at least I can't find it. (believe this box only seen when UNRAID in "Workgroup" mode) So in the Samba Settings under addtional samba settings I tried forcing it to no by adding ... [global] domain master = no preferred master = no still no joy 😞 can anyone tell me how to disable Master Browser settings on UNRAID server which is member of Windows AD ? thanks, E
-
Anyone running Plex and Jellyfin side by side sharing the same media shares ?
My UNRAID server had it's regularly scheduled weekly full backup last night. I just finished pointing Jellyfin to same Media shares as Plex. Jellyfin library scan completed and all media is now being shared by both media servers. There are a couple of TV Shows which Jellyfin scrapers did not get the proper TV show name and boxart (Plex has no issue identifying the same shows) ... I will manually correct those. Not bad for a small library of 204 movies, 110 TV Shows, 289 seasons 4359 episodes. 🙂 thanks for your help Aufderhar. thanks, E
-
Anyone running Plex and Jellyfin side by side sharing the same media shares ?
thanks for your reply Aufderhar, I don't think I will have to deal with the buffering issue as I will not be streaming from both at the same time. My users don't even know that I am running Jellyfin as well. 🙂 I just want Jellyfin for the live TV and DVR. If I record stuff on Jellyfin DVR and media is shared I am hoping plex should see the DVR recordings from Jellyfin and able to play them. "Other than having to deal with 2 different sets of titles that don't match" ... what do you mean by that ? Can you elaborate further ? All I am really after here is to make sure I don't break my Plex libraries\scrapers\boxart. All my movies and TV show as recognized no problem by plex. I don't have multiple copies of the same movie or TV Shows with different resoultion ie\ 720k\1080p\4k. I am using properly named Movies and TV shows. I use filebot to fix all TV shows and movies after downloaded reguardless of if they are formatted in another properly formatted version of the names Plex accepts ... TV shows organized in the show name folder, with sub folders for each season, with each episode correctly identified ie\ 1883\1883.S01\1883 - S01E01 - 1883.mp4 after download all my media is run thru handbrake and converted to .mp4 ... I find this foramt works best for newer Tizen Samsung TVs, as they cannot play .MKV when using the native DLNA player on it. MY older Samsung pre 2016 Plays all formats with native Sasmsung DLNA player. Sometimes If I don't want to stream from Plex App I use the source button on TV Remote and select Plex server and stream using Samsung's native DLNA player ... box art is primitive compared to Plex .... but just another option. 🙂 I like them all to follow the same naming convention format. thanks again, E
-
Anyone running Plex and Jellyfin side by side sharing the same media shares ?
Hi All, I on my UNRAID server V# 6.10.3 I have both Plex V# 1.27.1.5916 and Jellyfin V#10.8.1 running on it. It also has OMBI request system running with the Plex setup configured and all 3 OMBI databases on Maria DB server. I have just finished a test run of Jellyfin ... I was mostly looking into the live TV & DVR part which is free. Currently my Jellyfin movies and TV Shows libraries is pointed to a sample sample set share with 1 movie and 2 TV Show Series. MY questions are, if I point my Jellyfin library to the same share as my Plex libraries ... will I break my Plex library ? ... googling this I have seen that it is possible to break the Movies\TV fanart box icons on Plex in this scenario. is it a good idea to turn on OMBI requests to include Jellyfin ? I see that Jellyfin has their own version of a request system ... the Docker app is called Jellyserr. I would prefer to go the OMBI configured to use Jellyfin in addtion to Plex as that would mean one less container to install and configure. 🙂 I don't have to worry about load problems as I plan to primarily use Jellyfin for LiveTV & PVR and other than that a backup to Plex in the event that Plex is down or broken ... both my Samsung Tizen smart TVs have the Jellyfin 3rd party app pushed to them ... that was an adventure to get that installed as Jellyfin app is not in the Samsung smarthub store. It was a good learning experience in case I have to push another 3rd party app to my TV. Love the Samsung TVs but hate the propriatory Tizen OS. Go Android Samsung and put google play store on! other than that any other gotchas I should be looking out for ? ... thanks, E
-
Icon Collections for DOCKER FOLDER Plugin
Yetersday I updated to UNRAID 6.10.3 ... I now have a glitch were when I start VMs I cannot manage them from within VMs container properly or from the dashboard.... IE\ can't launch remote console GUI. When I shutdown the VMs I can then manage them and launch the remote console GUI. I have removed all the VMs from the custom folders for now. all the docker custom folders & animated icons still working properly and can be managed properly from both the dashboard and docker pages. Hopefully the developer can find some spare cycles for a update fix. Thank so much I really enjoy your animated icons. 🙂 I see this error in my plugins section ... not sure if this has anything to do with it ? But i am currently investigating further. has anyone else noticed this or is this isolated to my UNRAID server. thanks, E
-
[Support] Linuxserver.io - Ombi
thanks all I got all 3 DBs running on MSQL on MARIA DB server ... WOOOOHOOOO !!!!! I abadoned the migration of DBs and just set up from scratch. - deleted and re-created Ombi DB on maria DB server using Adminer GUI - already had empty Ombi_Settings & Ombi_External DBs on Maria DB server I created a few days ago. - all 3 maria DB databases share a common local db user acount named ombi with full privs & grant rights on all 3 DBs - uninstalled OBMBI Docker and ombi image files - deleted the /appdata/ombi folder on the the UNRAID server - installed OMBI ... stopped OMBI - copied the database.json file to /appdata/ombi folder on the the UNRAID server - restarted OBMI container - launched OMBI mgmt GUI and ran thru the wizard, fully configured and set up OMBI - use Adminer to verify that tables were populated in all 3 OMBI DBs. this is the database.json file I used.... { "OmbiDatabase": { "Type": "MySQL", "ConnectionString": "Server=MyServerIP;Port=3306;Database=Ombi;User=ombi;Password=MyPassword" }, "SettingsDatabase": { "Type": "MySQL", "ConnectionString": "Server=MyServerIP;Port=3306;Database=Ombi_Settings;User=ombi;Password=MyPassword" }, "ExternalDatabase": { "Type": "MySQL", "ConnectionString": "Server=MyServerIP;Port=3306;Database=Ombi_External;User=ombi;Password=MyPassword" } } special shout outs to @tidusjar & @snusnu1987 and all the other members who helped me figure out how to get this thing working. now that all 3 DBs are on maria DB each having their own MYSQL DB I'm hoping the next update does not break my OMBI. thanks, E
-
[Support] Linuxserver.io - Ombi
just as a heads up ... a update for OMBI just came in ... I applied it by itself and my OMBI is now stuck in the OMBI Wizard of death loop again. I am currently restoring my server from last nights backup. you were all right about the Wizard problem coming back with my DB setup ... I will not update OMBI until I can get this setup properly ... either that or move the main OMBI DB off Maria server and put it back in appdata/ombi folder under SQLite .. which I really don;y want to do. arrrgggghhhh !
-
[Support] Linuxserver.io - Ombi
ahhhh .. there is no apt command in URAID and it is recommended you dont mess with installs with APT ... https://forums.unraid.net/topic/44209-how-to-install-apt-or-yum/ this explains alot ... maybe this is why I could not find documentation specific to UNRAID on how to put the other 2 OMBI DBs on Maria DB server under MYSQL . I'm wondering how you all got this working as the instructions written, has no specifics for UNRAID. I've seen windows, linux and docker ... but no UNRAID.
-
[Support] Linuxserver.io - Ombi
container is running .. . docker exec ombi bash .. works, returns prompt with no error all apt commands fail ... root@MyServerIP:/mnt/user# apt update ... fails .... -bash: apt: command not found root@MyServerIP:/mnt/user# apt install python3 python3-mysqldb -y -bash: apt: command not found i'm not sure why my URAID server seems to not know basic commands like apt ?? time to regoup, decompress and check back another day. thanks again for your help. E
-
[Support] Linuxserver.io - Ombi
correct .. I am trying to install the mysqldb plugin for python3, not the full version onto my unraid server so I can run the 1st script. on another note ... when I try this command from console pormpt ... docker exec ombi bash ... i get this error ... Error response from daemon: Container 804e13957ee046a446df83c51e0fd841820e8ef93d14f4298f6db61abe5115d3 is not running OR sudo docker exec ombi bash ... i get this error Error response from daemon: Container 804e13957ee046a446df83c51e0fd841820e8ef93d14f4298f6db61abe5115d3 is not running I'm not sure why they are calling ombi as the ombi container is currently shutdown for this DB transfer as per the instructions. wow for a sys admin\analyst I am finding this buildbooks\white papers extremley difficult to follow and requires a lot of intuitive linux knowledge.... not for a noobie. The document jumps all over the place and I had to assume or hypothesize alot of where\when to run commands and how (quite a few of the commands did not wok on UNRAID terminal cosole). I was not even aware there was a docker P: section at the bottom of the doc as I was just folling the linux intstructions at the top and working my way down .... perhaps they should have had linux | windows |docker | unraid tab in the white paper in the link below. https://docs.ombi.app/guides/migrating-databases/#6-faq for now I will put my settings back to where it works ... I'll revisit this another day as I am truely frustrated & exhausted . thanks to all that helped me. 🙂 thanks, E Would be nice if we had a concise UNRAID document or video for this process.
-
[Support] Linuxserver.io - Ombi
I have putty ... I can do a console session thru putty if that helps. I've tested a longon session with putty and it works. thanks, E
-
[Support] Linuxserver.io - Ombi
from the main dashboard ... clicking on the console button\terminal ">_" on the top right none of the apt or apt-get commands work. yes MYServerIP is the ip @ of MY unraid server running maria DB ie\ 192.169.x.x ... and MyPassword is the ombi user password for the OMBI local DB user ombi attached to Ombi DB on the Maria DB server with full privs and grant rights. I try not to put IP and passwords in posts. thanks, E