Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Operating Systems Linux IT

Outlining Thin Linux 221

snydeq writes: Deep End's Paul Venezia follows up his call for splitting Linux distros in two by arguing that the new shape of the Linux server is thin, light, and fine-tuned to a single purpose. "Those of us who build and maintain large-scale Linux infrastructures would be happy to see a highly specific, highly stable mainstream distro that had no desktop package or dependency support whatsoever, so was not beholden to architectural changes made due to desktop package requirements. When you're rolling out a few hundred Linux VMs locally, in the cloud, or both, you won't manually log into them, much less need any type of graphical support. Frankly, you could lose the framebuffer too; it wouldn't matter unless you were running certain tests," Venezia writes. "It's only a matter of time before a Linux distribution that caters solely to these considerations becomes mainstream and is offered alongside more traditional distributions."
This discussion has been archived. No new comments can be posted.

Outlining Thin Linux

Comments Filter:
  • min install (Score:5, Informative)

    by bugs2squash ( 1132591 ) on Monday September 22, 2014 @07:46PM (#47969907)
    I'm sure I've installed minimal gentoo and Debian systems that fit that description.
    • Re:min install (Score:4, Insightful)

      by Nutria ( 679911 ) on Monday September 22, 2014 @07:51PM (#47969943)

      10 years ago, and I was a late-comer to the idea.

    • Re:min install (Score:5, Insightful)

      by MightyMartian ( 840721 ) on Monday September 22, 2014 @07:58PM (#47969999) Journal

      As have I. I have several Debian based routers and KVM servers that are out pure CLI. I have no idea what the writer is taking air. And neither does the writer, methinks.

      • Re:min install (Score:4, Interesting)

        by MikeBabcock ( 65886 ) <mtb-slashdot@mikebabcock.ca> on Monday September 22, 2014 @09:07PM (#47970397) Homepage Journal

        As a frequent user of the CentOS-6.5-x86_64-minimal.iso install image, I can see that its still not *as* thin as the author describes but none of the unnecessary bits are included and its super-easy to customize.

        • If you want a real thin install, pick something like Gentoo and Slackware. You can build minimal installs from the kernel up. In ye olden days when I was working on pretty minimal hardware (low RAM, slow CPUs, small drives), I used to install minimum base on top of a very small kernel (only the hardware found on the machine, plus a few generic IDE drivers just in case I had to move the HD and fire it up on another computer). It's a pain in the rear, and with even low-end hardware having huge amounts of RAM

        • by jabuzz ( 182671 )

          Try a CentOS 7 minimal install, does not even have ifconfig, lspci or a bunch of other what I would consider basic stuff.

      • Re: (Score:2, Insightful)

        As have I. I have several Debian based routers and KVM servers that are out pure CLI. I have no idea what the writer is taking air. And neither does the writer, methinks.

        Paul Venezia is not worth reading, let alone discussing, IMHO.

      • Remember the one that ran off a single 3.25" floppy? A firewall/router, I ran it for some little while to manage my home network. Years and years ago.
    • Re:min install (Score:5, Informative)

      by phantomfive ( 622387 ) on Monday September 22, 2014 @08:02PM (#47970027) Journal
      Ubuntu already divides the server from the Desktop [ubuntu.com]. It is split in two, and he didn't need to open his mouth, just do a Google search and he would have found it.

      Of course, the distro doesn't have the exact minimal install he needs, but no distro will because everyone has a different set of needed packages. Unless he builds it himself. If only there were a way to do that [linuxfromscratch.org]......I'm pretty sure Gentoo "emerge nginx" will do exactly what he's asking, too.

      Also, who on earth is Paul Venezia? He calls himself someone "who builds and maintain large-scale Linux infrastructures." Can that possibly be true?
      • Re:min install (Score:5, Informative)

        by Anonymous Coward on Monday September 22, 2014 @08:07PM (#47970055)

        Also, who on earth is Paul Venezia? He calls himself someone "who builds and maintain large-scale Linux infrastructures." Can that possibly be true?

        He's a master at clickbait articles. It's an Info World article. Were you really expecting quality journalism?

      • by chihowa ( 366380 ) *

        Those of us who build and maintain large-scale Linux infrastructures would be happy to see a highly specific, highly stable mainstream distro that had no desktop package or dependency support whatsoever, so was not beholden to architectural changes made due to desktop package requirements.

        He's talking about systemd. That's the only real architectural change that affects the server installs of many desktop/server distros. I don't know why he couldn't just come out and say it, though.

        As you say, Gentoo or Slackware will still let you make "thin" servers if you feel the need for that.

        • by skids ( 119237 )

          He's talking about systemd. That's the only real architectural change that affects the server installs of many desktop/server distros.

          Not the only one (nor is systemd entirely desktop driven). Before systemd ate it, DBUS gave us the session bus, and many applications would only ever use the session bus, and could not be used without a login (usually X) session, even if they really didn't need it. In many cases one had to at least recompile and sometimes even hack the source to change it to use the system bus (or disable DBUS support entirely.)

          Then there are the various attempts to unify configuration across large suites of applications,

      • Ubuntu is actually a very poor example, since it's one of the oldest offenders of just the sort of thing the guy's complaining about: Things like resolvconf, for example, have no place on a server (It's for helping the machine transition between nameservers when it changes networks) but it still installs on every -server install (at least as of 12.04)

      • The Gentoo idea is interesting but, the LFS suggestion isn't really applicable. I've built and run LFS systems (even wrote my own package manager just for the amusement of it) and, though it's very fun and you learn a lot, "fun" and "learn a lot" is not something sysadmins look for in enterprise grade software. Really, this guy is indirectly asking, "What distros aren't using systemd?" Maybe he's used systemd and hates it or maybe he's just dreading the thought of it after reading so many negative commen

    • Re:min install (Score:4, Insightful)

      by jythie ( 914043 ) on Monday September 22, 2014 @08:58PM (#47970351)
      I think the concern is not how stripped down of an install you can do, but how competing needs can result in desktop centric package decisions effecting server installs. This is probably related to systemd and the perception that it is a technology designed around the problems desktop users focus on at the expense of the issues server admins worry about.
    • Re: (Score:2, Interesting)

      by Anonymous Coward

      yeah i think this is a response to recent bloat -- from my POV after testing RHEL 7 I am testing out FreeBSD for something more straightforward - not sure it will work out but definitely don't like stuff like systemd for example.

    • Embedded distros are extremely thin and server distros don't have desktop components, so I don't know what this guy is complaining about. It looks like he has never heard of Anaconda and Kickstart.
    • by jma05 ( 897351 )

      Suse minimal install used about 7MB RAM to run, when I tested it some 3 years ago. Most popular server Linux distros provide a minimal option. Ubuntu had (had - because I am not sure if it is still being maintained) JeOS (Just Enough OS) just for VMs.

    • The min installs are close. However many of the packages. Are setup for desktop or general use. Not desktop.

  • by Anonymous Coward

    I'm sure I'm also wrong somehow. I haven't touched Slack in 10 years. What am I missing?

    • by Orgasmatron ( 8103 ) on Monday September 22, 2014 @11:18PM (#47970977)

      Slackware indeed. You'll never know it has a GUI if you don't go looking for it, and architecture decisions are made based on Patrick's desire to keep it stable and sane.

    • Slackware is great.

      The main difficulty you will find is the lack of a package manager. While installing software is not a problem, keeping it upgraded can be a bit of a challenge.

      Slackware does make patches for security issues, however.
  • Linux From Scratch (Score:5, Informative)

    by blackt0wer ( 2714221 ) on Monday September 22, 2014 @07:52PM (#47969955)
    http://www.linuxfromscratch.or... [linuxfromscratch.org] Everything you need, nothing you want.
    • I think that the T2 System Development Environment is probably closer to being actually usable for that purpose on a larger scale...
    • by jma05 ( 897351 )

      Does anyone use LFS for production at all? It is more of a learning distro.

      • No, it's not a distro. Linux from Scratch is a set of instructions to help you put together a Linux-based OS completely ground-up.
  • Pretty much fits the desc.. Supports docker & clustering but very very little else. Should probably shoe-horn a hypervisor onto that little OS.
  • by houstonbofh ( 602064 ) on Monday September 22, 2014 @07:54PM (#47969965)
    I see this as a response to the systemd war, and a viable one at that. A server does not need systemd... "It boots faster." Why bother when post takes 20 minutes? "It is tied into udev and network manager." Servers generally don't dhcp or hotplug... Since "the desktop" is going full tilt boogie in one direction and damn everyone who disagrees, it makes sense for the server folks to say "See ya!" And soon after someone posts about how to get lxde running on the server. :)
    • by jrumney ( 197329 )
      "Servers" is not just that instance of node.js that you run in your VM. Servers in general do need hotplug (for example, a RAID array of hot swappable hard drives), and there are benefits of using DHCP for networks of servers too.
      • by kesuki ( 321456 )

        servers aren't all unique, some need to provide the internet archive with 50 petabytes of storage(on 7 TB/disc spinning rust if they are using raid 1+0), some need to be secure against outside hacks and obvious indoor hacks, some need to host the 'cloud', some need to be able to route 3000 petabytes of data a day(route not store)....

      • by grcumb ( 781340 )

        "Servers" is not just that instance of node.js that you run in your VM. Servers in general do need hotplug (for example, a RAID array of hot swappable hard drives), and there are benefits of using DHCP for networks of servers too.

        I think the point was that either udev could be forked or an older version of it could be kept kicking around for servers, and that network-manager wouldn't be needed at all. Device and network client configuration can be done via conf files with minimal effort (especially in context of a managed deployment via Puppet or the like). I agree, by and large. I'd argue that we could even do without udev, if it didn't take more effort to live without than to live with it.

        • I'm unclear on the udev hatred that has arisen with systemctl.

          I've been using udev for a long time. It's under-documented, I think (don't believe anyone wrote a TLDP for it, for example), but fairly straightforward to work with in most cases. It beats having an immense pre-defined /dev with lots of devices that will probably never physically exist on a given machine., and it won its place by being better than a competitor.

          I can see where a udev tie-in to systemctl would be advantageous, especially when star

    • by Anonymous Coward

      Sooo...put Systemd on your newbie friendly desktop distro and initd on your neckbeard certified server edition.

      Sounds good to me. Can we stop fighting now?

    • Funny you should say that. There are several systemd features which cater specifically to servers, such as monitoring of daemon states, and then there's that hot plug comment, certainly you wouldn't want a hot plug ability on a device that you don't have a chance to turn off right? Right?

      Seriously systemd is not the answer. But claiming the features of systemd is not something desirable to have on a server is plainly absurd. If I were to build a server now I certainly wouldn't want systemd, but I would be l

    • A server needs systemd as much or more than a desktop. Systemd done right can adapt the system to handle temporary or permanent outages cleanly and can ensure that complex nets of dependencies are met without dealing with lots of fiddly little inter-dependent scripts.

      The problems are A) systemd isn't yet done right - there are critical cases where it's less functional than what it replaces and B) it's not just an init system, it includes less-desirable abominations such as journalctl.

  • by kenh ( 9056 )

    Windows Server 2012 R2 Core? What about Ubuntu JeOS? (Just Enough OS)

    • Yes, just like that. (Score:5, Informative)

      by Anonymous Coward on Monday September 22, 2014 @08:36PM (#47970237)

      We used to run linux in the server room because it was lean and easy to admin. Windows was slow, mousy, and dependencies were hellish.

      Now we run Windows Server 2012 with no GUI, virtualized, and admin with powershell. We've ripped out tens of thousands of dollars of Red Hat; windows is cheaper.

      Basically there aren't any linux server distros that are like Red Hat used to be before the Fedora fiasco. It seems like Red Hat today is doing a bad job of trying to be a GUI laptop distro running on server hardware. And they are letting mature stuff like PADL's LDAP modules go to seed while shipping raw, buggy stuff like SSSD, instead of maintaining the old stuff until the new is reliable enough for real world use.

      • Now we run Windows Server 2012 with no GUI, virtualized, and admin with powershell. We've ripped out tens of thousands of dollars of Red Hat; windows is cheaper.

        But how can that be? Linux is free?! /sarcasm

      • by MightyMartian ( 840721 ) on Monday September 22, 2014 @10:07PM (#47970629) Journal

        Windows sysadmins amaze. For fifteen years I listened to them rattle on about how the GUI in Windows NT and its descendants was absolutely necessary, that it opened up servers to people who couldn't or wouldn't learn how to work from a CLI. So a few server distros put the head on their installs, worked like mad dogs to build GUI and web-based management systems like Webmin, and now suddenly all those Windows sysadmin flunkies are declaring Server 2012 is the bestest ever because you can run in headless with a CLI.

        Listen you fucking asshole. *nix has been running CLI longer than most people posting here have been alive. It had mature toolsets and script libraries when Windows was a 16-bit cooperative multitasking layer on top of fucking MS-fucking-DOS. Generations of system administrators have lived and fucking died while Windows was forcing a clunky GUI toolset that you couldn't fucking script properly, and that you ended up having to go to REGEDIT and a bazillion GPO entries to fine tune.

        Oh no, but Windows is so fucking cutting edge because in the last seven or eight years has developed a fucking shell that you can properly fucking script (even if the scripting language in question is a verbose and unbelievably slow executing piece of shit that is in almost every way the exact opposite of the elegance of *nix).

        Well congrat-u-fuck-ulations Mr. "We paid a bazillion dollars to Redmond in licensing fees so we could have a scriptable CLI-based OS in our data center". I bet you even think you did an amazing thing.

        Fucking Windows admins. Arrogance, stupidity and a total lack of knowledge of their own fucking operating systems incredibly dubious history as a Server OS.

        Meanwhile, in the time it takes you to type out the name of a Powershell scriptlet and its arguments to import a CSV and puke it out as a SQL script, I can do write the code in awk or Perl in a bash wrapper. But hey, I must be stupid and you must the be the super fucking genius.

        • Re: (Score:3, Insightful)

          by Anonymous Coward

          Aren't you just the negative stereotype? Sadly, this is what comes to mind when I hear "open source evangelist".

          • Re: (Score:2, Insightful)

            Who said anything about open source? Even the old direct Unix server variants all ran Bourne shell or c shell and their descendants. For chrissakes, a CLI-based server OS running a scriptable shell is decades old, predating Windows and FOSS by decades. This idea that Server 2012 is doing anything unique boggles the mind of anyone with even a basic understanding of operating system development and administration for the last half century. Maybe the Microsoft-funded diploma mills churn out admins who actually

            • Year of the linux desktop, with Microsoft Windows in the server closet.

            • with the underlying notion that Server 2012 is doing something revolutionary

              Not to defend the original AC, but me thinks you did not read his entire post. It opens with: "We used to run linux in the server room because it was lean and easy to admin. Windows was slow, mousy, and dependencies were hellish."

              Stating that he claims the new headless developments in Windows Server are new (in general, obviously new to Windows) or revolutionary is disingenuous at best. What I get from what he is actually writing is that while Linux has been moving towards bloat and cr@p, or moving towards

          • Exactly right. Whenever I post on Linux related topics I see responses like this that are both arrogant and foul-mouthed - where neither position is necessary, nor adds credibility to the poster (or to the subject they are writing about).

            The other thing these individuals seem to do is drag MS into the subject - as if they are still fighting their own little wars over some 1990's idealogical differences. But they never put forward any actual rational arguments or facts to back up their bile: just hate posts

        • Windows sysadmins amaze. For fifteen years I listened to them rattle on about how the GUI in Windows NT and its descendants was absolutely necessary, that it opened up servers to people who couldn't or wouldn't learn how to work from a CLI.

          You are inventing a demographic that we cannot verify, then you are ascribing a position to "them" which you then proceed ridicule because of the alleged hypocritical 180. The very definition of a strawman: Create it, pretend it is real, "kill" it.

          So a few server distros put the head on their installs, worked like mad dogs to build GUI and web-based management systems like Webmin, and now suddenly all those Windows sysadmin flunkies are declaring Server 2012 is the bestest ever because you can run in headless with a CLI.

          Am I getting this right: Are you seriously saying that the (alleged) argument from the Windows camp was what forced server distros [to] put the head on their installs? Seriously?

          and now suddenly all those Windows sysadmin flunkies are declaring Server 2012 is the bestest ever because you can run in headless with a CLI

          Citation needed. I have never seen anyone declaring Windows Server 2012 the best ever

      • Man if I could troll like that I'd sure sign my name.

      • by Jeeeb ( 1141117 ) on Monday September 22, 2014 @11:49PM (#47971131)

        We used to run linux in the server room because it was lean and easy to admin. Windows was slow, mousy, and dependencies were hellish. Now we run Windows Server 2012 with no GUI, virtualized, and admin with powershell. We've ripped out tens of thousands of dollars of Red Hat; windows is cheaper.

        If you don't mind me asking, what were you running on the servers which allowed an easy switch over? How did you go retraining a group of Linux admins to run Windows? Why not move off Redhat to another Linux platform?

      • We've ripped out tens of thousands of dollars of Red Hat;

        I like Red Hat, but it sounds like you didn't know much about administering servers anyway, if you needed RedHat support.

        • by dave420 ( 699308 )

          Way to conjure up a guess then beat him over the head with it :)

          You know practically nothing about his requirements or the requirements of his boss/company, but still felt fine assuming you did... Weird.

  • by Anonymous Coward

    All the major Linux distributions already do this. Ubuntu has a minimal and a Server spin, Fedora has a new Server only spin, CentOS and RHEL have Server only spins, Debian has a minimal install, etc etc etc. The only way the guy's arguement makes even a little sense is if he thinks a server distribution is somehow made better by it not being possible to add a desktop interface to it. In other words, a distribution that ships only server packages and refuses to ever include anything that features a GUI.

    Even

    • by jrumney ( 197329 )
      ....but all those have, or soon will have systemd. Which is what this is really about. It's nothing to do with servers, or desktops really. Its a rant against systemd from an old git (or more likely a cvs) who doesn't like change.
  • My proceedure for weekly security updates for my computer is: download all packages to be upgraded, then reboot into maintenance mode and physically install them. Basically I run LMDE (debian unstable mostly).

    I occasionally check the downloads and see a strange package being downloaded. So I look up the dependencies, and see some of the most bizarre dependencies. For example, that KDE requires CUPS ( I don't have a usable printer ).

    So instead of worrying about what needs to be installed first clean up all t

    • To micro-manage such things Gentoo and its USE flags can be an option. Though, the time and kilowatt-hours needed to compile all of KDE probably make it not worth it (if you actually can compile a CUPS-less desktop environment).

      I don't know if CUPS is actually used for what I do.. but I do like printing support on a computer without a printer. I can print to a pdf or ps file, and then carry that file by USB drive or another method to a print shop or a place I can use a printer. So for your particular exampl

      • by jonwil ( 467024 )

        I ran Gentoo on a Pentium 4 for a while and compiling KDE without CUPS was definatly possible. Although it could take the best part of a week to run a full emerge pass if certain really big packages were all updated at once.

        • Although it could take the best part of a week to run a full emerge pass if certain really big packages were all updated at once.

          That's nothing. On one of my systems, it took 10 days to build one package: OpenOffice.

  • Reading this it feels like removing tab completion in the shell is something to sought after. It's for interactive use and needlessly weighs down thin and lean VM server installs.
    Make sure support for ncurses and ssh -X is eradicated, too.

  • by Anonymous Coward on Monday September 22, 2014 @08:18PM (#47970111)

    Linux sucks. Windows isn't much better other than the support.

    Computing is not where I thought it would be 25 years ago. Users have continually less power, not more.

    Linux gives people power in the wrong places. Places people rather let the system do the work. And it's based on Unix and Unix frankly sucks.

    Fuck. I wish Plan 9 or Lisp Machines or something else won other than this half-ass kludge.

    Fuck it. I'm going to sell my house tomorrow and build a log cabin in Canadian woods before the winter arrives. Out of here, bitches.

  • Just read Lennart Poettering's article the other day on convergence/brtfs. After having overcome some reflexive
    repugnancy, saw that it made sense, and O got interested to see how that will work out.
    Now Paul Venezia makes the case for divergence, in a particular (though not unimportant) use case. Makes sense as well!
    I guess all this versatility is inherent in Linux -- it's just the issue at which point the di- or con- is applied, and who does
    the applying, so to speak.

  • by theshowmecanuck ( 703852 ) on Monday September 22, 2014 @08:28PM (#47970181) Journal
    Not trolling... I don't use BSD really, but my understanding is that some of the BSD distros are more server focused. I don't mind being corrected but my understanding is this could be a legit alternative if the idea of splitting Linux is a no go. I don't know why BSD isn't seen or heard of more (I do know it is used and has a strong following, but doesn't seem as prevalent as Linux... Mac doesn't count here). For BSD adherents, maybe this is the break they are looking for?
    • by devphaeton ( 695736 ) on Monday September 22, 2014 @08:55PM (#47970331)

      When it comes to the Big Three (FreeBSD, NetBSD, OpenBSD) the complete system is precisely what this Venezia guy is describing. It is a working system with everything you'd need to run a legitimate server. Things like X, dev tools (excluding C compilers) etc are considered "3rd party add-ons". IME BSD systems are logical, intuitive, robust, light and fast. The other nice benefit is that everything is developed by the same team, and the documentation is superb.

      Don't get me wrong, I love linux too. But the BSDs are sorely under-appreciated for what they are and can do.

      That said, the base install of most of the original Linux distributions (or the base install plus a handful of packages) is also what sysadmins have been using for decades as a "server-oriented linux system".

      • It is a working system with everything you'd need to run a legitimate server.

        I have wanted to run *BSD as our server OS for years, but the lack of native Oracle java support has held us back. Our app demands Oracle java and will not run on OpenJDK. Wish it would, because that's the only dang thing holding me off of *BSD these days.

        I can fully expect some people will claim the lack of availability of native Oracle java support is a benefit of BSD. I would not argue against that sentiment, but my paycheck

        • Why can't you extract Java into the /opt directory and set your app's classpath to point their. I do that on Linux all the time. Then the app's I want to run on Oracle Java run on Oracle Java.
    • Re: (Score:3, Interesting)

      by Anonymous Coward

      While the world is fanboying Linux, the BSD's have kept on plodding along doing what they do BEST, giving you...
      - A single point of distribution and *authorship* of the entire base system. BSD provides all of kernel, base utils, networking, and port/package bootstraps and makefiles from one single consistant shop. They also generally include a C compiler.
      - A rock solid platform you can depend on. Linux is too bloated and over the course of history has crashed many many times. BSD's you can compile and run t

    • by kjs3 ( 601225 )
      As with most things like this, the answer is "yes, but...". BSD can do it, but it isn't the same as how Linux does it, so if you're world is Linux, BSD is a trip to a foriegn land. BSD makes it straightforward to build minimal, fixed-function systems (and has for a very long time). There isn't, however, a point-n-click or other easy interfaces to do it. It requires somewhat more intimacy with how BSD systems are put together at a macro level. I think the investment is worthwhile; BSD makes it easy to u
      • Even in Linux, when I say server, I mean headless with no X at all. Point and click, in my mind shouldn't be there. Servers just do server stuff 99% of the time. Why waste resources on GUIs for 1% of the time when it can be done command line. If you really need to, SMTP the file out and edit it in gvim or kate or whatever. I also would expect perl and Perl and Python libraries to be there etc.
  • Every server is different, packages and dependencies are very much relevant. Some need a fully functional framebuffer with OpenGL support to generate web images/video.

    If you are asking to configure system on build master and then mass deploy to individual servers, without any unnecessary development/configuration tools, that's a reasonable idea.

  • He points out, correctly, that many servers don't need much. Particularly with cloud services, servers might spin up a whole bunch of very lightweight virtual machines doing one thing (running a web server like nginx for example).

    So his big idea is a "server-only" distribution that doesn't have any support at all for GUI operation. But he doesn't really explain the benefit. As far as I can understand, he names one single benefit: such a distro would be "not beholden to architectural changes made due to d

    • You may be right, but I wonder if the author of the article is aware that one of the leading cloud friendly distros, CoreOS, uses systemd. If fact, systemd is an integral part of fleet:

      With fleet, you can treat your CoreOS cluster as if it shared a single init system. It encourages users to write applications as small, ephemeral units that can easily migrate around a cluster of self-updating CoreOS machines.

      RedHat's geard, which is part of OpenShift, also uses systemd.

      It seems to me that the opposite is hap

  • by gmuslera ( 3436 ) on Monday September 22, 2014 @09:16PM (#47970435) Homepage Journal
    Not just thin. The time has come for cluster-targetted distributions. Openstack, CoreOS and others are minimal linux meant to do mostly a supporting work for loading over them as VMs or container clouds the more bulky application linux servers/images/containers. All is about having a bunch of servers (real or virtual), installing something minimal that builds a cloud on them. It's linux all way down.
  • One thing we need to do is pry open the BIOS. Why should we need a VGA and keyboard or serial port to configure the hardware? Why is initializing the memory interface a secret? We can't improve servers if the hardware is still tied to the original IBM PC.

  • Basically he wants Linux distro to morph into NetBSD (or whatever other BSD fits you better, NetBSD is probably the most obscure but has a few very interesting points: excellent backward compatibility, cross-compilable out of the box)
  • It's only a matter of time until lazy-assed system admins create installation packages (aka "distros") that include exactly what should be running on a particular VM.

    I mean, FFS, what the hell does the OP expect? For the world to do his job for him?

    Lazy bastard...

  • It's his job to find some random controversy that gets traffic. Note that this series of articles is all coming from one person and slowly ratcheting up as he finds out how reactive some readers are.
  • I am sure some people are interested in the topic on its own right, but obviously most just want to escape from systemd. In this case, please first read this paper [0pointer.de]. Even if you think the end result is crap, there are some very lucid ideas in there. You would do well to at least consider them as you adopt OpenRC or whatever in your thin Linux distribution. I swear that I have no relationship with systemd project and only occasional hobbyist relationship with Linux.

    • by silas_moeckel ( 234313 ) <silas@@@dsminc-corp...com> on Tuesday September 23, 2014 @12:16AM (#47971249) Homepage

      The linked article alone is reason to hate systemd a GUI admin tool. It goes on about .desktop file format again GUI garbage. I've never seen a server do anything with automount, it's frankly a security issue all mounts should be explicit and done by a sysadmin with root privs. Maybe some cheesy backup script? Servers do not need nor should they have a GUI, a VGA port is overkill but windows needs it. VM's again never need a VGA port it's just a waste of ram a serial port works fine for either. The base logic is all things need to be done via CLI first and done well (far to many CLI's were an afterthought to a GUI and it shows). D-Bus again it's mostly a GUI thing, it need not be on a server. DHCP on a server?

      I really do not care much about systemd their is nothing not using it in a professional linux right now (something with all the big third party app support) and frankly it's not bothered me enough but I do see anything useful in it either.

    • I don't know much about the initd vs. systemd argument, I haven't kept up with it and honestly I don't care, but I would like to add this:

      Isn't one of the beauties of Linux, and free software in general, the power of choice? systemd is offering a choice, an alternative. Surely there will be distributions that use systemd and those that do not. Now the end user has - gasp - a choice. How is this bad? If you think systemd sucks for whatever reason then just don't use it. If you think it is awesome, then go ah

  • I used to use Gentoo minimal installs but recently discovered Alpine Linux (http://alpinelinux.org/) which is even better.

  • BSD (Score:4, Informative)

    by ThePhilips ( 752041 ) on Tuesday September 23, 2014 @08:55AM (#47972709) Homepage Journal

    What this guy is looking for is called BSD. In the past, base system was bit less than 30MB. Useless, but still less than base setup of most modern distros.

    Among Linuxes, probably only Slackware stayed relatively close to the roots and still can be stripped to the bone. And Debian isn't that far off, really, if you are willing to go on rampage with the rm command (remove man pages, documentation, supplemental files, localizations, etc).

    Othereise, this guy has probably missed completely that people are already for years building their own "lean and slim" special-purpose distros using the Gentoo as a factory distro. Because what he asks is really "special-purpose". In most real-world cases, the disk space is cheap and the users want to be able to install new software with just few clicks.

  • by plcurechax ( 247883 ) on Tuesday September 23, 2014 @03:00PM (#47976635) Homepage

    This submission was made by snydeq [slashdot.org] who may or may not be Paul Venezia, but certainly appears to have a clear vested interest in frequently promoting Paul Venezia's column and other articles from Info World [infoworld.com] on a nearly weekly basis.

    Considering the overwhelmingly poor quality of the vast majority of Info World's trade rag (slang trade magazine [wikipedia.org]), where most of the better "articles" (i.e. aka "filler," the stuff between the ads) tend to be cribbed from vendor's white papers, don't seem to merit being frequently promoted at Slashdot unless there is a financial arrangement in place, in which case the ethics of journalism would indicate that such a financial arrangement should be disclosed to readers.

    Not that I'm suggesting Slashdot considers itself involved in journalism, regardless of the usage of the terms such as: articles, submissions, and editors in the Slashdot vernacular. I will mention that the US FTC publishes March 2013 disclosure guidelines [ftc.gov] for sponsorship, marketing, and promotions.

For God's sake, stop researching for a while and begin to think!

Working...