Re: Call for Testing: 11.1-RELEASE Meltdown/Spectre mitigation merge

2018-03-13 Thread rainer
Am 2018-03-06 17:41, schrieb Ed Maste: Background -- A number of issues relating to speculative execution were found last year and publicly announced January 3rd. A variety of techniques used to mitigate these issues have been committed to FreeBSD-CURRENT and have been merged to the

Re: FreeBSD 11.x fails to boot w/ SAS3 4Kn HDD and LSISAS3008 on SuperMicro X10DRH-iT

2018-03-13 Thread Steven Hartland
Have you tried setting dumpdev to AUTO in rc.conf to see if you can obtain a panic dump? You could also try disabling reboot on it panic using the sysctl On Mon, 12 Mar 2018 at 22:18, Rick Miller wrote: > Hi all, > > Thanks in advance to anyone that might be able to help. I

Re: zfs problems after rebuilding system [SOLVED]

2018-03-13 Thread Pete French
I based my fix heavily on that patch from the PR, but I rewrote it enough that I might've made any number of mistakes, so it needs fresh testing. Ok, have been rebooting with the patch eery ten minutes for 24 hours now, and it comes back up perfectly every time, so as far as I am

Re: GEOM strange error

2018-03-13 Thread Andriy Gapon
On 13/03/2018 11:37, Eugene Grosbein wrote: > Hi! > > Let's create a stripe and GPT over it using test files as backing store: > > truncate -s 1G d0 > truncate -s 1G d1 > mdconfig -af d0 # gives md0 > mdconfig -af d1 # gives md1 > > gpart create -s GPT md0 > gpart

Re: GEOM strange error

2018-03-13 Thread Eugene Grosbein
On 13.03.2018 17:39, Andriy Gapon wrote: > On 13/03/2018 11:37, Eugene Grosbein wrote: >> Hi! >> >> Let's create a stripe and GPT over it using test files as backing store: >> >> truncate -s 1G d0 >> truncate -s 1G d1 >> mdconfig -af d0 # gives md0 >> mdconfig -af d1 #

GEOM strange error

2018-03-13 Thread Eugene Grosbein
Hi! Let's create a stripe and GPT over it using test files as backing store: truncate -s 1G d0 truncate -s 1G d1 mdconfig -af d0 # gives md0 mdconfig -af d1 # gives md1 gpart create -s GPT md0 gpart create -s GPT md1 gpart destroy -F md1 gpart destroy -F md0# no errors still

Re: GEOM strange error

2018-03-13 Thread Andriy Gapon
On 13/03/2018 13:52, Eugene Grosbein wrote: > On 13.03.2018 17:39, Andriy Gapon wrote: >> On 13/03/2018 11:37, Eugene Grosbein wrote: >>> Hi! >>> >>> Let's create a stripe and GPT over it using test files as backing store: >>> >>> truncate -s 1G d0 >>> truncate -s 1G d1 >>> mdconfig -af d0

Re: FreeBSD 11.x fails to boot w/ SAS3 4Kn HDD and LSISAS3008 on SuperMicro X10DRH-iT

2018-03-13 Thread Rick Miller
As it turns out, it seems EFI must be specified as the boot environment as opposed to legacy or BIOS+EFI. Setting the boot environment to EFI only resulted in successful system boot. Thanks for the replies. The answer came from Allan Jude on Twitter. On Mon, Mar 12, 2018 at 6:18 PM Rick Miller

FreeBSD 11.1,11-stable,12-current on Dell H740p raid

2018-03-13 Thread Albert Shih
Hi, I got issue with Dell PowerEdge R740/R640 server with H740p and FreeBSD 11.1-Release, 11-stable, 12-current In all version I don't able to find the raid controler, so no disk...so of course impossible to install anything. I don't know if it's the right mailing-list, but if they are someone

annoying panic on boot

2018-03-13 Thread Daniel Braniss
Stopped at vga_bitblt_one_text_pixels_block+0x13e: movl(%rax,%r13,4),%d db> bt Tracing pid 4 tid 100090 td 0xf8000c522620 vga_bitblt_one_text_pixels_block() at vga_bitblt_one_text_pixels_block+0x13e/fr0 vga_bitblt_text() at vga_bitblt_text+0xc0/frame 0xfe2d5160 vt_flush()

Re: FreeBSD 11.1,11-stable,12-current on Dell H740p raid

2018-03-13 Thread Gary Palmer
On Tue, Mar 13, 2018 at 05:15:53PM +0100, Albert Shih wrote: > Hi, > > > I got issue with Dell PowerEdge R740/R640 server with H740p and FreeBSD > 11.1-Release, 11-stable, 12-current > > In all version I don't able to find the raid controler, so no disk...so of > course impossible to install