Carsten Grohmann
Carsten Grohmann
Can you share the line number of frame 4 (`get_base_exp()`), please. Maybe this issue is similar to #1772.
s3fs supports using credentials from `${HOME}/.aws/credentials` as well as `/etc/passwd-s3fs` and `$HOME/.passwd-s3fs`. `~/.aws/credentials` supports different profiles. The profile "default" is used by s3fs if no other profile name is choosen...
The patch have the same license as hping.
@philpep: Please close this ticket as the issue has already been resolved with MR #651.
The SysV code is a fallback: https://github.com/pytest-dev/pytest-testinfra/blob/8d693089eac355948cb72d89c607400fcac783da/testinfra/modules/service.py#L153-L162 I get a similar error when I try to check a non-existing service as user root: ``` with host.sudo(): srv = ansiblehost.service("nonexisting.service") assert...
It would be great if you could add a link to your write-up to the Transcrypt documentation. I'm fine with closing this issue.
Currently I can't use ansible-lint due to ansible/ansible-lint#2889.
I'm sorry, but I can't manage to work on a PR for it for the foreseeable future.
LGTM, also. Please add a small test case.
@narmaku: I suggest to simplify the test as a corrupt database is not necessary: ``` $ rpm -q not_installed_pkg package not_installed_pkg is not installed $ echo $? ```