Setting Your Locale in Ubuntu

When programming or even running certain applications, have you ever received these or similar error messages? locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory Yea, I love the error too. 😏 Luckily, there’s a simple fix: See which locale’s you have $ locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER=" [Read More]

Ubuntu OVirt Guest Agent

Table of Contents Introduction Methods for Installation Using apt-get via terminal to install the oVirt Guest Tools Source list filler Reference material for adoc files Introduction Installing the Guest Agent in ubuntu virtual machine is fairly simple and will provide the oVirt-engine with additional information about the VM. The process has two main steps which is adding an install source and installing the ovirt-guest-agent package. Presently the ovirt-guest-agent package for Ubuntu is not in the official repos, but is available through evilissimo who currently maintains the package. [Read More]

Centos OVirt Guest Agent

Table of Contents Methods for Installation Using YUM via terminal to install the oVirt Guest Tools Starting the service Troubleshooting Reference material for adoc files Methods for Installation Using YUM via terminal to install the oVirt Guest Tools From a terminal session, type the following (for oVirt 4.2) YUM install sudo yum install centos-release-ovirt42 sudo yum install ovirt-guest-agent-common Starting the service From a terminal, enter the following commands to start the oVirt Guest Agent service [Read More]