Elsaco
Elsaco
@edwardvdv if you feel adventurous try `Fedora Rawhide`. You'll find Nagios and all dependencies in this repo, along with many other packages. So far I didn't encounter any issues adding...
The `aws-cfn-bootstrap.service` is created by `cfn-init` so if no cloud formation was done the unit file is missing. The RPM provides scripts for package upgrade and uninstall only. Run `rpm...
`cfn-hup` unit is present in `aws-cfn-bootstrap-2.0-30.amzn2023.noarch` package: ``` [ec2-user@i-0c44ccb32089a355e ~]$ rpm -qf /opt/aws/apitools/cfn-init/init/systemd/cfn-hup.service aws-cfn-bootstrap-2.0-30.amzn2023.noarch ``` ``` [ec2-user@i-0c44ccb32089a355e ~]$ systemctl status --no-pager cfn-hup ○ cfn-hup.service - cfn-hup daemon Loaded: loaded (/usr/lib/systemd/system/cfn-hup.service;...
AL2023 does provide a Rust toolchain for building code, however it is slightly behind the mainstream Rust release. There's more info at https://docs.aws.amazon.com/linux/al2023/ug/rust.html Because of so many dependencies reusing a...
@Link1J unless you really need an X server try running gnome-shell as a Wayland compositor without starting XWayland. Add `--no-x11` at the end of your command invocation and it will...
`/tmp/.X11-unix` is created by WSL as `read-only` to prevent systemd-tmpfiles from removing /tmp/.X11-unix during startup. I recall there were bugs filed on this issue. ``` elsaco@ubuntu:~$ findmnt /tmp/.X11-unix TARGET SOURCE...
@ferricoxide until AWS provides a package (if ever) you could run `pip install ansible-lint` and enjoy it!
@mblaschke-daimlertruck That's because you start with a bare container and installing `git` pulls a lot of dependencies. The container starts with 69 packages only! There's no `gcc` or `make`, etc....
There's a request to split `openssh` into `openssh-server` and `openssh-client`. See #9569 As for `subversion`, `git` requires `subversion-perl` which requires `subversion` But it's a conditional build. From `git.spec`: ``` %if...
`vgem` driver is not automatically loaded using WSL-2.5.1 Sample output on Ubuntu-25.04: List modules after launch: ``` elsaco@tokyo:~$ lsmod Module Size Used by intel_rapl_msr 16384 0 intel_rapl_common 32768 1 intel_rapl_msr...