FS#38995 - [quassel-core] service file does not load properly with postgresql backend
Attached to Project:
Community Packages
Opened by Jerome Leclanche (Adys) - Saturday, 22 February 2014, 16:32 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Wednesday, 08 October 2014, 16:22 GMT
Opened by Jerome Leclanche (Adys) - Saturday, 22 February 2014, 16:32 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Wednesday, 08 October 2014, 16:22 GMT
|
Details
When configuring quassel-core to use a postgresql backend,
systemd tries to start quassel before postgresql is started
- this of course results in failure. I suspect the same
happens with the other database backends.
Feb 21 23:08:48 azura systemd[1]: Starting Quassel Core... Feb 21 23:08:48 azura systemd[1]: Started Quassel Core. Feb 21 23:08:48 azura quasselcore[574]: ("QIBASE", "QSQLITE", "QSQLITE3", "QMYSQL3", "QMYSQL", "QODBC3", "QODBC", "QPSQL7", "QPSQL") Feb 21 23:08:48 azura quasselcore[574]: 2014-02-21 23:08:48 Warning: Unable to open database PostgreSQL for thread 0x22fc540 Feb 21 23:08:48 azura quasselcore[574]: 2014-02-21 23:08:48 Warning: - could not connect to server: Connection refused Feb 21 23:08:48 azura quasselcore[574]: Is the server running on host "*" (::1) and accepting Feb 21 23:08:48 azura quasselcore[574]: TCP/IP connections on port 5432? Version : 0.9.1-3 |
This task depends upon
Closed by Jaroslav Lichtblau (Dragonlord)
Wednesday, 08 October 2014, 16:22 GMT
Reason for closing: Fixed
Additional comments about closing: in quassel-0.11.0-2
Wednesday, 08 October 2014, 16:22 GMT
Reason for closing: Fixed
Additional comments about closing: in quassel-0.11.0-2
Comment by
Jerome Leclanche (Adys) - Monday,
19 May 2014, 12:32 GMT
Can this be taken care of please? All it needs is a
Wants=postgresql.service.