For anyone packaging software on Linux, this now means every major distro - Debian, RHEL/CentOS, Arch and now Ubuntu - supports .service files. No need for bash scripts, custom watchdog and daemonise tools, etc.
Ubuntu 16.04 (Xenial Xerus)
71–80 of 303 posts
Re: Ubuntu 16.04 (Xenial Xerus)
#72Re: Ubuntu 16.04 (Xenial Xerus)
#73Is an update from 14.04 painless or would you recommend reinstalling? I'd like some newer packages but don't really feel like setting up the whole system again with a reinstall.
sudo do-release-upgrade
or if you're on a server sudo do-release-upgrade -d
although they don't recommend doing that on a production server because the .1 release usually has a lot of bugfixes.It took about half an hour followed by a reboot. Occasionally had to intervene to tell it to overwrite config files I hadn't touched or to let me do a merge if I had.
Obviously make sure you have backups first.
Re: Ubuntu 16.04 (Xenial Xerus)
#74Is an update from 14.04 painless or would you recommend reinstalling? I'd like some newer packages but don't really feel like setting up the whole system again with a reinstall.
Re: Ubuntu 16.04 (Xenial Xerus)
#75For anyone like myself who isn't a big fan of the Unity interface, check out Ubuntu MATE[0]. The MATE desktop environment is very similar to pre-Unity Ubuntu. It seems like the final 16.04 release hasn't landed yet but I'm sure it will later today. Ubuntu MATE is also one of the derivative distros that has been granted LTS status by Canonical. [0] https://ubuntu-mate.org/
I can also recommend Cinnamon.
Re: Ubuntu 16.04 (Xenial Xerus)
#76So when will I be able to `sudo do-release-upgrade`? Does not seem to be working on my end. I'm using Xubuntu.
Re: Ubuntu 16.04 (Xenial Xerus)
#77Been using 16.04 on my XPS 13 for a week or so now, it finally supports nearly everything (bluetooth is a couple of extra commands) out of the box, and I've not had any issues so far.
Are you happy with battery life? For laptops, I've always stuck with Apple machines but in my experience even Windows uses less power than Linux.
There were some issues with earlier Ubuntu/Linux/BIOS versions, but most have disappeared with new releases. The last one is a palm detection issue with the touchpad, but it should to be fixed in 16.04. And if you can't wait, at least you can fix things yourself if you want.
Re: Ubuntu 16.04 (Xenial Xerus)
#78So we finally got Native ZFS with 16.04? :-)
Re: Ubuntu 16.04 (Xenial Xerus)
#79Earlier quoted context omitted.
I wonder how big the installation of Amazon Linux is? They are still not on systemd. Also, CentOS 6 still has support for 4 more years so probably can't throw away all the bash yet.
Very good points. Amazon linux is pretty popular within AWS, and LTS CentOS and RHEL have huge install bases for larger corporate environments. For that matter, Ubuntu 14.04 is still supported for another two years, and that's still upstart.
Re: Ubuntu 16.04 (Xenial Xerus)
#80For anyone packaging software on Linux, this now means every major distro - Debian, RHEL/CentOS, Arch and now Ubuntu - supports .service files. No need for bash scripts, custom watchdog and daemonise tools, etc.
Upstart provided comparable service for years. There was no reason to use bash scripts and watchdogs / restarters before.
The big deal now is that all the major distributions support the same mechanism.