about loader & console

2020-03-02 Thread Toomas Soome
Hi! I have been busy with other bits for some time, but now back to poking some bits. What we have now (on current): x86: vidconsole on BIOS systems. Text mode, the screen is managed by teken terminal emulator, we “draw” on vga text buffer. comconsole: serial port driver shared by BIOS and

Re: about loader & console

2020-03-02 Thread bob prohaska
On Mon, Mar 02, 2020 at 10:47:41AM +0200, Toomas Soome wrote: > What we have now (on current): > > arm: efi console is the same state as in x86, no serial driver to provide > comconsole, the serial console is only available via redirection from > firmware. > Is it possible, on a Pi3 without Wi

Re: Pkg repository is broken...

2020-03-02 Thread marco
On Sun, Mar 01, 2020 at 04:50:59PM -0500, you (Brennan Vincent) sent the following to [freebsd-current] : > Apparently something has its ABI erroneously listed as FreeBSD:13.0:amd64 > instead of FreeBSD:13:amd64. > > ``` > $ sudo pkg update -f > Updating FreeBSD repository catalogue... > Fetching

Fwd: [package - head-amd64-default][sysutils/lsof] Failed for lsof-4.93.2_9,8 in build

2020-03-02 Thread Larry Rosenman
Can someone help me here? Thanmks! Original Message Subject: [package - head-amd64-default][sysutils/lsof] Failed for lsof-4.93.2_9,8 in build Date: 03/02/2020 11:55 am From: pkg-fall...@freebsd.org To: l...@freebsd.org Cc: pkg-fall...@freebsd.org You are receiving this mai

Re: [package - head-amd64-default][sysutils/lsof] Failed for lsof-4.93.2_9,8 in build

2020-03-02 Thread Mateusz Guzik
On 3/2/20, Larry Rosenman wrote: > > Can someone help me here? > That's a fallout from my change, I'll take care of it in few h. > Thanmks! > Original Message > Subject: [package - head-amd64-default][sysutils/lsof] Failed for > lsof-4.93.2_9,8 in build > Date: 03/02/2020 11:55

Re: -CURRENT fatal trap cause by cxgbe module

2020-03-02 Thread Navdeep Parhar
I'm not able to reproduce this. I tried a test kernel built with "device cxgbe" and had if_cxgbe_load="YES" in loader.conf and the system came up just fine. Regards, Navdeep On 3/1/20 8:07 PM, Dustin Marquess wrote: > So I've been fighting with any current from the last month or so > instantly c

Re: -CURRENT fatal trap cause by cxgbe module

2020-03-02 Thread Ryan Libby
On Sun, Mar 1, 2020 at 8:07 PM Dustin Marquess wrote: > > So I've been fighting with any current from the last month or so > instantly crashing when I boot it. I did notice that kernels in the > various snapshot images were working, however, so I was trying to > figure out why. At first I though

Re: Pkg repository is broken...

2020-03-02 Thread Kubilay Kocak
On 3/03/2020 4:58 am, marco wrote: On Sun, Mar 01, 2020 at 04:50:59PM -0500, you (Brennan Vincent) sent the following to [freebsd-current] : Apparently something has its ABI erroneously listed as FreeBSD:13.0:amd64 instead of FreeBSD:13:amd64. ``` $ sudo pkg update -f Updating FreeBSD reposito

Re: -CURRENT fatal trap cause by cxgbe module

2020-03-02 Thread Dustin Marquess
On Mon, Mar 2, 2020 at 6:55 PM Ryan Libby wrote: > > On Sun, Mar 1, 2020 at 8:07 PM Dustin Marquess wrote: > > > > So I've been fighting with any current from the last month or so > > instantly crashing when I boot it. I did notice that kernels in the > > various snapshot images were working, ho