Ubuntu 15.04 Received Well By Linux Community
jones_supa writes: Canonical released Ubuntu 15.04 a couple of weeks ago, and it seems that this release has been a success. The community is mostly reporting a nice experience, which is important since this is the first Ubuntu release that uses systemd instead of upstart. At Slashdot, people have been very nervous about systemd, and last year it was even asked to say something nice about it. To be fair, Ubuntu 15.04 hasn't changed all that much. Some minor visual changes have been implemented, along with a couple of new features, but the operating system has remained pretty much the same. Most importantly it is stable, fast, and it lacks the usual problems accompanied by new releases.
Congratulations for specifically missing the entire point of the article.
I installed in on my HP ProBook 6475b laptop the other day and have only run into some minor issues.
1. I opted for full disk encrypted LVM. It didn't ask for a separate Swap partition password, instead using the main one. Fine. However, when booting, I have to enter it twice -- once for the main partition, once for swap. [Bug reported and acknowledged]
2. It hangs on reboot. I have to boot twice every time to get it to get past the boot loader. I've tried "shut down", then letting it sit for 10 minutes. Next boot -- hang and I reboot and then it works.
3. My wifi doesn't come back after suspend. I think it has to do with the particular laptop firmware, because it does this with every distro I've tried. Everything else works, but the wifi never makes it out of suspend.
The rest works fine. Changing to the proprietary AMD video drivers was a snap, and it sped up video playback to what I would expect (no stuttering on HD).
Learning HOW to think is more important than learning WHAT to think.
It follows the same path that OS X and Solaris 11 do, with the root user disabled by default, with the first user created having sudo access to root. A quick change of root's password can enable this if needed.
All and all, this is a good thing. There are a lot of security audit checklists that are starting to require root not be able to be logged on directly, so shipping an OS that has this locked down is not unusual.
For personal use, there isn't anything wrong with unlocking root and using that with su or just logging directly in. However, in business/enterprise settings, it does make sense to have a user stage, even if it is just having different RSA keys in root's authorized_hosts file that belongs to each individual user. I like unlocking root locally, so I can log in with that in single user mode, but having remote root access completely disabled.