Centos
Ошибка
cannot send router solicitation: -101.
выключить ipv6 в натройках интерфейса
ip route add 172.17.0.0/24 via 172.16.0.1
Отмонтировать диск
cannot send router solicitation: -101.
выключить ipv6 в натройках интерфейса
ip route add 172.17.0.0/24 via 172.16.0.1
Отмонтировать диск
umount /mnt/yandex.disk
при ошибке:
umount: /mnt/yandex.disk: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
помогло выйти из mc
CENTOS ALIAS IP
создать в директории /etc/sysconfig/network-scripts/ifcfg-eth0_0 (переименовать потом в ifcfg-eth0:0)
DEVICE=eth0:0ONBOOT=yesBOOTPROTO=staticIPADDR=192.168.0.1NETMASK=255.255.255.0
yum update - обновляет данные репозиториев
yum upgrade - обновляет пакеты
ip addr - просмотр настроек ип интерфейсов
tar xvfz *.tar.gz - распакует архив
Решение ошибки
problem making ssl connection
Ошибка yum
Another app is currently holding the yum lock; waiting for it to exit...
ps auxww | grep yum
kill -KILL (id)
yum-complete-transaction -Команда установить пакеты, установка которых была прервана.
Ошибка yumYou could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Can't locate RRDs.pm
Убить процесс по порту
yum install mc
/etc/sysconfig/networks-scripts/ifcfg-eth0 onboot=”yes” f2- сохранить
yum --skip-broken - пропустить битые пакеты
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
илиproblem making ssl connection
vim /etc/yum.repos.d/epel.repo
И на строке mirrorlist=https заменяем на http.
_______________________________
Ошибка yum
Another app is currently holding the yum lock; waiting for it to exit...
ps auxww | grep yum
kill -KILL (id)
yum-complete-transaction -Команда установить пакеты, установка которых была прервана.
Ошибка yumYou could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
- yum clean all
Can't locate RRDs.pm
- yum install rrdtool-perl
Убить процесс по порту
- kill -KILL `lsof -t -i:1812`
Комментарии
Отправить комментарий