Live data from Hacker News

Ubuntu 16.04 (Xenial Xerus)

releases.ubuntu.com

241–250 of 303 posts

Re: Ubuntu 16.04 (Xenial Xerus)

#241
post #87

Vagrant box for 16.04: https://atlas.hashicorp.com/ubuntu/boxes/xenial64

Does it work for you? For me VirtualBox gets stuck into the 'gurumeditation' state when booting.

This is a virtualbox regression because the box is packaged with the LsiLogic controller: https://www.virtualbox.org/ticket/15317

You can downgrade VirtualBox, dropping to 5.0.16 worked for me: http://download.virtualbox.org/virtualbox/5.0.16/

Re: Ubuntu 16.04 (Xenial Xerus)

#242

Earlier quoted context omitted.

Default on debian is dash.

But bash is installed by default if I'm not terribly mistaken, and it's classified as an essential package. If you put in a bash shebang, it should work.

I have seen several people use #!/bin/sh and write bash code. This is going to break on debian machines when you do ./foo

If more people used #!/usr/bin/env bash, it wouldn't be that big of a deal.

Re: Ubuntu 16.04 (Xenial Xerus)

#243
post #28
post #21

Small warning: Ubuntu's "do you want to upgrade" popup window defaults to "yes". Had to find that out the hard way when a user hit Enter the wrong moment and was suddenly sitting in front of a bricked system.

Is upgrade failing in general or in this specific case only?

Crashed for me, too.

Re: Ubuntu 16.04 (Xenial Xerus)

#244
post #47

Is 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.

Just failed for me on two desktop systems (one 14.04 and one 15.10).

Re: Ubuntu 16.04 (Xenial Xerus)

#245
post #30
post #5

Does anybody know what packages are going to be bundled as Snaps, and what packages will still be debs? Firefox? Libreoffice?

User apps https://paste.sh/zaodLcyn#uLrtH-WS00hxtIJTYVEgE9zS #horrible hn text editor

That's a completely different list than the (shorter) one I get.

Re: Ubuntu 16.04 (Xenial Xerus)

#246

I've been on 16.04 for a few days now, and while I did have to work through some bugs (such as sddm and lightdm fighting each other) I've been impressed so far with the improvements. Inused to hate on Ubuntu, but on my 2014 Macbook Pro, it was the one distro that "just worked", and since I mostly run debian servers, I figure Sticking to the similar ecosystem reduces mental load of switching. I still have my issues wi…

Curious what you want to remove in Windows 10. Not an evangelist, just set it up on a dual-boot refurb for a friend and thought the initial experience wasn't bad.

If I was an average user, cortana would definitely be one thing I might want to disable but probably couldn't do so easily. I'll admit I had to use my powershell script for getting rid of GWX on win7 as a base to completely get rid of Cortana without feeling like some update was going to magically re-enable her.

Also, see: https://github.com/dfkt/win10-unfuck

Re: Ubuntu 16.04 (Xenial Xerus)

#247
post #162

In case anyone's looking here first, ISOs are available here: http://releases.ubuntu.com/16.04/ For some reason these are not linked yet from the 'Downloads' page at ubuntu.com.

... but not here: https://cloud-images.ubuntu.com/locator/ec2/

I want this so bad.

Re: Ubuntu 16.04 (Xenial Xerus)

#248
post #229

Been 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.

how's the audio jack working, I got my XPS 15 last week, and planning to install ubuntu LTS once released. I read that audio jack is tricky to get working

How come? Does Pulse do that to Dells?

Re: Ubuntu 16.04 (Xenial Xerus)

#250
post #180
post #121

PSA: If you're running a HTTP/2 server like NGINX on the 14.04 LTS you'll want to upgrade to this release. Google Chrome will no longer support HTTP/2 on vanilla 14.04 after May 15th [0], even if you're using the latest official upstream NGINX packages. This is because 14.04 ships with a version of OpenSSL that does not support the ALPN extension (prior to OpenSSL 1.0.2 you're limited to NPN, now deprecated). There w…

For some softwares like Nginx you should use official repo from the Nginx team and not rely on your distro repos. http://nginx.org/en/linux_packages.html

Care to explain why? There is a huge amount of provisioning and deployment software that relies on distro repos.
Post reply on HN