在 Debian 里,“backlog” 这个词可能指几种不同东西,常见的是下面几种。你可以对照看看你指的是哪一种,我再给你更精确的命令或方法。
Debian 的 bug 都在这个系统里:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=包名
例如:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=openssh
https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=openssh;status=open
常见状态:
openpendingforwardedfixeddoneDebian 有专门的队列页面:
https://ftp-master.debian.org/new.html
unstable:https://ftp-master.debian.org/queue.htmlstable / proposed-updates这是 Debian 发布前最重要的 backlog:
https://bugs.debian.org/release-critical/
或:
https://udd.debian.org/bugs/
https://release.debian.org/
systemctl list-units --type=service --state=failed
journalctl -p err
ss -lnt
cat /proc/sys/net/core/somaxconn
Debian 邮件列表归档:
https://lists.debian.org/
| 你想查的 | 推荐入口 |
|---|---|
| 某个包的 bug | bugs.debian.org |
| 新包积压 | ftp-master.debian.org/new.html |
| 发布阻塞问题 | release-critical bugs |
| 本地系统问题 | systemctl / journalctl |
如果你能补充一句,比如:
“我想查 Debian 12 还有多少 RC bug”
“我想看 openssh 的 bug backlog”
“我想看 Debian 官方维护任务 backlog”
我可以直接给你精确链接或命令。