From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26353: GuixSD /tmp cleaner fails to clean when Umlauts like "=?UTF-8?Q?=C3=A4?=" are used in filenames Date: Tue, 19 Jun 2018 22:47:39 +0200 Message-ID: <87wouusduc.fsf@gnu.org> References: <20170403202146.2a9317ce@scratchpost.org> <87poghdbge.fsf@gnu.org> <87mvb8f2a7.fsf@gnu.org> <20170423040301.53ea208f@scratchpost.org> <87fugo1efp.fsf@gnu.org> <20171214232857.131aa0d6@scratchpost.org> <20180619201735.6o3po7ruiqcw757b@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVNXm-0004i3-Pe for bug-guix@gnu.org; Tue, 19 Jun 2018 16:48:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVNXl-00083S-Vy for bug-guix@gnu.org; Tue, 19 Jun 2018 16:48:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48790) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fVNXl-000836-S5 for bug-guix@gnu.org; Tue, 19 Jun 2018 16:48:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fVNXl-00023w-JN for bug-guix@gnu.org; Tue, 19 Jun 2018 16:48:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180619201735.6o3po7ruiqcw757b@abyayala> (Nils Gillmann's message of "Tue, 19 Jun 2018 20:17:35 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Nils Gillmann Cc: 26353@debbugs.gnu.org Nils Gillmann skribis: > Danny Milosavljevic transcribed 249 bytes: >> > The problem of how to deal with file name encoding has been discussed = on >> > the Guile side so hopefully the next release in the 2.2 series will ha= ve >> > a solution for this. >>=20 >> Hmm, any news on this? I've again got some immortal files in /tmp ... > > Did it ever work for you? I can't recall a single time in my years with > GuixSD when /tmp was cleaned. It was only when I started reading more > system specific code that I found out that the lack of /tmp cleaning > on shutdown is not a default. This bug report is about the specific case where it doesn=E2=80=99t work. = :-) Ludo=E2=80=99.