Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2020 10:02:45 -0700
From:      Enji Cooper <yaneurabeya@gmail.com>
To:        Gordon Bergling <gbe@freebsd.org>
Cc:        freebsd-current <freebsd-current@freebsd.org>, Alan Somers <asomers@FreeBSD.org>
Subject:   Re: Undeletable files after kyua test runs
Message-ID:  <B66B7732-FF0B-4B99-8FD1-1DE733E3A8E1@gmail.com>
In-Reply-To: <28F5E543-5B64-4CC0-A450-A2719D3C3A65@gmail.com>
References:  <20200629172626.GA63722@lion.0xfce3.net> <A8AF7B2F-D0B9-41A7-9DED-D8DD12EDD200@gmail.com> <28F5E543-5B64-4CC0-A450-A2719D3C3A65@gmail.com>

index | next in thread | previous in thread | raw e-mail


> On Jul 4, 2020, at 8:59 AM, Enji Cooper <yaneurabeya@gmail.com> wrote:
> 
>> 
>> On Jul 2, 2020, at 7:57 PM, Enji Cooper <yaneurabeya@gmail.com <mailto:yaneurabeya@gmail.com>> wrote:
>> 
>>> 
>>> On Jun 29, 2020, at 10:26 AM, Gordon Bergling <gbe@freebsd.org <mailto:gbe@freebsd.org>> wrote:
>>> 
>>> Hi,
>>> 
>>> I recently stumbled across undeletable files that are generated by kyua test runs,
>>> for example
>>> 
>>> -rwxr-xr-x  1 root  wheel  0 May  9 13:10 /tmp/kyua.aB4q62/8676/work/fileforaudit
>>> 
>>> I haven't yet identified the test that generate those files, but it is impossible
>>> to delete them. I have clear_tmp_enable="YES" set in the /etc/rc.conf, but 
>>> on every boot the system argues that these file aren't deletable. 
>>> I tried to 'rm -rf' them by hand but, even this wasn't possible. I have looked for
>>> any extend attributes, but I didn't find any.
>>> 
>>> Has anyone an idea how this is possible and may how these files can be deleted?
>> 
>> The issue is tests/sys/audit/file-attribute-modify.c , based on the file present that can’t be deleted. Can you please provide more information about the test run in a PR (I see how it can leave files behind, but I want to make sure it is what I think it is, first)?
> 
> 	PR filed: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247761 <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247761>; . Working on a CR.

Hi,
	I just created the following CR: https://reviews.freebsd.org/D25561 <https://reviews.freebsd.org/D25561>; and added the following related GitHub issue to PR: https://github.com/jmmv/kyua/issues/142 <https://github.com/jmmv/kyua/issues/142>; . This should be completed to avoid issues like this in the future from occurring.
Thank you for the report!
-Enji

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B66B7732-FF0B-4B99-8FD1-1DE733E3A8E1>