Marti wrote: > anything trying to traverse the mount point (which rpm apparently > does...!?)
Rpm does a statvfs() call on all mount points, to check how much free space there is in the file systems. It then compares that with how much space the package being installed requires in different places. This is done so there will be less chance of encountering an out of space condition after it has begun to actually install files into the filesystem(s). It would be nice if the rpm command was smarter about which mountpoints it actually calls statvfs() on. /Thomas Bellman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---