group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #34480
[Bug 1863664] Re: can't add users to quassel
** Also affects: quassel (Ubuntu Focal)
Importance: High
Assignee: Gianfranco Costamagna (costamagnagianfranco)
Status: Fix Released
** Also affects: quassel (Ubuntu Precise)
Importance: Undecided
Status: New
** Also affects: quassel (Ubuntu Xenial)
Importance: Undecided
Status: New
** Also affects: quassel (Ubuntu Trusty)
Importance: Undecided
Status: New
** Changed in: quassel (Ubuntu Xenial)
Status: New => In Progress
** Changed in: quassel (Ubuntu Trusty)
Status: New => Invalid
** Changed in: quassel (Ubuntu Precise)
Status: New => Invalid
** Changed in: quassel (Ubuntu Bionic)
Status: New => In Progress
** Changed in: quassel (Ubuntu Disco)
Status: New => Opinion
** Changed in: quassel (Ubuntu Disco)
Status: Opinion => Invalid
** Changed in: quassel (Ubuntu Eoan)
Status: New => In Progress
** Description changed:
[ Description ]
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940482
+
+ [ Impact ]
+
+ Dear Maintainer,
+
+ I'm trying to add a user using
+
+ # quasselcore -c /var/lib/quassel --add-user
+
+ quasselcore is replying with:
+
+ 2019-09-16 12:26:27 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5
+ 2019-09-16 12:26:27 [Warn ] SslServer: Unable to set certificate file
+ Quassel Core will still work, but cannot provide SSL for client connections.
+ Please see https://quassel-irc.org/faq/cert to learn how to enable SSL support.
+ 2019-09-16 12:26:27 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5
+ 2019-09-16 12:26:27 [Warn ] PostgreSQL driver plugin not available for Qt. Installed drivers: QSQLITE
+ 2019-09-16 12:26:27 [Warn ] No storage backend selected!
+ 2019-09-16 12:26:27 [Error] Cannot write quasselcore configuration; probably a permission problem.
+
+ The certificate file is there. There is no PostgreSQL but SQLite
+ database. There is no permission problem (and the command is executed as
+ root). When I'm adding the switch --select-backend SQLite like in:
+
+ quasselcore -c /var/lib/quassel --add-user --select-backend SQLite
+
+ I'm stuck with:
+
+ 2019-09-16 12:27:56 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5
+ 2019-09-16 12:27:56 [Warn ] SslServer: Unable to set certificate file
+ Quassel Core will still work, but cannot provide SSL for client connections.
+ Please see https://quassel-irc.org/faq/cert to learn how to enable SSL support.
+ 2019-09-16 12:27:56 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5
+ 2019-09-16 12:27:56 [Warn ] PostgreSQL driver plugin not available for Qt. Installed drivers: QSQLITE
+ 2019-09-16 12:27:56 [Warn ] No storage backend selected!
+ 2019-09-16 12:27:56 [Warn ] Unable to open database SQLite for thread 0x55d696f19cb0
+ 2019-09-16 12:27:56 [Warn ] - unable to open database file Error opening database
+ 2019-09-16 12:27:56 [Warn ] Database connection "SQLite" for thread QThread(0x55d696f19cb0) was lost, attempting to reconnect...
+ 2019-09-16 12:27:56 [Warn ] Unable to open database SQLite for thread 0x55d696f19cb0
+ 2019-09-16 12:27:56 [Warn ] - unable to open database file Error opening database
+ 2019-09-16 12:27:56 [Error] Storage backend is not available: SQLite
+
+ Testing an upgrade is leading to a dependency on systemd, which I do not
+ have (we're using sysvinit on servers only). But this could be the issue.
[ Regression Potential ]
* None, its an apparmor minimal fix
[ Other info ]
quassel (1:0.13.1-2) unstable contains the fix
** Changed in: quassel (Ubuntu Eoan)
Assignee: (unassigned) => Gianfranco Costamagna (costamagnagianfranco)
** Changed in: quassel (Ubuntu Bionic)
Assignee: (unassigned) => Gianfranco Costamagna (costamagnagianfranco)
** Changed in: quassel (Ubuntu Xenial)
Assignee: (unassigned) => Gianfranco Costamagna (costamagnagianfranco)
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1863664
Title:
can't add users to quassel
Status in quassel package in Ubuntu:
Fix Released
Status in quassel source package in Precise:
Invalid
Status in quassel source package in Trusty:
Invalid
Status in quassel source package in Xenial:
In Progress
Status in quassel source package in Bionic:
In Progress
Status in quassel source package in Disco:
Invalid
Status in quassel source package in Eoan:
In Progress
Status in quassel source package in Focal:
Fix Released
Bug description:
[ Description ]
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=940482
[ Impact ]
Dear Maintainer,
I'm trying to add a user using
# quasselcore -c /var/lib/quassel --add-user
quasselcore is replying with:
2019-09-16 12:26:27 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5
2019-09-16 12:26:27 [Warn ] SslServer: Unable to set certificate file
Quassel Core will still work, but cannot provide SSL for client connections.
Please see https://quassel-irc.org/faq/cert to learn how to enable SSL support.
2019-09-16 12:26:27 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5
2019-09-16 12:26:27 [Warn ] PostgreSQL driver plugin not available for Qt. Installed drivers: QSQLITE
2019-09-16 12:26:27 [Warn ] No storage backend selected!
2019-09-16 12:26:27 [Error] Cannot write quasselcore configuration; probably a permission problem.
The certificate file is there. There is no PostgreSQL but SQLite
database. There is no permission problem (and the command is executed as
root). When I'm adding the switch --select-backend SQLite like in:
quasselcore -c /var/lib/quassel --add-user --select-backend SQLite
I'm stuck with:
2019-09-16 12:27:56 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5
2019-09-16 12:27:56 [Warn ] SslServer: Unable to set certificate file
Quassel Core will still work, but cannot provide SSL for client connections.
Please see https://quassel-irc.org/faq/cert to learn how to enable SSL support.
2019-09-16 12:27:56 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5
2019-09-16 12:27:56 [Warn ] PostgreSQL driver plugin not available for Qt. Installed drivers: QSQLITE
2019-09-16 12:27:56 [Warn ] No storage backend selected!
2019-09-16 12:27:56 [Warn ] Unable to open database SQLite for thread 0x55d696f19cb0
2019-09-16 12:27:56 [Warn ] - unable to open database file Error opening database
2019-09-16 12:27:56 [Warn ] Database connection "SQLite" for thread QThread(0x55d696f19cb0) was lost, attempting to reconnect...
2019-09-16 12:27:56 [Warn ] Unable to open database SQLite for thread 0x55d696f19cb0
2019-09-16 12:27:56 [Warn ] - unable to open database file Error opening database
2019-09-16 12:27:56 [Error] Storage backend is not available: SQLite
Testing an upgrade is leading to a dependency on systemd, which I do not
have (we're using sysvinit on servers only). But this could be the issue.
[ Regression Potential ]
* None, its an apparmor minimal fix
[ Other info ]
quassel (1:0.13.1-2) unstable contains the fix
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quassel/+bug/1863664/+subscriptions