标签: arm

在 linux/arm 下对 RAM(无 ECC)进行基准测试的最佳方法是什么?

我想在定制板上测试 no-ECC 内存芯片的完整性和全局性能

是否有一些工具可以在 linux 下运行,以便我可以同时监控系统和全球温度?

一般是否有一些无 ECC 特定的测试要做?

编辑 1:

我已经知道如何监控温度(我使用了一个特殊的平台功能 /sys/devices/platform/......../temp1_input)。

目前 :

  • wazoox :它有效,但我必须编写自己的测试
  • 杰森亨特利:
    • ramspeed : 不适用于手臂
    • 流基准:它工作并且非常快,所以我会看看它是否准确和完整
    • memtest :我稍后再试,因为它不直接从 linux 运行
    • Fedora的压力:我稍后也会尝试,现在安装fedora对我来说太成问题了

我找到了这个发行版:http : //www.stresslinux.org/sl/

我会继续检查直接在linux下运行的工具,没有太大的依赖,之后我可能会尝试解决stresslinux,memtest,stress for fedora之类的解决方案。

谢谢你的回答,我会继续调查

linux memory arm benchmark

22
推荐指数
2
解决办法
5万
查看次数

有什么方法可以将AWS T3 x64迁移到T4G ARM吗?

有没有简单的方法可以从aws x64 迁移到 arm arch?就像不配置新的基于arm的服务器并安装软件包和文件一样?它目前正在使用 Amazon linux AMI 运行,我们希望将其更改为 Amazon linux AMI 2。

我只是想知道是否有一些工具/方法可以继续此操作。

linux upgrade cpu-architecture arm amazon-linux

9
推荐指数
1
解决办法
4923
查看次数

Postfix 无法加载证书颁发机构数据错误

我正在尝试使用 postfix 作为 gmail 中继

smtp参数是

smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_use_tls=yes
smtp_tls_CAfile = /etc/ssl/ca-certificates.crt
smtp_tls_key_file=/etc/letsencrypt/live/MYDOMAIN.com/privkey.pem
smtp_tls_cert_file=/etc/letsencrypt/live/MYDOMAIN.com/cert.pem
smtp_tls_security_level=encrypt</id_string></id_string> 
Run Code Online (Sandbox Code Playgroud)

该消息显示为已正确发送,但实际上没有发送任何邮件,并且在邮件日志中,该问题似乎是由 TSL 错误引起的

 cannot load Certification Authority data, CAfile="/etc/ssl/ca-certificates.crt": disabling TLS support
 warning: TLS library problem: error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:69:fopen('/etc/ssl/ca-certificates.crt','r'):
 warning: TLS library problem: error:2006D080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:76:
 warning: TLS library problem: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib:../crypto/x509/by_file.c:199:
 connect to smtp.gmail.com:25: Network is unreachable
Run Code Online (Sandbox Code Playgroud)

该文件ca-certificates.crt存在于路径中/etc/ssl/并且已经存在于 Debian 发行版中

另一个奇怪的事情是,如果main.cf我尝试改变线路

smtp_tls_CAfile = /etc/ssl/ca-certificates.crt
Run Code Online (Sandbox Code Playgroud)

使用其他一些证书,错误 …

ssl debian postfix arm

4
推荐指数
1
解决办法
3895
查看次数

我已经安装了“dash”,但是当我通过 SSH 登录时仍然看到“bash”

我已按照此处的说明将 Raspberry Pi 配置为对默认 shell 使用“破折号” 。

我有用于 SSH 的 Dropbear。

当我通过 SSH 登录时,我仍然看到“bash”控制台,而不是“dash”。

如何改变这一点而忘记 bash?

linux debian ssh bash arm

1
推荐指数
1
解决办法
260
查看次数

标签 统计

arm ×4

linux ×3

debian ×2

amazon-linux ×1

bash ×1

benchmark ×1

cpu-architecture ×1

memory ×1

postfix ×1

ssh ×1

ssl ×1

upgrade ×1