[QUOTE] написал:
Здравствуйте.
При обновлении ВМ получаю
dnf update
Node.js Packages for Linux RPM based distros - x86_64 110 B/s | 14 kB 02:12
Errors during downloading metadata for repository 'nodesource-nodejs':
- Curl error (28): Timeout was reached for [URL=https://rpm.nodesource.com/pub_20.x/nodistro/nodejs/x86_64/repodata/91370c3370bd9f998d473b14dc]https://rpm.nodesource.com/pub_20.x/nodistro/nodejs/x86_64/repodata/91370c3370bd9f998d473b14dc[/URL] 294bef... [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds]
Error: Failed to download metadata for repo 'nodesource-nodejs': Yum repo downloading error: Downloading error(s): repodata/91370c3370bd9f998d473b14dc294befe9e8ca0cb36f6b75dc8 a7ca57cbffbe4-filelists.xml.gz - Cannot download, all mirrors were already tried without success
прокси нет.
с сетью все в порядке.
через curl открывается
Как лечить?[/QUOTE]
Мне помогло:
[LIST=1]
[*]nano -w /etc/resolv.conf **
[*]
nameserver 8.8.4.4
[*]Test it (e.g. yum update -y)
[/LIST]
Здравствуйте.
При обновлении ВМ получаю
dnf update
Node.js Packages for Linux RPM based distros - x86_64 110 B/s | 14 kB 02:12
Errors during downloading metadata for repository 'nodesource-nodejs':
- Curl error (28): Timeout was reached for [URL=https://rpm.nodesource.com/pub_20.x/nodistro/nodejs/x86_64/repodata/91370c3370bd9f998d473b14dc]https://rpm.nodesource.com/pub_20.x/nodistro/nodejs/x86_64/repodata/91370c3370bd9f998d473b14dc[/URL] 294bef... [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds]
Error: Failed to download metadata for repo 'nodesource-nodejs': Yum repo downloading error: Downloading error(s): repodata/91370c3370bd9f998d473b14dc294befe9e8ca0cb36f6b75dc8
прокси нет.
с сетью все в порядке.
через curl открывается
Как лечить?[/QUOTE]
Мне помогло:
[LIST=1]
[*]nano -w /etc/resolv.conf **
[*]
added the following lines:
nameserver 8.8.8.8nameserver 8.8.4.4
[*]Test it (e.g. yum update -y)
[/LIST]