Re: [gentoo-user] Mouse pain

2023-05-17 Thread Michael
On Wednesday, 17 May 2023 00:20:52 BST William Kenworthy wrote: > On 16/5/23 23:52, Michael wrote: > > On Tuesday, 16 May 2023 01:03:31 BST Wol wrote: > >> On 15/05/2023 18:25, Michael wrote: > >>> Check the attached screenshots, relevant to this laptop. There's > >>> pointer > >>> speed and

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Jacques Montier
Hi all, Thanks to Neil and Rich. I Effectively found the file www-servers/apache/files/apache2.4-hardened.service. I renamed it as apache2.service in /lib/systemd/system. Now it works !!!  BUT, As I didn't mask anything, I don't understand why this file was not installed as it was declared in

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Rich Freeman
On Wed, May 17, 2023 at 6:18 AM Jacques Montier wrote: > > Well, well, Rich, you are completely right, you've found the key !  > I have that line in make.conf > INSTALL_MASK="/lib/systemd/system /usr/lib/systemd/system" > I now see where it comes from. > On the same machine, I have another

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Rich Freeman
On Wed, May 17, 2023 at 4:43 AM Jacques Montier wrote: > > As I didn't mask anything, I don't understand why this file was not installed > as it was declared in the apache ebuild... You don't have anything set in INSTALL_MASK? Check "emerge --info www-servers/apache" You might want to check

Re: [gentoo-user] Systemd query ...

2023-05-17 Thread Jacques Montier
Le mer. 17 mai 2023 à 11:30, Rich Freeman a écrit : > On Wed, May 17, 2023 at 4:43 AM Jacques Montier > wrote: > > > > As I didn't mask anything, I don't understand why this file was not > installed as it was declared in the apache ebuild... > > You don't have anything set in INSTALL_MASK?

[gentoo-user] About python dependencies

2023-05-17 Thread Alexander Kurakin
Suppose, we have package A which depends on package B.   I see three statements in https://projects.gentoo.org/python/guide/single.html#dependencies and https://projects.gentoo.org/python/guide/multi.html#dependencies :   1. If A is multi-impl, we should use `B[${PYTHON_USEDEP}]`.   2a. If A is