Усеченный системный журнал на OpenWrt

yum update openssl Problema, recibí este siguiente error al intentar actualizar openssl:

Loaded plugins: product-id, refresh-packagekit, rhnplugin, security, subscription-manager

There was an error communicating with RHN. RHN Satellite or RHN Classic support will be disabled. Error communicating with server.

The message was:

Error Class Code: 6001

Error Class Info: RHN is in the process of being decommissioned and systems are no longer able to receive updates or make use of any RHN services. Please see https://access.redhat.com/articles/2979901 for more info.

Setting up Update Process

Could not retrieve mirrorlist https://mirrors.iuscommunity.org/mirrorlist?repo=ius-el6&arch=x86_64&protocol=http

error was 14: Peer cert cannot be verified or peer cert invalid

Error: Cannot retrieve repository metadata (repomd.xml) for repository: ius. Please verify its path and try again.

Obtuve la solución para el código de error 6001. Aquí está el resumen que resolvió ese problema:

mv /etc/yum.repos.d/* /tmp/
rm -rf /var/cache/yum/*
yum clean all
yum repolist
yum update openssl
yum list installed openssl

1
25.05.2019, 19:46
1 ответ

вы должны установить максимальную длину ввода и размер истории в конфигурации меню исходного кода openwrt перед компиляцией

из этого руководства:

make menuconfig > Базовая система > busybox > Настроить параметры busybox (установить y для этого )> Настройка библиотеки Busybox > (установить )Максимальная длина ввода/размер истории

для ясности в этом разделе:

http://uupload.ir/files/26cc_screenshot_20190614_130741.png

0
28.01.2020, 00:11

Теги

Похожие вопросы