Re: Strange problem with chroot

2025-06-17 Thread greg
> $ ld.so --help | sed -n '/glibc-hwcaps directories/,$p' > Subdirectories of glibc-hwcaps directories, in priority order: > x86-64-v4 > x86-64-v3 > x86-64-v2 (supported, searched) I find this a nice example of using UNIX tools. Much as I love them, I could not resist sen

Re: Strange problem with chroot

2025-06-16 Thread Roger Heflin
I saw RedHat with RHEL8 cut off hardware that first release was just 7 years earlier(2012) than RHEL8's release(2019) (so some of the hardware was only 4-5 years old). I always suspected it was the OEM (the board was a version of raid card only used in their hw and in that age of hardware) that wa

Re: Strange problem with chroot

2025-06-16 Thread Barry
> On 16 Jun 2025, at 18:11, Robert McBroom via users > wrote: > > System dates from 2007. With f41 running would think the Alma OS would also That’s a very old system, which I assume Alma does not support. Fedora and Alma do not make matching choices on CPU support. Fedora deliberately suppor

Re: Strange problem with chroot

2025-06-16 Thread Robert McBroom via users
On 6/16/25 10:16 AM, Todd Zullinger wrote: Robert McBroom via users wrote: From the Fedora 41 installation ~]# ld.so --help [...] Subdirectories of glibc-hwcaps directories, in priority order:  x86-64-v4  x86-64-v3  x86-64-v2 None of those say "supported, searched" which indicates it does

Re: Strange problem with chroot

2025-06-16 Thread Todd Zullinger
Robert McBroom via users wrote: > From the Fedora 41 installation > ~]# ld.so --help [...] > Subdirectories of glibc-hwcaps directories, in priority order: >  x86-64-v4 >  x86-64-v3 >  x86-64-v2 None of those say "supported, searched" which indicates it doesn't support x86-64-v2 or newer. Here is

Re: Strange problem with chroot

2025-06-16 Thread Robert McBroom via users
On 6/14/25 6:01 AM, Barry Scott wrote: On 14 Jun 2025, at 04:35, Robert McBroom via users wrote: CentOs 9.4 installation is going into kernel panic. Trying to get access to the system from a running Fedora 41 installation. ~]# mount /dev/sdb2 /mnt/sysimage ~]# for dir in /dev /proc /sys;

Re: Strange problem with chroot

2025-06-14 Thread Barry
> On 14 Jun 2025, at 14:29, Todd Zullinger wrote: > > You should turn off whatever "helpful" part of your mail > chain converts things it thinks are URLs. :) Oh! Thanks for the heads up I missed the mailer being “helpful”. Barry -- ___ users mail

Re: Strange problem with chroot

2025-06-14 Thread Todd Zullinger
Barry Scott wrote: > Run this to find out what your hardware supports: > >ld.so --help You should turn off whatever "helpful" part of your mail chain converts things it thinks are URLs. :) For shell commands, having something stick redirect characters and URLs into them autom

Re: Strange problem with chroot

2025-06-14 Thread Barry Scott
> On 14 Jun 2025, at 04:35, Robert McBroom via users > wrote: > > CentOs 9.4 installation is going into kernel panic. Trying to get access to > the system from a running Fedora 41 installation. > > ~]# mount /dev/sdb2 /mnt/sysimage > ~]# for dir in /dev /proc /sys;do mount --bind $dir /mnt/

Strange problem with chroot

2025-06-13 Thread Robert McBroom via users
CentOs 9.4 installation is going into kernel panic. Trying to get access to the system from a running Fedora 41 installation. ~]# mount /dev/sdb2 /mnt/sysimage ~]# for dir in /dev /proc /sys;do mount --bind $dir /mnt/sysimage/$dir;done ~]# chroot /mnt/sysimage Fatal glibc error: CPU does not sup