HowTo: Installation of an Ubuntu Cloud Image at Home (on a Xenial – 16.04)

This HowTo describes an installation of an Ubuntu Cloud Image on a home-server running Ubuntu Xenial (16.04 LTS) with qemu-kvm. This will be done without the help of libvirt, which comes with an additional abstraction layer I don’t really need. This blog post is more about basic understanding of virtualization and how it is set up in a more or less simple way – unfortunately it’ll be more complex than I initially thought. But with this HowTo this shouldn’t be a problem anymore.

Continue reading “HowTo: Installation of an Ubuntu Cloud Image at Home (on a Xenial – 16.04)”

MMS@RaspberryPi

MMS on Raspberry Pi 2 Here we go with MMS on a Raspberry Pi 2. Like in the last post, you have two possibilities to install mymediasystem (MMS) onto a Raspberry Pi. The Raspi is running a Raspian 8 (Jessie), which I pulled directly from the Rapsberry Pi site.Download the Debian-Package or compile it yourself. This blog-post describes shortly how to install MMS, but won’t cover much the topic about configuration. This is because I didn’t tried a lot.
Here is the Debian package and the source files:

Download

  • MMS Debian Package for Raspberry Pi 2: [link] (15MB)
  • MMS source files for Raspberry Pi 2: [link] (47MB)

Read how to install or compile it for your Raspberry Pi 2. It might also work for All Raspberry Pi models, but you won’t line the compile time an a Raspberry Pi 1 😉
Continue reading “MMS@RaspberryPi”

MyMediaSystem (MMS) on Xenial Xerus (16.04-LTS) HowTo

MMS on Ubunut Server 16.04 LTS Since I couldn’t convince my environment to use Kodi or whatever I had to build a new MMS for Xenial Xerus (Ubuntu Server 16.04_x64_LTS). This blog-post describes the installation and setup of an Ubuntu server and the configuration of MMS (MyMediaSystem). There are two possibilities to install MMS:

  • from a .deb file [link] (18MB)
  • do it your own (build it with g++) [link] (47MB)

The howto will also cover an installation and configuration of openbox as a simple windows manager and a few basic configurations of your server (autologin with systemd) and MMS.
The focus was to make MMS use the new ffmpeg version, since the old one is heavily outdated. I’ve even removed the old intern ffmpeg sources to save space. The compiler is: $ gcc version 5.3.1 20160330 (Ubuntu 5.3.1-13ubuntu3). The configure file was fixed quick and dirty for this compiler version. Don’t expect clean code – nowhere! I don’t have much time.
Read the installation howto after the break.
Continue reading “MyMediaSystem (MMS) on Xenial Xerus (16.04-LTS) HowTo”

MyMediaSystem 1.1.1 on Ubuntu Server 12.04 (Precise)

mms-yr-weatherThis HowTo describes the compilation and installation of mms-1.1.0-2296 on an Ubuntu Server 12.04 (Precise). Actually there’s much more to it, since I’ve done major changes in some places. E.g. the core of the weather plugin is completely rewritten. Since Google abandoned its weather-API, I’ve been forced to look for a new weather source. Continue reading “MyMediaSystem 1.1.1 on Ubuntu Server 12.04 (Precise)”

Understanding vmbuilder (a bit)

If you are using kvm (or qemu) on Ubuntu, then you can build a vm from scratch with the tool vmbuilder. Install it first by doing this:

aptitude install ubuntu-vm-builder

Creating a virtual machine is simple, but the most examples I’ve found left me back with an useless installation – at best.
What didn’t work for me? Well e.g. this one:
Continue reading “Understanding vmbuilder (a bit)”

VDR Installation Guide for Lucid (VDPAU,xineliboutput,vdr-sxfe)

This is an Installation HOWTO for VDR with HDTV support for Lucid Lynx (Ubuntu 10.04 LTS).

I’m starting VDR from inside MMS (My Media System, a lightweight media center for Linux [wiki][forum][bug]), so it’s actually a HOWTO about installing a whole Media Center PC (HTPC). Continue reading “VDR Installation Guide for Lucid (VDPAU,xineliboutput,vdr-sxfe)”

Cyrus2.2 after Lucid Upgrade doesn't start.

I’ve got running a Cyrus IMAP mail server with an EXIM4 as MTA [1]. Unfortunately after an system upgrade from Ubuntu Karmic Koala 9.10 onto Lucid Lynx aka 10.04 LTS Server my Cyrus refuses to start. It prompts at the console:
Continue reading “Cyrus2.2 after Lucid Upgrade doesn't start.”

[HOWTO] Workaround for a broken AVCHD playback with VDPAU on Karmic

The release of Karmic Koala inspired me to upgrade to this new Ubuntu 9.10 version and also to install the latest My Media System (a light Media Center for Linux), wich is version 1.1.2 actually. All was fine, beside the playback of AVCHD footage from my Canon HF100 FullHD camcorder. I’ve noticed already some time ago, AVCHD footage doesn’t work with the ‘-fps 50‘ switch anymore. The solution for the problem, so I wrote, was to use ‘-correct-pts‘ instead. Continue reading “[HOWTO] Workaround for a broken AVCHD playback with VDPAU on Karmic”

[HOWTO] HDTV with Karmic Koala (Ubuntu 9.10) using VDR, Xine or Xineliboutput

VDPAU was one of the big topics here on this blog for quite a while. Mplayer was well known to work together with VDPAU and Nvidia’s graphics cards >= 8xxx from almost the very beginning. But not Xine. The developers of Xine didn’t run mplayer’s approach, which was almost nothing else, but the code reuse of the code Nvidia itself published for their VDPAU driver.

Continue reading “[HOWTO] HDTV with Karmic Koala (Ubuntu 9.10) using VDR, Xine or Xineliboutput”

The nvidia-glx-180-opengl3 Divert Problem

Few month ago I’ve messed around with a bunch of launchpad debs for Nvidia’s VDPAU support, and it supposed to happen I’ve installed more or less accidentally the nvidia-glx-180-opengl3 (don’t ask my anything about it). From this day on, I’ve occasionally tried to get rid of it, but didn’t succeed. Every time I’ve tried to install e.g. nvidia-glx-180 or something, I’ve got one of these errors (full log) slapped into my face:

E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:

Continue reading “The nvidia-glx-180-opengl3 Divert Problem”