Hello Matt, Sean,

On Fri, 2006-07-28 at 22:16 +1200, Matt Brown wrote:
> I've built a package based on the current state of the branch and placed
> it at:
> http://www.mattb.net.nz/debian/dists/sid/main/source/admin/
> 
> Feel free to use it for testing.

I've done so on a new package of mine. It took a while to get it
working, because as it seems sqlite is very picky (or even buggy) on SQL
syntax. I've now transformed my inserts into a format that all database
types will accept.

What I noticed:

* Purge does not purge the database, and is very noisy.

When choosing to purge, I get:

dbconfig-common: dumping sqlite database serendipity
to /var/tmp/serendipity.serendipity.2006-08-06-19.23.sqlite.d13582.
BEGIN TRANSACTION;
[... LOTS of sql output ...]
COMMIT;
dbconfig-common: dropping sqlite database serendipity.
dropping database serendipity: database does not exist.
dbconfig-common: revoking privileges for user  on serendipity.
Purging configuration files for serendipity ...

However, after that the database is not purged at all:
ls -l /var/lib/dbconfig-common/serendipity
-rw-r--r-- 1 root root 94208 Aug  6 19:23 serendipity

* Install outputs a strange notice.

Creating config file /etc/serendipity/database.inc.php with new version
creating database serendipity: success.
verifying database serendipity exists: failed.
populating database via sql...  done.

It works but it the verify reports that it failed.

Otherwise, it works just fine! I hope it can be included in
dbconfig-common 'release' soon.


Thijs


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to