Re: 16,000.000 symlinks - yikes!

2014-12-25 Thread Alchemist
2014-12-26 0:58 GMT+02:00 Geoffrey Leach : > A rogue printer daemon appears to have filled up /tmp with 16,000.000 > symlinks. Question: how to delete them? (Sometime before the end of 2015) > -- > without remount/reboot find /tmp -type l -delete or find /tmp -name "*filenamepattern*" -type l -d

Re: 16,000.000 symlinks - yikes!

2014-12-25 Thread Roger Heflin
On Thu, Dec 25, 2014 at 4:58 PM, Geoffrey Leach wrote: > A rogue printer daemon appears to have filled up /tmp with 16,000.000 > symlinks. Question: how to delete them? (Sometime before the end of 2015) > -- The fastest way (if it is not tmpfs) may be to create a new /tmp filesystem. To check fo

Re: 16,000.000 symlinks - yikes!

2014-12-25 Thread jd1008
Sounds like a misconfigured printer??? On 12/25/2014 03:58 PM, Geoffrey Leach wrote: A rogue printer daemon appears to have filled up /tmp with 16,000.000 symlinks. Question: how to delete them? (Sometime before the end of 2015) -- users mailing list users@lists.fedoraproject.org To unsubscri

16,000.000 symlinks - yikes!

2014-12-25 Thread Geoffrey Leach
A rogue printer daemon appears to have filled up /tmp with 16,000.000 symlinks. Question: how to delete them? (Sometime before the end of 2015) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users