[chef-dev] Re: Re: ChefDK 0.7.0.rc.2 released


Chronological Thread 
  • From: Mike < >
  • To: Kartik Cating-Subramanian < >
  • Cc: " " < >, Chef Dev < >
  • Subject: [chef-dev] Re: Re: ChefDK 0.7.0.rc.2 released
  • Date: Sat, 11 Jul 2015 10:52:38 -0400

Hi Kartik,

Not sure of where you'd want to have bug reports posted, but I tried this package out today and got an error [0] (see lines L58-L59).

This is likely due to the new restriction of OSX 10.11 disallowing user-installed modifications to /usr/bin - I was always curious why chefdk went into /usr/bin and not /usr/local/bin - any insight?

Quoting from the Linux Filesystem Hierarchy [1]:

> The original idea behind '/usr/local' was to have a separate ('local') '/usr' directory on every machine besides '/usr', which might be just mounted read-only from somewhere else. It copies the structure of '/usr'. These days, '/usr/local' is widely regarded as a good place in which to keep self-compiled or third-party programs. The /usr/local hierarchy is for use by the system administrator when installing software locally. It needs to be safe from being overwritten when the system software is updated. It may be used for programs and data that are shareable amongst a group of hosts, but not found in /usr. Locally installed software must be placed within /usr/local rather than /usr unless it is being installed to replace or upgrade software in /usr.

So it seems like OSX is taking a harder stance on the "don't even allow root to write in /usr/bin".

There's more details on this feature on Quora [2].


One hackish way to get around this right now would be to insert another conditional in the postinst and postrm scripts that tests for osx version 10.11 and uses a different path for symlinks, but I don't think that's sustainable.

Another idea is that 0.7.0 could move to using /usr/local/bin as the path for symlinked binaries, don't know how you feel about that. I created a simple script [3] that uses the behavior from the postinst script to run locally to get around it.

This would likely also necessitate changing the test paths in `chef verify` [4].

Hope this helps,
-M




On Thu, Jul 9, 2015 at 4:49 PM, Kartik Cating-Subramanian < " target="_blank"> > wrote:

On Thu, Jul 9, 2015 at 2:59 PM, Kartik Cating-Subramanian < " target="_blank"> > wrote:
Apologies - the links provided are to a nightly build and not to the rc.  I'll post the updated links shortly.

On Thu, Jul 9, 2015 at 2:34 PM, Kartik Cating-Subramanian < " target="_blank"> > wrote:
An updated version of chefdk 0.7.0.rc.2 has been released.  This release updates rc.1 by:

- pulling in chef-12.4.1
- pulling in test-kitchen 1.4.1
- allowing for multiple default_source lines in your policyfile.rb


You can acquire it from omnitruck (https://docs.chef.io/api_omnitruck.html) using 

Here are some direct package links:


--

Kartik Cating-Subramanian — Trouble Maker

314-266-8468 –  " target="_blank">  - my: Linkedin

CHEF

TM

chef.io   Blog   Facebook   Twitter   Youtube




--

Kartik Cating-Subramanian — Trouble Maker

314-266-8468 –  " target="_blank">  - my: Linkedin

CHEF

TM

chef.io   Blog   Facebook   Twitter   Youtube




--

Kartik Cating-Subramanian — Trouble Maker

314-266-8468 –  " target="_blank">  - my: Linkedin

CHEF

TM

chef.io   Blog   Facebook   Twitter   Youtube





Archive powered by MHonArc 2.6.16.

§