Bryan McLellan

Results 13 comments of Bryan McLellan

I was having lots of issues with ansicon.exe crashing in Console2 on Windows 8.1 whenever I'd preface another shell with it. I finally realized I had the 32-bit version of...

I believe the fix for this is in https://github.com/chef/automate/issues/4285#issuecomment-996212356

A few `chef-server-ctl` commands need postgresql access as there isn't an Infra Server API for what they're doing. ``` btm@btm-thinkpad:~/src/chef-server/src/chef-server-ctl (main)$ git grep ::PG::C plugins/cleanup_bifrost.rb: @erchef_db ||= ::PG::Connection.open(::ChefServerCtl::Config.erchef_sql_connuri) plugins/cleanup_bifrost.rb: @bifrost_db...

The functionality here in chef-server-ctl for managing orgs/users used to come from [knife-opc](https://github.com/chef-boneyard/knife-opc) but that merged into core knife around Infra Client 17 which knife also made a break from...

Note if we do something like this, as a followup we need to ensure similar coverage in Automate's wrappers around chef-server-ctl in https://github.com/chef/automate/blob/main/components/automate-cs-nginx/cmd/chef-server-ctl/ctl.go.

This error would come up if you had a kernel without ipv6 support, you disabled ipv6 in the kernel, or ipv6 is in a kernel module which isn't loaded yet...

@clintoncwolfe Workstation does use train for [chef-apply](https://github.com/chef/chef-apply), and wherever `chef bootstrap` lands in Workstation will also use train. Really wherever we do transports we'll want to migrate to train eventually,...

I think most of the above issues in the test-kitchen/kitchen-vra and test-kitchen/vmware-vra-gem repositories are now complete with these two releases: https://rubygems.org/gems/vmware-vra/versions/3.0.0 - https://github.com/test-kitchen/vmware-vra-gem/blob/main/CHANGELOG.md#300-2022-01-18 https://rubygems.org/gems/kitchen-vra/versions/3.0.0 - https://github.com/test-kitchen/kitchen-vra/blob/main/CHANGELOG.md#v300

@teknofire what was the issue you had with modifying the node attribute from inside the resource? Was it something like this? ``` Chef::Exceptions::ImmutableAttributeModification (Node attributes are read-only when you do...

🙈 Windows 10.0.19044 **domain joined** works fine. The issue was reported as non-domain joined, but I'm sitting on a domain joined laptop right now. ``` \opscode\chef\bin\ohai --version \opscode\chef\bin\ohai fqdn ```...