{"id":260,"date":"2014-09-14T13:17:09","date_gmt":"2014-09-14T17:17:09","guid":{"rendered":"http:\/\/jasonralph.org\/?p=260"},"modified":"2014-09-14T13:18:27","modified_gmt":"2014-09-14T17:18:27","slug":"puppet-enterprise-installation-binbash-bad-interpreter-permission-denied","status":"publish","type":"post","link":"https:\/\/jasonralph.org\/?p=260","title":{"rendered":"Puppet Enterprise Installation \/bin\/bash: bad interpreter: Permission denied"},"content":{"rendered":"<p>I thought I would write up a quick post in regards to installing PE and getting a BASH permission denied error.<\/p>\n<p><code>information:bash: \/tmp\/pe-installer-ibqD7803\/install\/puppet-enterprise-installer: \/bin\/bash: bad interpreter: Permission denied<\/code><\/p>\n<p>When using the enterprise installer from Puppet, I was able to get to the webpage and enter all the parameters.  When I clicked deploy I was faced with the above error about the BASH interpreter.  It turned out that I had NOEXEC permission on the \/tmp directory.  Once I changed this with the following command I was able to install PE.<\/p>\n<p>To remove noexec:<br \/>\n<code>mount -o remount,exec \/tmp<\/code><\/p>\n<p>To Put it Back:<br \/>\n<code>mount -o remount,noexec \/tmp<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I thought I would write up a quick post in regards to installing PE and getting a BASH permission denied error. information:bash: \/tmp\/pe-installer-ibqD7803\/install\/puppet-enterprise-installer: \/bin\/bash: bad interpreter: Permission denied When using the enterprise installer from Puppet, I was able to get to the webpage and enter all the parameters. When I clicked deploy I was faced [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-260","post","type-post","status-publish","format-standard","hentry","category-general-code"],"_links":{"self":[{"href":"https:\/\/jasonralph.org\/index.php?rest_route=\/wp\/v2\/posts\/260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jasonralph.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jasonralph.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jasonralph.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jasonralph.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=260"}],"version-history":[{"count":4,"href":"https:\/\/jasonralph.org\/index.php?rest_route=\/wp\/v2\/posts\/260\/revisions"}],"predecessor-version":[{"id":264,"href":"https:\/\/jasonralph.org\/index.php?rest_route=\/wp\/v2\/posts\/260\/revisions\/264"}],"wp:attachment":[{"href":"https:\/\/jasonralph.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=260"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jasonralph.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=260"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jasonralph.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}