Re: acpi issues on FreeBSD-current_r350103 on Thinkpad A485

2019-07-19 Thread Cristian Pogolsha
Hi Jordy, Thank you for your fast reply. Your links were very helpful. As per the bugzilla report https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231760, during the kernel load screen I dropped to shell prompt and changed the boot params with command 'set hw.pci.mcfg="0" I was successful

Re: acpi issues on FreeBSD-current_r350103 on Thinkpad A485

2019-07-19 Thread Pete Wright
On 7/19/19 3:54 PM, Evilham wrote: > > Serious issue: > I was just debugging this right now, more infos with a proper bug > report will come, but I think the system encounters a deadlock > sometimes with the drm-kmod / amdgpu which results in a kernel panic. > It is a serious issue, but it allows

Re: acpi issues on FreeBSD-current_r350103 on Thinkpad A485

2019-07-19 Thread Evilham
Hey, On ds., jul. 20 2019, Cristian Pogolsha wrote: I tried recently to boot FreeBSD current r350103 on a Thinkpad A485. It's the AMD Ryzen equivalent of the T480. During the boot I encountered this ACPI related error https://drive.google.com/file/d/1dzgSonn6Cuc1YrDeAUYSqHZlcmzaDY2Y/view I

acpi issues on FreeBSD-current_r350103 on Thinkpad A485

2019-07-19 Thread Cristian Pogolsha
Hi, I tried recently to boot FreeBSD current r350103 on a Thinkpad A485. It's the AMD Ryzen equivalent of the T480. During the boot I encountered this ACPI related error https://drive.google.com/file/d/1dzgSonn6Cuc1YrDeAUYSqHZlcmzaDY2Y/view Sorry that I'm posting images instead of plain text. I

vmx0: watchdog timeout on queue 2, no interrupts on BSP

2019-07-19 Thread Andriy Gapon
Recently we experienced a strange problem. We noticed a lot of these messages in the logs: vmx0: watchdog timeout on queue 2 (always queue 2) Also, we noticed that connections to some end points did not work at all while others worked without problems. I assume that that was because specific

RE: undefined symbol: random_source_register during kernel compilation

2019-07-19 Thread M - Krasznai András
Good morning! I found a problem rather quickly: the compilation complains about a missing libcasper.h file. (/usr/include/capsicum_helpers.h references libcasper.h, and not from the sources but from the installed system. The problem is that casper is a feature which can be switched off (and on

RE: undefined symbol: random_source_register during kernel compilation

2019-07-19 Thread M - Krasznai András
Hi, thanks for the advice. Now I emptied the /usr/src and /usr/obj directories, downloaded the CURRENT sources again, and removed the /etc/src.conf file. I compile the GENERIC kernel now, /etc/make.conf contains KERNCONF=GENERIC MK_PROFILE=NO DEFAULT_VERSIONS+=linux=c6 MALLOC_PRODUCTION=YES