[Pkg-salt-team] Bug#809078: salt: Should have a requires on bsdmainutils for 'col' required by service.*

Nigel Kukard nkukard at lbsd.net
Sat Dec 26 23:54:15 UTC 2015


Source: salt
Version: 2014.1.13
Severity: normal


Salt doesn't currently have a dependency on bsdmainutils, which is
probably should to prevent the below failure.


# salt-call service.get_all
[WARNING ] Although 'dmidecode' was found in path, the current user
cannot execute it. Grains output might not be accurate.
[INFO    ] Executing command 'systemctl --all --full --no-legend
--no-pager list-units | col -b' in directory '/root'
[ERROR   ] Command 'systemctl --all --full --no-legend --no-pager
list-units | col -b' failed with return code: 127
[ERROR   ] stderr: /bin/bash: col: command not found
[INFO    ] Executing command 'systemctl --full list-unit-files | col -b'
in directory '/root'
[ERROR   ] Command 'systemctl --full list-unit-files | col -b' failed
with return code: 127
[ERROR   ] stderr: /bin/bash: col: command not found

-N



More information about the pkg-salt-team mailing list