Slashdot Mirror


Lubuntu, a Popular Ubuntu Flavor, To Stop Providing 32-Bit Releases (betanews.com)

Lubuntu, a popular Ubuntu flavor which announced earlier this year that it would stop supporting old hardware, is now dropping support for 32-bit x86 releases. BetaNews adds: "Lubuntu has been and continues to be the go-to Ubuntu flavor for people who want the most from their computers, especially older hardware that cannot handle today's workloads. However, the project and computing as a whole has drastically changed in many ways since its origin ten years ago. Computers have become faster, more secure, and most notably, have moved off of the traditional 32-bit i686 (generalized as i386 in Debian and Ubuntu) architecture," says Simon Quigley, Lubuntu.

Quigley further says , "As an increasing number of Linux distributions have focused their attention on the 64-bit x86 architecture (amd64) and not on i386, we have found that it is harder to support than it once was. With i386-only machines becoming an artifact of the past, it has become increasingly clear to the Lubuntu Team that we need to evaluate its removal from the architectures we support. After careful consideration, we regret to inform our users that Lubuntu 19.04 and future versions will not see a release for the i386 architecture. Please do note that we will continue to support Lubuntu 18.04 LTS i386 users as a first-class citizen until its End of Life date in April of 2021."

59 of 111 comments (clear)

  1. Is Gentoo still a viable option for old hardware? by cayenne8 · · Score: 2
    I've not looked into it for years, as that way back Gentoo started being less and less supported by the forums there, etc.....just weren't as many people around nor as helpful as used to be...and update just seemed to break everything.

    But wondering if custom compile might be the only option for those wanting to use older hardware or just trying to optimize for any hardware.

    Is Gentoo a viable option these days?

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
  2. Lubuntu? by w1z7ard · · Score: 1

    Never heard of it. But no arguments from me for dropping 32 bit support. I kind of wished microsoft did that starting with windows 8 or earlier.

    --

    "Recursive bipartite matching"- try it!

    1. Re:Lubuntu? by hey! · · Score: 1

      I've heard of it. Originally it was conceived as a lightweight distro for older hardware, but they seem to have repositioned themselves as a more general purpose distro. Xubuntu too marries the Ubuntu base to a less resource-hungry desktop environment (XFCE), but I think most users choose Xubuntu because they prefer a less elaborate desktop experience, not because they're shoehorning a GUI into a limited number of bytes. It's possible this is what most Lubuntu users want too.

      So this probably represents more of an inflection point for the Lubuntu distro and its derivatives, not for 32-bit computing in general. There are still distros aimed at older or small form factor type computers.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    2. Re:Lubuntu? by Pentium100 · · Score: 1

      Ubuntu with LXDE graphics. Nice for hardware that does not have a lot of memory, well, now not so nice if the hardware does not support 64bit.

      Then again, if I need to, I can just use the last working version. Or use Debian and LXDE.

  3. The problem by Anonymous Coward · · Score: 5, Insightful

    Apart from too damn many linux distributions there is that too damn many developers run overpowered hardware and so their software is very wasteful of resources. Just look at any browser, really.

    It'd be good to have at least one distribution that'll guarantee 32bit support for a decade or more, and does so with a basic but usable set of maintainable software to, well, get basically through the day with whatever you need. For there are still many places in the world that run on computer hardware a decade behind the cutting edge, and so come with well fewer computing, memory, disk, network, etc. resources than even the usual western hobbyist FOSS developer gives themselves to play with.

    Test your software with a 512MB single core 1GHz 32bit desktop, and make it run decent in such an environment. There's a good dev.

    1. Re:The problem by darkain · · Score: 1

      This is why I've switched over to FreeBSD. And as far as that spec class is concerned, that is pretty damn close to a Raspberry Pi Zero, which I actively test and help port software to (though this is ARM 32-bit). FreeBSD so far still perfectly maintains i386 support as well though.

    2. Re:The problem by laffer1 · · Score: 3, Interesting

      That's harder than it sounds. Nearly all open source software written in C++ is moving to newer standards fairly quickly. You have to use newer compilers. Some of those aren't well tested anymore in 32bit environments. Things break. Data types aren't set properly.

      Most people expect modern web browsers and other software to continue to work. No OS project could guarantee that at this point. Unless we get a firm yes from Mozilla or Google, there will be no browser support soon. Even then, it's likely limited to one OS.

      I get a lot of crap from people because I've had so much trouble keeping newer browsers going on my OS. They are massively complicated. It's as complex as OpenJDK, OpenOffice/LibreOffice, or KDE to port. I don't think people realize how big they are.

      I haven't killed 32bit support because it's still quite popular, particularly with south american users. However, it's getting harder to maintain. I run it in a VM at this point usually 2GB ram and 2 cores because anything less is impossible to work with. It takes too long to compile software otherwise.

      If an OS is targeting desktops, most of them have at least 4GB of RAM and a 64bit CPU now. Even 8 year old hardware is mostly 64bit aside from some netbooks. You can't run a browser with less than 2GB of RAM these days and have a good experience. Servers are another story. You actually have to target less memory usage there because of AWS EC2 sizes. Even smart phones and embedded devices have more ram than t2.micro/t2.nano EC2 instances now.

      My logic is if it's got less cpu and ram than a cell phone, it's probably not worth supporting.

    3. Re:The problem by tepples · · Score: 1

      ARM 32-bit won't help you if your use case involves programs that depend on Wine because Win32 and MFC are hard to port to anything other than i686. In my own case, such programs have included these:

      - FCEUX debugger (free software, Win32 i686)
      - FamiTracker (free software, Win32 i686)
      - OpenMPT (free software, Win32 i686 or x86-64)
      - BGB (proprietary, Win32 i686)
      - NO$SNS (proprietary, Win32 i686)

    4. Re:The problem by tepples · · Score: 2

      Just run software from 10 years ago. Problem solved.

      Internet-facing software from 10 years ago is vulnerable to exploits from 10 years ago. How would you recommend to work around these vulnerabilities or to make air-gapping the whole computer practical?

    5. Re:The problem by jellomizer · · Score: 1

      I havn't had a 32 bit PC for over 12 years, and 2 64bit PC I have retired for being out of date.

      Testing on such an old environment is putting your program into an artificial restriction. The coding that I use to do so the application would run fast on a 8088 XT with 512k of ram and processor speed about 1mhz would not scale well to a modern system, where I would take different approaches to optimize for speed.
      Other then just Ram and clock speed as the systems progress the bottle necks change and their ratios change as well.

      On a single Core CPU multi-threading often added more overhead on your application and normally ran slower then if you coded it as a single thread. Now we have 4+ cores CPU, so the overhead of making multi-threaded is reduced because the CPU can now truly process in parallel, vs just relying on the OS multi-tasking algorithm. If your program dealt with large numbers, you no longer need to split them up into 32bit segments, but deal with one 64 bit segment. Modern Solid State Drives are much faster then before, So with the ability to multi-thread you can have your application get the data from the disk just in time for it to process it and saving it at the same time it use to be able to just read all the data and stuff it into RAM.
      Making sure your App works well on a decade old system, isn't a good development process, it is just making outdated software. Now it is reasonable to test for low end systems that you may expect people to actually be using your software for, so say a 2nt gen Core i5 CPU. Where it is slower then the new systems, but the architecture is relatively close to what you have now.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    6. Re:The problem by jaymemaurice · · Score: 1

      Wait 10 more years until everyone else has given up trying to keep/exploit a 20 year old device on the internet

      --
      120 characters ought to be enough for anyone
    7. Re:The problem by thegarbz · · Score: 1

      Just look at any browser, really.

      Before you declare a browser wasteful you first have decide what it is it should be doing. There's a reason that "any browser" has a large memory footprint and that has fundamentally to do with the capabilities expected in a modern browser, and nothing to do with developers being lazy and wasteful on resources.

      Code a browser that meets all the requirement of the latest web standards, effectively becomes a host to realtime applications, communications, provides hardware accelerated video transcoding, while providing security of sandboxing, is able to handle the wide and varied workload including running multiple full office suites in parallel, then *then* you can talk about those damn developers.

      For there are still many places in the world that run on computer hardware a decade behind the cutting edge

      A decade behind the cutting edge? Let's look into that:
      2008 CPU releases: Core2Duo and Celeron7xx series, Phenom X4 series, and the older platform Athlon X2 series.
      Those people a decade behind will find themselves in an era where every low end and high end CPU from AMD and Intel have been almost exclusively 64bit for a good 2 years already.

      Now there are still 32bit CPUs out there in operation but I can guarantee running the latest Linux distribution is not on their priority list as much as making sure the basic hardware doesn't just up and suddenly fail.

      Test your software with a 512MB single core 1GHz 32bit desktop, and make it run decent in such an environment. There's a good dev.

      If a museum would care to donate one of these machines to the developers then they may even oblige. But let's look at what era we are talking about:
      Powerbook G4, 1GHz, 512MB of RAM : 2003 Incidentally also the year consumer grade 64bit processors were introduced after being announced nearly 2 decades ago.

    8. Re:The problem by Anonymous Coward · · Score: 2, Insightful

      My logic is if it's got less tracking and data mining builtin than a cell phone, it's probably not worth supporting.

      Just because it's "new" doesn't mean the "old" needs to be destroyed. That mentality is how you get blind sighted and left vulnerable to various actors.

      And yes, it's also how the famous "upgrade treadmill" keeps on chugging. I've seen entire projects go from working perfectly to completely useless on older hardware for no more reason than the developer wanted to replace a four line API call to some library with a one line API call in the "updated" library that deprecated support for the older hardware. It's BS, and incredibly wasteful. You wanna know where all of that ewaste comes from, ask a developer what new and shiny hand-holding framework they are toying with today. If they say some framework that depends on a runtime interpreter, you've found the problem.

      I've got an older amd athlon64 floating around as a PBX / print server. It used to be a i686, but after the distros stopped supporting the i686, it became a Win98 retrogaming machine. It could still do work related tasks, heck it could still act as the PBX / print server if I reinstalled the older distro, but the distros refuse to provide security updates, and as such the hardware cannot be used for server tasks anymore. I don't have a need for multiple retrogaming rigs, so I guess when the amd64s start being deprecated, I'll keep one for retrogaming, and the rest will end up as environmental pollutants. I need to figure out where the maintainers live, so I can pollute their area with ewaste instead of mine.

  4. Not a big deal. No reason for flames & worries by Seven+Spirals · · Score: 2

    People with older 32-bit machines will use older distros and ones specialized for use on low-RAM and slower CPU performance. Lubuntu really wasn't ever "that guy" anyway. Distros like Slackware ain't gonna go 64-bit only I'd guess and neither would tinkerer distros like Gentoo. Of course, if you really want to have fun on 32bit machines, I'd endorse running NetBSD :-)

  5. The problem comes when past archives are deleted by Moryath · · Score: 2

    Biggest problem is not "ok we're dropping support after version X". It's when they do that and then nuke all the old archives, making it impossible for people with older hardware to still look up and install the "final" versions. Like when LineageOS went forward to their version 15, dropped 90% of their supported devices AND proceeded to nuke the archives from orbit.

  6. Comment removed by account_deleted · · Score: 2, Interesting

    Comment removed based on user account deletion

  7. Re:Is Gentoo still a viable option for old hardwar by arth1 · · Score: 4, Informative

    Is Gentoo a viable option these days?

    Mostly, yes. There are some WTF decisions to drop standard well-working packages because they haven't received any updates in a long time (if it works as intended with no logged bugs, why require updates?), and some dependency problems, but overall, it works fairly well, also for i686 (i386 is no longer supported).
    My main server is a PIII-S, running 32-bit Gentoo just fine. Things were built to last back then, and I think it's more likely that it will still be running in five years time than the much newer Xeon server next to it.

  8. Re:The problem comes when past archives are delete by darkain · · Score: 2

    This is where Bittorent comes into play. Most major Linux distros have Torrents available for them, and they're listed on DistroWatch. I personally maintain ~1TiB of Linux and BSD ISOs from various distros hosted on a dedicated server with 1gbps uncapped upload. So even if the official web sites remove their download links and mirrors, the torrent archives will live on.

  9. Re:Is Gentoo still a viable option for old hardwar by WorBlux · · Score: 1

    I'm writing from Gentoo, and you can certainly use an x86 profile, but compiling modern packages on old hardware isn't really a viable option. If you don't have 4 GB or RAM compiling firefox or libreoffice is straight out of the question. And yes updates can often be tricky, things rarely get outright broken, but finding your way around a block often involves telling portage to update a whole slew of related programs at once. (Qt, Tex, GHC, and mesa are regularly issues for me)

    Running a minimal system with a lightweight desktop might be viable on old hardware, but I don't reccomend it. There's are distros focused on legacy and they may be better options, but honestly you can pick up a refurbished core duo system with 4GB or RAM for a hundred bucks or less, and most distros will run just fine on that.

  10. Re:Is Gentoo still a viable option for old hardwar by jellomizer · · Score: 2

    If you can get it to compile.
    I have tried it a decade ago on my Ultra Sparc. I kept on running into problems with a custom compile, as there seems to be a lot of assumptions in the make file that may not be the case for your platform, and the makers failed to make it as a detectable item.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  11. When I started in IT 16 bits were still it by WCMI92 · · Score: 1

    Then the 386, 486, and Pentium showed up and it became 32 bits. Yes, I am getting old.

    --
    Corporatism != Free Market
  12. Popular by julian67 · · Score: 2

    Popular with the two developers and the five users.

  13. 64-bit netbook with 2 GB of RAM by tepples · · Score: 1

    Even 8 year old hardware is mostly 64bit aside from some netbooks.

    And even many netbooks from 2010 or so, using Atom N450 CPU, can run x86-64 software. But the fact that they max out at 2 GB of RAM can pose a problem especially if you need libc6-i386 installed for Wine or for one or more legacy applications. One thing keeping netbook users from throwing out their old netbooks and replacing them with new laptops is that new 10.1" laptops have since become hard to find.

    1. Re:64-bit netbook with 2 GB of RAM by sensei+moreh · · Score: 1

      I've got a couple of 1 GB Atom N270 netbooks. Both run Mate DEs. One runs Ubuntu 18.04, the other Fedora 28.

      --
      Geology - it's not rocket science; it's rock science
  14. How many people use Lubuntu? by DalM · · Score: 1

    I'm not a really big advocate of Linux. I would LOVE to be an advocate, but let's face it, it hasn't exactly taken the consumer level market by storm, so I'm pretty much stuck with Windows for work and home.

    As such, I'm not familiar with Lubuntu. This is the first time I've heard about it. How many users can they possibly have? How do these extremely small distribution companies stay financially sustainable?

    1. Re:How many people use Lubuntu? by Ramze · · Score: 4, Informative

      Think of Lubuntu as "lightweight ubuntu." Debian creates most of the base, Canonical polishes most of what's left and adds in some goodies and releases Ubuntu as its main distro with the Gnome Desktop Environment. Then, Canonical and/or their partners also support other "flavors" of Ubuntu which use other Desktop Environments. Think of the DE as just another program - the user interface is just a shell over the rest of the OS.

      Some examples:

      Kubuntu -- KDE Plasma desktop
      Lubuntu -- LXQT desktop
      Xubuntu -- XFCE desktop
      Ubuntu Mate -- Mate desktop
      Ubuntu Budgie -- Budgie desktop

      There are often a few other changes to preferred programs like text editors, terminal viewers, file managers, etc. that come with the Desktop environments. Lubuntu, being a lightweight distro meant for older machines with fewer resources especially has some changes to default installations - mostly replacing Ubuntu's default programs with other smaller, less resource-hungry programs so that you can get the most out of a system with a small hard drive and low RAM.

      It's still a lot of work to maintain the differences in the packages and the separate desktop environments, but the differences in the Ubuntu flavors largely come down to selecting between a few swappable programs - you can even install a different desktop environment and uninstall your original one and effectively change flavors -- since they're all built on the same basic Ubuntu base built on the same Debian base.

      You could think of Lubuntu as a partnership between Debian, Canonical, the LXQT team, and everyone else that contributes to the GNU/LINUX operating system. I don't know the breakdown of funding, but as it's supported by Canonical, I suspect most of the funding is supported the same as the regular Ubuntu release with LXQT mostly supporting their desktop environment.

    2. Re:How many people use Lubuntu? by thegarbz · · Score: 1

      I would LOVE to be an advocate, but let's face it, it hasn't exactly taken the consumer level market by storm

      Why is that a reason not to be an advocate? There's technical problems with Linux on desktops, it's worth sticking to that as a reason rather than simple consumer popularity.

      As such, I'm not familiar with Lubuntu. This is the first time I've heard about it.

      Lubuntu is one of the flavours of Ubuntu that uses the LXQT desktop environment. Effectively it's a fully feature OS including all software that is blazingly fast, sits in under 3GB of disk space and is quite comfortable running in 512MB RAM environments. Compared to other "lite" distributions it's incredibly polished and fully featured with the same capabilities as any modern distribution.

      Personally I use it for VMs because I can quickly spin up full desktop environments using barely any RAM or diskspace. For comparison my KVM server which runs multiple instances of headless Ubuntu Servers with no GUI environment at all won't even install if the installer detects less than 768MB of RAM and less than 8GB Disk space, and that's for a headless box with essentially no functionality.

      How do these extremely small distribution companies stay financially sustainable?

      For some of them, finances has nothing to do with it. In this case though the heavy lifting is done primarily by the LXDE team which worked on the desktop environment and built ontop of Ubuntu. Therefore there isn't actually very much effort required for a distribution like this.

    3. Re:How many people use Lubuntu? by DalM · · Score: 1

      Why is that a reason not to be an advocate? There's technical problems with Linux on desktops, it's worth sticking to that as a reason rather than simple consumer popularity.

      If consumer popularity had caught on, the "technical problems" would have been solved long ago. Again, I really *wanted* to advocate for Linux, and even still, it's an amazing computer ecosystem, and get's better and better each year. But, it's still lacking in support from several important software providers. So, I'm left using windows. I would feel like a fraud encouraging others to use a system that I don't find adequate to use myself. But that's just me.

    4. Re:How many people use Lubuntu? by thegarbz · · Score: 1

      If consumer popularity had caught on, the "technical problems" would have been solved long ago.

      How so? Consumer popularity doesn't change the fact that Linux is predominantly community driven. There are several specific distributions and projects to solve the technical problems that affect Linux on Desktop and look where they went; publicly shunned. Then there are underlying problems with the development model and ecosystem being primarily geared towards server environments and power users.

      I would feel like a fraud encouraging others to use a system that I don't find adequate to use myself. But that's just me.

      That kind of is the problem. You're thinking about yourself and not the user you're potentially talking to. (I don't run Linux on my on desktop for that reason, however I still advocate it depending on what someone wants or needs).

  15. Thus, perfectly good hardware goes to scrap by flightmaker · · Score: 2

    A friend of mine recently showed me her old Toshiba netbook. She knew it was practically unusable as it was installed with XP. It has a 32 bit Atom processor.

    So, after "I'm not promising anything but let me take a look", it is now running XFCE on Mint and working beautifully again. The original battery was just about dead but it was a very simple matter to purchase a new one through eBay. We could even upgrade the memory, if she chooses to do so.

    Seems to me to be such a shame to condemn perfectly good working hardware just because the OS is no longer available in 32 bit, as I sure will eventually happen. We are, after all, a shamefully wasteful species.

    1. Re:Thus, perfectly good hardware goes to scrap by grumbel · · Score: 2

      You can buy a nice tablet for $50, but you can't buy one that runs GNU/Linux properly.

    2. Re:Thus, perfectly good hardware goes to scrap by Frederic54 · · Score: 1

      Same, I have an almost 10yo HP MINI311, with an Atom 32 bits, I overclocked it at 2GHz, put 3GB of DDR3 RAM in it, installed Mint 17.3 XFCE, best of all it has an integrated NVIDIA GPU so I installed the NVidia driver, and it decodes H264 1080p movie in hardware, I can plug it via HDMI on my 55" TV and watch movie, pretty nice for a 10yo system. Eveything works, wifi, bluetooth, etc.

      Also, I can use it to develop my devices going into cars, as it has a 13.1" screen, is small, lightweight, and can compile my ATMEGA project in 10 seconds, upload via USB in 4 seconds.

      I think you can find MINI311 for less than $100 on eBay, Mint XFCE is perfect for it.

      --
      "Science will win because it works." - Stephen Hawking
    3. Re:Thus, perfectly good hardware goes to scrap by fendragon · · Score: 1

      Those netbooks were fucking garbage when they were first built. Do yourself a favor and throw it in the trash. I can buy a $50 tablet that runs faster.

      They were garbage running Windows, but generally worked a lot better if you replaced that with a not-too-bloated Linux installation.

      And I'd rather have xterm and mutt than a tablet for reading and managing email. But I guess that puts me in a minority...

    4. Re:Thus, perfectly good hardware goes to scrap by thegarbz · · Score: 1

      Seems to me to be such a shame to condemn perfectly good working hardware

      Perfectly good 10 year old portable hardware is becoming an ever increasing minority. Hardware fails, and the 64bit consumer processor was announced 2 decades ago and released 15 years ago. The Atom is a curious CPU released at a time where all other consumer CPUs (Even Apple mad the move before then) had already incorporated 64-bit support.

    5. Re:Thus, perfectly good hardware goes to scrap by guruevi · · Score: 1

      Yes you can. There are x86-64 systems at $50-100 from various stores.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    6. Re:Thus, perfectly good hardware goes to scrap by Tony+Isaac · · Score: 1

      Your friend has had better luck with her hardware than I have. It's rare for a computer to last more than about 5 years without starting to get flaky. My last 32-bit machine died a long time ago!

    7. Re:Thus, perfectly good hardware goes to scrap by Ramze · · Score: 1

      I sympathize, but there is always a cost/benefit analysis to be done for supporting older hardware and software which will run under the limitations of old hardware. Windows XP SP3 was roughly the final version of XP in 2008, so we're talking about maybe 10 year old netbook that was designed with a 2 to 3 year lifespan to begin with (Atom processors were barely capable of running XP -- I used to manage a few netbooks on an organization's network). I can't even get Google to support Android OS security updates on their own products released more than 3 years ago. The last Intel consumer CPUs that were 32 bit were Atoms in 2011. The last desktop/laptop CPUs that were 32 bit only were Intel Core Duos in 2006.

      Someone could continue to support 32 bit Linux for the device - maybe a different distribution. Lubuntu will still support 32 bit linux on the LTS release until 2021, which isn't bad for an Ubuntu flavor supporting what will then be 10 to 15 year old hardware. I'm sure someone will continue to support 32 bit Linux as there are still a lot of imbedded 32 bit processors - one might just have to seek out a more niche distro.

      I'm always a little sad to see working hardware tossed into the trash, and I've always tried to find uses for older machines - either as donations to students or families that need one or as simple, single-use devices. Sometimes, though... it's simply not worth the cost of electricity to use them when one can purchase a small low-powered replacement. For instance, I had an old laptop with a cracked and useless screen that was still good to connect to a TV to watch Hulu, Netflix, and other streaming services (though it couldn't handle 1080p), but a simple Roku Stick replaced it for very little cost and huge power savings.

    8. Re:Thus, perfectly good hardware goes to scrap by LinuxIsGarbage · · Score: 1

      I found netbooks were ok in Windows, as long as you weren't trying to run Crysis. Some of the OEM Linux distros like Xandros were garbage, but plenty of branches of normal distros showed up that were fine.

      Regardless of your prefered OS, they are a low cost notebook with a keyboard that can run whatever environment you want unlike a tablet.

    9. Re:Thus, perfectly good hardware goes to scrap by toddestan · · Score: 1

      Those Atoms in those Netbooks aren't very fast, but they'll stomp all over whatever crappy ARM processor you'll find stuck in a $50 tablet. And I'll take a proper desktop operating system (even running at 1024x600 on a netbook) over the crippled mobile OS the tablet is going to be running.

  16. Old software by bagofbeans · · Score: 1

    I use Protel 99SE, that I bought in 1999, most weeks. Some fiddlin' for it to be happy under Win8.1, due to a single deprecated call.

    I know a few people who use older engineer software because it works, and they know how to use it fast. Something MS didn't appreciate in the toolbar redesign Office 2003 -> 2007.

    1. Re:Old software by toddestan · · Score: 1

      I don't know what a Protel 99SE, but Windows 8 and later requires the NX-bit be present, which pretty much means you need 64-bit hardware to run it even if you're only running the x86 version - some AMD Opteron's from 2004 could run it which is as far back as you could go.

      In theory something from 1999 could run Windows 7, but but earlier this year Microsoft quietly dropped support for a lot of older processors with one of their patches so you'd be running unpatched at this point.

  17. Re:The problem comes when past archives are delete by jellomizer · · Score: 1

    I expect it is a problem with support. If you allow and old distribution to be downloaded from your site, you are responsible for some level of support (even if you say it is unsupported) Say Version 2 had a security flaw, you are still allowing people to download it, should you fix that flaw? Because there is still thousands of people downloading it and using it.

    Sometime it is easier when it is out of support, to cut it out of your official channel all together, because your responsibility for it has ended.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  18. Re:Thanks for supporting Windows XP by jellomizer · · Score: 1

    Microsoft doesn't support XP anymore. So Microsoft isn't getting money from china if they choose to put themselves in risk.
    I remember even further back when Linux was recommended for new state of the art hardware. It was a Free 32bit OS, perfect for your brand new 386 and 486 computers, while the other rubes were running 16bit OS's like DOS with Windows 3.1, you had Linux that was native 32bit, and supported protected memory and real multi-tasking. If someone back in the mid 1990's wanted Linux they had to upgrade their system to a beefy system.
    There really is a limit to what you can do with old systems, and expect to install a modern OS on them.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  19. Re:Is Gentoo still a viable option for old hardwar by aitikin · · Score: 1

    I jumped ship to Funtoo on my latest Plex server. Funtoo's a little slower to get packages into Portage (example, Gentoo has dev-lang/mono-5.16.0.220, Funtoo is still only on dev-lang/mono-5.4.1.6), but not majorly detrimentally and (this is idle speculation) I assume that that is part of the reason my system hasn't broken nearly as often as it did under Gentoo (the other part is seemingly obvious, this is a much more specialized install than my last Gentoo install). If I need something more recent, I can plug the Gentoo overlay into portage, mask everything in it except the package I need, and rock until it's updated on Funtoo or just let the one Gentoo portage package stay (that's what I'm doing with Mono to keep Ombi/Sonarr/Radarr running properly).

    More to the point of the original question, my buddy who sold me this server was using it for the same application, under Windows. I get almost thrice the bandwidth he did out of it.

    --
    "Don't meddle in the affairs of a patent dragon, for thou art tasty and good with ketchup." ~ohcrapitssteve
  20. VM by jma05 · · Score: 1

    That is a shame.
    I use Lubuntu on VMs on my desktop. 64 bit VMs take a bit more memory. So I prefer a 32 bit OS in a VM running on a laptop.

    1. Re:VM by shanen · · Score: 1

      So here's my $64 question: Would you pay $10 to continue using Lubuntu? Subject to the condition that there were enough other people sharing your boat and also willing to chip in.

      Per my longer comment above, I'm actually suggesting an alternative economic model.

      However, on the VM question, do you know a VM that supports an FCB without a physical disk partition?

      --
      Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
  21. Electronic waste by tepples · · Score: 1

    It's your problem when your tax money has to clean up the e-waste that users discard as they purchase newer hardware.

  22. Re:i386? That thing is at least 20 years old now by flightmaker · · Score: 1

    Are you familiar with the term "Fashion victim"? You are obviously what I would call a "Techno victim"! Whilst the computer I am using right now is a Toshiba NB520, 64 bits Atom but otherwise extremely similar to the 32 bit computer my friend owns, both machines are far quicker than the rate at which I can type. When you get your 128 bit tablet what are you going to do with it? Use it or just brag about it?

    You think it's wrong to be more than 20 years old? If you were not an Anonymous Coward we would know who to scrap when you reach that age.

  23. How do they know Lubuntu deserves to die? by shanen · · Score: 2

    Good branch and I'd give arth1 an "Informative" mod if I ever had a mod point to give. My version of the question would focus on a more minimal Linux, but it's probably easier for me to just stand pat in my situation.

    My situation is that I have an ancient machine that I use several times a week for one task (that requires FCB support). It's running an ancient and no longer supported version of Ubuntu (though I'm running 18.10 and 18.04 on other machines). However it has no network connection, so I think it's safe enough and since I have no idea when it will get sick or die, there's no reason for me to invest energy or time in it.

    However the bigger question is "How do they know Lubuntu deserves to die?" I think the real problem is the bad economic model of Linux in general and Ubuntu in particular.

    So let me reword the question: "Why not maintain Lubuntu as long as a sufficient number of users want to pay for the costs?" If the economic model offered such an option, then Lubuntu would basically be competing for its survival against other low-demand distros, and as the number of actual users declined, the demand would drop and the remaining users would gradually (and smoothly) be concentrated into surviving distros that address their special needs.

    From my twisted perspective, the solution approach seems intuitively obvious to the most casual observer, but (judging by the usual reaction on Slashdot) I bet you have no idea what I'm talking about. That's enough time for now, but I'll close with the usual ADSAuPR, atAJG.

    --
    Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
  24. there are still others by renegade600 · · Score: 1

    fortunately, there are still plenty of distros out there that will cater to older 32 bit machines and lubuntu will still be supported until 2021 so it is not the end of the world - yet :-)

  25. This is understandable by gweihir · · Score: 1

    Low-power (energy and performance wise) is pretty much ARM these days, not x86. As far as I understand, this is about dropping 32 bit x86, not other architectures. For really old hardware, you can still update problematic stuff from sources and stay with the last 32 bit release otherwise.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  26. Re:The problem comes when past archives are delete by thegarbz · · Score: 1

    This is where Bittorent comes into play.

    Relying on the hope that someone somewhere may have an interest in keeping some random specific version of software alive?

    No thanks. I prefer a more dedicated form of archive.

  27. Re:The problem comes when past archives are delete by thegarbz · · Score: 1

    you are responsible for some level of support

    Now where do you get that silly idea? Just because something is available doesn't mean it's automatically current or supported. In fact there is zero requirements for any software developer to support anything that put anywhere for free, and you'll find the license reflects that fact.

    Support is a soft promise, it's not a warranty enshrined into some law.

  28. Re:The problem comes when past archives are delete by darkain · · Score: 1

    Considering that Linux is traditionally community driven, and there is a community of archivists keeping the torrents around, and that torrents are a perfectly acceptable way of storing and moving large chunks of information, I think this is pretty much working as intended.

  29. Moving to ARM by pi_rules · · Score: 4, Insightful

    I've got about 24 32 bit Atom boxes running a 32 bit Ubuntu (xubuntu) in a point of sale situation. The various distros dropping 32 bit support sort of gives me a reason to get off them, as if I needed a better one than they're 7 years old. I'm just moving them all to pi systems. That little ARM with 1 gig of RAM pulls just about as well as the Atom boxes did. I can't see much of a reason to keep anything on Atom with ARM SoCs being so low power. By now they all have to be getting up near 6-7 years old like mine.

  30. Re:The problem comes when past archives are delete by thegarbz · · Score: 1

    Considering that Linux is traditionally community driven

    Yes, but you're relying on a community to keep alive the very thing the community is deciding is no longer important. Communities are great for bigger projects and important projects. They won't help you much with edge cases and niche products.

  31. Re:The problem comes when past archives are delete by Shikaku · · Score: 1

    Upload it to archive.org, so it will stay there forever hopefully, and link it to a website.

  32. Why would anyone test their software by rsilvergun · · Score: 1

    on hardware that their users aren't likely to have. If you want software that tightly written you can have it on an old Amiga or a Mac from mid 1992 or so. There's a vibrant community writing software for the old things. But you'll give up stuff like video playback and complex interfaces inside webpages. Maybe you want that, but most folks don't. And if you do, well, it's out there, just don't expect all of us to follow you.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  33. Re: Is Gentoo still a viable option for old hardwa by OrangeTide · · Score: 1

    NetBSD was more like a hobby for guys playing with obsolete gear one step away from the landfill.

    It's what makes NetBSD so lovable. Why does everything have to have some market motive or ride the bleeding edge of academic research? Sometimes you and your friends want to build a mini-bike out of an old weed-wacker engine you found in the dump.

    And as the few developers drifted away to other projects, what was left resembled someone's garage museum of abandoned computers.

    Sound like taking a trip to DigiBarn. I highly recommend checking it out if you have spare hours in your life that you aren't using for anything. Several miles away are some old obsolete trains you can ride. You can make a day with your family of seeing obsolete useless junk.

    --
    “Common sense is not so common.” — Voltaire