/srv/irclogs.ubuntu.com/2010/11/23/#ubuntu-mythtv.txt

savantelite_so My 1st Time here setting up a backend mythtv. I installed mythtv through the ubuntu store.01:35
savantelite_Hostname?01:35
savantelite_Port?01:35
savantelite_Database name?01:35
savantelite_poor derek01:38
tgm4883savantelite_, likely you need to install the backend as well. I'm not entirely sure what gets installed if you just install mythtv01:42
tgm4883what are you trying to accomplish?01:43
savantelite_The back end I think is installed. It asked to install that.01:43
savantelite_my question is hostname or ip?    Do I just look at my connections and imput that ip?01:44
tgm4883use hostname01:44
tgm4883provided you can resolve hostnames to IP's on your network01:44
Shadow__Xtgm4883: why wouldnt he just use ip and then know things will work01:44
tgm4883Shadow__X, too many users have dynamic IPs01:45
tgm4883plus, thats what hostnames are for :)01:45
Shadow__Xdynamic ips are bad for you01:45
tgm4883not always01:45
tgm4883but yea, set up inproperly they are01:46
savantelite_I have a static IP on my router01:46
tgm4883which by default they are01:46
savantelite_For hostname it reads   localhost    by default01:46
tgm4883savantelite_, you have statically assigned ip's for your local network ?01:47
savantelite_Just my router01:47
savantelite_Will my router keep the rest of the machines with the same internal ip?01:47
tgm4883savantelite_, by default? probably not01:48
savantelite_so should I just leave it "localhost" for hostname?01:48
tgm4883no, i'd say set a static IP address on the PC using network manager01:49
tgm4883if you have any remote frontends in the future localhost will cause issues01:49
savantelite_k, So can I just do that in IPv4 settings?   or do I have to do it on my router?01:50
tgm4883savantelite_, just do that in IPv4 settings01:51
savantelite_Should I use the one it currently gave me? 192.168.2.21?01:53
savantelite_and what do I do with netmask and gateway feilds?01:53
savantelite_Is this stuff easy to change after I have a backend up?01:54
tgm4883no, don't use the one it gave you, as that may be assigned to another PC later01:55
tgm4883You would want to use something on the same subnet, like 192.168.2.20101:55
tgm4883netmask is likely 255.255.255.0, gateway is likely the IP of your router01:55
savantelite_cool that worked fine. I will have to set up my other computers like that:)02:04
savantelite_So now I put my new ip in to "Hostname"?02:04
savantelite_Thanks a ton, I will be back in a couple hours02:05
miststlkrrunning .23 and have a series which was tagged incorrectly.  If I manually go through and "reset metadata" then rescan using the series ID I can get it to group correctly and get the correct summary and all that, but it won't let go of the old/incorrect artwork.  is there a way to do this other than going through for each pierce of art for each episode and picking through the menu of all artwork?? surely there is at least a03:33
miststlkrway to wipe it clean for the episode/series at the very least??03:33
yggdrasilok wtf have you done with grub/menu.lst04:36
qwebirc45582hi all11:27
qwebirc45582any one up for a q on a SQL error I am seeing on a clean 10.10 Mythbuntu install?11:27
=== Gibby_away is now known as Gibby
patdk-wkguess not, since he didn't want to ask his question13:05
Nashasuperm1 are you around?13:37
superm1Nasha, yeah i'm here14:59
superm1as for ideas to make your solution permanent, if rc.local isn't working, you've got a race condition of sorts going on i'm thinking15:00
NashaI see...15:01
NashaDo you think i could add it to the lirc init script, and that may make it work?15:03
NashaAd hoc solution, doesnt exactly sort out the cause of the solution though15:03
superm1i think still need to figure out the cause of the problem first to figure out the best place to fix it15:16
superm1maybe a good start is having each run of /etc/init.d/lirc echo out into a file15:16
superm1and run set -x15:16
superm1then perhaps you might be able to see if there are invokations of it racing somehow15:17
NashaWhat do you mean, echo out into a file?15:19
NashaI mean, what would we be echoing15:19
NashaAfter looking at the in_kernel_support code in the init script, the file /sys/devices/virtual/rc/ doesnt exist, so the editing of the protocols file doesnt happen?15:21
superm1you can add set -x to the top of /etc/init.d/lirc, and there is a way in sh to set a file to redirect all output elsewhere15:24
superm1so if you redirect it to say /tmp/lirc.`tempfile` that should let you watch the messages output15:25
NashaYouve exceeded my linux knowledge im afraid15:28
patdk-wkI dunno the correct way to do it :)15:43
patdk-wkbut generally just rename the file15:43
patdk-wkand make a new script with the old name, and have it run the renamed script with output redirected15:43
NashaOk, im getting the general idea15:44
NashaHow exactly, do i do that?15:44
patdk-wkjust like I said15:44
patdk-wkmv script script.orig15:45
NashaYep, that part i get15:45
NashaAs for the contents of the new script15:45
patdk-wkecho "#!/bin/sh\n. script.orig > script.log 2>script.err\n" > script; chmod a+x script15:45
NashaAnd thats the contents of the new script, and the output will be in script.log15:47
patdk-wkyep15:47
patdk-wkI personally would use full paths for everything15:47
NashaYep, to avoid any mix ups15:48
NashaOk, ill give that a shot15:53
superm1you will probably want to use >> instead of > so that it appends to the file in case there are multiple times it's executed15:55
superm1and you'll want to make sure that you run set -x15:56
Nashaset -x in the new file or old?15:56
superm1either15:57
Nashaok15:57
Nashanasha@Ion-Frontend:~$ cat /etc/init.d/lirc.err16:06
Nashalircd: there seems to already be a lircd process with pid 100316:06
Nashalircd: otherwise delete stale lockfile /var/run/lirc/lircd1.pid16:06
Nashathe lirc.log seems to be ok16:06
Nashabut the remote isn't functioning using the lirc mceusb driver, only the ir_core16:06
superm1so look at it from a fresh boot16:06
Nashathat is a fresh boot16:07
superm1that's from a fresh boot?  Then it certainly sounds like something launched it twice16:07
NashaIsnt that the issue, the kernel is launching it, and lirc itself is launching/16:08
superm1so maybe it's udev rule conflicting16:09
superm1so you can try modifying /lib/udev/rules.d/85-lirc.rules16:09
superm1to comment out the add rule16:09
Nashadone, rebooting16:10
NashaNothing new in the err log, and remote is functioning with the repeat error as before16:12
superm1when you backed up your old conffiles, did you maybe also restore stuff in /etc/rc.d/ or so?16:14
Nashacertainly not16:14
NashaI backed up only .lirc hardware.conf and lircd.conf16:14
superm1is this machine your master backend16:15
NashaNo, FE only16:15
superm1okay, would you mind booting a live disk and trying there, just to rule out some other unforseen modifications here?16:16
superm1but hm, that won't go through the same steps a fresh boot will16:16
NashaSure16:16
NashaOk...16:16
NashaSo you want me to load the livecd?16:18
NashaNeed to find the external dvd drive, dont want to look for it at 3am if i dont have to lol16:19
superm1well i think you should go to bed if it's 3am, just searching for straws at this point16:23
superm1nothing definitive to solve it yet16:23
NashaYeh its almost bed time, but because of the time difference, i need to compromise to catch you16:24
superm1well don't stay up on my account, my brain is a little fried for more ideas atm :)16:25
Nashahaha ok16:26
NashaI was hoping to find a permanent solution, but its not that important. Jarod Wilson's words of advice were to just add the echo lirc > protocols to the lirc init script in place of the kernel code. But that either doesn't work, or ive commented out the wrong code16:27
NashaBecause it enables all the items in the protocols file, so ive just realised16:28
baggar11anyone running PIP in here? Wondering how the newer releases of MythTv handle it. Running 9.10 with 0.22 has always seemed to be crash happy...16:35
patdk-wkhmm, it's always worked for me16:36
patdk-wkbut I haven't used it since .22 :)16:36
baggar11patdk-wk: what cards are you running?16:44
patdk-wkfor?16:44
patdk-wkgt220 and gt24016:45
=== Nasha is now known as Nasha|Sleep
baggar11capturing of course, unless you weren't replying to my PIP question...16:47
patdk-wkwhat would capture matter in PIP?16:50
patdk-wkPIP only happens on the frontend, not backend16:50
baggar11because I've had problems with PIP with my capture cards16:51
patdk-wkPIP has nothing to do with the capture cards16:51
patdk-wkall pip does is playback two videos16:52
patdk-wknow, if you have issues recording from both of your cards at once, that is a totally different issue16:52
baggar11don't seem to have that problem with multiple frontends. so I guess its' the 0.22 frontend17:03
baggar11I'm about to upgrade to 0.24 on 10.10, and thought I would revisit PIP17:05
persiaHey.  I'm collecting information about installation targets for each flavour.  Does Mythbuntu plan to release for amd64/i386 for Natty again?  No powerpc or armel images?18:04
tgm4883persia, correct18:05
tgm4883also, #mythbuntu-mythtv-dev18:05
tgm4883err18:05
tgm4883#mythbuntu-dev18:05
tgm4883which should forward to #ubuntu-mythtv-dev18:06
superm1i think there is quite little utility in doing powerpc or armel18:25
superm1whenever flash gets released for amd64 i'd argue we should stop doing i386 too18:26
rhpot1991superm1: isn't it already18:27
rhpot1991or do you mean a stable release?18:27
superm1not a stable version18:27
rhpot1991ah ok18:27
superm1i'm not meaning stop doing i386 packages, just only release amd64 iso's18:27
superm1people on i386 could still function18:27
tgm4883<superm1> i'm not meaning stop doing i386 packages, just only release amd64 iso's18:27
tgm4883I like that idea18:28
tgm4883but whats the reason?18:28
tafkazsorry for crossposting, but i really would like to hear your thoughts on this:20:09
tafkazi found a wiki entry telling me,. that you can reset the playback profiles back to default by deleting the entries there completely20:10
tafkazi tried this, and i managed to delete most of those profiles. but some wont delete...20:11
tafkazin the log i get:20:11
tafkaz2010-11-23 21:01:59.347 TriggeredConfigurationGroup::removeTarget(): Failed to find desired value(Schonend) -- aborting20:11
tafkazanything i could do?20:11
tafkazthank you very much for your ideas20:11
=== Patrickdk is now known as PatrickDK
=== jasay_ is now known as jasay
Gibbywhat is the package for the hdhomerun gui?22:02
rhpot1991hdhomerun-config-gui I think22:03
rhpot1991hdhomerun-config - Configuration utility for Silicon Dust HD HomeRun22:03
rhpot1991hdhomerun-config-gui - GUI Configuration utility for Silicon Dust HD HomeRun22:03
rhpot1991Gibby: ^22:03
Gibbycan i install just the gui?22:03
rhpot1991yep22:04
rhpot1991I'd install both, the cli can do things the gui can't22:04
rhpot1991which you may never need22:04
Gibbysweet, it just got here in the mail22:04
rhpot1991Gibby: very nice22:04
Gibbyis it safe to flash the firmware with this utitlity?22:09
rhpot1991Gibby: yep should be fine, go get the latest from SD's website22:10
Gibbyyep already got it... so this utility is good for just looking at signal strength and flashing?22:11
rhpot1991Gibby: you can watch tv with it too, it launches vlc22:11
rhpot1991kinda useful for checking channels when fixing your lineup22:12
rhpot1991not sure if there is a better way to add listings for HDHR anymore, back when I did it I added my cable listings, scanned with the HDHR then added the xmltv id's for the scanned channels to match with my cable channels22:13
Gibbyhmm my symbol quality is all over the place22:14
=== Gibby is now known as Gibby_away

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