Nicolas Tallet
Nicolas Tallet
RHEL 8 introduced the concept of AppStream Modules, which are basically consistent sets of packages: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/installing_managing_and_removing_user-space_components/introduction-to-modules_using-appstream AppStream Modules are slightly different than standard YUM groups (which are already supported by...
The `enablekdump` standard xCAT Postscript overwrites the `/etc/kdump.conf` configuration file: ``` 246 echo "nfs $KDIP:$KDPATH" > /etc/kdump.conf 247 echo "default shell" >> /etc/kdump.conf 248 #strip "xcat" out of the initramfs...
I'd like to define a customized Device Type to query DDN SFA controllers. With an as-simple-as-possible configuration file definition: ``` [main] [xdsh] pre-command=NULL post-command=NULL ``` the XDSH basically works but...
**Describe the problem**: According to the following issue: #5559 , support for ProxyJump is fully operational in tabby However, I don't seem to be able to make it work whenever...
On many customer platforms, we have (at least) two distinct partitions, one being CPU-only, the other one being GPU-accelerated. Several services are required to execute on each of the two...