如何修复操作太慢。少于1000个字节/秒传输了最后30秒。下载更新时?

发布于 2025-02-08 06:55:32 字数 636 浏览 1 评论 0 原文

readline-6.2-11.el7.x86_64.rpm失败 :[errno 12]超时 http://mirrror.verinomi.com/centos.com/centos/7.9.9.9.9.9。 2009/os/x86_64/packages/readline-6.2-11.el7.x86_64.rpm :( 28,'操作太慢。小于1000字节/秒/秒传输了最后30秒')

>

我在使用 YUM Update

readline-6.2-11.el7.x86_64.rpm FAILED
http://mirror.verinomi.com/centos/7.9.2009/os/x86_64/Packages/readline-6.2-11.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.verinomi.com/centos/7.9.2009/os/x86_64/Packages/readline-6.2-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')

I got an error while updating using
yum update.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

楠木可依 2025-02-15 06:55:33

尝试:

time wget http://mirror.verinomi.com/centos/7.9.2009/os/x86_64/Packages/readline-6.2-11.el7.x86_64.rpm
time wget http://mirror.verinomi.com/centos/7.9.2009/os/x86_64/Packages/readline-6.2-11.el7.x86_64.rpm
--2022-08-25 11:24:31--  http://mirror.verinomi.com/centos/7.9.2009/os/x86_64/Packages/readline-6.2-11.el7.x86_64.rpm
Resolving mirror.verinomi.com (mirror.verinomi.com)... 193.162.43.250
Connecting to mirror.verinomi.com (mirror.verinomi.com)|193.162.43.250|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 197696 (193K) [application/x-rpm]
Saving to: ‘readline-6.2-11.el7.x86_64.rpm’

>

readline-6.2-11.el7.x86_64.rpm            100%[=====================================================================================>] 193,06K   555KB/s    in 0,3s

2022-08-25 11:24:32 (555 KB/s) - ‘readline-6.2-11.el7.x86_64.rpm’ saved [197696/197696]


real    0m0,758s
user    0m0,010s
sys     0m0,009s

如果有大延迟,请检查您的互联网连接。如果您的Internet速度确实很低(例如下载“少于1000个字节/秒的最后30秒”),它将通过此​​镜像停止更新,并可能尝试另一个。

Try:

time wget http://mirror.verinomi.com/centos/7.9.2009/os/x86_64/Packages/readline-6.2-11.el7.x86_64.rpm
time wget http://mirror.verinomi.com/centos/7.9.2009/os/x86_64/Packages/readline-6.2-11.el7.x86_64.rpm
--2022-08-25 11:24:31--  http://mirror.verinomi.com/centos/7.9.2009/os/x86_64/Packages/readline-6.2-11.el7.x86_64.rpm
Resolving mirror.verinomi.com (mirror.verinomi.com)... 193.162.43.250
Connecting to mirror.verinomi.com (mirror.verinomi.com)|193.162.43.250|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 197696 (193K) [application/x-rpm]
Saving to: ‘readline-6.2-11.el7.x86_64.rpm’

>

readline-6.2-11.el7.x86_64.rpm            100%[=====================================================================================>] 193,06K   555KB/s    in 0,3s

2022-08-25 11:24:32 (555 KB/s) - ‘readline-6.2-11.el7.x86_64.rpm’ saved [197696/197696]


real    0m0,758s
user    0m0,010s
sys     0m0,009s

If there is a big delay check your internet connection. If your internet speed is really low (like downloading "Less than 1000 bytes/sec the last 30 seconds") it will stop the update through this mirror and may try another.

泼猴你往哪里跑 2025-02-15 06:55:33

您可以使用参数 - download-load-timeout禁用PACMAN的超时。然后,您应该可以下载,对我有用。

You can disable the timeout of pacman with the parameter --disable-download-timeout. Then you should be able to download, it works for me.

烟凡古楼 2025-02-15 06:55:32

添加到 /etc/yum.conf 和更新成功的“ timeout = 300

added "timeout=300" to /etc/yum.conf and updates were successful

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文