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?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
