Ferdi
Ferdi
@msgeburt this is related to what is described in #46. Only the first argument of `execute` is resolved with `command_map`, so setting an alternative for php in `command_map` won't have...
@guillaumelecerf this does not reproduce the issue stated by @scuben. The issue is that the first argument is resolved with the command_map. The code to install composer states: ``` execute...
Hi @marcparadise, The content (which causes the error) is: ```ruby namespace :test do begin require 'kitchen/rake_tasks' desc 'Run kitchen integration tests' Kitchen::RakeTasks.new rescue StandardError => e puts ">>> Kitchen error:...
Hi @powersj, The problem is not happening when you run the test only _once_. The problem lies in the running agent. It will show up on the _second_ time the...
The version used is 1.21.4.
I've tried it with the current nightly build: ``` 2022-02-22T15:48:08Z I! Starting Telegraf 1.22.0-2ca5cfed 2022-02-22T15:48:08Z I! Loaded inputs: exec (4x) 2022-02-22T15:48:08Z I! Loaded aggregators: 2022-02-22T15:48:08Z I! Loaded processors: 2022-02-22T15:48:08Z I!...
@powersj the `cat` is a simplified version of the output we generate with `sudo /usr/local/sbin/repquota4.06 -P -sk, -a -O csv`. This `cat ` was the most simple version of what...
I've compared the package lists of amd64 with arm64 and it looks like arm64 is missing a lot of packages: ``` ⋗ wc -l deb12-* 1722 deb12-amd64.txt 1246 deb12-arm64.txt ```...