Discussion:
Can't start X
Steven Friedrich
2021-05-18 02:14:34 UTC
Permalink
Get message about WARNING: Kernel has no file descriptor comparison support

I'm running 12.2-STABLE, I git everyday both /usr/ports and /usr/src.

I've tried deleting all of my ports and re-installing them.
Paul Procacci
2021-05-18 03:24:55 UTC
Permalink
The error message comes from mesa.

https://cgit.freedesktop.org/mesa/mesa/commit/?id=57e4d0aa1c16d3be36ccee4065c55901cb6fad43

You may want to try removing your font-config caches or any caches that use
mesa in some fashion and trying again.
Post by Steven Friedrich
Get message about WARNING: Kernel has no file descriptor comparison support
I'm running 12.2-STABLE, I git everyday both /usr/ports and /usr/src.
I've tried deleting all of my ports and re-installing them.
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
--
__________________

:(){ :|:& };:
Steven Friedrich
2021-05-18 03:32:13 UTC
Permalink
Post by Paul Procacci
The error message comes from mesa.
https://cgit.freedesktop.org/mesa/mesa/commit/?id=57e4d0aa1c16d3be36ccee4065c55901cb6fad43
<https://cgit.freedesktop.org/mesa/mesa/commit/?id=57e4d0aa1c16d3be36ccee4065c55901cb6fad43>
You may want to try removing your font-config caches or any caches
that use mesa in some fashion and trying again.
How do I remove font-config caches?
Post by Paul Procacci
Get message about WARNING: Kernel has no file descriptor
comparison support
I'm running 12.2-STABLE, I git everyday both /usr/ports and /usr/src.
I've tried deleting all of my ports and re-installing them.
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
<https://lists.freebsd.org/mailman/listinfo/freebsd-questions>
To unsubscribe, send any mail to
--
__________________
Graham Perrin
2021-05-18 05:38:03 UTC
Permalink
Post by Steven Friedrich
Post by Paul Procacci
The error message comes from mesa.
https://cgit.freedesktop.org/mesa/mesa/commit/?id=57e4d0aa1c16d3be36ccee4065c55901cb6fad43
<https://cgit.freedesktop.org/mesa/mesa/commit/?id=57e4d0aa1c16d3be36ccee4065c55901cb6fad43>
You may want to try removing your font-config caches or any caches
that use mesa in some fashion and trying again.
How do I remove font-config caches?
I can't find a relevant manual page – sorry – but I'm aware of the
fontconfig directories in some users' home directories.

% du -hs ~/.cache/fontconfig
2.8M    /home/grahamperrin/.cache/fontconfig
% sudo du -hs /root/.cache/fontconfig
grahamperrin's password:
du: /root/.cache/fontconfig: No such file or directory
% pkg info -x fontconfig mesa
fontconfig-2.13.93,1
linux-c7-fontconfig-2.13.0
mesa-dri-20.2.3_1
mesa-libs-20.2.3
% man fontconfig
No manual entry for fontconfig
%
Daniel Dowse
2021-05-18 06:26:35 UTC
Permalink
On Tue, 18 May 2021 06:38:03 +0100
[snip]
Post by Steven Friedrich
Post by Paul Procacci
You may want to try removing your font-config caches or any caches
that use mesa in some fashion and trying again.
How do I remove font-config caches?
[snap]
Hi,

you can try

fc-cache -rv
--
Daniel Dowse <freebsd-***@daemonbytes.net>
Graham Perrin
2021-05-18 16:31:22 UTC
Permalink
Post by Daniel Dowse

Hi,
you can try
fc-cache -rv
<https://www.freedesktop.org/software/fontconfig/fontconfig-user.html#AEN288>
mentions fc-cache(1), I wonder why there's no such manual page.
Ralf Mardorf
2021-05-18 16:57:42 UTC
Permalink
Post by Graham Perrin
<https://www.freedesktop.org/software/fontconfig/fontconfig-user.html#AEN288>
mentions fc-cache(1), I wonder why there's no such manual page.
freedesktop.org is freedesktop.org is freedesktop.org is
freedesktop.org

The man page as of 2008
https://www.freebsd.org/cgi/man.cgi?query=fc-cache&sektion=1

The man page as of 2021
https://man.archlinux.org/man/fc-cache.1.en
Steven Friedrich
2021-05-18 17:59:41 UTC
Permalink
Post by Daniel Dowse
On Tue, 18 May 2021 06:38:03 +0100
[snip]
Post by Steven Friedrich
Post by Paul Procacci
You may want to try removing your font-config caches or any caches
that use mesa in some fashion and trying again.
How do I remove font-config caches?
[snap]
Hi,
you can try
fc-cache -rv
Thanks, that did clear and rebuild the caches.  I didn't see any related
to mesa or dri.

My system still can't start X though.  I appreciate the help.

Loading...