drm-kmod, drm-next-kmod, suspend and resume with radeonkms.ko with and without Kaby Lake

2018-10-08 Thread Graham Perrin
On 06/10/2018 08:38, Graham Perrin wrote: > On 06/10/2018 04:16, Pete Wright wrote: > >> … struggling with suspend/resume issues as well on my end with recent >> 12-ALPHA releases.  … radeonkms.ko … on my systems it's broken regardless if >> i load the drm modules. … > > Pete, please, what outpu

Re: SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Dag-Erling Smørgrav
Please try the attached patch. I expect it to fix i386. If it also fixes arm32, all the better, although I don't quite see why it would. DES -- Dag-Erling Smørgrav - d...@des.no Index: crypto/openssh/sshbuf-getput-basic.c === ---

Re: Not sure if this is an important bug...

2018-10-08 Thread Rodney W. Grimes
> I tried running 12.0-BETA8 under bhyve on a Phenom-II+11.2 box and > it explodes because of an unemulated instruction: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232081 > > I have no idea what importance this has in relation to releasing 12.0 Can you try an earlier alpha for me?

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-08 Thread tech lists
On 08/10/2018 19:55, Johannes Dieterich wrote: >> 1. is this the right/fastest/best driver for this card? > Yes, amdgpu kernel module and amdgpu DDX aha I didn't know about the xf86-video-amdgpu DDX requirement. OK, have installed that :D >> 3. I'd like this card to crunch with boinc. What determ

Re: Not sure if this is an important bug...

2018-10-08 Thread Rodney W. Grimes
> On Mon, Oct 08, 2018 at 07:12:59PM +, Poul-Henning Kamp wrote: > > I tried running 12.0-BETA8 under bhyve on a Phenom-II+11.2 box and > > it explodes because of an unemulated instruction: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232081 > > > > I have no idea what import

Re: dmesg submission service -- please submit today

2018-10-08 Thread Dhananjay Balan
On Sun, Oct 07, 2018 at 08:21:46AM -0600, Warner Losh wrote: > > Oh right. There's a known bug I should have mentioned: If your uname doesn't > have a '#' in it, the script will reject it. You can add #0+ after the ALPHA8 > and before the r339174 and it will work. I've reported this to the dmesg

Re: SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Dag-Erling Smørgrav
Marek Zarychta writes: > Michael Butler writes: > > With an i386 system, ssh sessions to the updated sshd fail with: > > > > sshd[28771]: fatal: mm_getpwnamallow: receive get struct passwd failed > > [preauth] > > > > This is reproducible on both real hardware and in a VM running an i386 > > bu

Re: Dependencies – drm-kmod, drm-stable-kmod and drm-next-kmod

2018-10-08 Thread Pete Wright
On 10/7/18 11:11 PM, Graham Perrin wrote: On 07/10/2018 14:03, Niclas Zeising wrote: … $ pkg rquery %rn graphics/drm-next-kmod drm-kmod drm-kmod $ – is there _truly_ intended to be some dependency between drm-next-kmod and drm-kmod? Hi! The version of drm-*-kmod that's pulled in is depend

Re: dmesg submission service -- please submit today

2018-10-08 Thread Pete Wright
On 10/8/18 12:35 AM, Thomas Mueller wrote: I just submitted /var/run/dmesg.boot from my current NetBSD and from FreeBSD 11.1-STABLE. I was surprised to see some other BSD OSes listed, including 5 dmesg reports from Bitrig and 3 from RetroBSD. I had been tracking three bitrig trees from http

Re: FreeBSD 12 PowerPC won’t boot at all.

2018-10-08 Thread A. Wilcox
On 10/04/18 06:34, Alex McKeever wrote: > Subject says it all, that and it inverts the boot selector when > selected. Tested it on my eMac G4 1.25 GHz (Retail). Last version of > FreeBSD that works for me is 11.1, as 11.2 doesn’t boot all the way > (hangs on cryptosoft0) Is this beta8 or an earli

Re: FreeBSD 12 Alpha8 install try to fetch at a wrong location

2018-10-08 Thread Glen Barber
On Mon, Oct 08, 2018 at 08:45:35PM +0200, David Marec wrote: > Hi > > The FreeBSD 12 image installer that one can download at > https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/12.0/ > doesn't not fetch txz files from a correct location. > > By the fact, the installer try to fetch files fro

Re: Not sure if this is an important bug...

2018-10-08 Thread Glen Barber
On Mon, Oct 08, 2018 at 07:12:59PM +, Poul-Henning Kamp wrote: > I tried running 12.0-BETA8 under bhyve on a Phenom-II+11.2 box and > it explodes because of an unemulated instruction: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232081 > > I have no idea what importance this has

Not sure if this is an important bug...

2018-10-08 Thread Poul-Henning Kamp
I tried running 12.0-BETA8 under bhyve on a Phenom-II+11.2 box and it explodes because of an unemulated instruction: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232081 I have no idea what importance this has in relation to releasing 12.0 -- Poul-Henning Kamp | UNIX since Zilog Z

Re: SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Marek Zarychta
On Mon, Oct 08, 2018 at 02:43:32PM -0400, Michael Butler wrote: > With an i386 system, ssh sessions to the updated sshd fail with: > > sshd[28771]: fatal: mm_getpwnamallow: receive get struct passwd failed > [preauth] > > This is reproducible on both real hardware and in a VM running an i386 > bu

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-08 Thread Johannes Dieterich
On Monday, October 8, 2018, tech lists wrote: > Hi, > > On 08/10/2018 14:06, Warner Losh wrote: > > You need "/boot/kernel/amdgpu.ko" here > > > > Warner > > The instructions in pkg-message (at the time, haven't updated ports in a > day or so) contradict this: > > $ cd /usr/ports/graphics/dr

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-08 Thread Johannes Dieterich
On Monday, October 8, 2018, tech-lists wrote: > Hi, > > context: 12-alpha8, amd64, xorg, AMD rx580 card > > As per /usr/ports/UPDATING, I have installed graphics/drm-kmod which has > installed drm-next-kmod-4.11.g20180822 > > As per pkg message, it's loaded with this line in /etc/rc.conf: >

FreeBSD 12 Alpha8 install try to fetch at a wrong location

2018-10-08 Thread David Marec
Hi The FreeBSD 12 image installer that one can download at https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/12.0/ doesn't not fetch txz files from a correct location. By the fact, the installer try to fetch files from * ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/12.0-ALPHA8/base.t

SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Michael Butler
With an i386 system, ssh sessions to the updated sshd fail with: sshd[28771]: fatal: mm_getpwnamallow: receive get struct passwd failed [preauth] This is reproducible on both real hardware and in a VM running an i386 build, imb ___ freebsd-cur

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-08 Thread tech lists
Hi, On 08/10/2018 14:06, Warner Losh wrote: > You need "/boot/kernel/amdgpu.ko" here > > Warner The instructions in pkg-message (at the time, haven't updated ports in a day or so) contradict this: $ cd /usr/ports/graphics/drm-next-kmod/ $ ls Makefiledistinfopkg-descr pkg-m

[REVISED UPDATE] Update to 12.0-RELEASE schedule

2018-10-08 Thread Glen Barber
The 12.0-RELEASE schedule will slip while last-minute work-in-progress is finalized before branching stable/12. At present, the project branch used to update OpenSSL to version 1.1.1 is expected to be ready to merge to head at some point early this week. As such, to err on the side of caution, the

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-08 Thread Warner Losh
On Mon, Oct 8, 2018 at 7:32 AM Hans Petter Selasky wrote: > On 10/8/18 3:06 PM, Warner Losh wrote: > > You need "/boot/kernel/amdgpu.ko" here > > > > Warner > > Or did you mean: > > /boot/modules/amdgpu.ko > Doh! You're right. You need the one installed by the ports, which is in /boot/modules no

Re: dmesg submission service -- please submit today

2018-10-08 Thread Warner Losh
On Mon, Oct 8, 2018 at 1:37 AM Thomas Mueller wrote: > I just submitted /var/run/dmesg.boot from my current NetBSD and from > FreeBSD 11.1-STABLE. > > I was surprised to see some other BSD OSes listed, including 5 dmesg > reports from Bitrig and 3 from RetroBSD. > > I had been tracking three bitr

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-08 Thread Hans Petter Selasky
On 10/8/18 3:06 PM, Warner Losh wrote: You need "/boot/kernel/amdgpu.ko" here Warner Or did you mean: /boot/modules/amdgpu.ko --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscri

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-08 Thread Warner Losh
On Mon, Oct 8, 2018 at 6:47 AM tech-lists wrote: > Hi, > > context: 12-alpha8, amd64, xorg, AMD rx580 card > > As per /usr/ports/UPDATING, I have installed graphics/drm-kmod which has > installed drm-next-kmod-4.11.g20180822 > > As per pkg message, it's loaded with this line in /etc/rc.conf: > >

drm confusion / xorg / AMD RX580 GPU

2018-10-08 Thread tech-lists
Hi, context: 12-alpha8, amd64, xorg, AMD rx580 card As per /usr/ports/UPDATING, I have installed graphics/drm-kmod which has installed drm-next-kmod-4.11.g20180822 As per pkg message, it's loaded with this line in /etc/rc.conf: kld_list="amdgpu" But even though I get a graphical display, this

Re: dmesg submission service -- please submit today

2018-10-08 Thread Thomas Mueller
I just submitted /var/run/dmesg.boot from my current NetBSD and from FreeBSD 11.1-STABLE. I was surprised to see some other BSD OSes listed, including 5 dmesg reports from Bitrig and 3 from RetroBSD. I had been tracking three bitrig trees from https://github.com/bitrig : bitrig, bitrig-xenocar