Evan Felix
Evan Felix
gut sync provides no way to specify a port for the ssh connection. I routinely need to use files from systems that are behind a bastion host, and as such...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Can you add in a mini GCode Widget that shows the current layer and...
When installing on the new ubuntu 20.X and 22.X on UEFI based systems, the code for creating a default partition sets the `grub_device:` tag on the device, and not a...
### The PR is to fix issue _#7226_ ### The modification include _add check for netplan, and use it to check for static ips_
The `is_static_ip` function here: https://github.com/xcat2/xcat-core/blob/master/xCAT-probe/lib/perl/probe_utils.pm#L175 Does not properly detect if a node is using netplan and as such the ubuntu section fails to detect the status of how the interface...
### Summary When i use symlinks in a role that are not in the base directory of the role, the ansible-galaxy tool makes dangling symlinks. I believe it is related...
This updates a few things that were changed in #409. * update scripts to reflect missing config.py, and use new settings. * update docs to not refer to old config...
looks like we lost the ability to pass a password to the database driver in #409
**Describe the bug** when i try to pull or run a shub://* image the image does not work: **To Reproduce** ``` -➤ singularity pull shub://store.emsl.pnl.gov/ondemand/el7-hpc-prod:latest FATAL: While pulling shub image:...
Since #409 removed the settings directory, the code: https://github.com/singularityhub/sregistry/blob/ee23901a00a23d0d2a65fab5f484c803cfd60e44/run_uwsgi.sh#L14 will never be able to find the file, It may be in the settings.yaml file in the shub directory, or possibly...