<div>hello,</div>
<div> </div>
<div>I've installed vdr 1.5.9 and it failed to start the error message is :</div>
<div> </div>
<div>vdr / # /etc/init.d/vdr start<br> * Caching service dependencies ... [ ok ]<br> * Preparing start of vdr:<br> * config files ... [ ok ]
<br> * Waiting for prerequisits (devices nodes etc.) ... [ ok ]<br> * Starting vdr ...<br> * Failed to start vdr. </div>
<div> </div>
<div>the var/log/messages</div>
<div> </div>
<div>Oct 7 14:29:43 vdr vdr: [21133] VDR version 1.5.9 started<br>Oct 7 14:29:43 vdr vdr: [21133] switched to user 'vdr'<br>Oct 7 14:29:43 vdr vdr: [21133] running as daemon (tid=21133)<br>Oct 7 14:29:43 vdr vdr: [21133] codeset is 'UTF-8' - known
<br>Oct 7 14:29:43 vdr vdr: [21133] found 0 locales in /usr/share/vdr/locale<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'deu,ger'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'slv,slo'
<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'ita'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'dut,nla,nld'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'por'
<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'fra,fre'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'nor'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'fin,smi'
<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'pol'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'esl,spa'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'ell,gre'
<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'sve,swe'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'rom,rum'<span></span> <br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'hun'
<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'cat,cln'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'rus'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'hrv'
<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'est'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'dan'<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'cze,ces'
<br>Oct 7 14:29:43 vdr vdr: [21133] no locale for language code 'tur'<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/setup.conf<br>Oct 7 14:29:43 vdr vdr: [21133] unknown locale: '6'<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/sources.conf
<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/diseqc.conf<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/channels.conf<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/timers.conf<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/commands.conf
<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/reccmds.conf<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/svdrphosts.conf<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/remote.conf<br>Oct 7 14:29:43 vdr vdr: [21133] loading /etc/vdr/keymacros.conf
<br>Oct 7 14:29:44 vdr rc-scripts: Failed to start vdr.</div>
<div> </div>
<div>It seems there a problem with the locale, my /etc/conf.d/vdr</div>
<div> </div>
<div>vdr / # cat /etc/conf.d/vdr<br># /etc/conf.d/vdr:<br># $Id: vdr 506 2007-10-03 16:26:19Z zzam $<br># Global config file for vdr rc-scripts</div>
<div>
<p>###########################################################<br># General Settings #<br>###########################################################</p>
<p># The list of Plugins to load has been moved to a<br># seperate file and can no longer be set in here.<br># Now it is set in /etc/conf.d/vdr.plugins<br>#<br><span></span># The ebuild should have copied all Plugins listed
<br># in here to the new location. </p>
<p># What IR control should be used. Override the default set at<br># compile time<br># (Usable at vdr version starting from 1.3.28)<br># allowed values: lirc rcu<br># default: use no remote<br># (up to vdr-1.3.36-r2
: use what was selected by use-flag)<br>IR_CTRL="lirc"</p>
<p><br>###########################################################<br># Language Settings #<br>###########################################################</p>
<p># Set the sort-order vdr uses<br># allowed values: locale-definitions listed by locale -a<br># e.g. de_DE, en_GB, ...<br># default: glibc-default order (posix), or value of LANG if set and >=vdr-1.5.3
<br>VDR_SORT_ORDER="fr_FR"</p>
<p># Set the locale vdr should use (starting from vdr-1.5.3)<br># allowed values: locale-definitions listed by locale -a<br># e.g. de_DE, <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:de_DE@euro" target="_blank">
de_DE@euro</a>, de_DE.utf8, en_GB.utf8, ... <br># default: use system-wide setting, and if none found, guess some utf8 locale<br>LANG="fr_FR.utf8"</p>
<p><br>###########################################################<br># Special Audio Options #<br>###########################################################</p>
<p># send Dolby Digital audio to stdin of command CMD<br># allowed values: names of executables<br># default: no command<br>#AC3_AUDIO=""</p>
<p># mute audio of the primary DVB device at startup<br># allowed values: yes no<br># default: no<br>#MUTE="yes"</p>
<p><br>###########################################################<br># Startup Options #<br>###########################################################</p>
<p># set niceness of vdr process<br># allowed values: -19 .. 20<span></span> <br># default: do not change niceness<br>#VDR_NICENESS="5"</p>
<p># set volume at start of vdr to this value<br># allowed values: 0-255<br># default: leave volume unchanged<br>#STARTUP_VOLUME="255"</p>
<p># set channel to be switched to at start of vdr<br># allowed values: valid channel number in vdr<br># default: leave channel unchanged<br>#STARTUP_CHANNEL="1"</p>
<p># show vdr-version number when starting vdr<br># some people like this :)<br># allowed values: yes no<br># default: no<br>#SHOW_VDR_VERSION=no</p>
<p>###########################################################<br># Terminal Output / Keyboard Input #<br>###########################################################</p>
<p># Start vdr on Terminal, this enables use of keyboard and<br># viewing of Terminal output of vdr<br># allowed values: number of virtual terminal<br># default: start vdr completely in the background<br>#TERMINAL="8"
</p>
<p># switch to used terminal<br># when attaching vdr to a terminal with setting TERMINAL<br># then switch to this terminal<br># allowed values: yes no<br># default: no<br>#SWITCH_TO_TERMINAL="yes"</p>
<p><br>###########################################################<br># Debug Options #<br>###########################################################</p>
<p># set log level<br># 0 = no logging, 1 = errors only,<br># 2 = errors and info, 3 = errors, info and debug<br># if logging should be done to LOG_LOCALn instead of<br># LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7)
<br># allowed values: 0 1 2 3<br># default: 1<br>LOG="3"</p>
<p># switch startskript to debug-mode, set debug-level<br># allowed values: 0 1 2<br># default: 0<br>#SCRIPT_DEBUG_LEVEL="1"</p>
<p><br>###########################################################<br># Expert Settings #<br>##############################<span></span> #############################<br>#<br># No need to change anything here for normal usage.
<br># Every setting in here has good defaults (at least I hope so).</p>
<p># use DIR as video directory<br># allowed values: directory names<br># default: /var/vdr/video<br>#VIDEO="/var/vdr/video"</p>
<p># read config files from DIR<br># allowed values: directory names<br># default: /etc/vdr<br>#CONFIG="/etc/vdr"</p>
<p># write the EPG data into the given FILE; use '-E-' to disable this<br># if FILE is a directory, the default EPG file will be<br># created in that directory<br># allowed values: file/directory names, -E- to disable
<br># default: $VIDEO/epg.data<br>#EPGFILE="/var/vdr/epg.data"</p>
<p># activate the (internal to vdr) watchdog timer with<br># a timeout of SEC seconds (recommended by Klaus Schmidinger)<br># '0' disables the watchdog<br># allowed values: 0 1 2 ...<br># default: enabled / 60 seconds
<br>#INTERNAL_WATCHDOG="60"</p>
<p># If you seek the settings for the extern watchdog look<br># in /etc/conf.d/vdr.watchdogd.</p>
<p># Change the filename-format to be vfat and samba compatible. Only necessary if<br># not set at compile time.<br># (Usable at vdr version starting from 1.3.32)<br># allowed values: yes no<br># default: no<br># (up to
vdr-1.3.36-r2: use what was selected by use-flag)<br>#VFAT_FILENAMES="yes"</p>
<p># use PORT for SVDRP (default: 2001)<br># 0 turns off SVDRP<br># allowed values: numbers for ports between 1024 and 65535<br># default: 2001<br>#SVDRP_PORT="2001"</p>
<p># seconds to wait for a running vdr<br># allowed values: numbers<br># default: 40<br># START_SVDRP_WAIT_SECONDS="40"</p>
<p># check 5 seconds for existing dvb devices, for example for slow udev<br># you need to disable this for systems which only use network input<br># allowed values: yes no<br># default: yes<br>#DEVICE_CHECK="no"
</p>
<p># hostname to access vdr with svdrp<br># (this normaly should not be changed)<span></span> <br># allowed values: hostname or ip-address<br># default: use localhost<br>#SVDRP_HOSTNAME="localhost"</p>
<p># force the use of old linux threads<br># instead of new posix threads (NPTL)<br># allowed values: yes no<br># default: yes<br>#FORCE_OLD_THREADS="yes"</p>
<p># for people who really know what they do<br># and who want to start vdr as user root<br># allowed values: YES no<br># default: no<br>#START_VDR_AS_ROOT="no"</p>
<p># use only the given DVB device (NUM = 0, 1, 2...)<br># there may be several NUMs options<br># allowed values: set of numbers<br># default: use all DVB devices<br>#DEVICE=""</p>
<p># give additional options to vdr process<br># should not be necessary in normal cases.<br># please contact developers if you need<br># special parameters.<br>#VDR_EXTRA_OPTIONS=""</p>vdr / # ls /usr/share/locale/
<br>af ca da en_GB et eu_ES ga he id ja lg ms nn pl ro sk sr uk zh<br>be cs de eo et_EE fi gl hr is km locale.alias nb no pt ru sl sv vi zh_CN<br>bg cs_CZ el es eu fr gr hu it ko lt nl pa pt_BR rw sl_SI tr wa zh_TW
<br> </div>
<div> </div>
<div>the gentoo-vdr-scripts are 0.4.1</div>
<div> </div>
<div>thanks</div><span></span><span class="sg">
<div>antoine</div></span>
|