hi there,
i've made my -CURRENT world and installed, but "make delete-old" tells
me it cannot remove some directories:
>>> Removing old directories
rmdir: /usr/share/dtrace: Directory not empty
rmdir: /usr/lib/dtrace: Directory not empty
rmdir: /usr/lib/debug/usr/tests/libexec/rtld-elf: Directory
Hi Pete,
did BIOS update, has been critical. in the meantime with lot o'luck I got the
scfb-driver to work but only in 1024x76 (but the bios-logo starting in
1920x1280) and with 'dbus-launch kstart5 plasmashell' I have a root-login to
plasmashell.
I guess I can add further video-modes to the
r353072 from 4 Oct worked great!
r353427 from 11 Oct last week did not. It had some drm-kmod problems and I
quickly dumped it and reloaded r353072 as I was hot to work on a project of
my own. That only bought me a week, did not solve the problem.
r353709 of today 18 Oct has only gone down hill. I
>> Another (semi-fixed!) data point -- I can confirm that with if
>> (vm_page_sleep_if_busy(page, "linuxkpi"))
>> -> if (!vm_page_busy_acquire(page, VM_ALLOC_WAITFAIL)) change and
>> mjg@'s earlier patch at
>> https://people.freebsd.org/~mjg/pmap-fict-invl.diff (please commit it) ,
>> the latest d
On 10/18/19 3:07 PM, mms.vanbreukelin...@gmail.com wrote:
Hi Pete,
did BIOS update, has been critical. in the meantime with lot o'luck
I got the scfb-driver to work but only in 1024x76 (but the bios-logo
starting in 1920x1280) and with 'dbus-launch kstart5 plasmashell' I
have a root-login
Have you patched with mjg@'s pmap-fict-invl.diff? The panic seems to be
similar...
Cheers,
On Fri, Oct 18, 2019 at 2:01 AM Neel Chauhan wrote:
> This still panicks for me, but with a different error.
>
> https://i.postimg.cc/K8nxF57G/IMG-20191018-045338.jpg
>
> I really sh
> Another (semi-fixed!) data point -- I can confirm that with if
> (vm_page_sleep_if_busy(page, "linuxkpi"))
> -> if (!vm_page_busy_acquire(page, VM_ALLOC_WAITFAIL)) change and
> mjg@'s earlier patch at
> https://people.freebsd.org/~mjg/pmap-fict-invl.diff (please commit it) ,
> the latest drm-v5.
Hey, thanks for the patch and the CC, coincidentally I had some
time to look into this again.
On dj., oct. 17 2019, ma...@freebsd.org wrote:
I believe it was the recent work on the vm page busy state,
r353539
specifically. This patch should fix it; we don't yet have a
__FreeBSD_version numbe
This still panicks for me, but with a different error.
https://i.postimg.cc/K8nxF57G/IMG-20191018-045338.jpg
I really should be sleeping but can't because I have to use an older
kernel to have working graphics. Thanks, Netflix for making my life
harder.
-Neel
On 2019-10-18 01:01, X