From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Brian Cully Newsgroups: gmane.emacs.devel Subject: [ELPA] New package: nspawn-tramp Date: Sat, 19 Feb 2022 09:09:22 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20701"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 19 15:12:56 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nLQTn-0005CM-Sk for ged-emacs-devel@m.gmane-mx.org; Sat, 19 Feb 2022 15:12:56 +0100 Original-Received: from localhost ([::1]:33494 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nLQTm-0006V8-Iu for ged-emacs-devel@m.gmane-mx.org; Sat, 19 Feb 2022 09:12:54 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLQRv-0005JC-5O for emacs-devel@gnu.org; Sat, 19 Feb 2022 09:11:02 -0500 Original-Received: from coleridge.kublai.com ([166.84.7.167]:62321 helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLQR4-0006jU-Hu for emacs-devel@gnu.org; Sat, 19 Feb 2022 09:10:50 -0500 Original-Received: from [IPV6:2001:470:1f07:1b9:ec80:35ff:fedf:c760] (unknown [IPv6:2001:470:1f07:1b9:ec80:35ff:fedf:c760]) by mail.spork.org (Postfix) with ESMTPSA id 9AB411254 for ; Sat, 19 Feb 2022 09:09:22 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1645279768; bh=YFOnOI2usYbkzN9ewm+0i8NHrIWg78mOZo607rcftLU=; h=Date:To:From:Subject; b=j5Uc+HPkPLXMubddEoiu2cXWanIPVaJvXULr+IuSeJocppoyVjgjSY2kYHBmiTX5R 6a2Zc6tZ5x0mvqP4peD/g4Vuc//mdMzf6QXMAhaOR/rEqaVhL5d7l6lVQ/iFXD92kU PDyVfxDGXBr58YEhMDtm8LbXvEAihXSHZpoNl4ro= Content-Language: en-US Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:286467 Archived-At: This is a package that allows TRAMP to use systemd-nspawn based containers (typically used with machinectl). I've been dogfooding this myself for about a year now, and I hope that others in the community will find it useful. The package source can be found at: https://github.com/bjc/nspawn-tramp If it gets accepted to ELPA, I'll adjust the README.org to include instructions for how to install it from there. -bjc