Nicholas Von Wolff

Results 14 issues of Nicholas Von Wolff

I'm trying to compress multiple folders into separate zip files however I keep getting "Access to path is denied". if I run 7za.exe by itself it can zip the folders...

Recently I have come across paired down servers from Lenovo that ship with Intel RSTe Raid instead of a dedicated raid controller. The weird thing about RSTe is that you...

##### SUMMARY With the following task the `comment` value it is not correctly omitted. ```yaml - name: set authorized keys authorized_key: user: "{{ item.user }}" state: "{{ item.state | default('present')...

bug
verified

https://github.com/bioconda/bioconda-recipes/blob/c90d3092a0119a3cd39af0fe684eda2bd730376a/recipes/gtdbtk/meta.yaml#L24 The current setting of only version 1.3 conflicts with many other packages in bioconda and does not reflect the official documentation from GTDB-TK which states a version >=1.32 https://ecogenomics.github.io/GTDBTk/installing/index.html?highlight=fastani#third-party-software

The shell app, as provided in v2.0.28, doesn't render most apps that have progress bars and similar text graphics. A good example of this is the [mamba](https://mamba.readthedocs.io/en/latest/) package manager. Easy...

community/request
dependencies
status/needs investigation

A cool, but probably unknown feature, of looping in Ansible is that you can set `no_log` on a per item basis. Unfortunately ARA doesn't recognize this and discards the entire...

## What is the issue ? When using ARA 1.6.0 with a HTTPS API Server the callback plugin will fail due to a certificate error. It seems like it is...

https://github.com/ansible-collections/community.zabbix/blob/2b504a76d3487aab22e0a5c1313044ee1df9e84c/roles/zabbix_server/tasks/selinux.yml#L119-L124 If the Ansible tmp directory (aka home directory of connecting user) is mounted with 'noexec' this task will fail. In secured server environments /home, /tmp, /var/tmp, etc.. are typically...

As of Commit "f8f3ce77ddd042ef809a1e1b5b3d74f170ede8fb" the scheduled task triggers a powershell window popups while the script runs. This can, and in my opinion should, be fixed by adding `-nologo -windowstyle Hidden`...

Is it possible to add an RSS feed option similar to what is in utorrent or qbittorrent?

enhancement