Re: stable/11 r329462 - Meltdown/Spectre MFC questions

2018-02-18 Thread Eric A. Borisch
On Sun, Feb 18, 2018 at 3:17 PM Tim Daneliuk wrote: > On 02/18/2018 05:47 PM, David Marec wrote: > > #cpucontrol -u -v /dev/cpuctl0 > > cpucontrol: skipping /usr/local/share/cpucontrol/m32306c3_0022.fw of > rev 0x22: up to date > > > While we're on the subject ... where does one find these mi

Re: Can't boot (zfs-on-root) with "options EARLY_AP_STARTUP" and "device pf"

2017-06-11 Thread Eric A. Borisch
FWIW, it appears to be crashing for an integer divide fault in pf_purge_thread in the 'pf_purge' process. If i turn on INVARIAINTS and INVARIANT_SUPPORT, it boots. Perhaps a race? - Eric On Fri, Jun 9, 2017 at 5:04 PM, Eric A. Borisch wrote: > Good afternoon, > > I tried t

Can't boot (zfs-on-root) with "options EARLY_AP_STARTUP" and "device pf"

2017-06-09 Thread Eric A. Borisch
Good afternoon, I tried to update the kernel on my Lenovo x230 (stable/11), and I would get crashes on boot. *I am running a non-GENERIC kernel.* Bisecting the changes from last-known-good, I found that I couldn't boot on any kernel past after r318752. The next change to the kernel, r318763 [1], t

Re: zpool imported twice with different names (was Re: Fwd: ZFS)

2017-05-19 Thread Eric A. Borisch
On Thu, May 18, 2017 at 9:18 AM, Eric A. Borisch wrote: > On Wed, May 17, 2017 at 9:38 PM, Eric A. Borisch > wrote: > >> 4) zpool import -f alpha beta succeeds without any complaints. >> >> IV. Alpha no longer exists, Beta exists (with the same GUID as Alpha) A

Re: zpool imported twice with different names (was Re: Fwd: ZFS)

2017-05-18 Thread Eric A. Borisch
On Wed, May 17, 2017 at 9:38 PM, Eric A. Borisch wrote: > 4) zpool import -f alpha beta succeeds without any complaints. > > IV. Alpha no longer exists, Beta exists (with the same GUID as Alpha) AND > is active. This is an 'atomic' operation from user's point of v

Re: zpool imported twice with different names (was Re: Fwd: ZFS)

2017-05-17 Thread Eric A. Borisch
On Wed, May 17, 2017 at 8:27 PM Paul Kraus wrote: > > > On May 17, 2017, at 5:12 PM, Eric A. Borisch wrote: > > > > Short version: > > > > It's not the -f causing the problem, it's the parsing and (double) > > importing via /boot/zfs/zpool.cache

Re: zpool imported twice with different names (was Re: Fwd: ZFS)

2017-05-17 Thread Eric A. Borisch
On Tue, May 16, 2017 at 8:53 PM, Paul Kraus wrote: > > > > On May 16, 2017, at 10:26 AM, Eric A. Borisch wrote: > > > > On Tue, May 16, 2017 at 1:31 AM, Trond Endrestøl < > > trond.endres...@fagskolen.gjovik.no> wrote: > > > >> I guess yo

Re: zpool imported twice with different names (was Re: Fwd: ZFS)

2017-05-16 Thread Eric A. Borisch
On Tue, May 16, 2017 at 1:31 AM, Trond Endrestøl < trond.endres...@fagskolen.gjovik.no> wrote: > I guess you had a /boot/zfs/zpool.cache file referring to the original > zroot pool. Next, the kernel found the vega pool and didn't realise > these two pools are the very same. > Assuming this is the

Re: Horrible console fonts in 11.0 stable

2017-03-11 Thread Eric A. Borisch
Follow the "Font Support" section of https://wiki.freebsd.org/Newcons for another option. More info on the terminus font here: http://terminus-font.sourceforge.net/ - Eric On Sat, Mar 11, 2017 at 12:39 PM Lars Eighner wrote: > What is with the horrible console fonts in 11.0 stable? I have tr

Re: ue1 and ue2 swinging

2016-09-05 Thread Eric A. Borisch
On Sunday, September 4, 2016, Nenhum_de_Nos wrote: > On Sun, 4 Sep 2016 00:00:38 -0500 > "Eric A. Borisch" > wrote: > > > On Sat, Sep 3, 2016 at 11:28 PM, Eric A. Borisch > wrote: > > > On Saturday, September 3, 2016, Nenhum_de_Nos < > math...@et

Re: ue1 and ue2 swinging

2016-09-03 Thread Eric A. Borisch
On Sat, Sep 3, 2016 at 11:28 PM, Eric A. Borisch wrote: > On Saturday, September 3, 2016, Nenhum_de_Nos > wrote: >> >> On Fri, 2 Sep 2016 13:05:45 -0300 >> "Nenhum_de_Nos" wrote: >> >> > >> > On Thu, September 1, 2016 23:34, Eric A.

Re: ue1 and ue2 swinging

2016-09-03 Thread Eric A. Borisch
On Saturday, September 3, 2016, Nenhum_de_Nos wrote: > On Fri, 2 Sep 2016 13:05:45 -0300 > "Nenhum_de_Nos" > wrote: > > > > > On Thu, September 1, 2016 23:34, Eric A. Borisch wrote: > > > Matheus, > > > > > > I had a very similar pr

Re: ue1 and ue2 swinging

2016-09-01 Thread Eric A. Borisch
Matheus, I had a very similar problem, which led me to throw this together: https://github.com/eborisch/ethname I think the comments in it are fairly complete, let me know if anything doesn't make sense. Perhaps there is an easier way, but most discussions I found ended in "you could rename the

Re: Benchmarks results for FreeBSD 11

2016-08-31 Thread Eric A. Borisch
ng something or is there a chance for improvement here? > > 2016-08-31 3:17 GMT+02:00 K. Macy >: > >> On Tue, Aug 30, 2016 at 10:39 AM, Eric A. Borisch > > wrote: >> > FWIW, in MacPorts, we patch clang such that it can find the (MacPorts >> > provided) lib

Re: Benchmarks results for FreeBSD 11

2016-08-30 Thread Eric A. Borisch
FWIW, in MacPorts, we patch clang such that it can find the (MacPorts provided) libomp headers and library. This lets -fopenmp "just work," and configure scripts can do their job. The libomp headers and lib in dedicated sub-directories to minimize the impact of -fopenmp adding them to the include a