optiman Posted March 7, 2020 Posted March 7, 2020 (edited) 20 hours ago, limetech said: No sorry, will get into next release (if they build correctly). Would be great if S/M would just merge them in-tree. Many thanks! Next release would be great. I agree and i gave SM some static about that. They also told me that they do not even test with unraid, even though Limetech prefers supermicro boards, so I gave them static for that too. Thanks again! Edited March 8, 2020 by Switchblade Quote
_0m0t3ur Posted March 8, 2020 Posted March 8, 2020 (edited) Updated 6.8.2 to 6.8.3. No problems. Thank you to the unRAID team for continued development and support. Update: since the update, when making a ~80GB file transfer between a unassigned USB drive (mac os extended journaled) and another XFS unassigned drive using Krusader, Krusader stalled and Unassigned Devices became unresponsive. I attempted to cleanly stop the array from the command line but was ultimately unsuccessful, because the problem was related to a kernel error. Prior to the update, I've had success with Krusader. To resolve, ultimately I had to do a hardware force shutdown. Edited March 10, 2020 by DoItMyselfToo Kernel error. Forced shutdown to correct. Quote
L0rdRaiden Posted March 8, 2020 Posted March 8, 2020 Regarding 6.8.3 What are these? If I have an existing VM how do I enable this? just by seletcion CPU mode: host passthrough? (I always have had it like this) webgui: VMs: enable cpu cache passthrough; AMD + multithreaded This just mean that a new category has been added or are there new security options for dockers? where are they? webgiu: dockerMan: Security enhancement Quote
bastl Posted March 8, 2020 Posted March 8, 2020 46 minutes ago, L0rdRaiden said: If I have an existing VM how do I enable this? just by seletcion CPU mode: host passthrough? If you create a new VM on a AMD system with "host passthrough" selected, the cache mode will be automatically be added old xml: <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='4' threads='1'/> </cpu> new xml: <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='4' threads='1'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> For existing VMs you have to adjust it yourself. 3 Quote
dockerPolice Posted March 8, 2020 Posted March 8, 2020 3 hours ago, L0rdRaiden said: This just mean that a new category has been added or are there new security options for dockers? where are they? webgiu: dockerMan: Security enhancement Both (Security as a category being added was listed as a separate entity). So far as the security enhancement was concerned, it was previously possible for a malicious template author (ie: an asshole) to craft a template for a docker container that would either Arbitrarily execute code directly on the server simply by loading the template or Completely hide a path mapping from the user even if template authoring mode was enabled in Settings - Docker This code change simply brought dockerMan up to speed with what Community Applications already does for those 1 or 2 users that still add in repositories via the Template Repositories tab (ugh) instead of utilizing the Apps Tab. CA goes medieval in it's enforcement of any violation of security Quote Any violation of the security policies enforced by CA and the associated application feed results in automatic blacklisting of an author's entire template repository. No warnings and no exceptions. 2 1 Quote
Abzstrak Posted March 8, 2020 Posted March 8, 2020 also updated from 6.8.2 -> 6.8.3 with no issues Quote
craigr Posted March 8, 2020 Posted March 8, 2020 21 hours ago, rcmpayne said: I just read through all the post again, I'm sorry I don't see it. I see one link to an external page but it's way over my head. I see multiple people asking what this is and I'm not seeing any responses to it. maybe I'm blind Sent from my SM-N970U1 using Tapatalk This is a bit over my head too. I love the idea of the feature, but won't be able to utilize it until someone can please provide a more detailed explanation. Right now I am wasting 3x VPN connections for three different dockers. It would be nice to run all three dockers through the same VPN connection and have a kill switch working. I also need port forwarding with PIA which I don't know if it is possible with the new feature? Also, updated from 6.8.2 without issue. Thanks all, craigr Quote
alturismo Posted March 8, 2020 Posted March 8, 2020 (edited) may a simple sample i run my ovpn_privoxy docker and i want another docker (sample xteve) run through the vpn connection cause the app doesnt provide a proxy feature so i setup the xteve docker as followed will result in now xteve docker is using the network from my ovpn_privoxy docker ... if the vpn docker is in bridge mode, u have to map the port(s) from the client docker(s) of course ... in this sample 34400 34400 on the ovpn_privoxy docker works and tested here as note, very nice and thanks again to limetech for adding this Edited March 8, 2020 by alturismo 2 1 Quote
limetech Posted March 8, 2020 Author Posted March 8, 2020 On 3/6/2020 at 2:34 PM, Dazog said: Has the plan changed to release a 6.9 for us needing a newer kernel than 4.19? Alot of us are still stuck on 6.8 rc7 with kernel 5.3 3 1 Quote
Dazog Posted March 8, 2020 Posted March 8, 2020 (edited) 1 hour ago, limetech said: Ok, Now i got plans today. Amazing! Edited March 8, 2020 by Dazog 1 Quote
ken-ji Posted March 8, 2020 Posted March 8, 2020 Upgraded to 6.8.3. Without issues so far. Though I need to test Docker + IPv6 behavior Quote
squirrellydw Posted March 8, 2020 Posted March 8, 2020 6.8.2 to 6.8.3 no issues. Awesome work as always!! Quote
tomjrob Posted March 8, 2020 Posted March 8, 2020 Upgraded from 6.8.1. to 6.8.3 today. No issues. All Dockers & VM's working. Kudos to the team. Quote
Iker Posted March 9, 2020 Posted March 9, 2020 Upgraded from 6.8.2 without any problems, all Dockers and VMs working fine, also tested the Nvidia plugin and works flawless. Quote
NAS-Man Posted March 9, 2020 Posted March 9, 2020 6.8.2 to 6.8.3 no issues except for same failure to connect to hypervisor error since 6.8 initial release. Quote
danioj Posted March 9, 2020 Posted March 9, 2020 Can someone please link me to a post that describes the docker container VPN support feature and explains how one would use it? Quote
alturismo Posted March 9, 2020 Posted March 9, 2020 @danioj few posts up i made a sample if that may helps Quote
MowMdown Posted March 9, 2020 Posted March 9, 2020 (edited) Updated to 6.8.3 - Small WebGUI issue when clicking on dockers from dashboard, the "Update" button appears on all dockers even though no updates are available. Edit, this does not happen while in the "docker" tab Edited March 9, 2020 by MowMdown Quote
Squid Posted March 9, 2020 Posted March 9, 2020 43 minutes ago, MowMdown said: Updated to 6.8.3 - Small WebGUI issue when clicking on dockers from dashboard, the "Update" button appears on all dockers even though no updates are available. Edit, this does not happen while in the "docker" tab Fixed for next release 1 Quote
ijuarez Posted March 9, 2020 Posted March 9, 2020 (edited) 5 hours ago, alturismo said: @danioj few posts up i made a sample if that may helps thank you I've been asking an most just said read above, but a visual helps. for me this does not work the way I want my docker so use the vpn, but its good that unraid did it. Edited March 9, 2020 by ijuarez engrish Quote
Zonediver Posted March 9, 2020 Posted March 9, 2020 Running 6.8.3 since 2 days 21 hous 39 minutes without any issue 😉 Quote
Xcelsior86 Posted March 10, 2020 Posted March 10, 2020 On 3/8/2020 at 10:09 AM, alturismo said: may a simple sample i run my ovpn_privoxy docker and i want another docker (sample xteve) run through the vpn connection cause the app doesnt provide a proxy feature so i setup the xteve docker as followed will result in now xteve docker is using the network from my ovpn_privoxy docker ... if the vpn docker is in bridge mode, u have to map the port(s) from the client docker(s) of course ... in this sample 34400 34400 on the ovpn_privoxy docker works and tested here as note, very nice and thanks again to limetech for adding this How do I map the ports between containers? For example, NZBGet. I've got that container set as you have above, but I am unsure of how to map properly. How do I configure port 6789 in this case? Thanks for the info so far. Quote
alturismo Posted March 10, 2020 Posted March 10, 2020 1 hour ago, Xcelsior86 said: How do I map the ports between containers? For example, NZBGet. I've got that container set as you have above, but I am unsure of how to map properly. How do I configure port 6789 in this case? Thanks for the info so far. like i wrote, u map the port(s) on the vpn container like your app would run on the vpn container, there is no mapping between the containers ... what probably wont work, 2 (or more) apps using the same port in this setup as long they dont have a manual port setup. so just map port 6789 in the vpn container u are using ... which is ? may a simple sample, 2 "client" dockers which both use a web service on port 80, wont work as long as you cant switch ports in the app itself. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.