由于一些愚蠢的原因,Ubuntu 14.10 现在正在填满/tmp
文件。有数百万。
dmesg
向我展示了数千行这样的内容,
[15686.146977] ecryptfs_create: Failed to create file inlower filesystem
[15686.376336] ecryptfs_do_create: Failure to create dentry in lower fs; rc =
最终,我必须从记忆棒启动并运行rm -rf /tmp
并自己重新创建它。这个问题的原因是什么?我升级了系统,它工作了一点。然后它给我带来了问题,当我重新启动时,我遇到了很多错误。我花了一段时间才找到它,但这似乎不是一次性的。现在我的磁盘已满,由于所有这些临时文件,我无法执行任何写入磁盘的操作。
更新
有趣的是,中的所有文件/tmp
都有一个 cups ppd 文件的内容......
*PPD-Adobe: "4.3"
*% ===============================================
*% Disclaimer: The above statement indicates
*% that this PPD was written using the Adobe PPD
*% File Format Specification 4.3, but does not
*% intend to imply approval and acceptance by
*% Adobe Systems, Inc.
*% ===============================================
*%
*% ===============================================
*% PPD for Samsung M262x 282x Series CUPS
*% For Linux Only
*% ===============================================
(文件在这里被截断)。
此外/var/log/cups/error_log
,我有很多这样的条目......
E [timestamp] Unable to create "/var/cache/cups/job.cache.N": No space left on device
E [timestamp[ Unable to create "/var/spool/cups/c00196.N": No space left on device
E [timestamp] Unable to create "/etc/cups/subscriptions.conf.N": No space left on device
E [timestamp] Unable to create "/var/cache/cups/job.cache.N": No space left on device
E [timestamp] Unable to create "/var/spool/cups/c00196.N": No space left on device
在进一步检查中,我可以看到这些都是指向同一个 ppd 文件的符号链接。
find . -not -type d -exec ls -al {} \;
./5452f859dd8ec -> /etc/cups/ppd/Samsung-M262x-282x-Series.ppd
./5452fb4f958b3 -> /etc/cups/ppd/Samsung-M262x-282x-Series.ppd
./5452fa54e4d05 -> /etc/cups/ppd/Samsung-M262x-282x-Series.ppd
./5452f4b801d88 -> /etc/cups/ppd/Samsung-M262x-282x-Series.ppd
看来这是一个已报告的错误。虽然极难发现。
并且,在变更日志中,