View previous topic :: View next topic |
Author |
Message |
CaptainBlood Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1795298829674c652a4ed66.gif)
Joined: 24 Jan 2010 Posts: 3999
|
Posted: Tue Jul 28, 2020 11:31 am Post subject: WAYFIRE: Kernel has no file descriptor comparison support... |
|
|
Code: | Kernel has no file descriptor comparison support: Operation not permitted | Anyone knowing if there is a kernel setting for that?
Thks 4 ur attention, interest & support.
Last edited by CaptainBlood on Tue Jul 28, 2020 5:49 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Goverp Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/152613747847c6fd276c31a.jpg)
Joined: 07 Mar 2007 Posts: 2202
|
Posted: Tue Jul 28, 2020 3:41 pm Post subject: |
|
|
Dunno if this is the answer, but Google found me that the function appears to be part of the kcmp call, and man 2 kcmp contains info about a pre-requisite kernel configuration item. _________________ Greybeard |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
CaptainBlood Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1795298829674c652a4ed66.gif)
Joined: 24 Jan 2010 Posts: 3999
|
Posted: Tue Jul 28, 2020 5:48 pm Post subject: |
|
|
Goverp wrote: | Dunno if this is the answer, but Google found me that the function appears to be part of the kcmp call, and man 2 kcmp contains info about a pre-requisite kernel configuration item. |
Code: | NOTES
Glibc does not provide a wrapper for this system call; call it using
syscall(2).
This system call is available only if the kernel was configured with
CONFIG_CHECKPOINT_RESTORE. | Thls 4 ur attention, interest & support |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pietinger Moderator
![Moderator Moderator](/images/ranks/rank-mod.gif)
Joined: 17 Oct 2006 Posts: 5372 Location: Bavaria
|
Posted: Tue Jul 28, 2020 7:21 pm Post subject: |
|
|
I also dont have this kernel option enabled (and didnt need it the whole time), but its interesting that it would be enabled if you have a systemd-system. From help:
Code: | Selected by [n]:
- GENTOO_LINUX_INIT_SYSTEMD [=n] && GENTOO_LINUX [=y] && GENTOO_LINUX_UDEV [=y] |
So, maybe its a program who wants to run on a systemd-system ... ![Shocked 8O](images/smiles/icon_eek.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
CaptainBlood Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1795298829674c652a4ed66.gif)
Joined: 24 Jan 2010 Posts: 3999
|
Posted: Tue Jul 28, 2020 7:40 pm Post subject: |
|
|
@Goverp: bingo!
@pietinger: Nice indication.
Here it has 1,2k increase impact on xz compressed kernel size.
Wayfire bug report
Thks 4 ur attention, interest & support. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
CaptainBlood Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1795298829674c652a4ed66.gif)
Joined: 24 Jan 2010 Posts: 3999
|
Posted: Tue Jul 28, 2020 9:09 pm Post subject: |
|
|
Mesa ebuild how has warning for missing CONFIG_CHECKPOINT_RESTORE.
Gentoo
Thls 4 ur attention, interest & support. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Goverp Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/152613747847c6fd276c31a.jpg)
Joined: 07 Mar 2007 Posts: 2202
|
Posted: Wed Jul 29, 2020 8:01 am Post subject: |
|
|
CaptainBlood wrote: | Mesa ebuild how has warning for missing CONFIG_CHECKPOINT_RESTORE.
Gentoo
Thls 4 ur attention, interest & support. |
I noticed that a little while back, tried enabling it and found it made kernel "make" recompile everything, so I switched it off again. So far as I can tell, its lack has yet to caused any problems. _________________ Greybeard |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|