UBUNTU/Installation: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
m (oops and another)
m (save)
Line 7: Line 7:


Before you can install VDR packages, you must first [http://help.ubuntu.com/community/Repositories add the Universe repository to your Apt sources list]. Now you can use Aptitude or Synaptic to search for available vdr packages. eg.
Before you can install VDR packages, you must first [http://help.ubuntu.com/community/Repositories add the Universe repository to your Apt sources list]. Now you can use Aptitude or Synaptic to search for available vdr packages. eg.
<pre>richard@lazar:~$ aptitude search ^vdr
<pre>richard@vito:~$ aptitude search ^vdr
p vdr - Video Disk Recorder for DVB cards
p vdr - Video Disk Recorder for DVB cards
v vdr-daemon -
v vdr-daemon -
Line 31: Line 31:
</pre>
</pre>


* If you have a fully featured DVB card (one with a builtin MPEG decoder chip) then these packages will probably be all you need to get started. Use Aptitude or Synaptic to install the base "vdr" package and then skip to the [[UBUNTU/Installation#Configuration|configuration section]]
* If you have a fully featured DVB card (one with a builtin MPEG decoder chip) then these packages will probably be all you need to get started. Use Aptitude or Synaptic to install the base "vdr" package and then skip to the [[UBUNTU/Installation#Configuring VDR|Configuring VDR]]
* If on the other hand you have bought a so called budget DVB card, there is more work to be done. Read the next section.
* If on the other hand you have bought a so called budget DVB card, there is more work to be done. Read the next section.


Line 42: Line 42:
* Install svn-buildpackage and its dependencies. This lives in the Ubuntu Universe repository, so if you haven't already done so, add Universe to your sources.lst
* Install svn-buildpackage and its dependencies. This lives in the Ubuntu Universe repository, so if you haven't already done so, add Universe to your sources.lst
<pre>
<pre>
richard@lazar:~$ sudo aptitude install svn-buildpackage
richard@vito:~$ sudo aptitude install svn-buildpackage
Password:
Password:
Reading package lists... Done
Reading package lists... Done
Line 49: Line 49:
* Tell svn-buildpackage where to put compiled packages and where to find source tarballs.
* Tell svn-buildpackage where to put compiled packages and where to find source tarballs.
<pre>
<pre>
richard@lazar:~$ echo "svn-override=buildArea=${HOME}/src/debian-vdr/build-area,origDir=${HOME}/src/debian-vdr/tarballs" > .svn-buildpackage.conf
richard@vito:~$ echo "svn-override=buildArea=${HOME}/src/debian-vdr/build-area,origDir=${HOME}/src/debian-vdr/tarballs" > .svn-buildpackage.conf
</pre>
</pre>
* Setup a folder to do the package building in.
* Setup a folder to do the package building in.
<pre>
<pre>
richard@lazar:~$ mkdir -p src/debian-vdr
richard@vito:~$ mkdir -p src/debian-vdr
richard@lazar:~$ cd src/debian-vdr/
richard@vito:~$ cd src/debian-vdr/
richard@lazar:~/src/debian-vdr$
richard@vito:~/src/debian-vdr$
</pre>
</pre>
* Check out the tarballs. There are alot of them and some are quite large, so this may take a long time.
* Check out the tarballs. There are alot of them and some are quite large, so this may take a long time.
<pre>
<pre>
richard@lazar:~/src/debian-vdr$ svn co svn://svn.debian.org/svn/pkg-vdr-dvb/tarballs
richard@vito:~/src/debian-vdr$ svn co svn://svn.debian.org/svn/pkg-vdr-dvb/tarballs
A tarballs/vdr-plugin-nordlichtsepg_0.8a.orig.tar.gz
A tarballs/vdr-plugin-nordlichtsepg_0.8a.orig.tar.gz
A tarballs/vdr-plugin-osdtest256_0.1.0.orig.tar.gz
A tarballs/vdr-plugin-osdtest256_0.1.0.orig.tar.gz
Line 68: Line 68:
* Check out the debian build scripts.
* Check out the debian build scripts.
<pre>
<pre>
richard@lazar:~/src/debian-vdr$ svn co svn://svn.debian.org/svn/pkg-vdr-dvb/vdr/vdr/trunk vdr/vdr
richard@vito:~/src/debian-vdr$ svn co svn://svn.debian.org/svn/pkg-vdr-dvb/vdr/vdr/trunk vdr/vdr
A vdr/vdr/debian
A vdr/vdr/debian
A vdr/vdr/debian/control
A vdr/vdr/debian/control
Line 76: Line 76:
* Start compiling the package
* Start compiling the package
<pre>
<pre>
richard@lazar:~/src/debian-vdr$ cd vdr/vdr/
richard@vito:~/src/debian-vdr$ cd vdr/vdr/
richard@lazar:~/src/debian-vdr/vdr/vdr$ svn-buildpackage -rfakeroot -uc -us
richard@vito:~/src/debian-vdr/vdr/vdr$ svn-buildpackage -rfakeroot -uc -us
Imported config directives:
Imported config directives:
--svn-override=buildArea=/home/richard/src/debian-vdr/build-area,origDir=/home/richard/src/debian-vdr/tarballs
--svn-override=buildArea=/home/richard/src/debian-vdr/build-area,origDir=/home/richard/src/debian-vdr/tarballs
Line 88: Line 88:
You will very likely see something like this telling you that you need to install dependencies. So do that and retry.
You will very likely see something like this telling you that you need to install dependencies. So do that and retry.
<pre>
<pre>
richard@lazar:~/src/debian-vdr/vdr/vdr$ sudo aptitude install libcap-dev
richard@vito:~/src/debian-vdr/vdr/vdr$ sudo aptitude install libcap-dev
Password:
Password:
...etc...
...etc...
Line 100: Line 100:
/home/richard/src/debian-vdr/build-area/vdr-dev_1.4.1-1_all.deb /home/richard/src/debian-vdr/build-area/vdr_1.4.1-1_i386.deb /home/richard/src/debian-vdr/build-area/vdr-plugin-sky_1.4.1-1_i386.deb /home/richard/src/debian-vdr/build-area/vdr-plugin-examples_1.4.1-1_i386.deb
/home/richard/src/debian-vdr/build-area/vdr-dev_1.4.1-1_all.deb /home/richard/src/debian-vdr/build-area/vdr_1.4.1-1_i386.deb /home/richard/src/debian-vdr/build-area/vdr-plugin-sky_1.4.1-1_i386.deb /home/richard/src/debian-vdr/build-area/vdr-plugin-examples_1.4.1-1_i386.deb
rm -rf /home/richard/src/debian-vdr/build-area/vdr-1.4.1
rm -rf /home/richard/src/debian-vdr/build-area/vdr-1.4.1
richard@lazar:~/src/debian-vdr/vdr/vdr$
richard@vito:~/src/debian-vdr/vdr/vdr$
</pre>
</pre>
* Finally install the packages.
* Finally install the packages.
<pre>
<pre>
richard@lazar:~/src/debian-vdr/vdr/vdr$ cd ../../build-area/
richard@vito:~/src/debian-vdr/vdr/vdr$ cd ../../build-area/
richard@lazar:~/src/debian-vdr/build-area$ ls
richard@vito:~/src/debian-vdr/build-area$ ls
vdr_1.4.1-1.diff.gz vdr_1.4.1.orig.tar.gz
vdr_1.4.1-1.diff.gz vdr_1.4.1.orig.tar.gz
vdr_1.4.1-1.dsc vdr-dev_1.4.1-1_all.deb
vdr_1.4.1-1.dsc vdr-dev_1.4.1-1_all.deb
vdr_1.4.1-1_i386.changes vdr-plugin-examples_1.4.1-1_i386.deb
vdr_1.4.1-1_i386.changes vdr-plugin-examples_1.4.1-1_i386.deb
vdr_1.4.1-1_i386.deb vdr-plugin-sky_1.4.1-1_i386.deb
vdr_1.4.1-1_i386.deb vdr-plugin-sky_1.4.1-1_i386.deb
richard@lazar:~/src/debian-vdr/build-area$ sudo dpkg -i vdr_1.4.1-1_i386.deb vdr-dev_1.4.1-1_all.deb
richard@vito:~/src/debian-vdr/build-area$ sudo dpkg -i vdr_1.4.1-1_i386.deb vdr-dev_1.4.1-1_all.deb
</pre>
</pre>
* You will be prompted about:
* You will be prompted about:
Line 116: Line 116:
** Default recordings directory (it recommends /var/lib/video.00 and asks to create it, I always say no and manually create a /srv/vdr folder, it's up to you)
** Default recordings directory (it recommends /var/lib/video.00 and asks to create it, I always say no and manually create a /srv/vdr folder, it's up to you)
** Choose your card type
** Choose your card type
== Configuration ==
== Configuring VDR ==
* Try running vdr. The default Video directory is not writable by my user so while we are testing vdr we ask it to use /tmp for video files. You may see a message "please turn off UTF-8 before starting VDR". If so try defining the LANG environment variable:
* Try running vdr. The default Video directory is not writable by my user so while we are testing vdr we ask it to use /tmp for video files. You may see a message "please turn off UTF-8 before starting VDR". If so try defining the LANG environment variable:
<pre>
<pre>
richard@lazar:~$ LANG=c vdr -v /tmp
richard@vito:~$ LANG=c vdr -v /tmp
vdr: error while reading '/var/lib/vdr/channels.conf'
vdr: error while reading '/var/lib/vdr/channels.conf'
</pre>
</pre>
Line 125: Line 125:
To make a channels.conf use the 'scan' commandline tool, which is part of the dvb-utils package. In my case (DVB-T in the Midlands, UK) I use:
To make a channels.conf use the 'scan' commandline tool, which is part of the dvb-utils package. In my case (DVB-T in the Midlands, UK) I use:
<pre>
<pre>
richard@lazar:~$ scan -o vdr /usr/share/doc/dvb-utils/examples/scan/dvb-t/uk-SuttonColdfield > /tmp/channels.conf
richard@vito:~$ scan -o vdr /usr/share/doc/dvb-utils/examples/scan/dvb-t/uk-SuttonColdfield > /tmp/channels.conf
richard@lazar:~$ sudo mv /tmp/channels.conf ./
richard@vito:~$ sudo mv /tmp/channels.conf ./
</pre>
</pre>
...replace dvb-t/uk-SuttonColdfield with whatever is appropriate for your area.
...replace dvb-t/uk-SuttonColdfield with whatever is appropriate for your area.
Line 132: Line 132:
Having done that, you should be able to run vdr from the command line.
Having done that, you should be able to run vdr from the command line.
<pre>
<pre>
richard@lazar:~$ LANG="c" vdr -v /tmp
richard@vito:~$ LANG="c" vdr -v /tmp
vdr: no primary device found - using first device!
vdr: no primary device found - using first device!
</pre>
</pre>
...well it runs, but if you're using a budget card, it has no way of displaying the picture.
...well it runs, but if you're using a budget card, it has no way of displaying the picture.


Before moving on, and now that we know that vdr is able to run, lets set it up to run as a service. Open /etc/default/vdr in you editor of choice and add 'export LANG="c"' at the top and set ENABLED=1. Mine looks like this:
Before moving on, and now that we know that vdr is able to run, lets set it up to run as a daemon at startup. Open /etc/default/vdr in you editor of choice and add 'export LANG="c"' at the top and set ENABLED=1. Mine looks like this:
<pre>
<pre>
richard@lazar:~$ sudo nano -w /etc/default/vdr
richard@vito:~$ sudo nano -w /etc/default/vdr
</pre>
</pre>
<pre>
<pre>
Line 164: Line 164:
If you choose to use a different video directory than the one recommended at installation, you'll have to create it and change its owner to vdr:vdr.
If you choose to use a different video directory than the one recommended at installation, you'll have to create it and change its owner to vdr:vdr.
<pre>
<pre>
richard@lazar:~/src/debian-vdr/build-area$ sudo mkdir -p /srv/vdr
richard@vito:~/src/debian-vdr/build-area$ sudo mkdir -p /srv/vdr
richard@lazar:~/src/debian-vdr/build-area$ sudo chown -R vdr:vdr /srv/vdr
richard@vito:~/src/debian-vdr/build-area$ sudo chown -R vdr:vdr /srv/vdr
</pre>
</pre>
Now try starting the service
Now try starting the service
<pre>
<pre>
richard@lazar:~$ sudo invoke-rc.d vdr start Starting Linux Video Disk Recorder: vdr
richard@vito:~$ sudo invoke-rc.d vdr start Starting Linux Video Disk Recorder: vdr
Searching for plugins (VDR 1.4.1/1.4.1):.
Searching for plugins (VDR 1.4.1/1.4.1):.
</pre>
</pre>
Use the 'ps' command to check its running and look at the syslog to see if there were any errors
Use the 'ps' command to check its running and look at the syslog to see if there were any errors
<pre>
<pre>
richard@lazar:~$ ps fax | tail | less -S
richard@vito:~$ ps fax | tail | less -S
8563 ? Ss 0:00 /bin/bash /usr/sbin/runvdr -v /srv/vdr -c /var/lib/vd
8563 ? Ss 0:00 /bin/bash /usr/sbin/runvdr -v /srv/vdr -c /var/lib/vd
8574 ? S 0:00 \_ /usr/bin/vdr-kbd -v /srv/vdr -c /var/lib/vdr -L /
8574 ? S 0:00 \_ /usr/bin/vdr-kbd -v /srv/vdr -c /var/lib/vdr -L /
Line 182: Line 182:
</pre>
</pre>
<pre>
<pre>
richard@lazar:~$ tail /var/log/syslog | less -S
richard@vito:~$ tail /var/log/syslog | less -S
Jul 19 16:10:34 vito vdr: [8739] found 1 video device
Jul 19 16:10:34 vito vdr: [8739] found 1 video device
Jul 19 16:10:34 vito vdr: [8739] ERROR: invalid primary device number: 2
Jul 19 16:10:34 vito vdr: [8739] ERROR: invalid primary device number: 2
Line 194: Line 194:
Jul 19 16:10:34 vito vdr: [8739] ERROR: no OSD provider available - using dummy
Jul 19 16:10:34 vito vdr: [8739] ERROR: no OSD provider available - using dummy
(END)
(END)
</pre>
There are some errors reported but nothing fatal. From the 'ps' output you can see that the vdr daemon is being launched from another script called 'runvdr'. Amongst other things, this script searches for configuration data from /etc/default/vdr, searches for VDR plugins and related config data from /etc/vdr/plugins. In common with the original runvdr, it periodically checks that the vdr daemon is still running and tries to restart it if it has crashed.

If there is a problem with VDR running as a service, you will notice repeated entries in the syslog that say "restarting VDR". In this case double check that vdr will run directly from the command line and check that it will run as the "vdr" user by passing the -u vdr commandline option.
<pre>

</pre>
</pre>

Revision as of 16:02, 19 July 2006

Tips for Installing VDR on Ubuntu

This article contains tips and advice for setting up VDR and plugins on Ubuntu. Ubuntu releases are based on snapshots of Debian Unstable; therefore the following may be of use to Debian users too. Indeed, later in this article we show how to compile bleading edge versions of the VDR packages from the Debian VDR and DVB Packaging Project.

Installing from Binary Packages

VDR has been available in the Ubuntu Universe repository since its first release.

Before you can install VDR packages, you must first add the Universe repository to your Apt sources list. Now you can use Aptitude or Synaptic to search for available vdr packages. eg.

richard@vito:~$ aptitude search ^vdr
p   vdr                             - Video Disk Recorder for DVB cards
v   vdr-daemon                      -
id  vdr-dev                         - Video Disk Recorder for DVB cards
v   vdr-kbd                         -
v   vdr-lirc                        -
p   vdr-plugin-bitstreamout         - Plugin to vdr for playing AC3-Sound via yo
p   vdr-plugin-console              - Plugin for vdr that implements a virtual t
p   vdr-plugin-dvd                  - Plugin to vdr for playing DVD's
p   vdr-plugin-examples             - Plugins for vdr to show some possible feat
p   vdr-plugin-femon                - DVB frontend status monitor plugin for vdr
p   vdr-plugin-freecell             - Plugin to vdr that implements the card gam
p   vdr-plugin-games                - Plugin to vdr for playing tetris, snake an
p   vdr-plugin-mp3                  - Plugin to vdr for playing mp3's
p   vdr-plugin-osdteletext          - Teletext plugin for vdr
p   vdr-plugin-prefermenu           - Plugin that implements a preferred channel
p   vdr-plugin-remote               - Plugin for vdr to support the built-in rem
p   vdr-plugin-sky                  - Plugin for using a Sky Digibox with vdr
p   vdr-plugin-vcd                  - Plugin to vdr for playing (S)VCD's
p   vdr-plugin-weather              - Weather plugin for vdr
v   vdr-rcu                         -
p   vdradmin                        - Web-based administration tool for vdr
  • If you have a fully featured DVB card (one with a builtin MPEG decoder chip) then these packages will probably be all you need to get started. Use Aptitude or Synaptic to install the base "vdr" package and then skip to the Configuring VDR
  • If on the other hand you have bought a so called budget DVB card, there is more work to be done. Read the next section.

Installing from Debian Package Sources

Instead of simply installing the standard binary packages described above you can instead compile your own packages using Debian packaging tools and sources from the Debian VDR and DVB Packaging Project. This way you get a greater selection of and much more up to date versions of VDR packages plus easy package installation, setup, and if necessary removal.

If you have a budget DVB card and need to use a software decoder plugin such as xinelibout or the DXR3 MPEG decoding device plugin, this section may be particularly usefule to you.

First read [1] and then follow the instructions below.

  • Install svn-buildpackage and its dependencies. This lives in the Ubuntu Universe repository, so if you haven't already done so, add Universe to your sources.lst
richard@vito:~$ sudo aptitude install svn-buildpackage
Password:
Reading package lists... Done
...etc...
  • Tell svn-buildpackage where to put compiled packages and where to find source tarballs.
richard@vito:~$ echo "svn-override=buildArea=${HOME}/src/debian-vdr/build-area,origDir=${HOME}/src/debian-vdr/tarballs" > .svn-buildpackage.conf
  • Setup a folder to do the package building in.
richard@vito:~$ mkdir -p src/debian-vdr
richard@vito:~$ cd src/debian-vdr/
richard@vito:~/src/debian-vdr$
  • Check out the tarballs. There are alot of them and some are quite large, so this may take a long time.
richard@vito:~/src/debian-vdr$  svn co svn://svn.debian.org/svn/pkg-vdr-dvb/tarballs
A    tarballs/vdr-plugin-nordlichtsepg_0.8a.orig.tar.gz
A    tarballs/vdr-plugin-osdtest256_0.1.0.orig.tar.gz
A    tarballs/vdr-plugin-freecell_0.0.2.orig.tar.gz
A    tarballs/vdr-plugin-xine_0.7.9.orig.tar.gz
...etc...
  • Check out the debian build scripts.
richard@vito:~/src/debian-vdr$ svn co svn://svn.debian.org/svn/pkg-vdr-dvb/vdr/vdr/trunk vdr/vdr
A    vdr/vdr/debian
A    vdr/vdr/debian/control
A    vdr/vdr/debian/config-loader.sh
...etc...
  • Start compiling the package
richard@vito:~/src/debian-vdr$ cd vdr/vdr/
richard@vito:~/src/debian-vdr/vdr/vdr$ svn-buildpackage -rfakeroot -uc -us
Imported config directives:
        --svn-override=buildArea=/home/richard/src/debian-vdr/build-area,origDir=/home/richard/src/debian-vdr/tarballs
        trunkDir: /home/richard/src/debian-vdr/vdr/vdr
        trunkUrl: svn://svn.debian.org/svn/pkg-vdr-dvb/vdr/vdr/trunk
dpkg-checkbuilddeps
dpkg-checkbuilddeps: Unmet build dependencies: libcap-dev
Insufficient Build-Deps, stop!

You will very likely see something like this telling you that you need to install dependencies. So do that and retry.

richard@vito:~/src/debian-vdr/vdr/vdr$ sudo aptitude install libcap-dev
Password:
...etc...
  • If all went well, you should see...
...etc..
build command was successful; binaries are in /home/richard/src/debian-vdr/build-area/. The changes file is:
 /home/richard/src/debian-vdr/build-area/vdr_1.4.1-1_i386.changes
Binary packages:
 /home/richard/src/debian-vdr/build-area/vdr-dev_1.4.1-1_all.deb /home/richard/src/debian-vdr/build-area/vdr_1.4.1-1_i386.deb /home/richard/src/debian-vdr/build-area/vdr-plugin-sky_1.4.1-1_i386.deb /home/richard/src/debian-vdr/build-area/vdr-plugin-examples_1.4.1-1_i386.deb
rm -rf /home/richard/src/debian-vdr/build-area/vdr-1.4.1
richard@vito:~/src/debian-vdr/vdr/vdr$
  • Finally install the packages.
richard@vito:~/src/debian-vdr/vdr/vdr$ cd ../../build-area/
richard@vito:~/src/debian-vdr/build-area$ ls
vdr_1.4.1-1.diff.gz       vdr_1.4.1.orig.tar.gz
vdr_1.4.1-1.dsc           vdr-dev_1.4.1-1_all.deb
vdr_1.4.1-1_i386.changes  vdr-plugin-examples_1.4.1-1_i386.deb
vdr_1.4.1-1_i386.deb      vdr-plugin-sky_1.4.1-1_i386.deb
richard@vito:~/src/debian-vdr/build-area$ sudo dpkg -i vdr_1.4.1-1_i386.deb vdr-dev_1.4.1-1_all.deb
  • You will be prompted about:
    • DVB kernel modules (in my experience DVB modules are automatically loaded)
    • Default recordings directory (it recommends /var/lib/video.00 and asks to create it, I always say no and manually create a /srv/vdr folder, it's up to you)
    • Choose your card type

Configuring VDR

  • Try running vdr. The default Video directory is not writable by my user so while we are testing vdr we ask it to use /tmp for video files. You may see a message "please turn off UTF-8 before starting VDR". If so try defining the LANG environment variable:
richard@vito:~$ LANG=c vdr -v /tmp
vdr: error while reading '/var/lib/vdr/channels.conf'

You may see this error (at least I did) and it means that the channels.conf file is somehow corrupt. You need to update the channels.conf anyway; it must be tailored to your DVB type (ie DVB-C, DVB-S, DVB-T) and if you are using DVB-T the frequencies depend on your local transmitter. To make a channels.conf use the 'scan' commandline tool, which is part of the dvb-utils package. In my case (DVB-T in the Midlands, UK) I use:

richard@vito:~$ scan -o vdr /usr/share/doc/dvb-utils/examples/scan/dvb-t/uk-SuttonColdfield > /tmp/channels.conf
richard@vito:~$ sudo mv /tmp/channels.conf ./

...replace dvb-t/uk-SuttonColdfield with whatever is appropriate for your area.

Having done that, you should be able to run vdr from the command line.

richard@vito:~$ LANG="c" vdr -v /tmp
vdr: no primary device found - using first device!

...well it runs, but if you're using a budget card, it has no way of displaying the picture.

Before moving on, and now that we know that vdr is able to run, lets set it up to run as a daemon at startup. Open /etc/default/vdr in you editor of choice and add 'export LANG="c"' at the top and set ENABLED=1. Mine looks like this:

richard@vito:~$ sudo nano -w /etc/default/vdr
# /etc/default/vdr
#
# See also /usr/share/doc/README.Debian
#

export LANG="c"

# Change to 1 to enable vdr's init-script
ENABLED=1

# Change this to 1 if you want vdr to be able to shutdown the
# computer
ENABLE_SHUTDOWN=0

# Options that will be passed to vdr's commandline
# for example: OPTIONS="-w 15"
OPTIONS="-w 60"

VIDEO_DIR="/srv/vdr"

If you choose to use a different video directory than the one recommended at installation, you'll have to create it and change its owner to vdr:vdr.

richard@vito:~/src/debian-vdr/build-area$ sudo mkdir -p /srv/vdr
richard@vito:~/src/debian-vdr/build-area$ sudo chown -R vdr:vdr /srv/vdr

Now try starting the service

richard@vito:~$ sudo invoke-rc.d vdr start Starting Linux Video Disk Recorder: vdr
Searching for plugins (VDR 1.4.1/1.4.1):.

Use the 'ps' command to check its running and look at the syslog to see if there were any errors

richard@vito:~$ ps fax | tail | less -S
 8563 ?        Ss     0:00 /bin/bash /usr/sbin/runvdr -v /srv/vdr -c /var/lib/vd
 8574 ?        S      0:00  \_ /usr/bin/vdr-kbd -v /srv/vdr -c /var/lib/vdr -L /
 8575 ?        S      0:00      \_ /usr/bin/vdr-kbd -v /srv/vdr -c /var/lib/vdr
 8578 ?        S      0:02          \_ /usr/bin/vdr-kbd -v /srv/vdr -c /var/lib/
 8579 ?        RN     0:02          \_ /usr/bin/vdr-kbd -v /srv/vdr -c /var/lib/
richard@vito:~$ tail /var/log/syslog | less -S
Jul 19 16:10:34 vito vdr: [8739] found 1 video device
Jul 19 16:10:34 vito vdr: [8739] ERROR: invalid primary device number: 2
Jul 19 16:10:34 vito vdr: [8739] ERROR: no primary device found - using first de
Jul 19 16:10:34 vito vdr: [8739] setting primary device to 1
Jul 19 16:10:34 vito vdr: [8739] SVDRP listening on port 2001
Jul 19 16:10:34 vito vdr: [8739] setting current skin to "classic"
Jul 19 16:10:34 vito vdr: [8739] loading /var/lib/vdr/themes/classic-default.the
Jul 19 16:10:34 vito vdr: [8739] switching to channel 19
Jul 19 16:10:34 vito vdr: [8739] setting watchdog timer to 60 seconds
Jul 19 16:10:34 vito vdr: [8739] ERROR: no OSD provider available - using dummy
(END)

There are some errors reported but nothing fatal. From the 'ps' output you can see that the vdr daemon is being launched from another script called 'runvdr'. Amongst other things, this script searches for configuration data from /etc/default/vdr, searches for VDR plugins and related config data from /etc/vdr/plugins. In common with the original runvdr, it periodically checks that the vdr daemon is still running and tries to restart it if it has crashed.

If there is a problem with VDR running as a service, you will notice repeated entries in the syslog that say "restarting VDR". In this case double check that vdr will run directly from the command line and check that it will run as the "vdr" user by passing the -u vdr commandline option.