Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-09 Thread Michael Butler
On 10/9/18 11:14 PM, Michael Butler wrote: > On 10/9/18 5:34 PM, Glen Barber wrote: >> OpenSSL has been updated to version 1.1.1 as of r339270. >> >> It is important to rebuild third-party packages before running: >> >> # make -C /usr/src delete-old && make -C /usr/src delete-old-libs >> >> Thank

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-09 Thread Michael Butler
On 10/9/18 5:34 PM, Glen Barber wrote: > OpenSSL has been updated to version 1.1.1 as of r339270. > > It is important to rebuild third-party packages before running: > > # make -C /usr/src delete-old && make -C /usr/src delete-old-libs > > Thank you for your patience while this work was in prog

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-09 Thread Johannes Dieterich
On Tuesday, October 9, 2018, tech-lists wrote: > On 10/10/2018 00:19, tech-lists wrote: > > [unquote] > > > > Is this incorrect? > > ah or do you mean it won't work with BOINC? ROCm will work if you have the ROCm stack. Currently it is Ubuntu and CentOS only. Additionally, I don't know wheth

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-09 Thread tech-lists
On 10/10/2018 00:19, tech-lists wrote: [unquote] Is this incorrect? ah or do you mean it won't work with BOINC? -- J. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any ma

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-09 Thread tech-lists
On 10/10/2018 00:13, Johannes Dieterich wrote: On Tuesday, October 9, 2018, tech-lists wrote: On 08/10/2018 19:55, Johannes Dieterich wrote: Depends what the boinc client uses. OpenCL - you will need graphics/clover which is not officially supported by AMD but may work. ROCm/HIP - won't work

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-09 Thread tech-lists
On 09/10/2018 14:33, Johannes Lundberg wrote: Hi Let me know if you manage to get GPU processing working. I haven't explored the option so much but from what I've seen so far, there doesn't seem to be much GPU work available for *nix systems. I'm also on WCG. Hi, OK the error message for

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-09 Thread Johannes Dieterich
On Tuesday, October 9, 2018, tech-lists wrote: > On 08/10/2018 19:55, Johannes Dieterich wrote: > > Depends what the boinc client uses. OpenCL - you will need graphics/clover > > which is not officially supported by AMD but may work. ROCm/HIP - won't > > work. > > Hi, > > What is ROCm/HIP ?

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-09 Thread tech-lists
On 08/10/2018 19:55, Johannes Dieterich wrote: Depends what the boinc client uses. OpenCL - you will need graphics/clover which is not officially supported by AMD but may work. ROCm/HIP - won't work. Hi, What is ROCm/HIP ? thanks, -- J. ___ freebs

HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-09 Thread Glen Barber
OpenSSL has been updated to version 1.1.1 as of r339270. It is important to rebuild third-party packages before running: # make -C /usr/src delete-old && make -C /usr/src delete-old-libs Thank you for your patience while this work was in progress, and thank you to all involved for their hard wo

Re: SVN r339216 breaks ssh to i386 devices

2018-10-09 Thread Michael Butler
On 10/9/18 3:18 PM, Dag-Erling Smørgrav wrote: > Michael Butler writes: >> Marek Zarychta writes: >>> I have connected serial console to affected box and upgraded system >>> from patched sources. I am sorry to say that this patch doesn't >>> solve the issue for 32-bit ARM (RPi2). Still sshd termi

Re: SVN r339216 breaks ssh to i386 devices

2018-10-09 Thread Dag-Erling Smørgrav
Michael Butler writes: > Marek Zarychta writes: > > I have connected serial console to affected box and upgraded system > > from patched sources. I am sorry to say that this patch doesn't > > solve the issue for 32-bit ARM (RPi2). Still sshd terminates session > > with the error "fatal: mm_getpwn

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

2018-10-09 Thread Pete Wright
On 10/8/18 11:48 PM, Graham Perrin wrote: 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 mod

Re: SVN r339216 breaks ssh to i386 devices

2018-10-09 Thread Michael Butler
On 10/9/18 1:43 PM, Marek Zarychta wrote: > W dniu 09.10.2018 o 01:28, Dag-Erling Smørgrav pisze: >> 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. > > I have connected serial console to affected box and

Re: SVN r339216 breaks ssh to i386 devices

2018-10-09 Thread Marek Zarychta
W dniu 09.10.2018 o 01:28, Dag-Erling Smørgrav pisze: > 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. I have connected serial console to affected box and upgraded system from patched sources. I am sorry

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-09 Thread Johannes Lundberg
On Mon, Oct 8, 2018 at 1:47 PM 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: > >

Re: drm confusion / xorg / AMD RX580 GPU

2018-10-09 Thread Gary Palmer
On Mon, Oct 08, 2018 at 11:28:20PM +0100, tech lists wrote: > 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 > insta

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

2018-10-09 Thread Poul-Henning Kamp
In message <201810082255.w98mtn1p033...@pdx.rh.cn85.dnsmgr.net>, "Rodney W. Gri mes" writes: >> 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 >> >>