[02:21] !help [02:21] !help For a complete list of my knowledge visit: http://www.baablogic.net/Zinn.cgi Other available commands: !status, !about, !bug [bug_number]. [02:32] hi. i've done a backend installation on one computer, and am doing a frontend installation on another. i'm having trouble figuring out how to point the frontend at the backend. the frontend installation process asks for a security pin, but no hostname. this must be something silly i'm overlooking, but what? [02:58] lunaphyte, did you set a security PIN on the backend? [02:59] yes, under mythtv backend setup -> general. [03:00] i put this pin in the text field on the frontend and click test, and after a few moments it complains about not being able to connect to the database [iirc]. [03:00] but i'm wondering how it would know where to find the backend. [03:01] lunaphyte, did you run mythbuntu-control-centre on the backend and activate the mythtv service? [03:01] lunaphyte, it automatically detects backend machiens on the network [03:03] oh, hmm. i thought mythbuntu control centre was only for frontend computers. [03:03] i'm trying it just now, and the remote connectivity test is failing. [03:05] On the services tab did you enable the mythtv service? [03:07] i see ssh, samba, nfs, and vnc [those are enabled aside from vnc], but no mythtv service - here is what is listening: http://pastebin.com/Crt50EtH [03:07] [pastebin.com] apache2 1195 root 3u IPv4 8087 0t0 TCP *:80 (LISTEN) apache - Pastebin.com [03:10] that is from your mythtv master backend machine? [03:10] yes [03:13] hmm [03:15] lunaphyte, sorry its' on the mysql tab [03:17] oh, ok. here's my mysql tab: http://oi43.tinypic.com/9ss7pt.jpg [03:17] [oi43.tinypic.com] N/A [03:18] that's where i did the test connection that didn't work [03:18] lunaphyte, ok, you didn't set the pin to 0000 did you? [03:18] i didn't. it's 5891 [03:19] ok, and you hit apply after you turned on the mysql service? [03:19] err, 5819, rather [03:19] in MCC [03:20] http://oi44.tinypic.com/b8rec2.jpg [03:21] [oi44.tinypic.com] N/A [03:21] i believe so, yes. i'll try disabling it and then re-enabling it. [03:21] ok [03:23] after disabling it, i see in the output of lsof: mysqld 5773 mysql 10u IPv4 27275 0t0 TCP 127.0.0.1:3306 (LISTEN) [03:23] and after re-enabling it, i see: mysqld 5984 mysql 10u IPv4 28121 0t0 TCP *:3306 (LISTEN) [03:23] lunaphyte, that looks better [03:24] mysql was *:3306 in my earlier pastebin too though. [03:24] hmm, so it was [03:25] the test connection still fails. [03:25] maybe i'll try 0000 [03:25] the backend is still running and listening for connections? [03:28] i believe so, yes: http://pastebin.com/heaJsxbg [03:28] [pastebin.com] # lsof -nPi | grep -iF myth mythbacke 6226 mythtv 7u IPv4 29137 0 - Pastebin.com [03:28] let me see if i can connect from another host with telnet [03:29] yes, i can connect to both ports from another computer [03:29] open the socket, anyway. [03:29] hmm ok [03:29] what happens when you start mythfrontend [03:29] on the backend? [03:30] if you have one on the backend, yes [03:30] if not, then on the other machine [03:30] i have it only on the other computer at the moment. one moment, i'll try. [03:32] oh - that's what it was. on the frontend, i was still in the installation phase. it was asking for a pin, and when i supplied the pin and clicked test connection, it said "could not find database login credentials", and would not allow me to click continue. [03:32] however, trying again just now, it still complained with the same error, but it allowed to me click continue anyway [03:33] ah ok [03:34] what protocol/method is used to automatically detect backend computers? [03:35] IIRC it's AVAHI [03:41] oh, mdns and zeroconf, etc? [03:43] yea === dduffey is now known as dduffey_afk === dduffey_afk is now known as dduffey === dduffey is now known as dduffey_test [19:57] How do I shutdown? [20:03] sharkmonkey: in mythtv? [20:03] hit esc from the frontend and pick shutdown [20:03] (or if on a remote, back or stop == esc) [20:04] From the window manager/desktop environment [20:05] Not seeing a shutdown option [20:06] Ok, found logout. And that brought up an option to shutdown [20:24] sudo halt from a terminal works as well [20:29] rhpot1991: Not without a keyboard. :/ [20:30] ssh in and "sudo shutdown now" [20:30] oh, I got a good one "push the power button" works well, too ;) [20:33] ssh++ [20:33] theoretically you can use the onscreen keyboard if you really feel like doing that to yourself too [20:39] I did actually try the power button :). No reaction. I could hold it down, but that wouldn't be a clean shutdown. Might as well pull the cord at that point. [20:41] sharkmonkey: oh, my diskless mythbuntu frontend cleanly shuts down as soon a I gently hit the button [20:45] have you got a /etc/acpi/powerbtn.sh? or does the end of dmesg give any hint? [20:54] yeah it's supposed to react to the ACPI event of hitting the button, that's a bit weird [20:55] seems like the shutdown is not executed if any power management daemon is found running [20:56] so that these can take over (and offer stuff like "want to safe your work?") [21:01] well there isn't one seeded in 11.10 [21:01] hmm [21:01] but if someone has like gnome-power-manager installed on their own accord, i suppose that would happen