/srv/irclogs.ubuntu.com/2012/04/18/#ubuntu-mythtv.txt

tgm4883dewman, same page as always?00:00
tgm4883!repos00:00
ZinnThe Mythbuntu team provides updates for MythTV and Mythbuntu package using the Mythbuntu Repos http://mythbuntu.org/repos00:00
dewmantgm4883, thanks.... I assumed it was pretty straight forward, but just wanted to be sure.00:01
dewman=-)00:01
dewmantgm4883, upgrade complete.00:38
dewman=-)00:38
Shadow__Xhow is zfs in linux these days01:12
patdk-lapseveral people using it without issues it seems01:18
patdk-lapI had nothing but fail when I tried it01:18
patdk-lapbut solaris works good for me01:19
Unguided1I only went bsd b/c oracle killed opensolaris01:21
Unguided1At least I thought01:23
Shadow__Xi use OI for zfs01:27
Shadow__Xand that works great01:27
Shadow__Xits designed to be a opensolaris replacement01:27
Unguided1OI? Openindiana?01:28
patdk-lapyep, have 4 oi systems here01:30
Shadow__Xyeah openindiana01:30
amejiasuperm1: hey, yeah you can put it together if you like, or just file a bug against the package as a reminder for me01:34
qwebirc27039Hey, I have a pair of Hauppauge HVR-1600's, and since the .25 update, I haven't been able to find any analog channels04:30
qwebirc27039Anyone else have any problems, or any ideas to fix it?04:30
Shadow__Xanalog is the problem04:58
Shadow__Xqwebirc27039: did you check to see if the tuner is still available in /dev? or in mythtv backend setup?05:00
qwebirc27039I fixed it. Somehow the IP address in the backend setup was set to 127.0.0.1, which apparently doesn't work. I changed it to the host name and it works fine. I thought I had tried that before but apparently not. I guess the tuner problem was unrelated05:08
Zinn[127.0.0.1] N/A05:08
qwebirc27039Although when I try to exit a recording in the Frontend, it freezes, and I have to kill it over ssh05:09
Shadow__Xi would check the logs for the freezing issue on the frontend05:52
Shadow__Xthis keeps happening every hour run-parts: /etc/cron.hourly/mythtv-backend exited with return code 2 what should i look at to fix this18:53
tgm4883Shadow__X, what does that cron job do?19:07
Shadow__Xnot sure really. How can i check19:09
tgm4883nano /etc/cron.hourly/mythtv-backend19:10
Shadow__X#!/bin/sh19:11
Shadow__X#Hourly massive update to ensure users see graphics coming in for upcoming recordings and current recordings19:11
Shadow__XDIRECTORY=$(getent passwd mythtv | cut -d':' -f6)19:11
Shadow__Xif [ -f "$DIRECTORY/.mythtv/config.xml" ] && [ -x /usr/bin/mythbackend ]; then su mythtv -c "/usr/bin/python /usr/share/doc/mythtv-backend/contrib/metadata/jamu.py -MW >> '/var/log/mythtv/j$19:11
tgm4883Shadow__X, what version are you on?19:11
tgm48830.25?19:11
Shadow__X.24.219:11
tgm4883You can try to run it from the cmd line19:12
tgm4883su mythtv -c "/usr/bin/python /usr/share/doc/mythtv-backend/contrib/metadata/jamu.py -MW19:12
tgm4883you will have to sudo that19:13
Shadow__Xyeah, i just didnt realize cron jobs were just text files but i should of known better19:13
Shadow__Xwould i need to run mythtv -c "/usr/bin/python /usr/share/doc/mythtv-backend/contrib/metadata/jamu.py -MW >> '/var/log/mythtv/j$ ?19:14
Shadow__Xrunning what you told me to waits for more input as there isnt a closing "19:14
tgm4883ok do19:15
tgm4883sudo su mythtv -c "/usr/bin/python /usr/share/doc/mythtv-backend/contrib/metadata/jamu.py -MW"19:15
Shadow__Xwouldnt sudo su just log in as root?19:16
tgm4883no, you are running it as the mythtv user19:16
Shadow__Xah right forgot about that19:16
Shadow__Xah this is probably why it keeps erroring out no such file or directory /usr/share/doc/mythtv-backend/contrib/metadata/jamu.py19:17
tgm4883yep19:17
Shadow__Xso what should i do then? i havnt changed the builds and i am on the mythbuntu autobuilds19:19
tgm4883well if you want to use jamu, then we need to figure out where it went19:21
tgm4883if you don't, then you can safely delete that file19:21
tgm4883the cron job file that is19:21
Shadow__Xfinding jamu it is19:22
Shadow__Xany idea where it would be? or just use find -name jamu.py?19:25
tgm4883try find19:25
Shadow__Xfind -name jamu.py?19:27
tgm4883find / -name jamu.py19:27
Shadow__X/usr/share/mythtv/mythvideo/scripts/jamu.py19:31
Shadow__Xbtw is there a way to have find just display when it finds something not permission denied19:32
tgm48832> /dev/null19:32
tgm4883add that to the end19:32
tgm4883or sudo it19:32
tgm4883so it has permission19:32
Shadow__Xso just update cron to /scripts19:34
tgm4883yea19:34
Shadow__Xok updated, is there a way to make cron run or do i just wait19:36
tgm4883you could just run the cron job19:40
tgm4883call it from the command line19:40
tgm4883or wait19:40
Shadow__Xso just execute /etc/cron.hourly/mythtv-backend ?19:41
tgm4883yep19:41
Shadow__Xuh oh auth error19:44
Shadow__Xi never s et the password for mythtv19:45
tgm4883You'll have to look where that file is trying to find the password19:46
Shadow__Xsorry i do not follow19:47
tgm4883Look inside jamu.py and see if you can find what file it's looking at for the password19:48
tgm4883I'm at work right now, so I can't really look at that19:48
Shadow__Xthanks i appreciate the help. The password issue is when the script runs su mythtv. I dont know the password for the mythtv user19:49
tgm4883oh19:50
tgm4883use your sudo password19:50
Shadow__Xnope not working19:50
Shadow__Xwait maybe its because the root account is locked in ubuntu?20:00
Shadow__Xinstead of just directly executing the script i put sudo infront and yay now its working20:01
Shadow__Xtgm4883: thanks for all the help and sorry for all the questions20:11
tgm4883Shadow__X, no worries20:12
tgm4883yw20:12
Shadow__Xnext on the the apple trailers issue :)20:13
Shadow__Xon a side note does mythnetvision actually work for people?20:43
koffelhello22:40
koffelcan i use hdpvr ir blaster for channel change?22:40
koffeli am guessing no22:42
tgm4883koffel, IDK, I think you can but I use firewire channel change with mine22:51
Shadow__Xfrom wwhat i have heard you should be able to23:15
qwebirc78907hey there, for some reason I do not have libcec in my build, I am using mythbuntu 12.0423:36

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