cookiengineer 5 hours ago

This is a good thing, despite my own concerns.

The major argument you get from "why are you using Windows 7" is exactly this, companies in infrastructure argue that they still get a supported operating system in return (despite the facts, despite EOL, despite reality of MS not patching actually, and just disclosing new vulnerabilities).

And currently there's a huge migration problem because Microsoft Windows 11 is a non-deterministic operating system, and you can't risk a core meltdown because of a popup ad in explorer.exe.

I have no idea why Microsoft is sleeping at the wheel so much, literally every big industry customer I've been at in Europe tells me the exact same thing, and almost all of them were Windows customers, and are now migrating to Debian because of those reasons.

(I'm proponent of Linux, but if I were a proponent of Windows I'd ask myself wtf Microsoft is doing for the last 10 years since Windows 7)

  • tonyhart7 5 hours ago

    because Windows LTSC is still good

    • keyringlight 3 hours ago

      It's good while the software you run on it still supports that OS, for example the big one would be anything build upon Chromium (or electron) framework which deprecated win7 support when Microsoft ended ESU support (EOL +3 years).

JackSlateur an hour ago

The LTS, long support version and stuff are all confessions of a technical and organisational failures

If you are not able to upgrade your stuff every 2 to 3 years, then you will not be able to upgrade your stuff after 5, 10 or 15 years. After so long time, that untouched pill of cruft will be considered as legacy, built by people gone long ago. It will be a massive project, an entire rebuild/refactor/migration of whatever you have.

"If you do not know how to do planned maintenance, then you will learn with incidents"

  • da_chicken 4 minutes ago

    I don't agree, and this feels like something written by someone who has never managed actual systems running actual business operations.

    Operating systems in particular need to manage the hardware, manage memory, manage security, and otherwise absolutely need to shut up and stay out of the fucking way. Established software changes SLOWLY. It doesn't need to reinvent itself with a brand new dichotomy every 3 years.

    Nobody builds a server because they want to run the latest version of Python. They built it to run the software they bought 10 years ago for $5m and for which they're paying annual support contracts of $50k. They run what the support contracts require them to run, and they don't want to waste time with an OS upgrade because the cost of the downtime is too high and none of the software they use is going to utilize any of the newly available features. All it does is introduce a new way for the system to fail in ways you're not yet familiar with. It adds ZERO value because all we actually want and need is the same shit but with security patches.

    Genuinely I want HN to understand that not everyone is running a 25 person startup running a microservice they hope to scale to Twitter proportions. Very few people in IT are working in the tech industry. Most IT departments are understaffed and underfunded. If we can save three weeks of time over 10 years by not having to rebuild an entire system every 3 years, it's very much worth it.

  • Y_Y 16 minutes ago

    Consider that the average CTO is about 50† and that roughly people expect to retire at 65 and die at 80.

    If you can get away with one or zero overhauls of your infra during your tenure then that's probably a hell of a lot easier than every two to three years.

    https://www.zippia.com/chief-technology-officer-jobs/demogra...

  • wiseowise an hour ago

    Why do you need to “upgrade your stuff” every 2-3 years?

    • JackSlateur 23 minutes ago

      Why do you need to clean your house every week/couple of weeks ? Why not clean only once a year ?

      Keeping your infrastructure/code somehow uptodate ensures: - each time you have to upgrade, this is not a big deal - you have less breaking changes at each iteration, thus less work to do - when you must upgrade for some reasons, the step is, again, not so big - you are sure you own the infrastructure. That current people owns it (versus people who left the company 8 years ago) - you benefits from innovation (yes, there is) and/or performance improvements (yes, there is)

      Keeping your stuff rotting in a dark room brings nothing good

      • exe34 11 minutes ago

        It didn't need to be this way. It's a choice made by companies who stand to gain from the continuous churn.

  • aboringusername 37 minutes ago

    I'm not sure why there's a need to update anything every 2-3 years. In fact, the pace of change becomes exhausting in itself. In my day-to-day life, things are mostly well designed systems and processes; there's a stable code of practice when driving cars, going to the shops, picking up the shopping, paying for the items and then storing them.

    What part of that process needs to change every 2-3 years? Because some 'angel investor' says we need growth which means pushing updates to make it appear like you're doing something?

    old.reddit has worked the same for the last 10 years now, new.reddit is absolutely awful. That's what 2-3 years of 'change' gets you.

    In fact, this website itself remains largely the same. Why change for the sake of it?

    • JackSlateur 22 minutes ago

      In your day-to-day life, you do chore regurarly

      Why not cleaning the room only once every 2-3 years ?

      • frankchn 15 minutes ago

        I do chores regularly, and I apply security patches regularly.

        Major operating system version upgrades can be more akin to upgrading all the furniture and electronics in my house at the same time.

      • exe34 10 minutes ago

        Why don't you move house every 6 months?

  • cyanydeez an hour ago

    Sure. But infrastructure will always be seen as a one time cost because enshittifiction ensures every company with merit transitions from merit leaders to MBA leaders.

    This happens so often its basically a failure of capitalism.

nebula8804 9 hours ago

The person having to maintain this must be in a world of hurt. Unless they found someone who really likes doing this kind of thing? Still, maintaining such an old codebase while the rest of the world moves on...ugh...

  • jacquesm 5 hours ago

    Maybe I'm the odd one out but I love doing stuff that has long term stability written all over it. In fact the IT world moving as fast as it does is one of my major frustrations. Professionally I have to keep up so I'm reading myself absolutely silly but it is getting to the point where I expect that one of these days I'll end up being surprised because a now 'well known technique' was completely unknown to me.

    • bionsystem 3 hours ago

      I agree. We are going as far as being asked to release our public app on self-hosted kube cluster in 9 months, with no kube experience and nobody with a CKA in a 2.5 person ops team. "Just do it it's easy" is the name of the game now, if you fail you're bad, if you offer stability and respect delivery dates you are out-fashioned, and the discussion comes back every week and every warning and concern is ignored.

      I remember a long time ago one of our client was a bank, they had 2 datacenters with a LACP router, SPARC machines, Solaris, VxFS, Sybase, Java app. They survived 20 years with app, OS and hardware upgrades and 0 second of downtime. And I get lectured by a 3 years old developer that I should know better.

      • nubinetwork 2 hours ago

        > "just do it, its easy"

        If its that easy, then why aren't they doing it instead of you? Yeah, I thought so.

        • le-mark 39 minutes ago

          > "just do it, its easy"

          This is where devops came from. Developers saw admins and said I can do that in code! Every time egotistical, eager to please developers say something is easy, business says ok, do it.

          This is also where agile (developers doing project management) comes from.

    • lucideer 3 hours ago

      > I love doing stuff that has long term stability written all over it

      I also love doing stuff that has long term stability written all over it. In my 20 year career of trying to do that through various roles, I've learnt that it comes with a number of prerequisites:

      1. Minimising & controlling your dependencies. Ensuring code you own is stable long term is an entirely different task to ensuring upstream code continues to be available & functional. Pinning only goes sofar when it comes to CVEs.

      2. Start from scratch. The effort to bring an inherited codebase that was explicitly not written with longevity in mind into line with your own standards may seem like a fun challenge, but it becomes less fun at a certain scale.

      3. Scale. If you're doing anything in (1) & (2) to any extent, keep it small.

      Absolutely none of the above is remotely applicable to a project like Ubuntu.

  • asteroidburger 7 hours ago

    You're not adding new features and such like that. Just patching security vulnerabilities in a forked branch.

    Sure, you won't get the niceties of modern developments, but at least you have access to all of the source code and a working development environment.

    • bbarnett 2 hours ago

      The unfortunate problem is that, the more popular software is, the more it gets looked at, its code worked on. But forked branches as they age, become less and less likely to get a look-at.

      Imagine a piece of software that is on some LTS, but it's not that popular. Bash is going to be used extensively, but what about a library used by one package? And the package is used by 10k people worldwide?

      Well, many of those people have moved on to a newer version of a distro. So now you're left with 18 people in the world, using 10 year old LTS, so who finds the security vulnerabilities? The distro sure doesn't, distros typically just wait for CVEs.

      And after a decade, the codebase is often diverged enough, that vulnerability researchers, looking at newer code, won't be helpful for older code. They're basically unique codebases at that point. Who's going through that unique codebase?

      I'd say that a forked, LTS apache2 (just an example) on a 15 year old LTS is likely used by 17 people and someone's dog. So one might ask, would you use software which is a security concern, let's say a http server or what not, if only 18 people in the world looked at the codebase? Used it?

      And are around to find CVEs?

      This is a problem with any rarely used software. Fewer hands on, means less chance of finding vulnerabilities. 15 year old LTS means all software is rare.

      And even though software is rare, if an adversary finds out it is so, they can then play to their heart's content, looking for a vulnerability.

      • bradfa an hour ago

        If no one is posting CVE that affects these old Ubuntu versions then Canonical doesn’t have to fix them. I realize that’s not your point, but it almost certainly is a part of Canonical’s business plan for setting the cost of this feature.

        The Pro subscription isn’t free and clearly Canonical think they will have enough uptake on old versions to justify the engineering spend. The market will tell them if they’re right soon. It will be interesting to watch. So far it seems clear they have enough Pro customers to think expanding it is profitable.

    • worthless-trash 7 hours ago

      As someone who actively maintains old rhel, the development environment is something you can drag forward.

      The biggest problem is fixing security flaws with patches that dont have 'simple' fixes. I imagine that they are going to have problems with accurately determining vulnerability in older code bases where code is similar, but not the same.

      • littlestymaar 4 hours ago

        > I imagine that they are going to have problems with accurately determining vulnerability in older code bases where code is similar, but not the same.

        That sounds like a fun job actually.

  • pram 9 hours ago

    On the other hand: dealing with 14.04 is practically cutting edge compared to stuff still using AIX and HPUX, which were outdated even 20 years ago lol

    • pjmlp a few seconds ago

      Aix is still getting new releases, don't mix it up with HP-UX.

    • wkat4242 5 hours ago

      It's because they stopped development in the late 90s. Before Windows 95 (Chicago) came out, HP-UX with VUE was really cutting edge. IBM kinda screwed it up when they created CDE out of it though.

      And besides the GUI, all unixes were way more cutting edge than anything windows except NT. Only when that went mainstream with XP it became serious.

      I know your 20 year timeframe is after XP's release, but I just wanted to point out there was a time when the unixes were way ahead. You could even get common software like WP, Lotus 123 and even internet explorer and the consumer outlook (i forget the name) for them in the late 90s.

      • muterad_murilax 3 hours ago

        > IBM kinda screwed it up when they created CDE out of it though.

        Could you please elaborate?

        • wkat4242 3 hours ago

          VUE was really "happy", clean. Sans-serif fonts. Cool colours. Funny design like a HP logo and on/off button on the dock.

          IBM made it super suit and tie. Geriatric colour schemes with dark colours, formal serif fonts and anything cool removed.

          Functionally it was the same (even two or three features were added) but it went from "designed for people" to "designed for business". Like everything that IBM got their hands on in those days (these days they make nothing of consequence anymore anyway, they're just a consulting firm).

          It was really disappointing to me when we got the "upgrade". And HP was really dismissive of VUE because they wanted to protect their collaboration deal.

          I think 10.30 was peak HP-UX. 11 and 11i were the decline.

    • egorfine 2 hours ago

      Well I look at it from the relativistic perspective. See, AIX or HPUX are frozen in time and there is no temptation whatsoever within those two environments.

      Being stuck in Ubuntu 14.04 you can actually take a look out the window and see what you are missing by being stuck in the past. It hurts.

  • SoftTalker 9 hours ago

    Some people just want a job, they don’t wrap up their sense of self worth in it.

    • lukan 6 hours ago

      Nothing to do with self worth, it is a meaningful job, but a fun one?

      • wjnc 6 hours ago

        Clear mission, a well set up team and autonomy in execution can make most jobs fun to do? Stress (due to), lack of autonomy, lack of clear mission and bad teams and management I think are the root of unhappy work?

      • cyber_kinetist 6 hours ago

        Not all jobs are fun, but they can be bearable if meaningful enough (whether that being useful for other people, or even just provide a living wage to support your family)

  • perlgeek 3 hours ago

    When I'm writing new software, I kinda hate having to support old legacy stuff, because it makes my life harder, and means I cannot depend on new library or language features.

    But that's not what happens here, this is probably mostly backporting security fixes to older version. I haven't done that to any meaningful amount, but why wouldn't you find a sense of purpose in it? And if you do, why wouldn't it be fun?

  • al_borland 7 hours ago

    Most people I know don’t like chasing the latest framework that everyone will forget about in 6 months.

  • 2b3a51 4 hours ago

    I'm wondering how the maintenance effort would be organised.

    Would it be existing teams in the main functional areas (networking, file systems, user space tools, kernel, systemd &c) keeping the packages earmarked as 'legacy add-on' as they age out of the usual LTS, old LTS, oldold LTS and so on?

    Or would it in fact be a special team so people spending most of their working week on the legacy add-on?

    Does Canonical have teams that map to each release, tracking it down through the stages or do they have functional teams that work on streams of packages that age through?

  • randomtoast 3 hours ago

    I guess they are betting that AI can semi-auto patch this distro for 15 years.

  • ahartmetz 5 hours ago

    IME (do note, the things I've dealt with were obsolete for a much shorter time), such work isn't particularly ugly even though the idea of it is. Some of it will feel like cheating because you just need to paraphrase a fix, some of it will be difficult because critical parts don't exist yet. Maybe you'll get to implement a tiny version of a new feature.

  • kijin 8 hours ago

    > Unless they found someone who really likes doing this kind of thing?

    There are more people like that than one might think.

    There's a sizable community of people who still play old video games. There are people who meticulously maintain 100 year old cars, restore 500 year old works of art, and find their passion in exploring 1000 year old buildings.

    The HN front page still gets regular posts lamenting loss of the internet culture of the 80s and 90s, trying to bring back what they perceive as lost. I'm sure there are a number of bearded dudes who would commit themselves to keeping an old distro alive, just for the sake of not having to deal with systemd for example.

    • throwaway7356 3 hours ago

      > I'm sure there are a number of bearded dudes who would commit themselves to keeping an old distro alive, just for the sake of not having to deal with systemd for example.

      I don't think so: there are Debian forks that aspire to fight against the horrors of GNOME, systemd, Wayland and Rust, but they don't attract people to work on them.

      • bradfa an hour ago

        That there are so many indicates to me the opposite. There are lots of people who want to work on that kind of thing, just they all have slightly different opinions as to which part is the part they’re fighting against, hence so many different forks.

        The forks are all volunteer projects (except Ubuntu), so having slightly different opinions isn’t considering capitalism as a driving force.

    • bpye 7 hours ago

      > There's a sizable community of people who still play old video games.

      I went to the effort of reverse engineering part of Rollercoaster Tycoon 3 to add a resizeable windowed mode and fix it's behaviour with high poll rate mice... It can definitely be interesting to make old games behave on newer platforms.

      • bfkwlfkjf 7 hours ago

        Search YouTube for "gog noclip documentary", without quotes. Right up your alley.

jwr 4 hours ago

LTS releases are great. I only use LTS releases on my servers. Problem is, if you need PCI compliance (credit card industry requirements, largely making no sense), some credit card processors will tell you to work with companies like SecureMetrics, who "audit" systems.

SecureMetrics will scan your system, find an "old" ssh version and flag you for non-compliance, even though your ssh was actually patched through LTS maintenance. You will then need to address all the vulnerabilities they think you have and provide "proof" that you are running a patched version (I've been asked for screenshots…).

  • stingraycharles 4 hours ago

    That’s normal in any compliance process, and why you typically want to vet the vendor that does the compliance monitoring. And auditor (some auditors are really overzealous).

    Took us a while to find the right ones.

blfr an hour ago

Very cool but how useful is that for anyone beside the handful clients who wrote the checks here? I tried using Ubuntu 20.04 with the Pro support (you get a couple machines for free) and it worked but nothing else did. Even Firefox gave me trouble.

(To be fair to Cannonical, the upgrade from 20.04 to 24.04 through 22.04 went decently well. Despite some UEFI register running out of memory and the installation being interrupted, it resumed every time to complete upgrade. Three servers and a laptop came back up with full functionality. Even Unity seems to work.)

  • perlgeek 43 minutes ago

    Of course it mostly helps those who pay for it.

    But the availability of 15 years LTS is also a good argument for Linux in some corporate decision making.

k_bx 8 hours ago

I'm now deploying all my projects in Incus container (LXC). My base system is upgradeable, ZFS-based, in future will be IncusOS but now just Ubuntu. Incus is connected in cluster so I can: backup/copy projects, move between machines etc.

Containers reuse host system's new kernel, while inside I get Ubuntu 22.04. I don't see a good reason, if 22.04 will get 15-year life support, to upgrade it much. It's a perfect combination for me, keeping the project on 22.04 essentially forever, as long as my 22.04 build-container can still build the new version.

  • egorfine 2 hours ago

    > I don't see a good reason [...] to upgrade it much

    Imagine the world of pain when the time comes to upgrade the software to Ubuntu 37.04.

  • HansHamster 7 hours ago

    Isn't Incus/LXD separate from and running on top of LXC? People sometimes seem to use the names interchangeably which can be annoying because I run just plain LXC but when looking stuff up and come across "this is how you do XYZ on LXC" they are actually talking about LXD and it doesn't really apply. I can't recall what is was last time, but this has happened a couple of times already...

    • k_bx 4 hours ago

      Maybe, I'm a noob for now. Meaning Incus, LXC being the underlying tech.

  • dotancohen 6 hours ago

    Sell it to me! Why not docker?

    • k_bx 4 hours ago

      It's a container with full os: systemd, journald, tailscale, ssh inside. No need to learn new docker world, just install the deb with your software inside

      In a cluster mode, you can move container into another machine without downtime, back it up in full etc., also via one command.

      In theory when using ZFS or btrfs you can do incremental backup of the snapshot (send the diff only), but I never tried it.

      • dotancohen 2 hours ago

        We can SSH in? X and Wayland forward comfortably? Their windows integrate with e.g. KDE? How about sharing files with the host os? USB devices such as cameras or Android devices?

Animats 9 hours ago

Nice.

Should be mandatory for home automation systems. Support must outlive the home warranty.

  • bradfa an hour ago

    Home automation customers (the end users) probably are going to balk at the yearly subscription price of Ubuntu Pro. Especially for gadgets that likely cost less to buy upfront than a single year of Ubuntu Pro.

Vortigaunt 8 hours ago

From what a quick google search told me, RHEL caps out at 13 years.[0] I'm curious what caused Canonical to offer 2 more years of lts support than Red Hat?

[0]https://access.redhat.com/support/policy/updates/errata

  • perlgeek 34 minutes ago

    I don't have any insider knowledge, but it's not hard to imagine a customer with a fleet of machines that will run out of LTS soon. The project that replaces them is already on its way, but of course delayed.

    So now, what do they do? Spend thousands of hours upgrading the soon-to-be-replaced fleet anyway, or ask their vendor if they could, pretty please, extend LTS for another two years?

    If Ubuntu can spread the cost between enough (or large enough) customers, why not?

  • worthless-trash 7 hours ago

    I know that there is still rhel6 customers in contract, that was 2010.

therealfiona 3 days ago

How many customers did this take? Wow...

  • unsnap_biceps 9 hours ago

    It could just have been one with a very large check.

    • MiddleEndian 9 hours ago

      It doesn't seem unreasonable to me if you have the resources. If I could've paid Apple to somehow just support OS X 10.6 forever I'd probably still be a Mac/Hackintosh user lol

    • paulddraper 9 hours ago

      There’s at least one customer somewhere willing to pay $1 million for that.

      Plus adding a general feeling of confidence to the product as a whole. And safety knowing that you can upgrade for an extra 5 years of support if you need it.

      • odie5533 9 hours ago

        The level of confidence is pretty incredible. Coming from someone who got hurt by CentOS.

        • naniwaduni 7 hours ago

          One of the dirty secrets is that you don't need to back up confidence to sell it if you don't plan to be around when it falls apart.

        • the_why_of_y 3 hours ago

          I don't understand your point, CentOS never had paying customers?

  • ycombinete 8 hours ago

    These kinds of demands are becoming more common in b2b software.

superkuh 9 hours ago

I've used Canonical's free 3-seat extended service mantainence (ESM) support on my one 14.04 LTS machine for a long time. It's so nice having a stable target for more than decade for my personal projects. I have so much software defined radio software that absolutely does break in ways I can't fix on a newer version of any Debian-alike. The ESM program has been a provider of peace of mind when still leaving that SDR machine connected to the internet and running javascript.

>30-day trial for enterprises. Always free for personal use. >Free, personal subscription for 5 machines for you or any business you own

This "Pro" program also being free is a suprise to be sure, but a welcome one.

  • cpncrunch 9 hours ago

    Its unclear if this legacy patch will be free for personal use.

jl6 5 hours ago

Nice, that means the latest Ubuntu LTS release (24.04) can be supported beyond the date of the Year 2038 Problem. Although theoretically now solved using 64-bit time_t, I wonder how robustly it’s been tested in real world deployments.

  • perlgeek 28 minutes ago

    Just this year I ran into the year 2038 limit in MariaDB where converting between Unix timestamps and ISO dates (don't remember the direction). By the time this happened, a new version was already out that had that limit lifted, but the version I ran still had it. Cannot have been more than two years old.

    On the plus side, businesses and administrations work with dates in the future a lot (think contract life times, leases, maintenance schedules etc.), so hopefully that flushes out many of the bugs ahead of time.

darkwater an hour ago

On the one hand we have now Ubuntu LTS with 15 support and on the other hand we have Kubernetes and distributions like EKS churning out 3 releases per year with a 18 months long life adding absolutely nothing really needed. Will this madness ever stop?

wkat4242 5 hours ago

I wonder how much this legacy addon costs. Is it available to consumers?

benatkin 8 hours ago

This gives me a good sense of how old these versions are:

https://documentation.ubuntu.com/ubuntu-for-developers/refer...

14.04 LTS has Python 3.4 as well as Python 2.7.

anonnon 6 hours ago

Translation: Ubuntu has customers willing to pay up to avoid using the latest "oxidized" versions of Ubuntu, and for a decade an a half, at that. And this was in the works before Cloudflare's Rust-rewrite took down half the internet.

  • littlestymaar 4 hours ago

    What's the only HN user group that's more annoying than the Rust evangelical strike force: the anti-Rust butthurt crusade.

    • gclawes an hour ago

      No the rust guys are more annoying. We just want shit to keep working...