The best of a bad lot

Latest comments

In response to: Running PHP 5.2 on Ubuntu 10.04 LTS

Hello...You blog is so fun. I am very happy to read it, I want to know how ofter you post it, And I will on time to read it. Our company sell some NIKE shoes.
PermalinkPermalink 09/09/10 @ 03:13

In response to: Dear God: Why have you smiled upon Scotland with such great food?

BOB [Visitor]
FOOD FOR THE DRUNKS!!!!
PermalinkPermalink 07/08/10 @ 09:21

In response to: imap2maildir: a tool for mirroring IMAP to maildir

Ryan [Member] · http://blog.hoopycat.com/
Thanks! :-)

I read last night about Quickly in the latest Linux Journal... it's a framework for something the article referred to as "opportunistic programming." Putting a name on, and giving respect to, my style and motivation for programming was pretty awesome. (The framework looks pretty awesome, too.)
PermalinkPermalink 06/29/10 @ 13:47

In response to: imap2maildir: a tool for mirroring IMAP to maildir

Miblon [Visitor] · http://www.dogodigi.net
Excelent work and way to go! The best open source products evolved because of people needing it and by putting your code on github you created an good starting point!

I will give it a spin later next week or so. I intend to have it running on one of my own servers that then backups to another one of my servers :D. I am a bit of a python programmer myself, so if I come across something I think can help enhance your code, you will find it in github too.

Respect!

On Oct 22, Miblon wrote "asus eee 1005HA-H met moblin 2.1".

PermalinkPermalink 06/26/10 @ 22:01

In response to: You're sick, Jessy! Sick, sick, sick!

Ryan [Member] · http://blog.hoopycat.com/
By this point, I've not only registered, but successfully graduated. ;-)
PermalinkPermalink 06/20/10 @ 02:17

In response to: You're sick, Jessy! Sick, sick, sick!

Stan Schubridge [Visitor] · http://beertaps.com
Bite the hair off the dog that bit you. Of course, this was written two years ago. But, I just read it today. It's like a portal. Did you get registered?
PermalinkPermalink 06/19/10 @ 13:21

In response to: Lifehacking: the quest for efficiency

James Sweet [Visitor] · http://nojesusnopeas.blogspot.com
I definitely do the "spectacles, testicles" thing. Only drawback of that is that if for whatever reason I legitimately don't have one of them (e.g. cellphone is charging, keys loaned to wife, etc.) I experience brief moments of panic all day long. heh...

But yeah, I've natural done that for like ten years now.

(In other news, Holy Captcha!)

On Apr 15, James Sweet wrote "Physics/religion joke".

PermalinkPermalink 04/15/10 @ 19:16

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Ryan [Member] · http://blog.hoopycat.com/
@Dennis: That part looks right at least. I'm just not sure what's going on. Weird. Well, 10.04 is almost out, so perhaps I'll run into this when I do the next big FreePBX+Lighttpd+Ubuntu challenge. :-)
PermalinkPermalink 04/12/10 @ 02:54

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Dennis Dunbar [Visitor]
I never get beyond the 'Welcome" page. The three other choices return "403 Forbidden"

Here is what was returned. I am unfamiliar with these.

root@switch:~# ps auxwww | grep asterisk
asterisk 2267 0.0 0.4 27032 2528 ? Ss 10:31 0:00 /usr/bin/php-cgi
asterisk 2269 0.0 0.3 27032 1596 ? S 10:31 0:00 /usr/bin/php-cgi
asterisk 2270 0.0 0.3 27032 1596 ? S 10:31 0:00 /usr/bin/php-cgi
root 15253 0.0 0.1 3044 808 pts/0 S+ 11:15 0:00 grep asterisk

Thanks again.
PermalinkPermalink 04/05/10 @ 15:21

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Ryan [Member] · http://blog.hoopycat.com/
John: Asterisk from source is fine. Next time I write one of these tutorials, I'll probably end up compiling from source: I actually don't use the pv_grub/dahdi stuff on my "production" setup as I don't need conferencing, so doing that whole rigmarole is a pain.

Which version of FreePBX are you using? I wrote these instructions for 2.5.2, and 2.7 is the current version. I wonder if something changed within FreePBX. I just upgraded to 2.7, so we'll see what happens ;-)
PermalinkPermalink 03/11/10 @ 03:01

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

john [Visitor]
I keep getting the 403 error when i try to access the admin, ari or fop
my asterisk is built from source is that a problem?
PermalinkPermalink 03/07/10 @ 06:45

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Ryan [Member] · http://blog.hoopycat.com/
Hmmm... are you seeing anything in lighttpd's error.log about that? Also, what does ps auxwww | grep asterisk return?

Also, is it asking for a username/password when you try to go to the /freepbx/admin/ page? It should be. Hmm.
PermalinkPermalink 03/05/10 @ 15:11

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Dennis Dunbar [Visitor]
If it helps here are my permissions:

switch@switch-desktop:/var/www/freepbx$ ls -la
total 36
drwxr-xr-x 6 root root 4096 2010-03-03 06:03 .
drwxr-xr-x 3 root root 4096 2010-03-02 15:03 ..
drwxr-xr-x 8 asterisk asterisk 4096 2010-03-03 06:03 admin
drwxr-xr-x 2 asterisk asterisk 4096 2010-03-03 06:02 _asterisk
-rw-r--r-- 1 root root 602 2010-03-03 06:03 index.html
-rw-r--r-- 1 root root 4542 2010-03-03 06:02 mainstyle.css
drwxr-xr-x 2 asterisk asterisk 4096 2010-03-03 06:02 panel
drwxr-xr-x 7 asterisk asterisk 4096 2010-03-03 06:03 recordings
switch@switch-desktop:/var/www/freepbx$
PermalinkPermalink 03/03/10 @ 13:47

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Dennis Dunbar [Visitor]
I get the Frog page but cannot get any further.

I too am just getting 403. ( Initially I got 500 )

I believe it has to do with the syntax of line 3 in:
server.modules += ( "mod_fastcgi", "mod_access" )

Could you give a working example?

Thanks for this excellent step by step.
PermalinkPermalink 03/03/10 @ 12:43

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Ryan [Member] · http://blog.hoopycat.com/
Jun: The op panel requires some additional work that I have not yet figured out. I generally use the Busy Lamp Field (BLF) method of monitoring extension status, since it works on the phones themselves.
PermalinkPermalink 02/15/10 @ 20:03

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Jun [Visitor]
access permission to /var/www/frepbx/* is asterisk asterisk here is the err log from lighttpd:

2010-02-15 06:26:50: (mod_fastcgi.c.2618) FastCGI-stderr: Mon, 15 Feb 2010 06:26:51 +0800 - Failed to login.
PermalinkPermalink 02/14/10 @ 22:42

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Jun [Visitor]
One problem accessing the panel, it throws an error like this:

Warning: file(/etc/amportal.conf) [function.file]: failed to open stream: Permission denied in /var/www/freepbx/panel/index_amp.php on line 4

Warning: Invalid argument supplied for foreach() in /var/www/freepbx/panel/index_amp.php on line 5

any idea what's wrong?
PermalinkPermalink 02/14/10 @ 20:09

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Jun [Visitor]
Great installation procedures for asterisk + freepbx, thanks...
PermalinkPermalink 02/14/10 @ 20:06

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

Ryan [Member] · http://blog.hoopycat.com/
Hmmm... what are your permissions for /var/www/html/freepbx/*? Here's what I have:

Code:

rtucker@framboise:/var/www/html/freepbx$ ls -la
total 36
drwxr-xr-x 6 asterisk root     4096 2009-05-02 21:37 .
drwxr-xr-x 3 asterisk root     4096 2009-05-02 21:37 ..
drwxrwxr-x 8 asterisk asterisk 4096 2009-05-02 21:37 admin
drwxrwxr-x 2 asterisk asterisk 4096 2009-05-02 21:37 _asterisk
-rw-rw-r-- 1 root     root      602 2009-05-02 21:37 index.html
-rw-rw-r-- 1 root     root     4542 2009-05-02 21:37 mainstyle.css
drwxrwxr-x 2 asterisk asterisk 4096 2009-05-21 11:17 panel
drwxrwxr-x 7 asterisk asterisk 4096 2009-05-02 21:37 recordings


(note that this is on my "production" box running Ubuntu 8.04; your ls -la should be similar, but they might not be exact)

Also, does anything show up in /var/log/lighttpd/error.log when you get the 403?
PermalinkPermalink 01/29/10 @ 20:15

In response to: Revisited: Asterisk and FreePBX under Ubuntu 9.10 and Lighttpd on a Linode VPS

luluga [Visitor]
Ryan,

After reinstallation, I got the "frog" on the http://mydomain/freepbx.
However, when I tried to click on any link (admin) I got 403 forbidden.
any idea??

Thanks,
PermalinkPermalink 01/28/10 @ 19:15
Blog posts come from a can. They were put there by a man in a factory downtown.

Recent Twitterings

    Stalk me with RSS

    Bogroll

      Search the Blog

       

      Support the Beer Fund

      Powered by Linode: Life's too short for crappy hosting

      [Powered by Linode]

      Dehumidifier

      about...

      powered by b2evolution free blog software

      © 1962-2010 by Ryan Tucker (Public Key)

      Contact | Blog skin by Asevo | blog software | web hosting | monetizing