[Kde-pim] Akonadi postgresql backend not working

GEO 1g2e3o4 at gmail.com
Tue May 6 16:57:24 BST 2014


On Tuesday 06 May 2014 17:28:57 Daniel Vrátil wrote:
> it appears that you can solve your problem by removing the entire [QPSQL] 
> section from ~/.config/akonadi/akonadiserverrc - it will get recreated with 
> correct values.
> 
> I pushed some PostgreSQL startup fixes to 1.12 branch (and master) that
> should  fix start when akonadiserverrc contains empty values (as produced
> by Akonadi KCM).

Yeah removing the  [QPSQL]  section works here! (after the initial fail), 
thanks! 
Are the patches in master? 

Did you fix the case when another instance of postgres is running (the tcp/ip 
conflict)?
Should be easy to reproduce, at least on a non configured setup
1.) create new user 
2.) start postgres (on ubuntu: sudo /etc/init.d/postgresql start)
3.) start akonadi 

Akonadi will fail to start. 
Konsole output is attached, as well as the .config/akonadi/akonadiserverrc.
The .local/share/akonadi directory can be found here: 
https://drive.google.com/file/d/0B-ihXi2hkCPfX1RmeFROeEFBcmM/edit?usp=sharing
Dan, you provided me a patch once for that, I have lost the patch, could you 
relink it?

Thanks!
-------------- next part --------------
user at LINUXPC:~$ sudo /etc/init.d/postgresql start
[sudo] password for user: 
 * Starting PostgreSQL 9.3 database server                                                                                    [ OK ] 
user at LINUXPC:~$ akonadictl start
Starting Akonadi Server... 
   done. 
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
user at LINUXPC:~$ +search paths:  ("/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/usr/sbin", "/usr/local/sbin", "/usr/lib/postgresql/8.4/bin", "/usr/lib/postgresql/9.0/bin", "/usr/lib/postgresql/9.1/bin", "/usr/lib/postgresql/9.2/bin", "/usr/lib/postgresql/9.3/bin") 
QDir::mkpath: Empty or null file name(s)
The files belonging to this database system will be owned by user "user".
This user must also own the server process.

The database cluster will be initialized with locale "en_US.UTF-8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".

Data page checksums are disabled.

fixing permissions on existing directory /home/user/.local/share/akonadi/db_data ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
creating configuration files ... ok
creating template1 database in /home/user/.local/share/akonadi/db_data/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating collations ... ok
creating conversions ... ok
creating dictionaries ... ok
setting privileges on built-in objects ... ok
creating information schema ... ok
loading PL/pgSQL server-side language ... ok
vacuuming database template1 ... ok
copying template1 to template0 ... ok
copying template1 to postgres ... ok
syncing data to disk ... ok

WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server using:

    /usr/lib/postgresql/9.3/bin/postgres -D /home/user/.local/share/akonadi/db_data
or
    /usr/lib/postgresql/9.3/bin/pg_ctl -D /home/user/.local/share/akonadi/db_data -l logfile start

Database process exited unexpectedly during initial connection!
executable: "/usr/lib/postgresql/9.3/bin/pg_ctl"
arguments: ("start", "-w", "--timeout=10", "--pgdata=/home/user/.local/share/akonadi/db_data", "-o "-k "")
stdout: "waiting for server to start....LOG:  could not bind IPv4 socket: Address already in use
HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
WARNING:  could not create listen socket for "localhost"
FATAL:  could not create any TCP/IP sockets
"
stderr: ""
exit code: 0
process error: "Process operation timed out"
"[
0: akonadiserver(_Z11akBacktracev+0x36) [0x4d1630]
1: akonadiserver() [0x4d18d2]
2: /lib/x86_64-linux-gnu/libc.so.6(+0x36ff0) [0x7f00aff4eff0]
3: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7f00aff4ef79]
4: /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7f00aff52388]
5: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x102) [0x7f00b1a5bc92]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x114) [0x4d3c06]
7: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb0) [0x7f00b1af6470]
8: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x11ab3d) [0x7f00b1b05b3d]
9: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x31) [0x7f00b1b0e721]
10: akonadiserver(_ZN6QDebug6StreamD2Ev+0x28) [0x4cab42]
11: akonadiserver(_ZN6QDebugD1Ev+0x9b) [0x4cabdf]
12: akonadiserver(_ZN7Akonadi6Server18DbConfigPostgresql19startInternalServerEv+0xaf8) [0x56cfc4]
13: akonadiserver(_ZN7Akonadi6Server13AkonadiServer20startDatabaseProcessEv+0xcb) [0x4d6c75]
14: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0xbd) [0x4d540f]
15: akonadiserver() [0x5c471a]
16: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x24e) [0x7f00b1b80c1e]
17: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x6d) [0x7f00b1b684dd]
18: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1ed) [0x7f00b1b6bb3d]
19: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x1aaf83) [0x7f00b1b95f83]
20: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x254) [0x7f00af61de04]
21: /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x49048) [0x7f00af61e048]
22: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7f00af61e0ec]
23: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x71) [0x7f00b1b957a1]
24: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7f00b1b670af]
25: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x175) [0x7f00b1b673a5]
26: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x89) [0x7f00b1b6cb79]
27: akonadiserver(_ZN13AkApplication4execEv+0x21) [0x4cc5bf]
28: akonadiserver(main+0x353) [0x4ca7c6]
29: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f00aff39ec5]
30: akonadiserver() [0x4ca349]
]
"
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
search paths:  ("/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/usr/sbin", "/usr/local/sbin", "/usr/lib/postgresql/8.4/bin", "/usr/lib/postgresql/9.0/bin", "/usr/lib/postgresql/9.1/bin", "/usr/lib/postgresql/9.2/bin", "/usr/lib/postgresql/9.3/bin") 
QDir::mkpath: Empty or null file name(s)
Database process exited unexpectedly during initial connection!
executable: "/usr/lib/postgresql/9.3/bin/pg_ctl"
arguments: ("start", "-w", "--timeout=10", "--pgdata=/home/user/.local/share/akonadi/db_data", "-o "-k "")
stdout: "waiting for server to start....LOG:  could not bind IPv4 socket: Address already in use
HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
WARNING:  could not create listen socket for "localhost"
FATAL:  could not create any TCP/IP sockets
"
stderr: ""
exit code: 0
process error: "Process operation timed out"
"[
0: akonadiserver(_Z11akBacktracev+0x36) [0x4d1630]
1: akonadiserver() [0x4d18d2]
2: /lib/x86_64-linux-gnu/libc.so.6(+0x36ff0) [0x7f220f127ff0]
3: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7f220f127f79]
4: /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7f220f12b388]
5: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x102) [0x7f2210c34c92]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x114) [0x4d3c06]
7: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb0) [0x7f2210ccf470]
8: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x11ab3d) [0x7f2210cdeb3d]
9: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x31) [0x7f2210ce7721]
10: akonadiserver(_ZN6QDebug6StreamD2Ev+0x28) [0x4cab42]
11: akonadiserver(_ZN6QDebugD1Ev+0x9b) [0x4cabdf]
12: akonadiserver(_ZN7Akonadi6Server18DbConfigPostgresql19startInternalServerEv+0xaf8) [0x56cfc4]
13: akonadiserver(_ZN7Akonadi6Server13AkonadiServer20startDatabaseProcessEv+0xcb) [0x4d6c75]
14: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0xbd) [0x4d540f]
15: akonadiserver() [0x5c471a]
16: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x24e) [0x7f2210d59c1e]
17: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x6d) [0x7f2210d414dd]
18: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1ed) [0x7f2210d44b3d]
19: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x1aaf83) [0x7f2210d6ef83]
20: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x254) [0x7f220e7f6e04]
21: /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x49048) [0x7f220e7f7048]
22: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7f220e7f70ec]
23: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x71) [0x7f2210d6e7a1]
24: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7f2210d400af]
25: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x175) [0x7f2210d403a5]
26: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x89) [0x7f2210d45b79]
27: akonadiserver(_ZN13AkApplication4execEv+0x21) [0x4cc5bf]
28: akonadiserver(main+0x353) [0x4ca7c6]
29: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f220f112ec5]
30: akonadiserver() [0x4ca349]
]
"
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
search paths:  ("/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/usr/sbin", "/usr/local/sbin", "/usr/lib/postgresql/8.4/bin", "/usr/lib/postgresql/9.0/bin", "/usr/lib/postgresql/9.1/bin", "/usr/lib/postgresql/9.2/bin", "/usr/lib/postgresql/9.3/bin") 
QDir::mkpath: Empty or null file name(s)
Database process exited unexpectedly during initial connection!
executable: "/usr/lib/postgresql/9.3/bin/pg_ctl"
arguments: ("start", "-w", "--timeout=10", "--pgdata=/home/user/.local/share/akonadi/db_data", "-o "-k "")
stdout: "waiting for server to start....LOG:  could not bind IPv4 socket: Address already in use
HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
WARNING:  could not create listen socket for "localhost"
FATAL:  could not create any TCP/IP sockets
"
stderr: ""
exit code: 0
process error: "Process operation timed out"
"[
0: akonadiserver(_Z11akBacktracev+0x36) [0x4d1630]
1: akonadiserver() [0x4d18d2]
2: /lib/x86_64-linux-gnu/libc.so.6(+0x36ff0) [0x7fe9f606cff0]
3: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7fe9f606cf79]
4: /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7fe9f6070388]
5: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x102) [0x7fe9f7b79c92]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x114) [0x4d3c06]
7: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb0) [0x7fe9f7c14470]
8: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x11ab3d) [0x7fe9f7c23b3d]
9: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x31) [0x7fe9f7c2c721]
10: akonadiserver(_ZN6QDebug6StreamD2Ev+0x28) [0x4cab42]
11: akonadiserver(_ZN6QDebugD1Ev+0x9b) [0x4cabdf]
12: akonadiserver(_ZN7Akonadi6Server18DbConfigPostgresql19startInternalServerEv+0xaf8) [0x56cfc4]
13: akonadiserver(_ZN7Akonadi6Server13AkonadiServer20startDatabaseProcessEv+0xcb) [0x4d6c75]
14: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0xbd) [0x4d540f]
15: akonadiserver() [0x5c471a]
16: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x24e) [0x7fe9f7c9ec1e]
17: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x6d) [0x7fe9f7c864dd]
18: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1ed) [0x7fe9f7c89b3d]
19: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x1aaf83) [0x7fe9f7cb3f83]
20: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x254) [0x7fe9f573be04]
21: /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x49048) [0x7fe9f573c048]
22: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7fe9f573c0ec]
23: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x71) [0x7fe9f7cb37a1]
24: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7fe9f7c850af]
25: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x175) [0x7fe9f7c853a5]
26: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x89) [0x7fe9f7c8ab79]
27: akonadiserver(_ZN13AkApplication4execEv+0x21) [0x4cc5bf]
28: akonadiserver(main+0x353) [0x4ca7c6]
29: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fe9f6057ec5]
30: akonadiserver() [0x4ca349]
]
"
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
search paths:  ("/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/usr/sbin", "/usr/local/sbin", "/usr/lib/postgresql/8.4/bin", "/usr/lib/postgresql/9.0/bin", "/usr/lib/postgresql/9.1/bin", "/usr/lib/postgresql/9.2/bin", "/usr/lib/postgresql/9.3/bin") 
QDir::mkpath: Empty or null file name(s)
Database process exited unexpectedly during initial connection!
executable: "/usr/lib/postgresql/9.3/bin/pg_ctl"
arguments: ("start", "-w", "--timeout=10", "--pgdata=/home/user/.local/share/akonadi/db_data", "-o "-k "")
stdout: "waiting for server to start....LOG:  could not bind IPv4 socket: Address already in use
HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
WARNING:  could not create listen socket for "localhost"
FATAL:  could not create any TCP/IP sockets
"
stderr: ""
exit code: 0
process error: "Process operation timed out"
"[
0: akonadiserver(_Z11akBacktracev+0x36) [0x4d1630]
1: akonadiserver() [0x4d18d2]
2: /lib/x86_64-linux-gnu/libc.so.6(+0x36ff0) [0x7f40976b1ff0]
3: /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7f40976b1f79]
4: /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7f40976b5388]
5: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x102) [0x7f40991bec92]
6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0x114) [0x4d3c06]
7: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0xb0) [0x7f4099259470]
8: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x11ab3d) [0x7f4099268b3d]
9: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x31) [0x7f4099271721]
10: akonadiserver(_ZN6QDebug6StreamD2Ev+0x28) [0x4cab42]
11: akonadiserver(_ZN6QDebugD1Ev+0x9b) [0x4cabdf]
12: akonadiserver(_ZN7Akonadi6Server18DbConfigPostgresql19startInternalServerEv+0xaf8) [0x56cfc4]
13: akonadiserver(_ZN7Akonadi6Server13AkonadiServer20startDatabaseProcessEv+0xcb) [0x4d6c75]
14: akonadiserver(_ZN7Akonadi6Server13AkonadiServer4initEv+0xbd) [0x4d540f]
15: akonadiserver() [0x5c471a]
16: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN7QObject5eventEP6QEvent+0x24e) [0x7f40992e3c1e]
17: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x6d) [0x7f40992cb4dd]
18: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData+0x1ed) [0x7f40992ceb3d]
19: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(+0x1aaf83) [0x7f40992f8f83]
20: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x254) [0x7f4096d80e04]
21: /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x49048) [0x7f4096d81048]
22: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) [0x7f4096d810ec]
23: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x71) [0x7f40992f87a1]
24: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE+0x2f) [0x7f40992ca0af]
25: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x175) [0x7f40992ca3a5]
26: /usr/lib/x86_64-linux-gnu/libQtCore.so.4(_ZN16QCoreApplication4execEv+0x89) [0x7f40992cfb79]
27: akonadiserver(_ZN13AkApplication4execEv+0x21) [0x4cc5bf]
28: akonadiserver(main+0x353) [0x4ca7c6]
29: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f409769cec5]
30: akonadiserver() [0x4ca349]
]
"
ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
"akonadiserver" crashed too often and will not be restarted! 

 
-------------- next part --------------
[QMYSQL]
StartServer=true
ServerPath=
Name=akonadi
Host=
User=
Password=
Options=

[QPSQL]
StartServer=true
Name=akonadi
Host=
User=
Password=
Port=5432
Options=
ServerPath=/usr/lib/postgresql/9.3/bin/pg_ctl
InitDbPath=/usr/lib/postgresql/9.3/bin/initdb

[SQLITE]
Name=akonadi

[%General]
Driver=QPSQL
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/


More information about the kde-pim mailing list