Browsing...
Getting Vagrant with libvirt support on Fedora 21
Some time ago we finished most of the work for Vagrant Fedora 22 feature. The Vagrant package is currently in the review process, but I maintain Copr repositories for both Fedora 21 and rawhide. Here is how to install Vagrant and vagrant-libvirt on Fedora 21.
Fixing Fedora distro-sync upgrade
It can happen to anyone. You went with yum distro-sync
transaction that got interrupted and your system is broken. And you want to know how to fix it.
What attributes RubyGems’ Marshal file really contain?
RubyGems started with a single marshaled file called Marshal.4.8.gz containing the array of every Gem::Specification
object for every gem that has been uploaded to RubyGems directory. Since then we have new indexes for RubyGems to speed things up, but good old Marshal.4.8.gz is still around carrying important information about gems from RubyGems.org. Are you interested to know what is and what is not there and finally understand why gem specification rails -r
does not give you the information on licensing even though it’s part of rails’ gemspec file?
How to set up shared folders in virt-manager
Do you need to set up a shared folder between your host OS and guests running in virt-manager? I will show you how to do it on your Fedora system which involves a SELinux policy change.
libvirt Vagrant boxes with vagrant-mutate
Today I will like to put some light on using the vagrant-mutate plugin for Vagrant to convert (especially) VirtualBox images to libvirt. Why? Because if you start looking for an interesting box on the internet you will find out that most of them are based on VirtualBox images since that is the upstream default provider.