Habe https://\www.chef.io/blog/chef-infra-server-transitions-to-chef-360-platform in http://www.blablameter.com/index.php geworfen und es hat gesagt: "Bullshit Index :0.48
Something's getting a bit fishy. You probably want to sell something, or you're trying to impress somebody. It still may be an acceptable result for a scientific text."

Die Einschätzung fühlt sich treffend an.
#ProgressChef #Chef #ChefIo #CINC #CINCsh

BlaBlaMeter - Bullshit detection tool

BlaBla Meter - Bullshit detection tool

Da habe ich mich heute mal wieder mit Progress Chef beschäftigt. Dabei festgestellt, dass Chef Infra Server im November 2026 EOL geht. Wird durch Chef 360 Platform (also Infra Server betrieben durch Progress auf Progress Servern) ersetzt. Self-hosting scheint wohl abgeschafft zu werden. :-/

Na toll … mal wieder so eine Software/Infrastruktur, die kaputt gemacht wird …
#ProgressChef #Chef #ChefIo #CINC #CINCsh

Using Progress #Chef™ to manage #OpenWrt? Seems to be possible https://m.youtube.com/watch?v=D6Xj3_7Ut48&t=720
#chefio #cinc #cincsh
ChefConf ‘23: Keynote – Product Roadmap

YouTube
got my cinc.sh server running. cinc workstation connects to it. A first cinc client also ran successfully.
hooray 🥳
#chefio #chef #cincsh #cinc

So langsam verstehe ich #chefio und fange an es nutzen zu können.

Jetzt nur noch chef-vault verstehen. :-/

I am trying to install cinc knife on my computer via `gem install knife --clear-sources --user-install -s https://packagecloud.io/cinc-project/stable -v "<18" -s https://rubygems.org`. Sadly it tries to install chef-18… as dependency. chef-18… does not exist.
Dependency of knife is given as `chef (>= 17)` according to https://packagecloud.io/cinc-project/stable/packages/gems/knife-17.10.0.gem?distro_version_id=rubygem
How to install knife-17.10.0 with chef-17.10.0 instead of chef-18…?
#chefio #chef #cinc #cincsh
cinc-project/stable - Packages · packagecloud

Browse packages for the cinc-project/stable repository. Host your own repository by creating an account on packagecloud.

Packagecloud

```
chef-cli generate repo foobar42
chef-cli generate policyfile workstation
cd cookbooks
chef-cli generate cookbook workstation
cd ..
chef-cli install policyfile/workstation.rb
chef-cli export policyfile/workstation.rb export23
cd export23
chef-client -z
```

Nachdem ich jetzt endlich verstanden habe, wie ich #chefio lokal ausführen kann, ist es gar nicht mehr so kompliziert. 😃

I'd like to be get a #chefIO workshop.

I think I understand most of it but normal usage is still a hassle for me.

next time I should read the documentation / `--help` before complaining.
#chefio `knife` commend is able to login as user. knife is able to use sudo with password. What is missing is entering sudo password interactively. AFAICT sudo password only via command line parameter. This is a bad way to provide a password.

Now there is https://github.com/chef/chef/issues/12573 to complain about this.

knife: ask interactively for sudo password · Issue #12573 · chef/chef

Describe the Enhancement: I do not want to enter my sudo password as command line argument. When I enter it as command line argument it is readable by every other user on this computer via pgrep/ht...

GitHub
Jahrelang wird sudo (& mittlerweile doas) entwickelt, damit wir nicht mehr permanent als root arbeiten. Vor allem, damit SSH root login abgeschaltet werden kann.
Dann kommen configuration management systems (zB #chefio) um die Ecke und sind zu unfähig ihren bootstrap per sudo/doas _mit_Passwortabfrage_ auszuführen.