[vdr] too many processes?
André Bischof
a.bischof at gmx.net
Tue Dec 13 13:46:12 CET 2005
Ville Skyttä schrieb:
> On Tue, 2005-12-13 at 11:18 +0100, Klaus Schmidinger wrote:
>
>
>>You are either running VDR with a limited log level (option -l),
>
>
> ...or your /etc/syslog.conf discards the debug messages (see also the
> syslog.conf manual page),
>
>
>>or your syslog setup is spreading the various log messages all over the place.
>
thanks, I changed the logbehaviour by modifying /etc/syslog.conf and
/etc/init.d/vdr (added -l 3.6 as suggested in thread "Logging", started
on 20051202):
startvdr()
{
...
start-stop-daemon --start --quiet --background \
--exec /usr/sbin/runvdr -- -v $VIDEO_DIR -c $CFG_DIR -r
$REC_CMD \
-s $VDRSHUTDOWN -E $EPG_FILE -u $USER -g $GROUP --port
$SVDRP_PORT \
$OPTIONS $PLUGINS -l 3.6
else
echo -n " - seems to be running already"
fi
}
# First some standard logfiles. Log by facility.
...
local6.* /var/log/vdr.log
auth,authpriv.* /var/log/auth.log
*.*;auth,authpriv,local6,mail.none -/var/log/syslog
Still some log info shows up in messages, some other shows up in the
newly created vdr.log, which shows exactly my problem:
Dec 13 13:38:43 linux vdr[19308]: cAudioRepacker: skipped 6 bytes to
sync on next audio frame
Dec 13 13:38:43 linux vdr[19308]: cAudioRepacker: skipped 884 bytes
while syncing on next audio frame
Dec 13 13:38:43 linux vdr[19308]: cAudioRepacker: skipped 107 bytes to
sync on next audio frame
Dec 13 13:38:43 linux vdr[19308]: cAudioRepacker: skipped 372 bytes to
sync on next audio frame
Dec 13 13:38:43 linux vdr[19308]: cAudioRepacker: skipped 190 bytes
while syncing on next audio frame
Dec 13 13:38:43 linux vdr[19308]: cAudioRepacker: skipped 14 bytes while
syncing on next audio frame
Dec 13 13:39:08 linux vdr[19308]: cAudioRepacker: skipped 4 bytes to
sync on next audio frame
Dec 13 13:39:08 linux vdr[19308]: cAudioRepacker: skipped 207 bytes to
sync on next audio frame
Dec 13 13:39:08 linux vdr[19308]: dxr3: audiodecoder: sample rate=48000
Dec 13 13:39:08 linux vdr[19308]: dxr3: audiodecoder: channels=2
Dec 13 13:39:08 linux vdr[19308]: dxr3: audiodecoder: sample rate=32000
Dec 13 13:39:08 linux vdr[19308]: dxr3: audiodecoder: unexpected
parameter change
Dec 13 13:39:08 linux vdr[19308]: dxr3: audiodecoder: skipping 217
broken data bytes
Dec 13 13:39:08 linux vdr[19308]: dxr3: audiodecoder: sample rate=48000
Dec 13 13:39:08 linux vdr[19308]: dxr3: audiodecoder: channels=2
Dec 13 13:39:09 linux vdr[19308]: cAudioRepacker: skipped 245 bytes to
sync on next audio frame
Dec 13 13:39:09 linux vdr[19308]: cAudioRepacker: skipped 157 bytes
while syncing on next audio frame
Dec 13 13:39:09 linux vdr[19308]: cAudioRepacker: skipped 1467 bytes
while syncing on next audio frame
Dec 13 13:39:09 linux vdr[19308]: cAudioRepacker: skipped 449 bytes to
sync on next audio frame
Dec 13 13:39:09 linux vdr[19308]: cAudioRepacker: skipped 87 bytes to
sync on next audio frame
Dec 13 13:39:09 linux vdr[19308]: cAudioRepacker: skipped 303 bytes to
sync on next audio frame
Dec 13 13:39:09 linux vdr[19308]: cAudioRepacker: skipped 207 bytes to
sync on next audio frame
Dec 13 13:39:09 linux vdr[19308]: dxr3: audiodecoder: sample rate=48000
Dec 13 13:39:09 linux vdr[19308]: dxr3: audiodecoder: channels=2
Dec 13 13:39:10 linux vdr[19308]: cAudioRepacker: skipped 295 bytes to
sync on next audio frame
Any clues or workarounds for fixing this?
André
More information about the vdr
mailing list