It is strange:

root@xxxxx:/etc/kamailio# ls -al htable.sqlite 
-rw-rw-rw- 1 kamailio root 16384 Jul 18 13:28 htable.sqlite

root@xxxxx:/etc/kamailio# sudo -u kamailio sqlite3 htable.sqlite 
SQLite version 3.40.1 2022-12-28 14:03:47
Enter ".help" for usage hints.
sqlite> .table
account   callpush  userpush
sqlite> insert into userpush ('key_name') values ('test');
Runtime error: attempt to write a readonly database (8)

I try to solve this.
The file was created with dbeaver on macOS. I will do it now directly in 
sqlite3 on the debian system.

But still: my main problem is not solved (the store at shutdown is never 
reached, else I would also see the messages)
And kamcmd with htable.store returns a wrong success

Best regards,

Bernd
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions
To unsubscribe send an email to sr-users-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!
Edit mailing list options or unsubscribe:

Reply via email to