🌐
Techzine
techzine.eu › blogs › infrastructure › with red hat killing off centos 7, where do organizations move to?
With Red Hat killing off CentOS 7, where do organizations move to? - Techzine Global
June 27, 2023 - In addition, Ubuntu is a well-known name among individual users, but with its long-term support (LTS) packages, it can also serve as an enterprise solution, with five years of updates. Indeed, these updates focus on security and stability, which are essential for enterprise applications. Ultimately, it may be a point of principle for CentOS 7 ...
🌐
It's FOSS
itsfoss.com › centos-stream-fiasco
IBM's Red Hat Just Killed CentOS as we Know it: With CentOS Stream, Stability Goes out of the Door
January 11, 2023 - The older CentOS 7 will still be supported till 2024. Do you see the problem with this change? You deployed CentOS 8 thinking that you’ll get a stable production server till 2029.
Discussions

Killing CentOS was just the tip of iceberg

Every single bit of the source code in RHEL is available from the CentOS Stream repo.

You can also use CentOS Stream without any limits.

Individuals can use the Developer Sub to use RHEL for free.

There are other special programs (such as for Open Source projects that use RHEL as infrastructure) that allow the free use of RHEL.

It's probably time to add a moderation reason called "Removed - Untrue". I've come close this week.

More on reddit.com
🌐 r/redhat
104
0
July 7, 2023
linux - What killed my process and why? - Stack Overflow
My application runs as a background process on Linux. It is currently started at the command line in a Terminal window. Recently a user was executing the application for a while and it died myster... More on stackoverflow.com
🌐 stackoverflow.com
CentOS Linux is dead—and Red Hat says Stream is “not a replacement”
Rofl. My company is just finishing up a server upgrade in all 50 US states with CentOS 7. Tens of thousands of servers. Well at least this will keep me employed in the future. ;) More on reddit.com
🌐 r/linux
338
1170
December 10, 2020
CentOS 7 EOL is coming. What is your replacement?
About 2 years ago we mentioned this to our boss and that we expected to need about a year for the switch to something else. We then mentioned it once more about a year later as nothing was done outside of putting in on the road map as a high priority. It was mentioned once more about 6 months ago. Then in April I created a risk on this as nothing had happened. Risk & Compliance and my boss's boss was unhappy that nothing had happened and requested some action and a plan. My boss asked for 14 days to create a high level plan of action. Now 1,5 months later we still don't have a plan, so our replacement is not decided yet. More on reddit.com
🌐 r/linuxadmin
292
101
June 18, 2024
🌐
Video Timing Calculator
epanorama.net › blog › 2020 › 12 › 10 › centos-has-been-effectively-killed
CentOS has been effectively killed |
December 10, 2020 - (CentOS 7 will still be supported alongside RHEL 7, through 2024.) Even though Red Hat and IBM killed CentOS Linux 8, not ALL hope maybe lost. There is a new project Rocky Linux as the 100% rebuild of RHEL. It is a work in progress with no ETA. However, some challenges remain.
🌐
Aragon Research
aragonresearch.com › the-death-of-centos
The Death of CentOS
March 18, 2021 - The IT world blew up on social media last week after Red Hat, an IBM subsidiary, announced the discontinuation of its CentOS project, the accelerated end-of-support for CentOS 8 and that all future CentOS releases will be replaced by CentOS Stream.
🌐
TuxCare
tuxcare.com › home › centos linux 7 eol: your next steps & solutions in 2026
CentOS Linux 7 EOL: Your Next Steps & Solutions In 2026
3 days ago - Without updates, stability issues can arise due to outdated kernel versions and unresolved bugs. Furthermore, security advisories will no longer include CentOS 7, and vulnerability scanners will likely flag these systems as liabilities.
🌐
Phoronix
phoronix.com › news › CentOS-7-EOL-Next-Week
CentOS Linux 7 Is End-Of-Life Next Week - Phoronix
June 24, 2024 - Just a friendly reminder that if you've been procrastinating in migrating past the once-great CentOS Linux 7, there is less than one week to go now until it's officially end-of-life. The CentOS Linux 7 end-of-life date is still slated to happen on 30 June.
Find elsewhere
🌐
Reddit
reddit.com › r/linux › centos linux is dead—and red hat says stream is “not a replacement”
r/linux on Reddit: CentOS Linux is dead—and Red Hat says Stream is “not a replacement”
December 10, 2020 - So we use CentOS 7 for everything and pay for RHEL for important things. I don't want to be troubleshooting my dev teams desktops because red hat made a breaking change. Which is why we don't use fedora (which is supposed to be a preview/testing ground for RHEL). We were going to slowly shift to CentOS 8, guess I'll start pushing for Debian stable or Ubuntu LTS.
🌐
Hackaday
hackaday.com › 2020 › 12 › 09 › centos-is-dead-long-live-centos
CentOS Is Dead, Long Live CentOS | Hackaday
December 9, 2020 - While I am not happy about how this was announced and the fact that it wasn’t done before CentOS 8 was release and before folks migrated from CentOS 7 to 8, I am still sticking to it over any alternative…. ... Yes, agreed. Had this been announced before 8 was released, I would be much less frustrated. ... Companies I have worked for in the past have used CenTOS to build and test and then licensed RedHat in production. This will no longer be a viable path so folks will move to debian/ubuntu who also have fantastic support.
🌐
ZeroTier
discuss.zerotier.com › community support › linux
Yum update on Centos 7 killed zerotier (continued) - Linux - ZeroTier Discussions
June 21, 2021 - For anyone who ran into the same issue as this guy, use the yum downgrade command to restore your zerotier-one package to 1.4.6, then leave and rejoin your networks. That should get your server to respond again.
🌐
Medium
freedomben.medium.com › centos-is-not-dead-please-stop-saying-it-is-at-least-until-you-read-this-4b26b5c44877
CentOS is NOT dead. Please Stop Saying It Is (at least until you read this) | by Benjamin Porter | Medium
December 12, 2020 - Since the news broke Tuesday about the changing role of CentOS (aka the death of CentOS) my inbox and chat have exploded with questions. Until now I’ve said very little because I was still processing it myself. I make great effort to think rationally and logically, eschewing the type of emotional thinking and knee jerking that pervades much of our society today.
Top answer
1 of 3
31

If the kernel killed a process (because the system ran out of memory), there will be a kernel log message. Check in /var/log/kern.log (on Debian/Ubuntu, other distributions might send kernel logs to a different file, but usually under /var/log under Linux).

Note that if the OOM-killer (out-of-memory killer) triggered, it means you don't have enough virtual memory. Add more swap (or perhaps more RAM).

Some process crashes are recorded in kernel logs as well (e.g. segmentation faults).

If the processes were started from cron, you should have a mail with error messages. If the processes were started from a shell in a terminal, check the errors in that terminal. Run the process in screen to see the terminal again in the morning. This might not help if the OOM-killer triggered, because it might have killed the cron or screen process as well; but if you ran into the OOM-killer, that's the problem you need to fix.

2 of 3
13

Process Accounting could help here.

In brief:

apt-get install acct

Then try commands like:

lastcomm
sa

or on Ubuntu:

lastcomm -f /var/log/account/pacct
sa /var/log/account/pacct

See:

  • http://tldp.org/HOWTO/Process-Accounting/pasetup.html
  • http://tldp.org/HOWTO/Process-Accounting/misccommands.html

UPDATE

Strangely, the pacct file has information about exit status, but neither lastcomm nor sa seem to print it.

So as far as I can see, you'd have to write your own C program to access the information.

UPDATE 2

Here's a version that prints the exit code.

The last two fields are "S" for signaled and "E" for exited, followed by the signal number or exit status.

So in your case, you're probably looking for "S 15" meaning it got a SIGTERM.

sleep                X mikel    stdin      0.00 secs Fri Mar 25 20:15 S  15

Compared to "E 0" which means the process exited without an error.

true                   mikel    stdin      0.00 secs Fri Mar 25 20:16 E   0

Only minimally tested.

  • http://mikelward.com/software/lastcomm.exitcode.patch
  • http://mikelward.com/software/lastcomm
🌐
Server Fault
serverfault.com › questions › 1109771 › how-to-inspect-why-my-service-process-be-killed-by-linux
ubuntu - How to inspect why my service process be killed by Linux? - Server Fault
OOMPolicy= Configure the out-of-memory (OOM) kernel killer policy. Note that the userspace OOM killer systemd-oomd.service(8) is a more flexible solution that aims to prevent out-of-memory situations for the userspace, not just the kernel.