Mark Hindley <[email protected]>
to [email protected]
.
Full text available.Mark Hindley <[email protected]>
to [email protected]
.
Full text available.Received: (at 340-done) by bugs.devuan.org; 8 Feb 2023 17:04:31 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 08 Feb 2023 17:04:31 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id O7LCMerV42P4OAAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 08 Feb 2023 17:03:38 +0000 Received: by email.devuan.org (Postfix, from userid 109) id C2DD4B14; Wed, 8 Feb 2023 17:03:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 6575884 for <[email protected]>; Wed, 8 Feb 2023 17:03:38 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pPnr7-0004wF-7w for [email protected]; Wed, 08 Feb 2023 17:03:37 +0000 Received: (nullmailer pid 25042 invoked by uid 1000); Wed, 08 Feb 2023 17:03:37 -0000 Date: Wed, 8 Feb 2023 17:03:37 +0000 From: Mark Hindley <[email protected]> To: [email protected] Subject: Fixed in Debian #940482 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debbugs-No-Ack: No Thanks Version: 1:0.13.1-2
Martin <[email protected]>
:Mark Hindley <[email protected]>
:Mark Hindley <[email protected]>
to [email protected]
.
Full text available.Mark Hindley <[email protected]>
to [email protected]
.
Full text available.Received: (at submit) by bugs.devuan.org; 8 Jul 2019 20:00:01 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by fulcanelli with IMAP (fetchmail-6.3.26) for <debbugs@localhost> (single-drop); Mon, 08 Jul 2019 22:00:01 +0200 (CEST) Received: from mail.lichtvoll.de (mondschein.lichtvoll.de [194.150.191.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 1F6D1F6090C for <[email protected]>; Mon, 8 Jul 2019 21:56:12 +0200 (CEST) Received: by mail.lichtvoll.de (Postfix, from userid 1000) id 223744BECD; Mon, 8 Jul 2019 21:56:11 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin <[email protected]> To: Devuan Bug Tracking System <[email protected]> Subject: quassel-core: no permission to open certificate file, cannot write quasselcore configuration Message-ID: <156261577108.4742.9475292605250109997.reportbug@luna.lichtvoll.de> X-Mailer: reportbug 7.5.1+devuan1 Date: Mon, 08 Jul 2019 21:56:11 +0200 X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Package: quassel-core Version: 1:0.13.1-1 Severity: important I am using Quasselcore on Devuan. I just upgraded from Devuan Ascii (based on Debian Stretch) to Devuan Beowulf (based on Debian Buster). After rebooting into the 4.19.0-5 kernel with apparmor installed I got the following in /var/log/quassel/core.log: 2019-07-08 21:41:15 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5 2019-07-08 21:41:15 [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-07-08 21:41:15 [Warn ] SslServer: Failed to open certificate file /var/lib/quassel/quasselCert.pem error: 5 2019-07-08 21:41:15 [Warn ] PostgreSQL driver plugin not available for Qt. Installed drivers: QSQLITE 2019-07-08 21:41:15 [Warn ] No storage backend selected! 2019-07-08 21:41:15 [Error] Cannot write quasselcore configuration; probably a permission problem. After using 'aa-disable quasselcore', it works: 2019-07-08 21:44:58 [Warn ] PostgreSQL driver plugin not available for Qt. Installed drivers: QSQLITE 2019-07-08 21:44:58 [Info ] SQLite storage backend is ready. Schema version: 31 2019-07-08 21:44:58 [Info ] Database authenticator is ready. 2019-07-08 21:44:58 [Info ] Listening for GUI clients on IPv6 :: port 4242 using protocol version 10 2019-07-08 21:44:58 [Info ] Listening for GUI clients on IPv4 0.0.0.0 port 4242 using protocol version 10 2019-07-08 21:44:58 [Info ] Restoring previous core state... 2019-07-08 21:44:59 [Warn ] Type conversion already registered from type QSharedPointer<QNetworkSession> to type QObject* 2019-07-08 21:44:59 [Warn ] Could not connect to Debian (The remote host closed the connection) 2019-07-08 21:44:59 [Warn ] Could not connect to Debian (The remote host closed the connection) AFAIK the packages for the kernel, AppArmor and Quassel Core are just taken verbatim from Debian. So unless the issue is related to using SysVInit instead of Systemd I see no connection to Devuan. The 'quassel-core' package does seem to contain both a systemd service and an init script. Thus I believe it may make sense to forward this issue to the Debian bugtracker. Thanks, Martin -- System Information: Distributor ID: Devuan Description: Devuan GNU/Linux beowulf/ceres Release: 10 Codename: n/a Architecture: x86_64 Kernel: Linux 4.19.0-5-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) LSM: AppArmor: enabled Versions of packages quassel-core depends on: ii adduser 3.118 ii libc6 2.28-10 ii libgcc1 1:8.3.0-6 ii libqca-qt5-2 2.1.3-2 ii libqt5core5a 5.11.3+dfsg1-1 ii libqt5network5 5.11.3+dfsg1-1 ii libqt5script5 5.11.3+dfsg-3 ii libqt5sql5 5.11.3+dfsg1-1 ii libqt5sql5-sqlite 5.11.3+dfsg1-1 ii libstdc++6 8.3.0-6 ii lsb-base 10.2019051400 ii openssl 1.1.1c-1 ii zlib1g 1:1.2.11.dfsg-1 quassel-core recommends no packages. Versions of packages quassel-core suggests: pn libqt5sql5-psql <none> -- no debconf information
Martin <[email protected]>
:[email protected]
.
Your message specified a Severity: in the pseudo-header, but the severity value important was not recognised. The default severity normal is being used instead. The recognised values are: critical, grave, normal, minor, wishlist.
Full text available.
[email protected], [email protected]
:bug#340
; Package quassel-core
.
Full text available.Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.
Devuan Bugs Owner <[email protected]>.
Last modified:
Thu, 28 Nov 2024 06:39:01 UTC