Re: [Astlinux-users] Unable to create DB.

2014-03-19 Thread david
Lonnie, I see I missed a step because I was doing it from the CLI. I used the user guide and ran. initial-setup configure /dev/sda This seemed to have fixed the issue. Sorry for the noise. Thanks. David On 3/19/14 3:45 PM, Lonnie Abelbeck wrote: Do you see... pbx ~ # ls -l /var/lib/aster

Re: [Astlinux-users] Unable to create DB.

2014-03-19 Thread david
Lonnie, So I guess I missed a step somewhere because it looks like read only in /var/db/ pbx db # pwd /var/db pbx db # ls -l total 0 -rw-r--r--1 root root 0 Mar 11 17:10 astdb.sqlite3 -rw-r--r--1 root root 0 Mar 11 17:09 dnsmasq.leases -rw-r--r--1 r

Re: [Astlinux-users] Unable to create DB.

2014-03-19 Thread Lonnie Abelbeck
Do you see... pbx ~ # ls -l /var/lib/asterisk/astdb* lrwxrwxrwx1 root root13 Mar 13 21:03 /var/lib/asterisk/astdb -> /var/db/astdb lrwxrwxrwx1 root root21 Mar 13 21:03 /var/lib/asterisk/astdb.sqlite3 -> /var/db/astdb.sqlite3 pbx ~ # ls -l /var/db/astdb* l

Re: [Astlinux-users] Unable to create DB.

2014-03-19 Thread Lonnie Abelbeck
David, That is Asterisk 11 (which uses SQLite3 for astdb) complaining. I've never seen such an error before. Could it be your custom build ? Have you tried the 'official' image for the Alix ? Lonnie On Mar 19, 2014, at 1:59 PM, david wrote: > I just made a custom build from the build serv

[Astlinux-users] Unable to create DB.

2014-03-19 Thread david
I just made a custom build from the build server on Friday. I just tried to run it from Compact Flash on Alix. When I try to run Asterisk I see [Mar 11 07:53:20] WARNING[443]: db.c:135 init_stmt: Couldn't prepare statement 'CREATE TABLE IF NOT EXISTS astdb(key VARCHAR(256), value VARCHAR(256),