Hey! The maintainer has changed again. we'll see what comes out :)
Search Criteria
Package Details: chef-workstation 24.6.1066-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/chef-workstation.git (read-only, click to copy) |
---|---|
Package Base: | chef-workstation |
Description: | Chef's developer toolkit that includes Infra, InSpec, Habitat, and tools like knife. |
Upstream URL: | https://www.chef.io/downloads/tools/workstation |
Keywords: | chef chef-dk chef-workstation inspec knife |
Licenses: | custom:Chef EULA |
Conflicts: | chef, chef-dk, chef-solo, cinc |
Replaces: | chef-dk |
Submitter: | TrevorBramble |
Maintainer: | tmoore |
Last Packager: | tmoore |
Votes: | 11 |
Popularity: | 0.001993 |
First Submitted: | 2018-06-14 05:12 (UTC) |
Last Updated: | 2024-07-08 14:38 (UTC) |
Dependencies (1)
Required by (0)
Sources (1)
otlet commented on 2022-11-22 14:03 (UTC)
<deleted-account> commented on 2022-04-20 01:28 (UTC)
Maintainer's Notes:
- This package does not create a Ruby environment. You should install Ruby separately.
- Chef Workstation has telemetry enabled by default. Follow these steps to disable telemetry: https://docs.chef.io/workstation/privacy/#opting-out
<deleted-account> commented on 2022-03-31 19:48 (UTC)
Hello all. New maintainer here. I updated the package, the license, and fixed the libcrypt.so.1 requirement. I'll look at the remaining metadata and at picking the ideal upstream source in future releases.
tardypad commented on 2022-02-16 07:20 (UTC) (edited on 2022-02-16 07:22 (UTC) by tardypad)
I had some issues recently while running the knife command /opt/chef-workstation/embedded/bin/ruby: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
.
I had to install libxcrypt-compat from AUR to fix it https://aur.archlinux.org/packages/libxcrypt-compat
In case this wasn't an isolated issue on my machine, it should be added as a dependency (I'm running version 21.12.720 now)
marcparadise commented on 2021-01-07 16:52 (UTC)
The patch supplied by MattRay to fix the chef-cli issue has been included in yesterday's release of 21.1.222
mhemeryck commented on 2020-12-17 08:27 (UTC) (edited on 2020-12-17 08:27 (UTC) by mhemeryck)
Just installed version 20.12.205-1 and I also got the chef-cli
not found issue.
Could solve it by adding the symlink as proposed below.
MattRay commented on 2020-12-08 04:38 (UTC)
The 20.12.187 release fixes the missing chef-cli
mivaho commented on 2020-03-27 14:07 (UTC)
Installed 0.17.5-1 and still had to do sudo ln -sf /opt/chef-workstation/bin/chef-cli /usr/bin/chef-cli
So problem still there
pvdp commented on 2020-01-21 20:56 (UTC)
Just installed version 0.14.16-1. Unfortunately issue with missing link still there. Fix is same as for version 0.12.20-1.
pvdp commented on 2020-01-20 22:13 (UTC) (edited on 2020-01-20 22:15 (UTC) by pvdp)
Version 0.12.20-1 gives an error executing:
>chef -v
ERROR: exec: "chef-cli": executable file not found in $PATH
Fix
sudo ln -sf /opt/chef-workstation/bin/chef-cli /ur/bin/chef-cli
Pinned Comments
<deleted-account> commented on 2022-04-20 01:28 (UTC)
Maintainer's Notes: