-
Recent Posts
Recent Comments
s3hh on Outdoors laptop (part 2) alx on Outdoors laptop (part 2) s3hh on sxmo on pinephone s3hh on Outdoors laptop (part 2) alx on sxmo on pinephone Archives
- March 2023
- October 2022
- May 2022
- September 2020
- June 2020
- December 2019
- September 2019
- July 2019
- March 2019
- October 2018
- June 2018
- April 2018
- March 2018
- December 2017
- November 2017
- October 2017
- September 2017
- July 2017
- April 2017
- June 2016
- May 2016
- April 2016
- March 2016
- January 2016
- October 2015
- July 2015
- June 2015
- March 2015
- February 2015
- December 2014
- October 2014
- July 2014
- May 2014
- April 2014
- March 2014
- February 2014
- December 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- December 2012
- October 2012
- September 2012
- July 2012
- May 2012
- April 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- May 2011
- April 2011
- March 2011
- December 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
Categories
Meta
Tag Archives: ubuntu
Customizing ubuntu phone: terminal top keyboard row
This is one of those “for my own reference on my next (pine) phone” posts, but anyone using ubuntu phone (ubports.com) may find it useful. I use mutt (in a libertine ‘container’) on the ubuntu phone for sending email. The … Continue reading
Using lxd snapshots
Lxd with zfs is fast. Very fast. Yesterday I was testing a package upgrade problem. Purging and re-installing the package was not good enough to reproduce it. So, 1. create a base container lxc launch ubuntu:xenial lv1 That takes about … Continue reading
LXD 0.3
LXD 0.3 has been released. This version provides huge usability improvements over past versions. Getting started Here’s an example of quickly getting started on a fresh Ubuntu 15.04 VM: sudo add-apt-repository ppa:ubuntu-lxc/lxd-daily sudo apt-get update sudo apt-get install lxd sudo … Continue reading
Introducing lxcfs
Last year around this time, we were announcing the availability of cgmanager, a daemon allowing users and programs to easily administer and delegate cgroups over a dbus interface. It was key to supporting nested containers and unprivileged users. While its … Continue reading
Live container migration – on its way
The criu project has been working hard to make application checkpoint/restart feasible. Tycho has implemented lxc-checkpoint and lxc-restart on top of that (as well as of course contributing the needed bits to criu itself), and now shows off first steps … Continue reading
libvirt defaults (and openvswitch bridge performance)
The libvirt-bin package in Ubuntu installs a default NATed virtual network, virbr0. This isn’t always the best choice for everyone, however it “just works” everywhere. It also provides some simple protection – the VMs aren’t exposed on the network for … Continue reading
Qemu updates in raring
The raring feature freeze took effect last week. What’s been happening with qemu in the meantime? A lot! I’ll touch on the following main changes in this post: package reorg, spice support, hugepages, uefi, and rbd support. * package reorg … Continue reading
Call for testing: new qemu packages for raring
tl;dr If you use qemu, kvm, or qemu-user in raring, please test the candidate packages in ppa:serge-hallyn/crossc. Background The qemu and kvm projects historically had somewhat different code bases with some different features and advantages. For years they have been … Continue reading
ecryptfs-backed containers
During this cycle, the lxc package gained the ability to call ‘hooks’ at various points of a container’s life cycle. Just today, a new hook point was added to the quantal package, which supports a simple use of ecryptfs backed … Continue reading
Nested kvm guests
Yesterday, the right honorable James Page asked whether nested kvm was supported. It’s been long supported on AMD, but for a long time the answer has been “check back later” for Intel. I hadn’t checked in a while though, so … Continue reading