Re: Speed problems with both system openssl and security/openssl-devel

2018-09-13 Thread Lev Serebryakov
Hello Kevin, Thursday, September 13, 2018, 6:32:30 AM, you wrote: > This is probably not the issue, but aesni is not in the GENERIC kernel.  Are > you sure aesni.ko is loaded? > % kldstat | grep aesni I'm not using modules, as it is NanoBSD image build for minimal size ant maximal efficiency.

Re: Speed problems with both system openssl and security/openssl-devel

2018-09-13 Thread Dimitry Andric
On 13 Sep 2018, at 01:46, Lev Serebryakov wrote: > > I'm benchmarking new hardware (rather limited one, but still) which > supports AES-NI (Celeron J3160). > > I'm comparing simple "openssl speed aes-256-cbc" and "openssl speed -evp > aes-256-cbc" on FreeBSD 12-ALPHA4 (built by myself with

Re: Speed problems with both system openssl and security/openssl-devel

2018-09-13 Thread Lev Serebryakov
Hello Dimitry, Thursday, September 13, 2018, 11:52:08 AM, you wrote: > I can't reproduce your findings, at least not on a Core i7-4790K: I can not reproduce it on E3-1220v3 + 11-STABLE either. But security/openssl111 works as expected on J3160 and it bothers me. Something is wrong not with har

Re: Speed problems with both system openssl and security/openssl-devel

2018-09-13 Thread Lev Serebryakov
Hello Dimitry, Thursday, September 13, 2018, 11:52:08 AM, you wrote: > I can't reproduce your findings, at least not on a Core i7-4790K: > type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes > FreeBSD 93454 89077 117328 281016 285456 > Ubuntu 934

Error when compiling lang/qt5-qml on today's CURRENT

2018-09-13 Thread Piotr Kubaj
--- .obj/qv4jit.o --- c++: note: diagnostic msg: PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/qv4jit-c801df.cpp c++: note: diagnostic msg: /tmp/qv4jit-c801df.sh c++: no

Re: make packages fails recent -current

2018-09-13 Thread Boris Samorodov
On 11.09.2018 16:20, Andreas Nilsson wrote: On Mon, Sep 10, 2018 at 5:55 PM Mikaël Urankar wrote: 2018-09-10 17:45 GMT+02:00 Andreas Nilsson : Hello, I have for about a week been trying to get new (base)packages built. make buildworld/buildkernel works as expected, however make packages has

arc_reclaim_thread running hot

2018-09-13 Thread Eric van Gyzen
This morning, I found the arc_reclaim_thread running hot on my laptop running 12.0-ALPHA5 r338572. vfs.zfs.arc_max="4294967296" <-- 4 GiB last pid: 13288; load averages: 1.32, 1.26, 1.16 Mem: 456M Active, 3837M Inact, 743M Laundry, 2563M Wired, 167M Free ARC: 1131M Total, 304M MFU, 145M

Re: arc_reclaim_thread running hot

2018-09-13 Thread Daniel Nebdal
On Thu, 13 Sep 2018 at 15:19, Eric van Gyzen wrote: > > This morning, I found the arc_reclaim_thread running hot on my laptop > running 12.0-ALPHA5 r338572. > > vfs.zfs.arc_max="4294967296" <-- 4 GiB > > last pid: 13288; load averages: 1.32, 1.26, 1.16 > > Mem: 456M Active, 3837M Inact, 743M

Re: arc_reclaim_thread running hot

2018-09-13 Thread Eric van Gyzen
On 9/13/18 8:18 AM, Eric van Gyzen wrote: This morning, I found the arc_reclaim_thread running hot on my laptop running 12.0-ALPHA5 r338572. vfs.zfs.arc_max="4294967296"  <-- 4 GiB last pid: 13288;  load averages:  1.32,  1.26,  1.16 Mem: 456M Active, 3837M Inact, 743M Laundry, 2563M Wired, 16

Re: Error when compiling lang/qt5-qml on today's CURRENT

2018-09-13 Thread Dimitry Andric
On 13 Sep 2018, at 08:52, Piotr Kubaj wrote: > > PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: > Preprocessed source(s) and associated run script(s) are located at: > c++: note: diagnostic msg: /tmp/qv4jit-c801df.cpp > c++: note: diagnostic msg: /tmp/qv4jit-c801df.sh > c++: note: diagnosti

Re: SD card reader only works after a suspend/resume

2018-09-13 Thread Jakob Alvermark
On 9/13/18 12:13 AM, Marius Strobl wrote: On Fri, Sep 07, 2018 at 04:52:12PM +0200, Jakob Alvermark wrote: On 9/7/18 12:41 AM, Marius Strobl wrote: On Thu, Sep 06, 2018 at 12:33:39PM +0200, Jakob Alvermark wrote: Hi, I discovered this by chance. The SD card reader in my laptop has never wor

Implementing my Quantum data parallization library as a FreeBSD module

2018-09-13 Thread bill profane
Sorry if this message sounds a little off, I'm on meds But I have a C library that could be of use for bleeding edge BSD distrobutions: The code is hosted at github at https://github.com/unidef/quantum Basically, it implements huge multidimension arrays using pointers and structures, and feature

ntpd user and group missing when upgrading from sources from 11-stable to 12-current

2018-09-13 Thread Marek Zarychta
Dear subscribers, stable/12 hasn't been branched yet, so it could be not a bug. Since r336525 make installworld fails on 11-stable when installing world for 12-current without ntpd user/group added. Of course, as a workaround user and group could be added manually. Mergemeaster also fails when it

Re: ntpd user and group missing when upgrading from sources from 11-stable to 12-current

2018-09-13 Thread Eric van Gyzen
On 9/13/18 4:07 PM, Marek Zarychta wrote: Dear subscribers, stable/12 hasn't been branched yet, so it could be not a bug. Since r336525 make installworld fails on 11-stable when installing world for 12-current without ntpd user/group added. Of course, as a workaround user and group could be adde

Re: ntpd user and group missing when upgrading from sources from 11-stable to 12-current

2018-09-13 Thread Pete Wright
On 9/13/18 2:07 PM, Marek Zarychta wrote: Dear subscribers, stable/12 hasn't been branched yet, so it could be not a bug. Since r336525 make installworld fails on 11-stable when installing world for 12-current without ntpd user/group added. Of course, as a workaround user and group could be ad

Re: ntpd user and group missing when upgrading from sources from 11-stable to 12-current

2018-09-13 Thread Marek Zarychta
On Thu, Sep 13, 2018 at 04:16:26PM -0500, Eric van Gyzen wrote: > On 9/13/18 4:07 PM, Marek Zarychta wrote: > > Dear subscribers, > > > > stable/12 hasn't been branched yet, so it could be not a bug. Since > > r336525 make installworld fails on 11-stable when installing world for > > 12-current wi

Creating a memory/networking hungry mode in FreeBSD

2018-09-13 Thread bill profane
Is it possible? Maybe by threading and caching Idealistically I feel desktop FreeBSD should have a mode that uses the resources as much as possible instead of keeping it idle ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/

Re: Speed problems with both system openssl and security/openssl-devel

2018-09-13 Thread John Baldwin
On 9/13/18 1:27 AM, Lev Serebryakov wrote: > Hello Kevin, > > Thursday, September 13, 2018, 6:32:30 AM, you wrote: > > >> This is probably not the issue, but aesni is not in the GENERIC kernel.  Are >> you sure aesni.ko is loaded? >> % kldstat | grep aesni > I'm not using modules, as it is Nan

Re: Speed problems with both system openssl and security/openssl-devel

2018-09-13 Thread Lev Serebryakov
Hello John, Friday, September 14, 2018, 1:44:13 AM, you wrote: >> % grep aesni ~/nanobsd/gatevay.v3/J3160 >> device aesni > From my understanding of the OpenSSL code, it doesn't use the kernel driver > at all (the kernel driver is only needed for in-kernel crypto such as IPSec > or GELI).