Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] nvram-wakeup
- To: vdr@linuxtv.org
- Subject: [vdr] nvram-wakeup
- From: Arno Esser <arno.esser@gmx.de>
- Date: Fri, 26 Oct 2001 21:43:33 +0200
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii; format=flowed
- Delivered-To: mhonarc@limes.convergence.de
- Reply-to: vdr@linuxtv.org
- Sender: vdr-bounce@linuxtv.org
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:0.9.3) Gecko/20010801
My dear list,
my computer shows some obscure behavior. I try to use the nvram-wakeup
utility to automatically restart my computer before the recording shall
start. When I test the procedure manually (nvram-wakeup and then halt)
everything works fine. The computer restarts automatically. If the
commands are executed from vdr by following script:
#!/bin/bash
/dvb/nvram-wakeup | /usr/bin/logger -t nvram-wakeup
if /dvb/nvram-wakeup -s $1 ; then
/dvb/nvram-wakeup | /usr/bin/logger -t nvram-wakeup
/sbin/halt
else
echo "wakeup failed" | /usr/bin/logger -t nvram-wakeup
fi
then the values are correctly set in BIOS (I checked that after the next
reboot) but the machine does not start. So where is the difference in
execution between manual starting and starting via vdr??
Thank you for any hints.
Arno
Home |
Main Index |
Thread Index