Re: [gentoo-user] Re: Issues with AMD_IOMMU

2017-05-15 Thread Adam Carter
Answer #1 : > > Asrock, Extreme6, 990FX, UEFI, AMD FX-9590 > Gigabyte, GA-MA790FX-UD5P, 790FX, BIOS, AMD PhenomII x4 980 > > Hi Corbin, I noticed i didnt have x2apic enabled on my 990FX / FX-8350 system, so i've rebuilt/rebooted etc, but; # zgrep X2APIC /proc/config.gz CONFIG_X86_X2APIC=y # dmes

Re: [gentoo-user] Re: Issues with AMD_IOMMU

2017-05-15 Thread taii...@gmx.com
On 05/15/2017 10:59 PM, taii...@gmx.com wrote: On 05/15/2017 12:58 AM, Ian Zimmerman wrote: The 990FX / 790FX Chipset doesn't have a GART / AGP Aperature or IOMMU in it. The CPU contains the original K8 IOMMU ( v1 ) engineered / converted from a GART. The 8 and 9 series (not 7) does have an

[gentoo-user] Re: replacement for ftp?

2017-05-15 Thread Nikos Chantziaras
On 04/25/2017 05:29 PM, lee wrote: since the usage of FTP seems to be declining, what is a replacement which is at least as good as FTP? I'm aware that there's webdav, but that's very awkward to use and missing features. Is this about security? Then the closest replacement is FTPS (aka SSL FT

[gentoo-user] Re: replacement for ftp?

2017-05-15 Thread Kai Krakow
Am Mon, 15 May 2017 21:31:32 +0100 schrieb lee : > > I'm sorry, but that's only marginally more believable than claiming > > keyboards are too complicated for your users. > > Does it matter what you or I believe? Some users have difficulties > using a keyboard and/or a mouse. I've seen that,

Re: [gentoo-user] Re: Issues with AMD_IOMMU

2017-05-15 Thread taii...@gmx.com
On 05/15/2017 12:58 AM, Ian Zimmerman wrote: The 990FX / 790FX Chipset doesn't have a GART / AGP Aperature or IOMMU in it. The CPU contains the original K8 IOMMU ( v1 ) engineered / converted from a GART. The 8 and 9 series (not 7) does have an IOMMU, AMD-Vi v1.26. I have two 890 series (but

[gentoo-user] Re: replacement for ftp?

2017-05-15 Thread Kai Krakow
Am Mon, 15 May 2017 21:47:17 +0100 schrieb lee : > > Depending on what data is transferred, you should also take into > > account if your solution is certificated to transfer such data. E.g. > > medical data may only be transferred through properly certificated > > VPN appliances. Otherwise, you s

[gentoo-user] Re: replacement for ftp?

2017-05-15 Thread Kai Krakow
Am Mon, 15 May 2017 22:14:48 +0100 schrieb lee : > Kai Krakow writes: > > > Am Sun, 14 May 2017 01:28:55 +0100 > > schrieb lee : > > > >> Kai Krakow writes: > >> > [...] > [...] > >> [...] > [...] > >> > >> Wow, you must be living in some sort of paradise. Here, internet >

[gentoo-user] Re: Issues with AMD_IOMMU

2017-05-15 Thread Ian Zimmerman
On 2017-05-15 14:33, Corbin Bird wrote: > Gigabyte has long been known to ship 'broken for Linux' e820 firmware. > 'e820' is basically the APG Aperature setup in the firmware. > Gigabyte kills OR overrides the IOMMU support in the firmware, to setup > the AGP Aperature. > > Closed source / binary

Re: [gentoo-user] Re: replacement for ftp?

2017-05-15 Thread Mick
On Monday 15 May 2017 20:57:50 Kai Krakow wrote: > > Of course the server will have to be accessible over port 500 for the > > clients to be able to get to it, but this is a port forwarding/DMZ > > network configuration exercise at the server end. > > Oh wait... So I need to forward port 500 and 4

Re: [gentoo-user] Re: replacement for ftp?

2017-05-15 Thread lee
Kai Krakow writes: > Am Sun, 14 May 2017 01:25:24 +0100 > schrieb lee : > >> "Poison BL." writes: >> >> > On Sat, Apr 29, 2017 at 9:11 PM, lee wrote: >> >> >> >> "Poison BL." writes: >> [...] >> > trust >> [...] >> >> >> >> Why not? (12GB are nowhere close to half a petabyte ...)

Re: [gentoo-user] replacement for ftp?

2017-05-15 Thread lee
Alan McKinnon writes: > On 03/05/2017 22:04, lee wrote: >> Alan McKinnon writes: >> >>> On 30/04/2017 03:11, lee wrote: "Poison BL." writes: > On Sat, Apr 29, 2017 at 3:24 PM, lee wrote: > >> Mick writes: >> >>> On Tuesday 25 Apr 2017 16:45:37 Alan McKinnon wrot

Re: [gentoo-user] Re: replacement for ftp?

2017-05-15 Thread lee
Kai Krakow writes: > Am Sun, 14 May 2017 01:28:55 +0100 > schrieb lee : > >> Kai Krakow writes: >> >> > Am Sat, 29 Apr 2017 22:02:51 -0400 >> > schrieb "Walter Dnes" : >> > >> >> Then there's always "sneakernet". To quote Andrew Tanenbaum from >> >> 1981 >> >> >> [...] >> > >> > Hehe

Re: [gentoo-user] Re: replacement for ftp?

2017-05-15 Thread lee
Kai Krakow writes: > Am Sun, 14 May 2017 02:18:56 +0100 > schrieb lee : > >> Kai Krakow writes: >> >> > Am Sat, 29 Apr 2017 20:02:57 +0100 >> > schrieb lee : >> > >> >> Alan McKinnon writes: >> >> >> [...] >> [...] >> [...] >> >> >> >> The intended users are incompetent, hence i

[gentoo-user] Re: nfs-utils update fails to compile: missing rpc/auth_gss.h

2017-05-15 Thread Grant Edwards
On 2017-05-15, Grant Edwards wrote: > During a routine update, emerge failed to compile nfs-utils: > > [...] > > context.c:40:26: fatal error: rpc/auth_gss.h: No such file or directory >#include And of course immediatly after posting this, I _did_ find it in bugzilla: https://bugs.gen

[gentoo-user] nfs-utils update fails to compile: missing rpc/auth_gss.h

2017-05-15 Thread Grant Edwards
During a routine update, emerge failed to compile nfs-utils: [...] context.c:40:26: fatal error: rpc/auth_gss.h: No such file or directory #include ^ compilation terminated. make[2]: *** [Makefile:660: gssd-context.o] Error 1 make[2]: *** Waiting for unfini

Re: [gentoo-user] Issues with AMD_IOMMU

2017-05-15 Thread R0b0t1
On Sun, May 14, 2017 at 12:31 AM, Adam Carter wrote: > Tried kernels 4.10.13 and 4.11, with > CONFIG_GART_IOMMU=y > CONFIG_IOMMU_HELPER=y > CONFIG_IOMMU_API=y > CONFIG_IOMMU_SUPPORT=y > CONFIG_IOMMU_IOVA=y > CONFIG_AMD_IOMMU=y > CONFIG_AMD_IOMMU_V2=m > Chipset is 990FX, and AFAICT the V2 is for th

Re: [gentoo-user] Re: Issues with AMD_IOMMU

2017-05-15 Thread Corbin Bird
On 05/14/2017 11:58 PM, Ian Zimmerman wrote: > On 2017-05-14 20:07, Corbin Bird wrote: > >> Background / System Info : 2 systems. >> Chipset 990FX, FX-9590 ( -march=bdver2 / Fam15h ) >> Chipset 790FX, PhenomII 980 ( -march=amdfam10 / Fam10h ) >> Gentoo x86_64, multilib, Kernel 4.9.x >> IOMMU enabl

[gentoo-user] Re: replacement for ftp?

2017-05-15 Thread Kai Krakow
Am Mon, 15 May 2017 08:53:15 +0100 schrieb Mick : > On Sunday 14 May 2017 11:35:29 Kai Krakow wrote: > > Am Sun, 14 May 2017 09:52:41 +0100 > > > > schrieb Mick : > > > On Saturday 13 May 2017 23:58:17 R0b0t1 wrote: > [...] > > > > > > OpenVPN is not the most efficient VPN implementation

Re: [gentoo-user] Re: replacement for ftp?

2017-05-15 Thread Mick
On Sunday 14 May 2017 11:35:29 Kai Krakow wrote: > Am Sun, 14 May 2017 09:52:41 +0100 > > schrieb Mick : > > On Saturday 13 May 2017 23:58:17 R0b0t1 wrote: > > > I had some problems setting up OpenVPN that were solved by using > > > per-client public keys. That seems to be the best supported > > >