/srv/irclogs.ubuntu.com/2010/12/29/#ubuntu-mythtv.txt

quent56if I put the command "touch ~/OK", OK is never created.00:00
nudelsnackI don't know much about that but as far as i remember the backend is not necessarily shut down when the frontend ends00:03
nudelsnackso it seems to me like your problem is that the backend is not shut down rather than the command not being run during shutdown00:05
quent56yes I think00:05
baggar11quent56: yes, backend will keep runnin until you shutdown the computer. That command is for specific instructions for mythtv-backend to stop itself before system shutdown.00:05
quent56There are a field : "The amount of time the master backend idles before it shuts down all backends. Set to 0 to disable auto shut down", I put 35 (seconds) here.00:06
quent56And I see in mythwelcome that the backend is idle00:07
quent56for 1 minutes (or more)00:07
quent56I have a PC with front end and backend installed, and I would like to shutdown the PC when there are no frontend and no record active00:09
baggar11quent56: I haven't set anything like that up. I keep my backend on all the time. only turn on/off the frontends as needed.00:10
quent56ok we are not in the same case00:11
quent56I would like to shutdown my pc, for electrical issue00:11
nudelsnackI only would like to set up a complete system shutdown by remote00:11
quent56nudelsnack> do you use lirc ?00:12
nudelsnackno, I have a MCE remote00:12
baggar11quent56: you can modify the frontends option so it will prompt you to shutdown the computer, when trying to close the frontend00:12
quent56baggar11> ok :) how can I do this ?00:12
baggar11quent56: it's an option under general I believe. I'm not at a frontend to tell you.00:13
quent56baggar11> ok I loof for, thanks00:13
nudelsnackby the way, what is logged to the mythwelcome.log? Mine is empty...00:13
quent56*look00:13
quent56nudelsnack> start mythwelcome like this : mythwelcome -l /var/log/mythtv/mythwelcome.log00:15
nudelsnackgood to know about the tool :)00:18
baggar11quent56: found a forum post that said the mythfrontend exit options were in general00:18
quent56baggar11: yes, an option is here00:19
baggar11quent56: cool00:19
quent56baggar11> it's work partially, it's reboot or halt as demand, but I don't control it I think, I would like use it with mythwelcom00:20
quent56I would like boot up my PC when a record is shedule, and halt him after, so the front end is not launch and it's match backend options00:21
quent56as describe here : http://www.mythtv.org/wiki/ACPI_Wakeup00:21
Zinn[www.mythtv.org] ACPI Wakeup - MythTV00:21
nudelsnackquent56: did you set a wakeup event after the shutdown? there is a hint in the mythwelcome wiki page about at least 15mins00:25
nudelsnackotherwise the system won't shut down00:25
quent56I see it, and it's match to option "Max. wait for recording (min)          : 15", but I have no record shedule, and I have no wakeup event after shutdown00:27
quent56good night  and thank you for your help01:21
patdk-wkHmm, I'm wondering if I did the mythbuntu ppa wrong or not14:18
patdk-wkI was attempting to track 0.2414:18
patdk-wkI have /repros/, /0.24/ and /testing/14:19
patdk-wkshould I just have repos and 0.24?14:19
=== mvetketel is now known as bogus-
tgm4883patdk-wk, no, you are fine16:01
tgm4883that will give you 0.24 updates16:01
patdk-wkhmm, ok :)16:02
patdk-wkhad testing in there, didn't know why16:02
patdk-wkso never-record in mythweb is broken, and doesn't look like mythwebs fault :(16:02
tgm4883cause you enabled mythbuntu updates16:02
patdk-wkit updates the database ok, it doesn't seem to do a reschedule though, but if I do one manually, it still is set to record :(16:03
patdk-wkI was just updating to make sure it wasn't already fixed16:03
tgm4883sounds like a mythtv bug16:03
patdk-wkya, not reading the oldrecordings table right or something16:03
mrandI think I remember seeing a bug report, or at least a discussion on that, a few weeks back.16:04
mrandOr I could just be imaging it.16:04
patdk-wkmy google search wasn't finding anything16:04
mrandOk, I was actually thinking of Bug 9360 (http://code.mythtv.org/trac/ticket/9360), but that's for re-record.  Never record was last "fixed" here: http://code.mythtv.org/trac/ticket/8487 which should be included in 0.2416:09
ZinnBug 9360 in linux-source-2.6.15 (Ubuntu) "Current acx100 module shows incorrect signal strength" [Medium, Invalid] http://www.launchpad.net/bugs/936016:10
mrandignore zinn16:10
ZinnHi mrand, something I can help you with today?  I am a bot, use !help to see what I can do.16:10
mrandI know you're a bot, and no, you are not being helpful.16:10
patdk-wkhehe16:14
patdk-wkya, I saw that bug, different issue16:14
patdk-wkit gets the program id's correct16:14
mrandpatdk-wk: in that case, could you open a mythtv ticket on it?16:14
patdk-wkI'll try, probably later tonight, should do some work, while at work :)16:15
patdk-wkI had a marathon that was recording on the 1st, like 20 shows back to back, none of them would never-record :)16:16
patdk-wkclicking, dont-record worked though16:16
mrandthat could get annoying ;-)16:16
mrandthanks.16:16
patdk-wkand I debugged the mythweb php code already, it's not the issue16:16
patdk-wkya, I'll crossreference the database, make sure it is good, then file the bug16:16
mrandexcellent.  They'll be happy to hear that it isn't php... those bugs tend to lay around a while I think.16:17
patdk-wkoh, if it was a php bug, I would submit a patch16:17
patdk-wkI would do it for the c code also, but well, I could probably spend a week or longer looking for the correct place to fix it, before figuring out what to fix :)16:18
mrandUnless it was a VERY trival patch, even then it is likely to sit around a while.16:18
mrandAs least, based on past experience.16:18
mrand(referring to php patches)16:18
patdk-wkmy trivial php patchs got submitted pretty quick16:18
patdk-wkmythweb video showing tv series out of order, not using the episode on the sort, and doing double sorts (mysql and php)16:19
patdk-wkneedless to say, mysql is much better at sorting than php, cause it has indexs :)16:19
mrandheh.  so why not use them? ;-)16:19
patdk-wkalso, mythweb video directorypath was broken, stripping /'s from paths16:20
patdk-wkboth where commited in under a week :)16:20
mrandI'm thinking of the case when foxbuntu submitted two patches about the rss feeds.  They layed around for months.16:21
patdk-wkhmm, I don't even use the rss feature, probably why16:21
patdk-wkhmm, seems rss is only for recorded programs16:22
thopiekarhi.. I installed mythbuntu x64 and mythweb on it works great, but I can't watch recordings.. flowplayer says that it can't find the clip at path xy..18:27
patdk-wkflowplayer?18:31
thopiekarpatdk-wk: yes..18:35
thopiekarsame when trying to play via asx stream18:35
patdk-wkasx works fine here18:39
patdk-wkbut mediaplayer doesn't like it18:39
patdk-wkany other video player itworks with18:39
thopiekarwhen clicking on the asx stream button I get on the browser: 29800_20101227201500.mpg does not exist in any recognized storage group directories for this host.18:40
thopiekardo I really need to set up the paths on mythtv-setup?18:40
thopiekarWhen I leave these settings untouched mythtv will use default paths isn't it?18:41
thopiekarbecause the error message I get when clicking on the asx stream says that it can't find any path in this group.18:42
superm1it could be a symlink problem18:50
superm1if you check on the filesystem under the mythweb directory in /var/www, look at the data folder18:50
superm1are there broken symlinks?18:51
thopiekardoesn't seem so..18:54
thopiekarmythtv-setup says before closing that I even haven'T set a default storage folder..18:54
thopiekarwhich should i set?18:55
thopiekarI mean choose?18:55
thopiekarsuperm1:18:57
superm1i'm not sure i've seen that before - do you not have all the right storage groups made maybe?18:58
thopiekarI haven't set any path atm.. so I 'd like to set a "default" one.. but which path should I choose?19:00
thopiekarI tried /home/mythtv but it doesn't have the permissions, mythtv-setup says..19:01
superm1oh /var/lib/mythtv is where "defaults" are19:12
thopiekarok I made now an alternative folder which has all read/write rights for all users at /home/mythtv/storage19:13
thopiekarbut thanks, superm1 ;)19:13
thopiekaryeaH! Settings this folder also fixed my streaming problem19:15
thopiekarso what you can add in the future, is to set this folder path for "Default" and problems like mine are "pre-solved" :D19:17
tgm4883thopiekar, default what?19:21
thopiekarstorage group19:21
superm1well it should have been the default from the install - i suspect you might have made changes to some of the storage groups by hand?19:21
tgm4883for?19:21
tgm4883i'm assuming you mean either a videos storage group or a recordings storage group19:22
tgm4883which both already have defaults19:22
thopiekarhmm yes, but if these paths are not set mythweb can't find the recordings.19:45
thopiekarmythwebs fault?19:45
bergqvistjlAnyone having problems with lirc on mythbuntu 10.10 when upgrading via autobuilds to mythtv 0.24?22:37

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!