简体   繁体   English

在 Graviton ARM64 上运行的 pod 中的分段错误

[英]Segmentation fault in a pod running on Graviton ARM64

I try to do a simple apt-get install curl on a pod running on ARM64 (Graviton), I get a Segmentation fault (core dumped)我尝试在 ARM64(Graviton)上运行的 pod 上执行简单的apt-get install curl ,但出现Segmentation fault (core dumped)

All workaround I found ask to install sudo but i can't, I abviously get seg fault too.我发现的所有解决方法都要求安装 sudo 但我不能,我显然也遇到了 seg 错误。

I have only apt available for package management.我只有 apt 可用于 package 管理。

I hope somebody found a way to avoid this behavior.我希望有人找到避免这种行为的方法。

Thanks !谢谢 !

apt install curl -y if you are already root, you dont need sudo segfault can have many reasons, not enough RAM, wrong arm distribution - arm64, armv7, kernel etc. apt install curl -y如果您已经是 root,则不需要 sudo 段错误可能有很多原因,RAM 不足,错误的 arm 分布 - arm64、armv7、Z50484C19F821AFDAF38D2Z1AED3 等。

I see you tagged your question with "kubernetes".我看到你用“kubernetes”标记了你的问题。 In that environment the stack and memory are limited, and an apt install process may be terminated if it reaches that limit.在该环境中,堆栈和 memory 受到限制,如果达到该限制,则可能会终止apt install过程。

To increase the limit on memory utilization see https://stackoverflow.com/a/61627518/9252818要增加对 memory 利用率的限制,请参阅https://stackoverflow.com/a/61627518/9252818

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在无服务器配置中为 aws lambda 选择基于 arm64 的 graviton2? - How to choose arm64 based graviton2 for aws lambda in serverless configuration? 为什么我的 AWS Lambda 在 ARM64 架构中运行时会崩溃? - Why is my AWS Lambda crashing when running in ARM64 architecture? 如何在 AWS 中为 Graviton2 处理器使用 YAML 构建 ARM-64 Docker 映像 - How to build ARM-64 Docker Image with YAML in AWS for Graviton2 processors 如何在亚马逊 Linux 2 (ARM64) 上安装 PHP 8.1 - How to install PHP 8.1 on Amazon Linux 2 (ARM64) 获取用于 arm64 架构的基本 Elastic Beanstalk AMI - Get base Elastic Beanstalk AMI for arm64 architecture 在 Amazon Linux v2 (ARM64/aarch64/Gravitone) 上安装 Chrome/Cromium - Install Chrome/Cromium on Amazon Linux v2 (ARM64/aarch64/Gravitone) 迁移到 AWS Lambda 上的 arm64 显示错误:无法导入模块 'encryptor-lambda' - Migrate to arm64 on AWS Lambda show error: Unable to import module 'encryptor-lambda' 你如何为 arm64 “dotnet lambda package-ci”? - How Do You "dotnet lambda package-ci" for arm64? 在 AWS GPU Graviton 实例上运行 Triton 服务器推理 - Running Triton Server Inference on AWS GPU Graviton instance buildx build --platform amd64,arm64 --push 在 ECR 中创建 3 个资源 - 2 个图像和 1 个图像索引,我如何标记它们? - buildx build --platform amd64,arm64 --push creates 3 resources in ECR - 2 images and 1 image index, how do I tag them?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM