Search found 4517 matches

by jlehtone
2024/02/29 13:58:19
Forum: 8 /8-Stream / 9-Stream - Hardware Support
Topic: Fatal Glibc Error: CPU Does Not Support X86-64-V2
Replies: 2
Views: 1416

Re: Fatal Glibc Error: CPU Does Not Support X86-64-V2

The rationale was described in https://developers.redhat.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level Xeon E5440 was one of the "Harpertown" models, released 2007-2008, and based on "Penryn microarchitecture". The Penryn was succeeded by Nehalem. ...
by jlehtone
2024/02/28 10:51:56
Forum: CentOS 7 - Networking Support
Topic: CentOS 7 not showing wired connection as well as server not found at firefox
Replies: 13
Views: 3312

Re: CentOS 7 not showing wired connection as well as server not found at firefox

Ethernet controller [0200]: Intel corporation Ethernet connection (17) I219-LM [8086:lalv] (rev 11) That should not be possible. The device ID should be a hex number and lalv is not. [8086:1a1c] is one version of I219-LM. The e1000e driver in el8 and el9 knows 8086:1a1c, 8086:1a1d, 8086:1a1e, and 8...
by jlehtone
2024/02/27 14:14:19
Forum: CentOS 7 - General Support
Topic: exporting git files
Replies: 6
Views: 1282

Re: exporting git files

If i understood correct i can shrink the blockdevice to fit one of the SSD's, leaving the other one untouched? That depends . You can see what filesystems you have with: lsblk --fs If the filesystem within LVM logical volume (LV) is XFS, then it cannot be shrunk. LV is a "list of blocks" -- bit lik...
by jlehtone
2024/02/23 14:37:13
Forum: CentOS 7 - General Support
Topic: exporting git files
Replies: 6
Views: 1282

Re: exporting git files

save his github projects from the drive A real "github project" would have a a copy of the repo in GitHub that he should be able to access from any computer. One could also ask why the friend did not copy the files self, being familiar with the system and all? My issue is that the system is divided...
by jlehtone
2024/02/23 13:08:02
Forum: CentOS 7 - General Support
Topic: Red Hat's Source Restriction: The Future of CentOS, Rocky, and Others in Question?
Replies: 1
Views: 680

Re: Red Hat's Source Restriction: The Future of CentOS, Rocky, and Others in Question?

With Red Hat now limiting access to the package sources, does this signal the demise of CentOS, Rocky, and similar distributions? CentOS is not affected, because it is already practically dead. The only remaining CentOS Linux -- CentOS 7 -- will EOL by next Summer. CentOS Stream is not a "similar d...
by jlehtone
2024/02/23 07:59:00
Forum: CentOS 7 - General Support
Topic: List down External URL to whitelist for centos7 setup using dockerfile
Replies: 2
Views: 750

Re: List down External URL to whitelist for centos7 setup using dockerfile

for deploying new things Indeed. Personally, I don't like containers (and particularly dislike docker) but if it were an old application that can't be rebuilt and thus has to have a legacy platform ... external url to be whitelisted A container is merely one or more processes on the host (which pre...
by jlehtone
2024/02/21 20:31:12
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: CentOS 9 - changing SELinux disabled to permissive
Replies: 9
Views: 2540

Re: CentOS 9 - changing SELinux disabled to permissive

lightman47 wrote:
2024/02/20 20:16:02
... "sudo setenforce (enforcing|permissive|disabled)" to change the default.
AFAIK, the 'setenforce' does merely change current running status; not update config that is used on next boot.
by jlehtone
2024/02/20 14:52:27
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] Weird route at startup both with NetworkManager and without
Replies: 9
Views: 1630

Re: Weird route at startup both with NetworkManager and without

What if you disable eth1 and boot. Does the eth0 get things "right" on (every) boot? No, it doesn't. NetworkManager detects the presence of eth1 and enables it nonetheless. How did you disable ? nmcli con mod eth1 connection.autoconnect no Yes, NetworkManager does by default generate on the fly con...
by jlehtone
2024/02/20 08:09:36
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] Weird route at startup both with NetworkManager and without
Replies: 9
Views: 1630

Re: Weird route at startup both with NetworkManager and without

What if you disable eth1 and boot. Does the eth0 get things "right" on (every) boot?