[gentoo-user] grub-install error

2023-10-04 Thread dhk
After setting up a new laptop the grub-install command produces an error:  "grub-install: error: disk `lvm/nvme0n1p1' not found." A few comments about the system . . it is a basic setup except that it uses luks2 on each partition; lvm is not used, but the decrypted partitions are in

Re: [gentoo-user] Soft scrolling on framebuffer consoles - with GPM handling - version of the patch for kernel 6.3 onwards.

2023-10-04 Thread Jorge Almeida
On Wed, Oct 4, 2023 at 7:59 PM Alan Mackenzie wrote: > > On Wed, Oct 04, 2023 at 18:08:20 +0100, Jorge Almeida wrote: > > 6.3.11-GPM.20231004.diff works fine with 6.5.5 (vanilla from > >[1]kernel.org) > > Thanks for doing this testing. > Thank _you_ for making the patch :)

Re: [gentoo-user] Soft scrolling on framebuffer consoles - with GPM handling - version of the patch for kernel 6.3 onwards.

2023-10-04 Thread Alan Mackenzie
Hello, Jorge. On Wed, Oct 04, 2023 at 18:08:20 +0100, Jorge Almeida wrote: >6.3.11-GPM.20231004.diff works fine with 6.5.5 (vanilla from >[1]kernel.org) Thanks for doing this testing. > > References > >1. http://kernel.org/ -- Alan Mackenzie (Nuremberg, Germany).

[gentoo-user] An annoyance in GPM, and a fix for it

2023-10-04 Thread Alan Mackenzie
< 6.1.8-TRIPLE.20231004.diff , then rebuild the kernel. Install this kernel into your boot manager, and voilà - the problem is solved. :-) The usual disclaimer applies. -- Alan Mackenzie (Nuremberg, Germany). diff --git a/drivers/tty/vt/selection.c b/drivers/tty/vt/selection.c in

Re: [gentoo-user] Re: What to do about openssl

2023-10-04 Thread John Covici
On Wed, 04 Oct 2023 13:36:38 -0400, Steve Wilson wrote: > > [1 ] > From https://www.php.net/manual/en/openssl.requirements.php > > PHP 7.1-8.0 requires OpenSSL >= 1.0.1, < 3.0. > PHP >= 8.1 requires OpenSSL >= 1.0.2, < 4.0. > > So it looks like you need to upgrade php to 8.1 > > I've a

Re: [gentoo-user] Re: What to do about openssl

2023-10-04 Thread John Covici
On Wed, 04 Oct 2023 13:23:40 -0400, Alan McKinnon wrote: > > [1 ] > That should not happen, and is probably happening because you have masked > something deep in the dep graph that is required. > > Please post all your package.mask files, and provided if you have any of > those > > > Alan

Re: [gentoo-user] Re: What to do about openssl

2023-10-04 Thread Steve Wilson
From https://www.php.net/manual/en/openssl.requirements.php PHP 7.1-8.0 requires OpenSSL >= 1.0.1, < 3.0. PHP >= 8.1 requires OpenSSL >= 1.0.2, < 4.0. So it looks like you need to upgrade php to 8.1 I've a similar problem with my server requiring php 7.2 and trying to figure out the upgrade

Re: [gentoo-user] Re: What to do about openssl

2023-10-04 Thread Alan McKinnon
That should not happen, and is probably happening because you have masked something deep in the dep graph that is required. Please post all your package.mask files, and provided if you have any of those Alan On Wed, Oct 4, 2023 at 7:15 PM John Covici wrote: > On Wed, 04 Oct 2023 11:53:46

Re: [gentoo-user] Re: What to do about openssl

2023-10-04 Thread John Covici
On Wed, 04 Oct 2023 11:53:46 -0400, Grant Edwards wrote: > > On 2023-10-04, John Covici wrote: > > Hi. I just did a world update and found that my openssl-1.1.1v is > > masked. What can I do, > > Use one of the stable versions. > > > I don't have any version that is not masked > > Huh?

Re: [gentoo-user] Soft scrolling on framebuffer consoles - with GPM handling - version of the patch for kernel 6.3 onwards.

2023-10-04 Thread Jorge Almeida
6.3.11-GPM.20231004.diff works fine with 6.5.5 (vanilla from kernel.org) > >

Re: [gentoo-user] Re: What to do about openssl

2023-10-04 Thread Matt Connell
On Wed, 2023-10-04 at 12:57 -0400, John Covici wrote: > All those are masked, I am using the ~amd64. > All of the v3 packages are masked in my repository, just updated a > couple of days ago. Something on your local machine is masking these, they are definitely unmasked for me and many others.

Re: [gentoo-user] Re: What to do about openssl

2023-10-04 Thread John Covici
On Wed, 04 Oct 2023 11:53:46 -0400, Grant Edwards wrote: > > On 2023-10-04, John Covici wrote: > > Hi. I just did a world update and found that my openssl-1.1.1v is > > masked. What can I do, > > Use one of the stable versions. > > > I don't have any version that is not masked > > Huh?

Re: [gentoo-user] What to do about openssl

2023-10-04 Thread John Covici
On Wed, 04 Oct 2023 11:38:04 -0400, Alan McKinnon wrote: > > [1 ] > Hi John > > All version 1.x have been masked. They are very very old and have obsolete > code. > > Upgrade to v3.x - this is what portage is telling you. > > Is there some reason you require v1.1.x? Do you have a local mask

[gentoo-user] Re: What to do about openssl

2023-10-04 Thread Grant Edwards
On 2023-10-04, John Covici wrote: > Hi. I just did a world update and found that my openssl-1.1.1v is > masked. What can I do, Use one of the stable versions. > I don't have any version that is not masked Huh? What architecture are you on? There are three versions of openssl that are stable

Re: [gentoo-user] What to do about openssl

2023-10-04 Thread Alan McKinnon
Hi John All version 1.x have been masked. They are very very old and have obsolete code. Upgrade to v3.x - this is what portage is telling you. Is there some reason you require v1.1.x? Do you have a local mask for openssl? Alan On Wed, Oct 4, 2023 at 5:34 PM John Covici wrote: > Hi. I just

[gentoo-user] What to do about openssl

2023-10-04 Thread John Covici
Hi. I just did a world update and found that my openssl-1.1.1v is masked. What can I do, I don't have any version that is not masked and according to the message this version is EOL. Thanks in advance for any suggestions. -- Your life is like a penny. You're going to lose it. The question

Re: [gentoo-user] Soft scrolling on framebuffer consoles - with GPM handling - version of the patch for kernel 6.3 onwards.

2023-10-04 Thread Peter Humphrey
the GPM mouse utility on those scrolled regions. > > Currently, the patch I posted some months ago works on all 6.1.x > kernels, and very likely works on 6.2.x, too. In kernel 6.3.1, some > significant refactoring was done by the kernel people, necessitating a > new version of the pa

Re: [gentoo-user] Soft scrolling on framebuffer consoles - with GPM handling - version of the patch for kernel 6.3 onwards.

2023-10-04 Thread Alan Mackenzie
on all 6.1.x kernels, and very likely works on 6.2.x, too. In kernel 6.3.1, some significant refactoring was done by the kernel people, necessitating a new version of the patch, called 6.3.11-GPM.20231004.diff. I've tested this on 6.3.11 and 6.5.5. Just a quick reminder of how to use these files

Re: [gentoo-user] 6.1.53-gentoo-r1 kernel not booting

2023-10-04 Thread Peter Böhm
Am Mittwoch, 4. Oktober 2023, 05:42:17 CEST schrieb Valmor F. de Almeida: > -> cat /proc/cpuinfo > > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 158 > model name : Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz > stepping: 9 > microcode

Re: [gentoo-user] 6.1.53-gentoo-r1 kernel not booting

2023-10-04 Thread Neil Bothwick
On Tue, 3 Oct 2023 23:42:17 -0400, Valmor F. de Almeida wrote: > There may have been a microcode emerge from dependencies; I don't > emerge directly. I do agree with you: if I try to recompile the working > kernel it will not boot. However I am not willing to try just right now > and having to