Results 11 issues of Daniel Juarez

When building a site with a lot of documents, the memory usage skyrockets. This is an issue as when using automation this can involve OOM process killing. Is there any...

Enhancement

We have multiple nodes (all different HW types) that when we try to retrieve its boot mode, the output prints wrongly the legacy boot mode: ``` [djuarezg@aiadm87 ~]$ ipmitool -I...

We can boot UEFI guests but we allow no option to do so to users. This extra option allows to make this difference

On https://github.com/clalancette/oz/blob/master/oz/Guest.py#L496 it seems that we only find UEFI firmware on aarch64 and armv7l and not for x86_64, while on https://github.com/clalancette/oz/blob/master/oz/ozutil.py#L1050 this is checked as well for this arch. Is...

Right now it only allows a 1-1 correspondance. Sometimes when migrating documentation you may find yourself that externally referenced links may be broken. If this plugin allows you to select...

Two issues are affecting this image that recently got updated: * https://github.com/mitogen-hq/mitogen/issues/906 * Mitogen is not compatible with Python 3.10 apparently

Cannot run HTTPS on the 1.3.1 image due to the following startup error: ```console nginx-proxy_1 | nginx.1 | 2023/08/18 15:59:31 [error] 46#46: *1 cannot load certificate "data:": PEM_read_bio_X509_AUX() failed (SSL:...

status/needs-more-info

On https://github.com/tableau/server-install-script-samples/blob/9f846a51af5ce04c58fbbd72035f34c8a0a945c7/linux/automated-installer/automated-installer#L449-457 only OracleLinux is taken into account. What about adding support for more of the most known distros such as AlmaLinux, RockyLinux etc? You could base which ones to...

I am installing Almond as in here ``` # Install Almond Scala kernel RUN curl -Lo coursier https://git.io/coursier-cli && \ chmod +x coursier && \ ./coursier -J-Dhttps.proxyHost= -J-Dhttps.proxyPort=3128 -J-Dhttp.proxyHost= -J-Dhttp.proxyPort=3128...

As per title, this package used to be available on EPEL repos but this is no longer the case.