
moonkuh at gmail
Mar 17, 2008, 7:12 AM
Post #3 of 3
(298 views)
Permalink
|
Funny is how i get it to work :) Here is what i had send to the mailing list. Maybe the mail is lost in hundreds of other mails :p <snip> There seems to be an error in the wiki and under mytwelcome --setup -> Format for Waketime (or in the Translation to German) Thats what i put in nvram-wakeup command: date -d "`echo $time | sed "s/T/ /"`" +%s | xargs /usr/sbin/nvram-wakeup -A -C /etc/nvram-wakeup.conf -s It's strange that i need -s at the end, because the wiki says something like this: Note that Mythwelcome will append "--settime xxxxxxxxxx" to this command where xxxxxxxxxx is the next wakeup time in UTC format. so that we don't need -s at the end, --settime and -s are the same. Second strange thing, the description (the translation in german) for waketime format says that i have to use time_t with nvram-wakeup but only with the second option "yyyy:mm:........" nvram-wakeup works </snip> Took me a long time to find the answer why nvram-wakeup didn't work :( Am Montag, den 17.03.2008, 12:32 +0000 schrieb David Watkins: > > Now when the Mythbackend shutdown, i get an error that the time is wrong > > and nvram-wakeup doesn't write the time in the bios. > > > > Please can someone show me where the error is? > > >> date: invalid date `1205687280' > > > Well that's a funny looking date, so I guess the error is in here somewhere > > >> date -d "`echo $time | sed "s/T/ /"`" +%s | xargs > > Can you modify your script to show the value of %s that's getting passed in? > _______________________________________________ > mythtv-users mailing list > mythtv-users[at]mythtv.org > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users _______________________________________________ mythtv-users mailing list mythtv-users[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|