beroNet / Open-PBX

embedded PBX based on Asterisk, which runs on a beroNet Gateway
MIT License
5 stars 3 forks source link

DB export does not work, binary sqlite error #15

Closed sebastianertz closed 11 years ago

sebastianertz commented 11 years ago

manually in console (ssh) with account admin command: /bin/echo .dump | /usr/bin/sqlite /apps/OpenPBX/etc/OpenPBX.db output:

/usr/bin/sqlite: ./src/btree.c: 702: sqliteBtreeOpen: Assertion `sizeof(ptr)==sizeof(char*)' failed.
Aborted

On beroFix is firmware appfs-2.2-sp1.tar.gz

ghost commented 11 years ago

Puh, this does not sound good. I tried to reproduce this error, but was not able to. :(

Could you send me your OpenPBX.db? Maybe there's something special about it. The output of /usr/bin/sqlite -version could also be helpful.

sebastianertz commented 11 years ago

/usr/bin/sqlite -version -> 2.8.17

The problem is even with a first/init installation. I made the following:

I can't download OpenPBX.db and i can't send you

ghost commented 11 years ago

Well, this looks like an issue with your rootfs. I tried to reproduce this error again, but no luck. :(

Probably it's better to resolve this issue by contacting us via support@beronet.com.

sebastianertz commented 11 years ago

On another berofix its work.

I close this issue, because its probably a berofix firmware problem.