Whats is thi problem when I make a yum update…??
Hello @kristian1369,
you may check your internet speed with speedtest in diagnostics panel in web UI.
You may try the following:
yum clean all
yum --disableplugin=fastestmirror update
You may try to reduce minimum rate and increase timeout with a custom template:
mkdir -p /etc/e-smith/templates-custom/etc/yum.conf
Create file /etc/e-smith/templates-custom/etc/yum.conf/90slowmirrors
with following content:
#
# 90slowmirrors
#
minrate=1
timeout=300
To apply the change expand the template:
expand-template /etc/yum.conf
yum -y update
Source:
PS: Please, if you use putty, copy/paste the text and don’t use screenshots, it’s easier to work with.
1 Like