Modify ↓
Ticket #829 (closed defect: fixed)
Running probe %s fails with noexec /tmp
Reported by: | https://www.google.com/accounts/o8/id?id=AItOawkSsFd6lqQkgZsyjbW-povvFQdV1OAQFVw | Owned by: | desai |
---|---|---|---|
Priority: | trivial | Milestone: | Bcfg2 1.1.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | noexec tmp mkstemp | Cc: |
Description
If /tmp is mounted as noexec the "Running Probe" part of bcfg2 client fails:
sh: /tmp/tmpxANbms: /bin/bash: bad interpreter: Permission denied
The ability to specify a prefix, or a hardcoded a known executable prefix would be nice.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
As discussed on IRC, this is fixable by setting the TMPDIR environment variable before running the client. This just needs to be documented.