Gentoo Archives: gentoo-user

From: Hogren <hogren@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Delete /tmp content
Date: Wed, 08 Feb 2017 11:35:48
Message-Id: 3142448b-9786-f49a-1214-356cce11912d@iiiha.com
In Reply to: Re: [gentoo-user] Delete /tmp content by Marc Joliet
1 Hello world !
2
3
4 I do an answer very very very late. But I would to thanks a lot Rich,
5 Mick, Walter Dnes, James, and Marc Joliet, for their responses.
6
7 The basic subject make a interesting conversation.
8
9
10 I think my problem was that my /tmp is a LVM logical volume. The systemd
11 service did empty the /tmp before the mount of the tmp LV.
12
13 I don't very need to separate /tmp from the / LV. So I deleted it (the
14 /tmp, not the / ^^). An other solution would may be to change the good
15 systemd service to affect the boot order.
16
17
18 This TOPIC is SOLVED.
19
20
21 Thank you again !
22
23
24 Bye
25
26
27 Hogren
28
29
30 On 16/07/2016 00:18, Marc Joliet wrote:
31 > On Friday 15 July 2016 08:44:39 Rich Freeman wrote:
32 >> I checked and it looks like the default on Gentoo is to not clear
33 >> tmpfiles on a running system at all:
34 >> cat /usr/lib/tmpfiles.d/tmp.conf
35 >> v /tmp 1777 root root
36 >> v /var/tmp 1777 root root
37 > Which is due to https://bugs.gentoo.org/show_bug.cgi?id=490676 (I still fail
38 > to understand the reasoning behind the change, but oh well). Personally, I
39 > manually override Gentoo's own override in order to retain upstream behaviour.
40 >