=== tgm4883_ is now known as tgm4883 [07:50] <__raven> 0.26 in tv mode: volumen control does not work with any key, i already reconfigured it. ideas? [08:21] qwebirc5082: i can't remember a connect to database page when i installed [08:21] i used the livecd and installed to a normal partition and not with wubi though === hpeter_ is now known as hpeter === hpeter_ is now known as hpeter [15:26] <__raven> 0.26 in tv mode: volumen control does not work with any key, i already reconfigured it. ideas? [17:10] <__raven> ... [17:27] __raven: did you set a soundcard in frontend audio settings? and try disabling/enabling software mixer [17:28] does someone know if it's possible to prevent the computer from shutting down while a recording is running? i would like to set a cron job to shutdown the pc, but i don't want the pc to shutdown as long as a recording is running [17:29] <__raven> lux3, ok tnx ill test it asap [17:29] i want to have the pc running during the day and shutdown at night, except if there is a recording to do [17:29] you can use mythshutdown to check if it's safe to shut down [17:31] Jay2k1: mythshutdown --safeshutdown would that be right? and how is the wakeup time set? do i have to configure something to set wakeup time? [17:35] hmm i use mythshutdown --check [17:35] not sure if safeshutdown also sets wakeup time [17:38] i use the automatic shutdown of mythbackend [17:39] lux3_: http://www.mythtv.org/wiki/Mythwelcome [17:41] ah, it does. [17:45] mythshutdown --setwakeup creates a acpi/rtc alarm to wake up the machine right? [17:48] ok it only sets the wakeup value in the db. (why?). how do i set the time in the bios? [17:57] i guess mythshutdown --check returns 0 if no jobs are running and returns 1 when some job is running? [17:57] so i would use something like "mythshutdown --check && halt" ? [17:58] which shuts down when no jobs are running and does nothing if jobs are running [17:58] is that correct? [18:00] uh yeah [18:00] ok thanks [18:00] there are different return values for different things but 0 means safe [18:00] ok [18:02] now i need a script that checks every 5 minutes if mythtv is done with all jobs and if it is, shuts down [18:02] Jay2k1: what value would be: no recordings running, but commercial flagging [18:02] i don't know [18:02] oh and the script needs to set up the wakeup time for the next recording how can i do that? [18:04] uhm [18:04] afaik that's a 3rd party command anyway [18:06] Jay2k1: so how can i do that? [18:06] i guess that depends on your board [18:07] for me, nvram-wakeup works [18:07] i think there was a second tool [18:08] the wiki says i simply need to do "echo `date '+%s' -d '+ 5 minutes'` > /sys/class/rtc/rtc0/wakealarm" [18:09] ah right [18:09] that method doesn't work with my board [18:09] yeah on my old board i used nvram-wakeup too, but i think now i can use the acpi method [18:09] so i have to use nvram-wakeup [18:09] how do i set the wakeup time to the next recording? [18:10] i don't know, i let mythtv handle that stuff [18:11] as for the check command, i made a script that checks the return value of mythshutdown --check and also checks that there are no users logged in via ssh [18:13] weird. cat /proc/driver/rtc reports my time as 2 hours before [18:14] so you live somewhere in europe, in the utc+2 timezone i guess [18:14] ah daylight savings time, ok [18:14] that's why it +2 [18:15] it's [18:17] i would like to set the wakeup time manually to the next recording and not let mythtv do it before shutting down, how can i do it manually? [18:30] does mythbackend shut down when a client is connected? [18:34] what does the option "wait for frontend" mean? [18:49] i'm trying the checklogin script but i have a question: does it prevent mythtv from shutting down when a recording is running? http://www.mythtv.org/wiki/ACPI_Wakeup#Integrate_into_MythTV [18:50] or should i set "/usr/bin/checklogin.sh && mythshutdown --check" in mythtv settings? [19:14] how does mythtv set the wakeup time? how does it get access to /sys/class/rtc/rtc0/wakealarm??