Date: Mon, 29 Jun 2020 21:23:48 +0200 From: Michael Gmelin <freebsd@grem.de> To: Ian Lepore <ian@freebsd.org> Cc: Gordon Bergling <gbe@freebsd.org>, "Rodney W. Grimes" <freebsd-rwg@gndrsh.dnsmgr.net>, Kevin Oberman <rkoberman@gmail.com>, FreeBSD Current <FreeBSD-current@freebsd.org>, david@catwhisker.org Subject: Re: Undeletable files after kyua test runs Message-ID: <BFDD8B8A-AB98-49D4-8620-E8B4C32B4C13@grem.de> In-Reply-To: <934817c6a90cecc186bf06d3eec1ccba50dd834a.camel@freebsd.org> References: <934817c6a90cecc186bf06d3eec1ccba50dd834a.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 29. Jun 2020, at 21:18, Ian Lepore <ian@freebsd.org> wrote: >=20 > =EF=BB=BFOn Mon, 2020-06-29 at 21:08 +0200, Gordon Bergling wrote: >> On Mon, Jun 29, 2020 at 11:58:47AM -0700, Rodney W. Grimes wrote: >>>> On Mon, Jun 29, 2020 at 10:32:38AM -0700, Kevin Oberman wrote: >>>>> On Mon, Jun 29, 2020 at 10:26 AM Gordon Bergling < >>>>> gbe@freebsd.org> wrote: >>>>>> I recently stumbled across undeletable files that are >>>>>> generated by kyua >>>>>> test runs, >>>>>> for example >>>>>>=20 >>>>>> -rwxr-xr-x 1 root wheel 0 May 9 13:10 >>>>>> /tmp/kyua.aB4q62/8676/work/fileforaudit >>>>>>=20 >>>>>> I haven't yet identified the test that generate those files, >>>>>> but it is >>>>>> impossible >>>>>> to delete them. I have clear_tmp_enable=3D"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. >>>>>>=20 >>>>>> Has anyone an idea how this is possible and may how these >>>>>> files can be >>>>>> deleted? >>>>>=20 >>>>> Have you done 'ls -o' to check for flags like schg? >>>>> -- >>>>> Kevin Oberman, Part time kid herder and retired Network >>>>> Engineer >>>>> E-mail: rkoberman@gmail.com >>>>> PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 >>>>=20 >>>> Argh, I haven't thought about chflags for quite some time. The >>>> chflags >>>> bit was set and after an >>>>=20 >>>> # find /tmp/ -type f -exec chflags -R 0 {} \; >>>=20 >>> ^^Only files ^^ meaningless when chflags is >>> given ONLY files >>>=20 >>> You probably could of done: >>> chflags -R 0 /tmp/ >>=20 >> Okay, I am currently working on an update for clear_tmp_enable=3D"YES" >> to include >> a check like this. I would think that an rc option like this should >> delete=20 >> everything in /tmp. >>=20 >=20 > I disagree. One of the few things those immutable flags are good for > is protecting files from things like an rc script or other automation > that deletes files. Those flags are typically set and maintained by > users and admins, and automation should not change them in order to > delete files. >=20 > The real fix we need is for the kyua tests to properly clean up after > themselves, including fixing the flags on temporary files created or > used by the tests, and then deleting them. >=20 +1, having a routine script remove schg automatically IMHO defeats the purpo= se of setting this flag. Cheers, Michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BFDD8B8A-AB98-49D4-8620-E8B4C32B4C13>