Re: Lack of /dev/vtvga0?

2018-06-23 Thread Mahmoud Al-Qudsi
On Sat, Jun 23, 2018 at 12:11 AM, Chris H wrote: > I'm not clear if you're already possibly referring to this. But have > you tried sc(4) ( SysCons ). If you haven't tried already; > adding the following to your loader.conf(5) should give it to you: > > kern.vty=sc > > You can also include it in y

nfsd kernel threads won't die via SIGKILL

2018-06-23 Thread Rick Macklem
During testing of the pNFS server I have been frequently killing/restarting the nfsd. Once in a while, the "slave" nfsd process doesn't terminate and a "ps axHl" shows: 0 48889 1 0 20 0 5884 812 svcexit D - 0:00.01 nfsd: server 0 48889 1 0 40 0 5884 812 rpcsvc

Re: atomic_testandclear_, atomic_testandset_

2018-06-23 Thread Matthew Macy
It turns out ck already has equivalent primitives. Pardon the noise. -M On Sat, Jun 23, 2018 at 12:18 Matthew Macy wrote: > The functions in the subject are both documented in atomic(9) and are > implemented by every arch except sparc64 and MIPS. I have some code in > review that uses them that

atomic_testandclear_, atomic_testandset_

2018-06-23 Thread Matthew Macy
The functions in the subject are both documented in atomic(9) and are implemented by every arch except sparc64 and MIPS. I have some code in review that uses them that I intend to commit once the various design issues are addressed. Please implement them so that those targets can remain part of uni

Re: Boot freezing after kernel load - root on zfs

2018-06-23 Thread Ben Woods
On 23 June 2018 at 22:56, Joe Maloney wrote: > Ben, > do you by chance have multicons enabled with comconsole, vidconsole? This > looks exactly like a race we encountered where the remaining output was > actually being redirected to serial on some systems when multicons was > being used. It app

Re: Boot freezing after kernel load - root on zfs

2018-06-23 Thread Ben Woods
On 23 June 2018 at 12:37, Warner Losh wrote: > There were some issues with legacy geely booting recently. What version? > UEFI or legacy BIOS booting? > > Warner > Hi Warner, This was occurring with both my old and new beadm boot environments - r330554 and r334554. I am booting with legacy BI

Re: error building clang in HEAD

2018-06-23 Thread Mark Millard
Gary Jennejohn gljennjohn at gmail.com wrote on Sat Jun 23 13:41:00 UTC 2018 : > cd /usr/src > make -j10 makeworld > > which produces this error output: > > ===> lib/clang/libclang (all) > error: unable to rename temporary 'Sema/SemaTemplate-12ad7e30.o.tmp' to > output file 'Sema/SemaTemplate.o

Re: error building clang in HEAD

2018-06-23 Thread Dimitry Andric
On 23 Jun 2018, at 15:40, Gary Jennejohn wrote: > > There is a strange error building clang with this use case: > > cd /usr/src > make -j10 makeworld What's the "makeworld" target? I've not heard of this. > which produces this error output: > > ===> lib/clang/libclang (all) > error: unable

Re: Boot freezing after kernel load - root on zfs

2018-06-23 Thread Joe Maloney
Ben, do you by chance have multicons enabled with comconsole, vidconsole? This looks exactly like a race we encountered where the remaining output was actually being redirected to serial on some systems when multicons was being used. It appeared to be a lockup when it wasn’t because keyboard i

Re: Boot freezing after kernel load - root on zfs

2018-06-23 Thread Allan Jude
On 2018-06-23 00:37, Warner Losh wrote: > There were some issues with legacy geely booting recently. What version? > UEFI or legacy BIOS booting? > > Warner  > > On Fri, Jun 22, 2018, 10:26 PM Ben Woods > wrote: > > On 23 June 2018 at 12:08, Allan Jude

error building clang in HEAD

2018-06-23 Thread Gary Jennejohn
There is a strange error building clang with this use case: cd /usr/src make -j10 makeworld which produces this error output: ===> lib/clang/libclang (all) error: unable to rename temporary 'Sema/SemaTemplate-12ad7e30.o.tmp' to output file 'Sema/SemaTemplate.o': 'No such file or directory' 1 er