Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Kann man letzteres auch in der Bash automatisieren???
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
root@htpc:~# nvram-wakeup --version NVRAM WakeUp - Copyright (C) 2001-2004, Sergei Haller. nvram-wakeup-0.97 root@htpc:~# nvram-wakeup --help Usage: nvram-wakeup [OPTIONS] -s, --settime Set the given wakeup date/time (given as a time_t value). -d, --disable Disable WakeUp. Equivalent to --settime=0. -C, --configfile Read board configuration from specified configuration file. -I, --iwname Specify the IW (infowriter) name. -A, --directisa Use direct ISA access to read/write nvram instead of /dev/nvram. -N, --nowrite Don't write any values (in /dev/nvram or /dev/rtc). For testing. -D, --debug Enable printing debug messages. -l, --syslog Log all output via syslogd instead of stdout/stderr. -w, --wakeupbefore Start that many minutes before the wakeuptime (default is 5). -v, --version Print version information. -h, --help Print this message (always to stderr, regardless of --syslog). All specified wakeup times are times at which the PC should be up and running. |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
root@siduxbox:~# nvram-wakeup --version NVRAM WakeUp - Copyright (C) 2001-2004, Sergei Haller. nvram-wakeup-0.97 root@siduxbox:~# nvram-wakeup --help Usage: nvram-wakeup [OPTIONS] -s, --settime Set the given wakeup date/time (given as a time_t value). -d, --disable Disable WakeUp. Equivalent to --settime=0. -C, --configfile Read board configuration from specified configuration file. -I, --iwname Specify the IW (infowriter) name. -A, --directisa Use direct ISA access to read/write nvram instead of /dev/nvram. -N, --nowrite Don't write any values (in /dev/nvram or /dev/rtc). For testing. -D, --debug Enable printing debug messages. -l, --syslog Log all output via syslogd instead of stdout/stderr. -v, --version Print version information. -h, --help Print this message (always to stderr, regardless of --syslog). All specified wakeup times are times at which the PC should be up and running. |

Quoted
Original von leorg
...
Hast du was dagegen wenn Auszüge aus deinen Script's für andere VDR distributionen öffentlich verwendet werden?
...
This post has been edited 1 times, last edit by "hera" (Jan 31st 2009, 5:36pm)
This post has been edited 1 times, last edit by "zulu" (Jan 31st 2009, 7:00pm)