mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 21:25:54 +03:00
[GH-ISSUE #730] [Bug] alpine无法运行 #489
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#489
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gyf9835 on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/730
软件版本 / Release Version
v0.3.14
缺陷描述 / Description
下载二进制包解压后无法运行,显示
Killed并退出alpine版本:
3.21.3已安装包:
复现步骤 / Steps to reproduce
日志 / Logs
No response
其他 / Miscellaneous
尝试过使用全新alpine安装没有发现问题,所以可能是我的包和certimate有冲突,重装系统对我来说有点麻烦,请问怎样获取更多错误日志来排查问题?
贡献 / Contribution
@fudiwei commented on GitHub (May 27, 2025):
dmesg 命令看看错误日志呢?
@gyf9835 commented on GitHub (May 27, 2025):
在LXC中运行的,好像因为权限问题无法查看
不过已经解决,是内存太小
原来的128MB不够用,改512可以了,感谢解答