Tuesday, April 12, 2011

Google Voice and Asterisk

So I thought I would try the google voice with the Centos/asterisk .iso

Here is what I have done so far.

Download the .iso from here.

(32bit) http://www.asterisk.org/downloads/asterisknow/i386/asterisknow32.iso
(64bit) http://www.asterisk.org/downloads/asterisknow/x86_64/asterisknow64.iso

Dug up an old pent3 with 512 megs of ram and a 40 gig hard drive
Dropped in the cd and booted from cd...

Once installed I set the networking options, gave the machine a static ip and set dns

Upon reboot I found that I couldnt ping anything on the outside world. Turns out I had to setup dns name resolution. So I did this.

nano /etc/resolv.conf Dropped in my router ip of 192.168.1.1

Saved the file, and was able to do a nslookup on google.

Now to update. From the prompt, yum list updates this will go out and check what needs to be udpated
Install the updates with this yum update then once they are all in reboot, O wait, dependency not meet. Sheesh.

Yum update skip something or other, ok dependency resolved

Never mind, it crapped out....Forget this yum,dumb update.. Format the disk and go back to ubuntu LTS and
install it from there...






Wednesday, April 6, 2011

Mythbackend

Log files! GRRR.... You know, it would be nice if there would be some sort of logic when building log files. If there is an error, put it in english....Not freaking cryptic crap that beginning folks dont understand. What happens is that you spend hours looking for what "MIGHT" be the solution but it never is...

Yeah ok this timed out...
MythSocket(ffffffffb2d88218:49): readStringList: Error, timed out after 30000 ms.

WTF is this?
MythSocket(ffffffffa3501340:55): writeStringList: Error, No data written on writeBlock (932 errors)

Why not? This is a stock install..

Attempted to add a rate 32000 Hz, which is not in the list of allowed rates

Mythtv with Windows

I thought I would try to run the windows version of mythtv on an old p3 workstation that I had sitting here. No I wasnt crazy enough to try to compile the whole thing, I cheated. I downloaded the pre-compiled version and ran it. Weird thing is that it is asking for a security pin. But on the backend its set to 0000. Which from my understanding was to not need a pin.....

I haven't got past that part yet to figure out why It is complaining about this. I did find that my mythtv user didn't want to connect to mysql because of the freaking mysql permissions. Trying to find the answer to the stupid 1045 error is like trying to pick the winning power-ball numbers while you are walking the plank on a pirate ship.

Anyways, more to come later....