36 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
49
views
ActiveProcessorCount is showing "-1" even after specifying CPU limits in Container
I have my application running on an AL2023 node in EKS cluster.
Below is the snippet of the Container resources in the Pod definition
resources:
# memory ~ heap space +10%
# CPU ~ no more than 1/8 of ...
0
votes
1
answer
70
views
How to get PIP in Amazon Linux 23 package
I am trying to update python in my application which is currently working with python 3.9 and Amazon Linux 23 OS on docker image, Initially I have installed python3 and python3-pip, and I used to get ...
0
votes
1
answer
166
views
Cannot connect to the Docker daemon when using custom Docker image in managed AWS CodeBuild environment
I want to use a custom Docker image in a managed AWS CodeBuild environment. Previously, I had successfully used the provided image Amazon Linux 2023 x86_64 standard:5.0, which comes with pre-installed ...
0
votes
0
answers
117
views
/lib64/libpthread.so.0: version `GLIBC_PRIVATE' not found (required by xxx)
After running an application that had been running without any problems on Amazon-Linux-2/RHEL 7.9 for the first time in Amazon-Linux-2023/RHEL 9 environment, I got the following error and application ...
1
vote
1
answer
216
views
Log4j.properties file not working on Linux with Java-17
I'm using the Apache Log4j log4j2.properties file for my JAVA application. When I run my Java App on Windows it logs to console and file.
But when I run in on my Amazon Linux 2023 (AL23) server I'm ...
0
votes
0
answers
112
views
ODBC connection fails in Docker container but works in interactive shell
In Amazon Linux 2023.6 (AWS), I run a Docker container based on Ubuntu 20.04 that connects to SQL Server using sqlcmd and odbc::dbConnect() in R.
When I open an interactive shell inside the container ...
0
votes
0
answers
124
views
Not able to send mail from mail server on al2023
I had created a nodejs mail server on a AL2023 linux vm using SMTP server npm package. I am able to receive email successfully, but I am not able to send emails. I have configured ports 25 and 587 on ...
0
votes
0
answers
39
views
kernal-headers.rpm is flagging as security vulnerability from Aqua scans for the version 6.1.119-129.201.amzn2023
We are using the AL2023 image with the GCC package, where kernel-headers is included as an indirect dependency with version 6.1.119-129.201.amzn2023. We are not specifying any version for GCC; it ...
1
vote
0
answers
188
views
Building AL2023 AMI with IMDSv2 as optional
By default, any instances launched with the AL2023 AMI require IMDSv2-only. So I'd like to build the new AMI on top of the AL2023 AMI and disable the IMDSv2-only enforcement. But the imds_support ...
-1
votes
1
answer
106
views
Amazon Linux 2023 on VMware SSL error SSL_ERROR_SYSCALL
Downloaded al2023-vmware_esx-2023年6月20日241121.0-kernel-6.1-x86_64.xfs.gpt.ova from https://docs.aws.amazon.com/linux/al2023/ug/outside-ec2-download.html
Created seed.iso like described here https://...
-2
votes
1
answer
54
views
Terraform Amazon Machine Image script
I am deploying Amazon Linux 2023 with Terraform. I would like to automate the installation of Kubernetes and Helm so that I can restart my VM and have all the pieces up and running. The following code ...
0
votes
0
answers
89
views
Amazon Linux 2023 and SkiaSharp compatibility issues
My Project is .net core 6 MVC,I use the SkiaSharp package for image compression,The program code is as follows,The version of the relevant installation package is SkiaSharp(2.88.8)、 SkiaSharp....
1
vote
0
answers
1k
views
GLIBC version issue while installing npm on Amazon Linux 2023
I am using Amazon Linux 2023 and trying to update Node from v14 to v18. While running the command nvm install 18.13.0 it's installing the Node properly. However, right after that I tried to run the ...
1
vote
1
answer
141
views
Change perl version in git installation in Amazon Linux 2023
I am working Amazon Linux 2023 as a base image in Docker, there my requirement is to install git.
When I am installing git via yum install git, git installation is doing perl 5.32 installation. when I ...
1
vote
0
answers
245
views
How to run rails console on Amazon Linux 2023 Elastic Beanstalk
enter code hereHow can rails console be run on "Ruby 3.2 running on 64bit Amazon Linux 2023/4.0.10"?
Using SSM to access the web server.
On Amazon Linux 2, I had a script that exported ...