[01:27] Anyone else having issues with MythWeb when your backend isn't on localhost? [01:27] MasterServerIP or MasterServerPort not found! You mayneed to check your settings.php file or re-run mythtv-setup [04:59] I'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? [05:01] JoJo1, don't use the scan for channels use find channels [05:03] Darth... Thanks for the response. I don't ever recall doing that before... I'll have go figure out where that function is. [05:06] <_Techie_> when loading up the frontend i get nothing but the background of the menu, no text just the blue background [05:19] Well... 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:20] joat, you on karmic? [05:20] if so, try installing linux-firmware-nonfree [10:18] * 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:49] Hrm, 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=27542 [13:32] my 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:33] ok, found it; *** stack smashing detected ***: /usr/bin/mythbackend terminated [13:34] What does this mean? [13:42] sbak: Googling that mesasge, it appears to be an out-of-bound array access. [13:42] It may not be of much use to us, but is there anything in /var/crash? [13:43] mrand: i'll check [13:45] Nothing in /var/crash/ the lines preceeding the crash is all Firewire info. [13:45] possibly FW issue? [13:45] 2009-10-26 01:10:11.224 LFireDev(0022CE29BB200000): SignalReset(888->889) [13:45] 2009-10-26 01:10:11.225 LFireDev(0022CE29BB200000): SignalReset(888->889): Updating device list -- begin [13:45] 2009-10-26 01:10:11.226 get_guid 1, Error: eno: Success (0) [13:45] *** stack smashing detected ***: /usr/bin/mythbackend terminated [13:46] sbak: 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:47] It is in my mythbackend log [13:49] Yea, but the odd thing is that this didn't start happening until I started the daily builds [13:49] I will keep digging. Good to know others arn't having the same issue. [13:49] sbak: that's unfortunate. Sorry about that. [13:51] Using valgrind to watch over things might turn up something. [14:14] Good morning. [14:26] I suppse it is (12:26am here) [14:26] :D [15:47] anyone else experiencing a 2-3 minute delay before remote begins to work? === Echelon is now known as Echelon-away [22:12] hi, 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:16] fabio_27, should be the same password you set during install [22:16] ubuntu sets a root password during install [22:17] hmm no i always thought that was set to "zero" [22:17] anyway any chance i can retrieve this password somehow? [22:18] why do you need to log in as root? the myth user's username and password can be found in .mythtv/mysql.txt [22:18] (in your home dir) [22:20] yes 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 access [22:20] and doing grant all on mythconverg.* to mythtv@"192.168.1.%" identified by "mythtv"; as mythtv user doesn't work, access denied [22:20] fabio_27, so enable the mythtv service in MCC? [22:20] IIRC, that enables network access [22:21] Be 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:22] yes i tried that in mcc but that didn't do anything... maybe because i'm using the 0.22 ppa builds? [22:22] ah yeah I guess that would require root... [22:23] well if all else fails you could follow the mysql procedure for resetting the root password [22:23] http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html [22:24] ok thank you, maybe gonna try that allthough it looks ugly :) [22:24] well... maybe a little :) [22:31] fabio_27, ppa builds shouldn't matter [22:32] worries me that you don't have root password for mysql [22:32] !mysql [22:32] 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-common [22:32] err [22:32] !mysql | fabio_27 [22:32] fabio_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-common [22:36] that's it, i've never set a password there [22:36] does that mean that one is already set? [22:36] i thought not entering something there would not set a password [22:37] but i set one now and it is working [22:38] thank you very much [22:39] fabio_27, by default, it should be your main user password [23:03] hmm i have set all the priviledges now [23:03] but mymote is still complaining it can't connect to the mysql database [23:04] but i can connect to the backend with my laptop [23:04] so mysql over the network is working