amazon-linux-2023
amazon-linux-2023 copied to clipboard
Amazon Linux 2023
**Describe the bug** Pass day 28 one ec2 machine lost comunication. The machine instance was passed 2/3 check status, failed in " **Instance reachability**" [ec2-user@ip-a-b-c-d ~]$ cat /etc/os-release NAME="Amazon Linux"...
**Describe the bug** An April 2024 release of Amazon Linux 2023 introduced the setuid bit on two binaries which did not have the setuid bit set on them before. This...
**What package is missing from Amazon Linux 2023? Please describe and include package name.** It's [Microsoft ODBC Driver for SQL Server](https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server) with package name: ``` msodbcsql18 ``` **Is this an...
> It seems Tomcat 10 packages cannot be installed side-by-side with Tomcat 9 packages, even though they have separate config locations, file locations, etc. > > > > `dnf` is...
**Describe the bug** Upgrade from any version to 2023.7.20250331 fails with kernel panic after reboot when any DKMS module is installed inside upgraded system **To Reproduce** Steps to reproduce the...
**What package is missing from Amazon Linux 2023? Please describe and include package name.** figlet is missing -- we use this for system banners and script/console/log messages **Is this an...
Using clang++ and including `` on AL 2023.7.20250331 in C++20 mode breaks the iterator implementation in libstdc++ 14. **To Reproduce** This code ```c++ #include int main() { return 0; }...
Regarding to the [documentation](https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html) setting clusterdns is so straightforward but it cannot be set as documented. I use AL2023_x86_64_STANDARD EKS managed_node_group ``` post_bootstrap_user_data =
**Describe the bug** In Ubuntu, the `openjdk-*-jre-headless` package only have "Recommends" dependencies on `libfontconfig1`, and only `Suggests` dependencies on specific font packages (example: [`openjdk-17-jre-headless` on Ubuntu 24.04](https://packages.ubuntu.com/noble-updates/openjdk-17-jre-headless)). On a `ubuntu:24.04`...