FS#30893 - [initscripts?] /tmp not cleaned up, instead prints an error
Attached to Project:
Arch Linux
Opened by Lukas Jirkovsky (6xx) - Saturday, 28 July 2012, 11:30 GMT
Last edited by Tom Gundersen (tomegun) - Thursday, 20 September 2012, 22:30 GMT
Opened by Lukas Jirkovsky (6xx) - Saturday, 28 July 2012, 11:30 GMT
Last edited by Tom Gundersen (tomegun) - Thursday, 20 September 2012, 22:30 GMT
|
Details
Description:
During the boot I get a bunch of the following errors, and the /tmp is not cleaned: Attempted to remove disk file system, and we can't allow that. rm_rf(/tmp): Operation not permitted Attempted to remove disk file system, and we can't allow that. rm_rf(/var/tmp): Operation not permitted I'm using separate /tmp partition and I have following in the /etc/tmpfiles.d/tmp.conf: D /tmp 1777 root root 0d D /var/tmp 1777 root root 10d Additional info: * initscripts 2012.07.5-1 * systemd-tools 187-2 |
This task depends upon
In my /etc/tmpfiles.d/tmp.conf, i have:
D /tmp/cryopid-0.5.9.1/ 1777 root root
If i do: systemd-tmpfiles --create --remove --clean
i get:
--
Attempted to remove disk file system, and we can't allow that.
rm_rf(/tmp/cryopid-0.5.9.1): Operation not permitted
--
notice that /tmp/cryopid-0.5.9.1 only contains empty subfolders.