X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from smtp.ufl.edu (smtp04.osg.ufl.edu [128.227.74.71]) by lists.alpinelinux.org (Postfix) with ESMTP id 4F3441EB598 for ; Thu, 29 Apr 2010 19:49:55 +0000 (UTC) Received: from osgjas04.cns.ufl.edu (osgjas04.cns.ufl.edu [128.227.74.134]) by smtp.ufl.edu (8.14.0/8.14.0/3.0.0) with ESMTP id o3TJnpAd019750; Thu, 29 Apr 2010 15:49:52 -0400 Message-ID: <453083326.332401272570591209.JavaMail.osg@osgjas04.cns.ufl.edu> Date: Thu, 29 Apr 2010 15:49:51 -0400 (EDT) From: Kenny Aral To: Harry Lachanas Subject: Re: [alpine-devel] Re: help: freepbx install on alpine linux Cc: Alpine-devel Developers X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: GatorMail WebMail (http://GatorMail.sf.net/) X-Originating-IP: 70.171.39.135 [70.171.39.135] X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 definitions=2010-04-29_15:2010-02-06,2010-04-29,2010-04-29 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1004290186 X-Spam-Level: * X-UFL-Spam-Level: * I would like to thank all of you for your help with this project. I really appreciate the time you took to provide helpful suggestions to the problems I was having. I have completed the installation and I now have a working web server with FreePBX and Asterisk installed on Alpine Linux. I will work on putting my installation procedure on the Alpine Linux Wiki, but if you are interested, you can read the paper I wrote for this project here: https://docs.google.com/fileview?id=0B7wCC8VkuTlvNWY0NzgzYjctYmYyMC00MzVjLWFjMzctZjE1Y2ZlNDk0ZmNh&hl=en The final solution to the most recent problem that I was having with the MySQL database connection was to use a UNIX socket connection instead of TCP. To do this, I had to designate the host as unix(/var/run/mysqld/mysqld.sock). On Mon Apr 26 02:12:30 EDT 2010, Harry Lachanas wrote: > Kenny Aral wrote: >> Thanks for the suggestion, Harry. That corrected the error I was >> getting. However, now I am getting a new error that I've spent >> the whole day trying to fix. I have created the MySQL databases >> called asterisk and asteriskcdrdb. I granted all privileges >> using: >> >> mysql> grant all privileges on asterisk.* to >> asteriskuser@localhost identified by 'amp109'; >> mysql> grant all privileges on asteriskcdrdb.* to >> asteriskuser@localhost identified by 'amp109'; >> mysql> flush privileges; >> >> When I run the script the output is: >> >> # ./install_amp >> ... >> ... >> Connecting to database..FAILED >> DB Error: connect failed, [nativecode=No such file or directory] >> ** mysql://asteriskuser:amp109@localhost/asterisk >> Try running ./install_amp --username=user -password=pass >> [FATAL] Cannot connect to database >> >> I don't understand why its giving me a "no such file" error when >> the database definitely exists. If I change the IP address from >> 'localhost' to the actually IP address of the server I am >> running '192.168.1.114' the output is: >> >> # ./install_amp >> ... >> ... >> Connecting to database..FAILED >> DB Error: connect failed, [nativecode=Connection refused] ** >> mysql://asteriskuser:amp109@192.168.1.114/asterisk >> Try running ./install_amp --username=user -password=pass >> [FATAL] Cannot connect to database >> >> This time I get "Connection refused." I have tried running the >> script with --skip networking uncommented/commented in >> /etc/mysql/my.cnf with no success. At this point I'm stumped as >> to why its not working. This is the very last part of the >> installation too. >> >> On Fri Apr 23 02:27:55 EDT 2010, Harry Lachanas >> wrote: > grant all privileges on asterisk.* to asteriskuser@localhost > identified by 'amp109'; > > with this statement you allow asteriskuser to connect to database > only from local host ( 127.0.0.1) > > try to place the ip address of the alpine box you have asterisk > running ... > > that is on mysql server > grant all privileges on asterisk.* to > asteriskuser@ALPINE_IP_ADDRESS identified by 'amp109'; > > or any host > 'asteriskuser'@'%' > > Can you connect from a remote box to your mysql server from lan > ??? > > Make sure that you can, and proceed .. > > Cheers > You R almost done . > > > > -- ARAL,KENNY A --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---