Bug#788193: systemd: lost+found on /tmp-partition deleted during boot
Michael Biebl
biebl at debian.org
Wed Jun 10 17:08:01 BST 2015
Control: severity -1 important
Am 09.06.2015 um 12:06 schrieb Ruediger Oberhage:
> * What led up to the situation?
> Booting Debian "Jessie". That dam*d "systemd" erases the "lost+found"
> directory entry in "/tmp", which obviously is in its own partition.
Looking at sysvinit's /lib/init/bootclean.sh, we have
EXCEPT='! -name .
! ( -path ./lost+found -uid 0 )
! ( -path ./quota.user -uid 0 )
! ( -path ./aquota.user -uid 0 )
! ( -path ./quota.group -uid 0 )
! ( -path ./aquota.group -uid 0 )
! ( -path ./.journal -uid 0 )
! ( -path ./.clean -uid 0 )
! ( -path './...security*' -uid 0 )'
It looks reasonable to me, to mark the lost+found and quota bits as x in
/usr/lib/tmpfiles/tmp.conf
Might even be something which we should fix in jessie via pu.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/attachments/20150610/560c7b73/attachment.sig>
More information about the Pkg-systemd-maintainers
mailing list