Bug #3052
Puppet could expose EMLINK a bit better
| Status: | Needs Decision | Start date: | 01/15/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | exec | |||
| Target version: | - | |||
| Affected Puppet version: | 0.24.8 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
Hi,
I just spent longer than necessarily trying to figure out why Puppet was failing Exec resources. It was because /tmp had 32000 directories in it. It isn’t terribly obvious from the error output that Puppet’s trying to mkdir() and not open() a file in /tmp
History
Updated by James Turnbull over 2 years ago
- Category set to exec
- Status changed from Unreviewed to Accepted
- Assignee set to Markus Roberts
Updated by Joshua Lifton 5 months ago
- Assignee deleted (
Markus Roberts)
This issue was assigned to a former Puppet Labs employee. Adding back to the pool of unreviewed issues.
Updated by Joshua Lifton 5 months ago
This issue was assigned to a former Puppet Labs employee. Adding back to the pool of unreviewed issues.
Updated by Ben Hughes 4 months ago
- Description updated (diff)
- Status changed from Accepted to Unreviewed
Updated by Daniel Pittman 4 months ago
- Description updated (diff)
- Status changed from Unreviewed to Needs Decision
We don’t specifically handle this, and it isn’t an unreasonable request, but I have not done the investigation to know if this is even possible for us to report in a way that doesn’t require wrapping every single file operation in specific handling for the problem.