Earlier quoted context omitted.
What are the many missing packages on Debian? From my experience Centos looks like a bad joke.
Not sure what you mean, if RedHat/CentOS is good for Amazon to run their 2M linux nodes, it is probably good enough for me to host my services. The stability and production readiness of the platform beats all the other Linux distributions, especially Ubuntu and I would argue Debian too (hello purify complains bug).
Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
131–140 of 175 posts
Re: Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
#132It's not just a bunch of people setting cm.swappieness to 0 is it? That behaviour changed and now prevents going into swap /ever/ where it used to mean go into swap as a last resort. Changing it to 1 fixes the issue and will act like the old behaviour or only swapping as a last result. Regardless, it's things like this why we never recommend people use Ubuntu - years of poorly packaged and tested software. If you wan…
Don't use EPEL in production, it is an unstable mess. If you need more packages than are in the core of CentOS, Debian is the best choice.
Re: Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
#133Earlier quoted context omitted.
Can you please share your experience a bit more ? How much SELinux is really required ? What about grsecurity. My use case is custom build Django/Postgres app.
SELinux is an absolute must in todays world, simply put it prevents applications and namespace from doing thing outide of their area of interet, for example a web server should never be allowed to execute files from /tmp so it prevents that, another great example is when you have any form of multi-tennancy - for example you might have several docker or LXC containerised apps running on a host SELinux will / can ensur…
Re: Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
#134Earlier quoted context omitted.
Funny, but Linux is the only unix-like OS I've ever run where using swap means you have a problem. Other OSes have much more intelligent memory management.
It's not the case on Linux either. Linux intelligently swaps out ununsed pages even if there's enough physical RAM (that is more useful as page cache).
People should stop monitoring swap usage and start monitoring the amount of page in / page out IO.
Re: Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
#135Earlier quoted context omitted.
Honestly, the amount of regressions, packaging problems, hacky fixes, non-stardard configuration and poorly set defaults in Ubuntu is disgusting, look at how bad NetworkManager was / is on it, it's not that bad on Fedora (not that I like it that much) and the whole debarcle with them doing Unitiy on top of Gnome rather than contributing to the community projects, or recently when they released an update that broke al…
andrewshadura is right. Here's just one of your items that is bunkum, for an example. > their own custom [...] init system of Upstart when they could have contributed to System upstart was developed several years, just under half a decade, before systemd even existed; it was used by Fedora for three years.
Re: Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
#136Earlier quoted context omitted.
Honestly, the amount of regressions, packaging problems, hacky fixes, non-stardard configuration and poorly set defaults in Ubuntu is disgusting, look at how bad NetworkManager was / is on it, it's not that bad on Fedora (not that I like it that much) and the whole debarcle with them doing Unitiy on top of Gnome rather than contributing to the community projects, or recently when they released an update that broke al…
I think that Gnome3 has a more detrimental effect on community projects than Unity. Why? Because of the client side controls they are pushing, rendering Gnome apps for everything non-Gnome3 either useless or ugly. And all of that for a few pixels of screen space, something that has been solved more elegantly by putting menus in the top panel. And talking about breakage: I can't count how many times some important Gno…
I use i3 instead of Gnome 3 and the Gnome 3 apps with CSD fit in beautifully. There used to be issues where there were gaps and such, but those are resolved by now.
> something that has been solved more elegantly by putting menus in the top panel
Arguable and probably comes down to personal preferences. For some apps (like the screenshot tool) it fits really well.
Re: Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
#137Earlier quoted context omitted.
Honestly, the amount of regressions, packaging problems, hacky fixes, non-stardard configuration and poorly set defaults in Ubuntu is disgusting, look at how bad NetworkManager was / is on it, it's not that bad on Fedora (not that I like it that much) and the whole debarcle with them doing Unitiy on top of Gnome rather than contributing to the community projects, or recently when they released an update that broke al…
andrewshadura is right. Here's just one of your items that is bunkum, for an example. > their own custom [...] init system of Upstart when they could have contributed to System upstart was developed several years, just under half a decade, before systemd even existed; it was used by Fedora for three years.
Eucalyptus vs OpenStack (ever heard of Eucalyptus?)
Bazaar vs Git (Git won)
LaunchPad vs Github (LaunchPad is alive and well, but Github won the popularity contest)
Wayland vs Mir (Wayland won)
upstart vs systemd (systemd won)
Let's see how these work out:
Juju vs Kubernetes/OpenShift (I'm aware that you can run Kubernetes on Juju, probably won't save them though)
Snap vs Flatpak (vs AppImage?)
It's sad, really. I like Ubuntu and Canonical and strongly believe in competition, but it'd really help if they didn't consistently back the wrong projects.
Re: Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
#138Earlier quoted context omitted.
It's super frustrating. There's no reason I need twenty kernels on my machine :-p
Ubuntu actually only keeps the current and the previous kernel as necessary and give the user the option to purge all the old kernels. These old kernels will be marked as autoremovable and by setting a flag in unattended upgrades config you can make it autoremove those. On desktops this happens automatically.
Re: Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
#139Earlier quoted context omitted.
It's not the case on Linux either. Linux intelligently swaps out ununsed pages even if there's enough physical RAM (that is more useful as page cache).
I have FreeBSD systems that use gigs of swap with gigs of memory free. If you have a Linux system with that much swap usage it's usually about to crash (as it struggling under memory pressure) People should stop monitoring swap usage and start monitoring the amount of page in / page out IO.
Monitoring swap usage doesn't make sense on either FreeBSD or Linux.
Re: Ubuntu 16.04: “Out of memory” errors after upgrade to 4.4.0-59
#140Earlier quoted context omitted.
heh, try using Windows when it goes into swap, Windows both desktop and server additions have the worst memory management I've ever seen and having no ZRAM and a pig of a filesystem like NTFS really doesn't help either. Going into swap in Linux isn't a problem, it's a symtom of a misconfigured / provisioned server or an unhanled application memory leak, other than that the other only things that should cause it is in…
> having no ZRAM Windows 10 has had memory compression [1] for quite a while now. On the PC I am on at the moment with 100+ Chrome tabs open, I have 1.3GB compressed out of a total of 16GB. [1] http://www.thewindowsclub.com/memory-compression-in-windows-...