We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device Information | 设备信息
Armbian Version | 系统版本
Describe the bug | 问题描述 /var/log.hdd/armbian-ramlog.log 占用大量空间, 不会自动回收
root@x2-c:/var/log.hdd# ls -alh armbian-ramlog.log -rw-r--r-- 1 root root 19G May 19 11:30 armbian-ramlog.log root@x2-c:/var/log.hdd# stat armbian-ramlog.log File: armbian-ramlog.log Size: 19486642848 Blocks: 38060064 IO Block: 4096 regular file Device: 179,2 Inode: 10303 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2024-02-01 14:16:04.892000000 +0800 Modify: 2025-05-19 11:30:03.441361941 +0800 Change: 2025-05-19 11:30:03.441361941 +0800 Birth: 2024-02-01 14:16:04.892000000 +0800 root@x2-c:/var/log.hdd# uptime 11:37:30 up 114 days, 1:30, 1 user, load average: 0.09, 0.13, 0.17
好像和这个有关 armbian/build#1235
The text was updated successfully, but these errors were encountered:
可以考虑关闭ramlog, #2945 (comment) https://blog.fernvenue.com/zh/archives/i-dont-like-armbians-ram-log-on-r2s/
Sorry, something went wrong.
armbian 的这个 commit armbian/build@80e32ef
给 /usr/lib/armbian/armbian-ramlog 文件中 rsync 增加了 --delete 参数,但是我看本项目没有这个参数,我自己编译的n1的armbian有这个参数。
No branches or pull requests
Device Information | 设备信息
Armbian Version | 系统版本
Describe the bug | 问题描述
/var/log.hdd/armbian-ramlog.log 占用大量空间, 不会自动回收
好像和这个有关 armbian/build#1235
The text was updated successfully, but these errors were encountered: