From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniel Kraus Newsgroups: gmane.emacs.devel Subject: Re: Tramp rclone Date: Mon, 26 Nov 2018 20:35:41 +0800 Message-ID: <87k1l0yq1u.fsf@kraus.my> References: <87in0m8vl9.fsf@gmx.de> <87tvk57qtz.fsf@kraus.my> <8736rp8s39.fsf@gmx.de> <87sgzp75od.fsf@kraus.my> <87va4l1i1n.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1543235640 1208 195.159.176.226 (26 Nov 2018 12:34:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 26 Nov 2018 12:34:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 26 13:33:56 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gRG5L-00007F-Va for ged-emacs-devel@m.gmane.org; Mon, 26 Nov 2018 13:33:56 +0100 Original-Received: from localhost ([::1]:35479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRG7S-0002mK-GP for ged-emacs-devel@m.gmane.org; Mon, 26 Nov 2018 07:36:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRG7M-0002mB-GJ for emacs-devel@gnu.org; Mon, 26 Nov 2018 07:36:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRG7H-0000Fz-Hl for emacs-devel@gnu.org; Mon, 26 Nov 2018 07:36:00 -0500 Original-Received: from mx2.mailbox.org ([80.241.60.215]:58188) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRG7H-0000EH-As for emacs-devel@gnu.org; Mon, 26 Nov 2018 07:35:55 -0500 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 405D1A12D1; Mon, 26 Nov 2018 13:35:52 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter05.heinlein-hosting.de (spamfilter05.heinlein-hosting.de [80.241.56.123]) (amavisd-new, port 10030) with ESMTP id WNnKGtdPi8Re; Mon, 26 Nov 2018 13:35:50 +0100 (CET) In-reply-to: <87va4l1i1n.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 80.241.60.215 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231388 Archived-At: Hi Michael Michael Albinus writes: > Could you pls check whether rclone is running for mount? What do you get > with > > # ps -eaf | grep rclone > > Furthermore, how does /tmp/tramp.rclone.drive look like? It must be a > directory, and there must be files from your remote "drive". > > If there is an rclone process running, pls unmount that directory, > possibly you must do it with "fusermount -u /tmp/tramp.rclone.drive". > The directory must be empty then, and the rclone process must have been > killed. Delete the directory, and run "emacs -Q" after that again, and > show the logs. I just tried and it's the exact same result. There is no rclone process running and there is no /tmp/tramp.rclone* file. Let me know if I can provide more info. Thanks, Daniel