The script vdrburn-dvd.sh starts with #!/bin/shI tried changing it to #!/bin/bash but I got the same result.I also tried changing the default interpreter from sh tobash for the vdr user but again with the same result.The script vdrburn-dvd.sh already has the command set -xwhich I guess enables logg
On Fri, Sep 01, 2006 at 09:27:15AM +0100, Stuart Morris wrote:
> The script vdrburn-dvd.sh starts with #!/bin/sh
> I tried changing it to #!/bin/bash but I got the same result.
> I also tried changing the default interpreter from sh to
> bash for the vdr user but again with the same result.
>
> Th
Hi!
I got a problem while receiving TF1 (TPS France). I can tune to this
channel, and then view the channels for about 20 seconds, but after that
the stream stops, the screen is somehow distorted, if I switch again to
TF1 I get the message "No right to watch" and the channel is never shown
un
Matthias Schwarzott wrote:
...
Annotation: Why does vdr.c only check for LC_CTYPE and LANG as LC_ALL
overwrites them all when set.
Correct order for the check would be
if (LC_ALL set and contains utf8) ||
(LC_CTYPE set and contains utf8) ||
(LANG set and contains utf8)
{ error; }
Added f
Hi,
Not that I have any urgent need for v1.5-series VDR but just interested
in when first version is planned to released for public testing. I
assume that it is already under development.
Br, Pasi
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv
Hi,
when reorganizing my runvdr I found some lost comment in the file that
is delivered with vdr 1.4.2. There is still some comment about the
variable VDRUSR. It says:
# Set the environment variable VDRUSR to the user id you
# want VDR to run with. If VDRUSR is not set, VDR will run
# as user 'v
hi!
Does anyone know how to get nvram-wakeup working?
Philipp
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
what do you get from a :
nvram-wakeup
or
nvram-wakeup --directisa
- Original Message -
From: "Philipp Flesch" <[EMAIL PROTECTED]>
To:
Sent: Friday, September 01, 2006 12:25 PM
Subject: [vdr] nvram-wakeup and Asus Pundit-R350 - Board P4R8L2
> hi!
> Does anyone know how to get nvram-wak
My halt.sh script is lengthy, but the wakeup is initiated with:
sudo nvram-wakeup --directisa -s $((`date +%s` + $NEXT))
where $NEXT is the seconds to the next start
- Original Message -
From: "Philipp Flesch" <[EMAIL PROTECTED]>
To:
Sent: Friday, September 01, 2006 12:25 PM
Subject:
Quoting Simon Baxter <[EMAIL PROTECTED]>:
My halt.sh script is lengthy, but the wakeup is initiated with:
sudo nvram-wakeup --directisa -s $((`date +%s` + $NEXT))
where $NEXT is the seconds to the next start
have you got a nvram.conf for the Asus Pundit-R350?
With the Pundit-R everything wor
> Quoting Simon Baxter <[EMAIL PROTECTED]>:
>
>> My halt.sh script is lengthy, but the wakeup is initiated with:
>>
>> sudo nvram-wakeup --directisa -s $((`date +%s` + $NEXT))
>>
>> where $NEXT is the seconds to the next start
> have you got a nvram.conf for the Asus Pundit-R350?
>
> With the Pundi
11 matches
Mail list logo