From unknown Fri Aug 15 20:57:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40820: 28.0.50; vc: vc-push requires ssh-askpass to enter key password Resent-From: Fredrik Nyqvist Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 24 Apr 2020 15:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40820 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 40820@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158774321724036 (code B ref -1); Fri, 24 Apr 2020 15:47:01 +0000 Received: (at submit) by debbugs.gnu.org; 24 Apr 2020 15:46:57 +0000 Received: from localhost ([127.0.0.1]:57765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jS0XY-0006Fb-0C for submit@debbugs.gnu.org; Fri, 24 Apr 2020 11:46:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:58137) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRzHU-0002Gi-42 for submit@debbugs.gnu.org; Fri, 24 Apr 2020 10:26:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58130) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRzHL-0002Ok-HU for bug-gnu-emacs@gnu.org; Fri, 24 Apr 2020 10:26:15 -0400 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H2,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRzHC-0004s7-5x for bug-gnu-emacs@gnu.org; Fri, 24 Apr 2020 10:26:07 -0400 Received: from mout02.posteo.de ([185.67.36.66]:55489) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jRzHB-0004lZ-CR for bug-gnu-emacs@gnu.org; Fri, 24 Apr 2020 10:25:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 8C5972400FC for ; Fri, 24 Apr 2020 16:25:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1587738353; bh=M6BnedmShzeakvZYdLxLSbIA1xONeH+Y++OoNvS3cHU=; h=From:To:Subject:Date:From; b=ZISZNO+XbJykauj91xJ+YHBqGfjrtpN+0IGwhG2ELOcqD4GRYuDyWv1s+CBErPZ6l U5XYpbZ9lg3Y2ocOlM/tV8XxhRrI2tRpoKKfobiI5yKvJGYfzYlD4ogw25NZx8+xhc FcmkjmiPEZi7ndhKDoHPBuzhf1mHpXAD1eCc82Wu4v64vhgJx/WujfRLwWAU4TyN3r M7oIyelCbREvFFAxS/4a9o7qCQf6Youj3jh2cy/FcaXazFTkn5bmZ39HhQ+xJ6YGrI nDnbhx7Gabn5Y+P7gUD2ExlxG/vrkZieh5r3V0vAdOLCChK4Z8JAyClk1wXmk0uJvb bwVo4eLD7xzTw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 497xKr4Xwlz6tmw for ; Fri, 24 Apr 2020 16:25:52 +0200 (CEST) From: Fredrik Nyqvist Date: Fri, 24 Apr 2020 16:24:55 +0200 Message-ID: <87pnbxdkqw.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=fredn@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/24 10:25:54 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 185.67.36.66 X-Spam-Score: 0.3 (/) X-Mailman-Approved-At: Fri, 24 Apr 2020 11:46:54 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) 0. To get the error message at step 6, make sure that ssh-askpass is not installed on the system. 1. Start Emacs emacs -Q 2. Edit a version controlled file (in this case git is used) 3. Do vc-next-action (C-x v v) 4. Enter a commit message and then press: C-c C-c 5. Try to push the file: C-x v P 6. Emacs now tries to launch ssh-askpass to enter the password. An error message will be shown if ssh-askpass is not installed on the system: ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory Should ssh-askpass really be needed by vc? When pushing a commit from a shell or eshell buffer it is possible to enter the password without the use of ssh-askpass, instead the password is entered from the minibuffer. Can the same be used by VC? In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo version 1.16.0) of 2020-04-19 built on gnu Repository revision: 65990f47ccd6f1a3558910d71701a6f029c35433 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12004000 System Description: Debian GNU/Linux 10 (buster) Configured using: 'configure --with-gconf --with-xml2' Configured features: XPM JPEG TIFF GIF PNG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS PDUMPER GMP Important settings: value of $LANG: sv_SE.UTF-8 locale-coding-system: utf-8-unix From unknown Fri Aug 15 20:57:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40820: 28.0.50; vc: vc-push requires ssh-askpass to enter key password Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 22 Oct 2020 14:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40820 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Fredrik Nyqvist Cc: 40820@debbugs.gnu.org Received: via spool by 40820-submit@debbugs.gnu.org id=B40820.160337821331901 (code B ref 40820); Thu, 22 Oct 2020 14:51:02 +0000 Received: (at 40820) by debbugs.gnu.org; 22 Oct 2020 14:50:13 +0000 Received: from localhost ([127.0.0.1]:53426 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVbuu-0008IT-Nv for submit@debbugs.gnu.org; Thu, 22 Oct 2020 10:50:12 -0400 Received: from quimby.gnus.org ([95.216.78.240]:44476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVbus-0008Hv-6a for 40820@debbugs.gnu.org; Thu, 22 Oct 2020 10:50:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=C1V1qBxHkkWXZ+GE0BLqOoMYxhm2zl2hwJQgaZpw9UM=; b=SGwlHzKPxx4ynUzVNaN98YY6ZB yRQylGpYIJXSXgF1NywJFBuQihnZPGcCUa5wLMvi0bmKmx4nwQtq2wHKAERexScFQ3BzJOD53eGuO gRe7w1JObx275aOp2xNKWT2FZEZ0V3iY36uD0nYG1i0ri3qPqtNllw8QTPvt1noxQJ/s=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kVbuh-0004v8-TX; Thu, 22 Oct 2020 16:50:03 +0200 From: Lars Ingebrigtsen References: <87pnbxdkqw.fsf@posteo.net> X-Now-Playing: Cosey Fanni Tutti's _Tutti_: "Sophic Ripple" Date: Thu, 22 Oct 2020 16:49:58 +0200 In-Reply-To: <87pnbxdkqw.fsf@posteo.net> (Fredrik Nyqvist's message of "Fri, 24 Apr 2020 16:24:55 +0200") Message-ID: <87pn5ajox5.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Fredrik Nyqvist writes: > 0. To get the error message at step 6, make sure that ssh-askpass is > not installed on the system. > 1. Start Emacs emacs -Q > 2. Edit a version controlled file (in this case git is used) > 3. Do v [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Fredrik Nyqvist writes: > 0. To get the error message at step 6, make sure that ssh-askpass is > not installed on the system. > 1. Start Emacs emacs -Q > 2. Edit a version controlled file (in this case git is used) > 3. Do vc-next-action (C-x v v) > 4. Enter a commit message and then press: C-c C-c > 5. Try to push the file: C-x v P > 6. Emacs now tries to launch ssh-askpass to enter the password. An error > message will be shown if ssh-askpass is not installed on the system: > > ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory I don't think Emacs calls ssh-askpass directly -- it just leaves all that stuff up to the OS setup, I think? In any case, I was unable to reproduce this on Debian, presumably because there's a lot of passphrase caching going on. Without it I'm just getting: Running "git push"... git@github.com: Permission denied (publickey).^M fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. So do you have a more complete recipe for how to reproduce this bug? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 22 10:50:18 2020 Received: (at control) by debbugs.gnu.org; 22 Oct 2020 14:50:18 +0000 Received: from localhost ([127.0.0.1]:53435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVbuz-0008Iq-J6 for submit@debbugs.gnu.org; Thu, 22 Oct 2020 10:50:17 -0400 Received: from quimby.gnus.org ([95.216.78.240]:44490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVbux-0008IE-TI for control@debbugs.gnu.org; Thu, 22 Oct 2020 10:50:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ZD/Sum84FdwdINmyEJrmxr6lvFrZ8RXA9LQV/u8agnI=; b=b/5cxRcTVHjDdQIvKUoeQzhO6C eBzvsWVnlX4wN7AaScRBAJ9z7X73PyP4nxUDrNawp1zQ7CPcYJ7vRTTcBXDi814xV/OSzTRkiskBK 5sNAl0Q6eTAEtDCV+ZN8ZIt1rRi50de2E3v/K3d15Cafhoq64EFIrZLX3jdsJszsnzcA=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kVbuq-0004vM-6i for control@debbugs.gnu.org; Thu, 22 Oct 2020 16:50:10 +0200 Date: Thu, 22 Oct 2020 16:50:07 +0200 Message-Id: <87o8kujoww.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #40820 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 40820 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 40820 + moreinfo quit From unknown Fri Aug 15 20:57:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40820: 28.0.50; vc: vc-push requires ssh-askpass to enter key password Resent-From: Fredrik Nyqvist Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 27 Oct 2020 20:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40820 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Lars Ingebrigtsen Cc: 40820@debbugs.gnu.org Received: via spool by 40820-submit@debbugs.gnu.org id=B40820.160383041126499 (code B ref 40820); Tue, 27 Oct 2020 20:27:02 +0000 Received: (at 40820) by debbugs.gnu.org; 27 Oct 2020 20:26:51 +0000 Received: from localhost ([127.0.0.1]:46035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXVYR-0006tL-9Z for submit@debbugs.gnu.org; Tue, 27 Oct 2020 16:26:51 -0400 Received: from mout01.posteo.de ([185.67.36.65]:51650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXVE6-0006Lc-Pj for 40820@debbugs.gnu.org; Tue, 27 Oct 2020 16:05:51 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 792C6160060 for <40820@debbugs.gnu.org>; Tue, 27 Oct 2020 21:05:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1603829144; bh=Iw+QQIOHmJqOk1m2NnoLKppTPyzH7H0+1dRo/4qILlg=; h=From:To:Cc:Subject:Date:From; b=DdGFwTFqS5uEUBfhTGiOjV8fal9nHTUcMocqU4CYKiVCKrgMYChH3H/6gqJlV1iMI bTJ4bBI19hylHJgvJDjCyFczKaUjWDgwFfcaTGwwu/HMiPLKyRSQBCy/tN+dLXg1l7 VsloitxTsVMpeWUsIgN0IxgJeWqRiNzyJihQdeLjTei+vmbmg/E8jhDO8VsjAymA0W vJT8k5RF4O/4PdaRXR5nUpVJqDtKKIUyQO/Ke++3qRtu2WdqAGxCvlw8W0oA0dbF8v Ab5yHV6zWAat4+vHqPhT0GEIRQgTxcTa3QrdFYVs1yqryfohjjN97YN6US44zXOlAl rGjDtdM8f7pQA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CLN4764Stz9ryH; Tue, 27 Oct 2020 21:05:43 +0100 (CET) From: Fredrik Nyqvist References: <87pnbxdkqw.fsf@posteo.net> <87pn5ajox5.fsf@gnus.org> Date: Tue, 27 Oct 2020 21:05:43 +0100 In-Reply-To: <87pn5ajox5.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 22 Oct 2020 16:49:58 +0200") Message-ID: <87o8knv3hk.fsf@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Tue, 27 Oct 2020 16:26:50 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > I don't think Emacs calls ssh-askpass directly -- it just leaves all > that stuff up to the OS setup, I think? > > In any case, I was unable to reproduce this on Debian, presumably > because there's a lot of passphrase caching going on. Without it I'm > just getting: > > Running "git push"... > git@github.com: Permission denied (publickey).^M > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > > So do you have a more complete recipe for how to reproduce this bug? OK, I see. I am also running Debian but I have not found out how the system is setup to use ssh-askpass in my case. So unfortunately I do not know how to show a complete recipie for this. If the problem is because of how I have setup my system I think this issue can be closed. Thanks, Fredrik From unknown Fri Aug 15 20:57:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#40820: 28.0.50; vc: vc-push requires ssh-askpass to enter key password Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 28 Oct 2020 09:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40820 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Fredrik Nyqvist Cc: 40820@debbugs.gnu.org Received: via spool by 40820-submit@debbugs.gnu.org id=B40820.160387698028647 (code B ref 40820); Wed, 28 Oct 2020 09:23:02 +0000 Received: (at 40820) by debbugs.gnu.org; 28 Oct 2020 09:23:00 +0000 Received: from localhost ([127.0.0.1]:47146 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXhfY-0007Rz-51 for submit@debbugs.gnu.org; Wed, 28 Oct 2020 05:23:00 -0400 Received: from quimby.gnus.org ([95.216.78.240]:39388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXhfV-0007Rh-Dr for 40820@debbugs.gnu.org; Wed, 28 Oct 2020 05:22:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=0RdQaYbUx8synMulo5nElYABfM0BUvR/1g1ksTFr990=; b=csaoH+j8pGOlRqzApmaJUB+nN4 43R7+EK8UVzCWvAqxGAAdiEv5R5DnAjJMFlFPjQMqU0iM/QZuEifPoGMefevk9BXmuUrnpb7vjGBt CORIs8nxdRHa/T6yTMSRRm9jH1jQcToTpQWG0V29bFAX9U2jIMdPAOOFvjGxLuv/7ULo=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kXhfI-0006EV-UI; Wed, 28 Oct 2020 10:22:51 +0100 From: Lars Ingebrigtsen References: <87pnbxdkqw.fsf@posteo.net> <87pn5ajox5.fsf@gnus.org> <87o8knv3hk.fsf@posteo.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEXT0caPWlY4Mir/ //9kTWJkAAAAAWJLR0QDEQxM8gAAAAd0SU1FB+QKHAkHFEs0eocAAAGkSURBVCjPVdLBjtowEAbg sVUilVO3otHCfQ/kKcKhHHIKVSba+LSHBRU/BSAt0va0IIi0ObGVE+H/KTsGVLU+JP408cS/E6Lb UIAP96dwGf2L5IYvfyuDG6KAnzdcGmDNzGlvzmgmhA2MI7JoKiXoG2XdV2zuBXtTSNvcvhSK/BSM ZTdknytKNfgTUaHa9ILiWTMPjoKBxsyVZZWXpOi7rg3asuKp4NRtIciKTFAkGXAsp0+xwBgA62X2 thfIFF4tss1v/U6hcK++ZdFH31OvDz+k+LXX0DCkcqM8PozOpCWVPfi8fyhdAC92j7NsVbt4RtHu GY958qM+htirB+MHdsvGL2hFw0nZtEMueELryYtyy/mSWcLhzWtvAS5URTjNowWatuIlCB9pjFr2 1HrQeXYcQc4WRyuVXCX4bOGZjbyHEh9bzJkbQkrReYQz0ZgJRNpZnCh9uKIDnMauJPl2etuE8Dt7 AW7jf8iaGLDmCnWqW2APEx7THrWv3bgJiBpYX6J/xS+P9g5rWUhoEPnOYWXDgRiYtmu799CgGpeJ /BYsu+Y/5JjZYM8ec9AAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMTAtMjhUMDk6MDc6MjArMDA6 MDDpuETQAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTEwLTI4VDA5OjA3OjIwKzAwOjAwmOX8bAAA AABJRU5ErkJggg== X-Now-Playing: He Said's _Take Care_: "Tongue Ties" Date: Wed, 28 Oct 2020 10:22:44 +0100 In-Reply-To: <87o8knv3hk.fsf@posteo.net> (Fredrik Nyqvist's message of "Tue, 27 Oct 2020 21:05:43 +0100") Message-ID: <874kmewvq3.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Fredrik Nyqvist writes: > If the problem is because of how I have setup my system I think this > issue can be closed. OK, sounds like it may be difficult to make progress here, so I'm closing this bug report. If more progress can be made, please respond to the debbugs address and we'll reopen. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Fredrik Nyqvist writes: > If the problem is because of how I have setup my system I think this > issue can be closed. OK, sounds like it may be difficult to make progress here, so I'm closing this bug report. If more progress can be made, please respond to the debbugs address and we'll reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 28 05:23:09 2020 Received: (at control) by debbugs.gnu.org; 28 Oct 2020 09:23:09 +0000 Received: from localhost ([127.0.0.1]:47150 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXhfh-0007Sw-Jh for submit@debbugs.gnu.org; Wed, 28 Oct 2020 05:23:09 -0400 Received: from quimby.gnus.org ([95.216.78.240]:39404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXhfg-0007Sk-EC for control@debbugs.gnu.org; Wed, 28 Oct 2020 05:23:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=aOyRJ48T9UXi6h7fa5JVcsCHCRIJaPuicEr5S+1ys+o=; b=MDigS2rshic0n5JdKS5ZTVIm28 UQnP8ByT+PLLW2FYEgYpj3MLHiWEjCuH7LPBfaf5VE9A5gqFQUS1iDefogMZUxWexGCj2hzEYCkmu zhvJs6uCmJilzNdaEiDYBwT1n60iws+wMXnLlzHjKnKIsqCd+fbaBYWsaeqG41JxC0JA=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kXhfY-0006Ef-PO for control@debbugs.gnu.org; Wed, 28 Oct 2020 10:23:02 +0100 Date: Wed, 28 Oct 2020 10:22:59 +0100 Message-Id: <87361ywvpo.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #40820 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 40820 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 40820 quit