home.social

#chefio — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #chefio, aggregated by home.social.

fetched live
  1. CW: IT sysadmin

    Habe https://\www.chef.io/blog/chef-infra-server-transitions-to-chef-360-platform in 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

  2. CW: IT sysadmin

    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

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

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

    Jetzt nur noch chef-vault verstehen. :-/

  5. I am trying to install cinc knife on my computer via `gem install knife --clear-sources --user-install -s packagecloud.io/cinc-project/s -v "<18" -s 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 packagecloud.io/cinc-project/s
    How to install knife-17.10.0 with chef-17.10.0 instead of chef-18…?
    #chefio #chef #cinc #cincsh

  6. ```
    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. 😃

  7. 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.

  8. CW: Frustration, Sysadmin, en

    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 github.com/chef/chef/issues/12 to complain about this.

  9. CW: Frustration, Sysadmin

    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.