Re: devdmatch: Can't read linker file.

2018-03-14 Thread Steve Wills
FWIW, I ran into this issue on an i386 image I built from an amd64 host using poudriere and poudriere image. Steve On 03/13/2018 14:44, Warner Losh wrote: Makes sense. I'd forgotten that kldxref can't do cross-platform stuff One could arrange to build it targeting arch X but running on

Re: devdmatch: Can't read linker file.

2018-03-14 Thread Edward Napierala
Hm. Perhaps we should make kldxref_enable default to YES by default on all platforms, then? The overhead is pretty much none when it has nothing to do - it won't try to recreate the linker.hints if it already exists. 2018-03-14 17:01 GMT+00:00 Steve Wills : > FWIW, I ran

Re: Speed up CD/DVD-based FreeBSD

2018-03-14 Thread Rodney W. Grimes
> On Mon, 12 Mar 2018 09:00:28 +0100 > Andreas Nilsson wrote: > Sorry for the late reply, I'll answer inline, see below. > > On Mon, Mar 12, 2018 at 8:30 AM, Rodney W. Grimes < > > freebsd-...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > > We have a special case of running

md(4) ioctl ABI broken by r322969

2018-03-14 Thread Brooks Davis
Hi, I just noticed that r322969 consumed part of md_pad in struct md_ioctl. In moving the start of md_pad this broke the ABI of MDIOCLIST. At a glance it looks like the struct was sufficiently incompetently padded to begin with that the change of adding a char * and subtracting an int did not

Re: devdmatch: Can't read linker file.

2018-03-14 Thread Warner Losh
I wouldn't. It make read-only root a pain in the back side Better to fix kldxref to be a build tool that can cope. And it isn't something that needs to be done on every boot. On Wed, Mar 14, 2018 at 11:05 AM, Edward Napierala wrote: > Hm. Perhaps we should make

Re: devdmatch: Can't read linker file.

2018-03-14 Thread Edward Napierala
While making kldxref(8) crossarch-capable would be the best solution, it's also the most time consuming. The kldxref rc script doesn't do anything if the linker.hints file already exists, so it shouldn't be much of a problem. 2018-03-14 17:39 GMT+00:00 Warner Losh : > I

Re: Conflict between FreeBSD-binutils and FreeBSD-lld packages

2018-03-14 Thread Tobias Kortkamp
On Sun, Mar 4, 2018, at 02:38, Ed Maste wrote: > On 2 March 2018 at 04:34, Tobias Kortkamp wrote: > > Building pkgbase packages with r330236 results in FreeBSD-binutils and > > FreeBSD-lld packages conflicting with each other. Both want to > > install

Re: Speed up CD/DVD-based FreeBSD

2018-03-14 Thread Hartmann, O.
On Mon, 12 Mar 2018 09:00:28 +0100 Andreas Nilsson wrote: Sorry for the late reply, I'll answer inline, see below. > On Mon, Mar 12, 2018 at 8:30 AM, Rodney W. Grimes < > freebsd-...@pdx.rh.cn85.dnsmgr.net> wrote: > > > > We have a special case of running FreeBSD

Re: Speed up CD/DVD-based FreeBSD

2018-03-14 Thread Rozhuk Ivan
On Wed, 14 Mar 2018 17:13:27 +0100 "Hartmann, O." wrote: > The image itself is "custom made", since NanoBSD doesn't offer a > proper CD9660 build script. But, it isn't hard to add some > functionality to achive this task. May be geom_cache can help increase random read

Re: X1 Carbon 6th gen. ACPI issues

2018-03-14 Thread Kirill Ponomarev
On 03/10, Kirill Ponomarev wrote: > Hi, > > it seems new Carbonss have some issues with S3 according to this Lenovo > thread: > https://forums.lenovo.com/t5/Linux-Discussion/X1-Carbon-Gen-6-cannot-enter-deep-sleep-S3-state-aka-Suspend-to/td-p/3998182 > > The same issues we have in CURRENT: >