/srv/irclogs.ubuntu.com/2009/10/26/#ubuntu-mythtv.txt

OpenMediaAnyone else having issues with MythWeb when your backend isn't on localhost?01:27
OpenMediaMasterServerIP or MasterServerPort not found! You mayneed to check your settings.php file or re-run mythtv-setup01:27
JoJo1I'm having a problem... when scanning for channels, I get the following on the channels that I know exists... "Timed out, no channels". I get "Timed out, so signal" for the other channels. Anyone want to try and help?04:59
darthanubisJoJo1, don't use the scan for channels use find channels05:01
JoJo1Darth... Thanks for the response. I don't ever recall doing that before... I'll have go figure out where that function is.05:03
_Techie_when loading up the frontend i get nothing but the background of the menu, no text just the blue background05:06
JoJo1Well... it looks like I may be suffering from the same old problem... from the Dmesg command, "nxt2004: No firmware uploaded (timeout or file not found?)" I think I should start there. Usually when I have this problem, I can't even define a Capture Card.05:19
superm1joat, you on karmic?05:20
superm1if so, try installing linux-firmware-nonfree05:20
* jussi01 is still looking for a fully working DVB-T with conax, any suggestions would be good. only thing I can find for sale here is an anysee c-30, but it isnt fully working. 10:18
jussi01Hrm, Ive just come across this, if anyone can offer up info on whether it works with mythbuntu/linux: http://www.lapstore.net/store/product_info.php?cPath=1_57&products_id=2754210:49
sbakmy backend is randomly crashing. I get the daily builds. any idea what to look for in the logs? this has never happened before. Anyone else with these issues?13:32
sbakok, found it; *** stack smashing detected ***: /usr/bin/mythbackend terminated13:33
sbakWhat does this mean?13:34
mrandsbak: Googling that mesasge, it appears to be an out-of-bound array access.13:42
mrandIt may not be of much use to us, but is there anything in /var/crash?13:42
sbakmrand: i'll check13:43
sbakNothing in /var/crash/ the lines preceeding the crash is all Firewire info.13:45
sbakpossibly FW issue?13:45
sbak2009-10-26 01:10:11.224 LFireDev(0022CE29BB200000): SignalReset(888->889)13:45
sbak2009-10-26 01:10:11.225 LFireDev(0022CE29BB200000): SignalReset(888->889): Updating device list -- begin13:45
sbak2009-10-26 01:10:11.226 get_guid 1, Error: eno: Success (0)13:45
sbak*** stack smashing detected ***: /usr/bin/mythbackend terminated13:45
mrandsbak: quite possibly!  the fact that the world is not complaining about this would imply that there is something unique about your configuration that is bringing this bug out.  Did you see that when run from a command line, or did you capture that from a log somehow.13:46
sbakIt is in my mythbackend log13:47
sbakYea, but the odd thing is that this didn't start happening until I started the daily builds13:49
sbakI will keep digging. Good to know others arn't having the same issue.13:49
mrandsbak: that's unfortunate.  Sorry about that.13:49
mrandUsing valgrind to watch over things might turn up something.13:51
EssobiGood morning.14:14
EchelonI suppse it is (12:26am here)14:26
Echelon:D14:26
tmktanyone else experiencing a 2-3 minute delay before remote begins to work?15:47
=== Echelon is now known as Echelon-away
fabio_27hi, i'm on mythbuntu 9.04 and i'm trying to access my mysql database with mysql -u root mythconverg. but i always get access denied allthough i've never set a password for the root user...22:12
tgm4883fabio_27, should be the same password you set during install22:16
ToeBeeubuntu sets a root password during install22:16
fabio_27hmm no i always thought that was set to "zero"22:17
fabio_27anyway any chance i can retrieve this password somehow?22:17
ToeBeewhy do you need to log in as root? the myth user's username and password can be found in .mythtv/mysql.txt22:18
ToeBee(in your home dir)22:18
fabio_27yes i know that but i'm trying to set up mymote: http://mymote.wikispot.org/Manual/Requirements. therefore i need to modify the mysql database for network access22:20
fabio_27and doing grant all on mythconverg.* to mythtv@"192.168.1.%" identified by "mythtv"; as mythtv user doesn't work, access denied22:20
tgm4883fabio_27, so enable the mythtv service in MCC?22:20
tgm4883IIRC, that enables network access22:20
mrandBe sure to try the password for the user that you configured during install/setup - that may be your root mysql password.  (i.e., it will be a password that you entered, not the one in mysql.txt)22:21
fabio_27yes i tried that in mcc but that didn't do anything... maybe because i'm using the 0.22 ppa builds?22:22
ToeBeeah yeah I guess that would require root...22:22
ToeBeewell if all else fails you could follow the mysql procedure for resetting the root password22:23
ToeBeehttp://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html22:23
fabio_27ok thank you, maybe gonna try that allthough it looks ugly :)22:24
ToeBeewell... maybe a little :)22:24
tgm4883fabio_27, ppa builds shouldn't matter22:31
tgm4883worries me that you don't have root password for mysql22:32
tgm4883!mysql22:32
ZinnIf you are having problems connecting to your mysql database, you can perform the following to reconfigure it: 1. sudo dpkg-reconfigure mysql-server-5.0 (pay attention to the root password you set, you will need it for the next step) 2. sudo dpkg-reconfigure mythtv-database 3. sudo dpkg-reconfigure mythtv-common22:32
tgm4883err22:32
tgm4883!mysql | fabio_2722:32
Zinnfabio_27: If you are having problems connecting to your mysql database, you can perform the following to reconfigure it: 1. sudo dpkg-reconfigure mysql-server-5.0 (pay attention to the root password you set, you will need it for the next step) 2. sudo dpkg-reconfigure mythtv-database 3. sudo dpkg-reconfigure mythtv-common22:32
fabio_27that's it, i've never set a password there22:36
fabio_27does that mean that one is already set?22:36
fabio_27i thought not entering something there would not set a password22:36
fabio_27but i set one now and it is working22:37
fabio_27thank you very much22:38
tgm4883fabio_27, by default, it should be your main user password22:39
fabio_27hmm i have set all the priviledges now23:03
fabio_27but mymote is still complaining it can't connect to the mysql database23:03
fabio_27but i can connect to the backend with my laptop23:04
fabio_27so mysql over the network is working23:04

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