Raspberry CentOS 7
Добавлено: Ср май 16, 2018 5:08 pm
Решил провести эксперимент, установил CentOS 7 на Raspberry Pi 3 Model B+
По идее должно встать на архитектуру armv7l
Предисловие:
до того как я начал устанавливать BrainyCP, я установил пакеты wget mc htop NetworkManager-tui, они установились без проблем.
Теперь к делу:
Предварительно я скачал _installCentos_01.sh и не много его подредактировал, чтобы не писало "Your systems is not supported."
После того как прошел пункт "Configure repo", пакеты перестали подтягиваться
Лог установки пакетов с последующей ошибкой.
Команда установки
Можно ли рассчитывать на поддержку архитектуры armv7l?
По идее должно встать на архитектуру armv7l
Предисловие:
до того как я начал устанавливать BrainyCP, я установил пакеты wget mc htop NetworkManager-tui, они установились без проблем.
Теперь к делу:
Предварительно я скачал _installCentos_01.sh и не много его подредактировал, чтобы не писало "Your systems is not supported."
После того как прошел пункт "Configure repo", пакеты перестали подтягиваться
Лог установки пакетов с последующей ошибкой.
Код: Выделить всё
[root@localhost Download]# yum -y install NetworkManager NetworkManager-tui NetworkManager-wifi NetworkManager-team
Загружены модули: fastestmirror
Loading mirror speeds from cached hostfile
base | 3.8 kB 00:00:00
extras | 2.9 kB 00:00:00
http://188.165.154.26/centos/7/armhfp/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Пробуем другое зеркало.
To address this issue please refer to the below wiki article
https://wiki.centos.org/yum-errors
If above article doesn't help to resolve this issue please use https://bugs.centos.org/.
One of the configured repositories failed (Brainy Repo el7),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=myrepo-centos ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable myrepo-centos
or
subscription-manager repos --disable=myrepo-centos
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=myrepo-centos.skip_if_unavailable=true
failure: repodata/repomd.xml from myrepo-centos: [Errno 256] No more mirrors to try.
http://188.165.154.26/centos/7/armhfp/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Лог установки BrainyCP:yum clean all && yum install -y wget && bash ./install.sh --package=apache2.4,nginx,php54w,php55w,php56w,php70w,php71w,php72w,bindserver,memcached,ffmpeg,imagemagick,httpry,certbot,megacli,iotop,atop,iftop,logrotate,git,shellinabox,MySql5.6,phpMyAdmin-4.7.0,exim,spamassassin,clamav,proftpd,csf
Код: Выделить всё
[root@localhost Download]# yum clean all && yum install -y wget && bash ./install.sh --package=apache2.4,nginx,php54w,php55w,php56w,php70w,php71w,php72w,bindserver,memcached,ffmpeg,imagemagick,httpry,certbot,megacli,iotop,atop,iftop,logrotate,git,shellinabox,MySql5.6,phpMyAdmin-4.7.0,exim,spamassassin,clamav,proftpd,csf
Загружены модули: fastestmirror
Сброс источников:base extras updates
Cleaning up everything
Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
Загружены модули: fastestmirror
Determining fastest mirrors
base | 3.8 kB 00:00:00
extras | 2.9 kB 00:00:00
updates | 2.9 kB 00:00:00
(1/4): base/7/armhfp/group_gz | 155 kB 00:00:00
(2/4): extras/7/armhfp/primary_db | 69 kB 00:00:00
(3/4): updates/7/armhfp/primary_db | 149 kB 00:00:00
(4/4): base/7/armhfp/primary_db | 4.1 MB 00:00:01
Пакет wget-1.14-15.el7.1.armv7hl уже установлен, и это последняя версия.
Выполнять нечего
Detected OS Version: CentOS
Download install script... [OK]
Install tools network... [OK]
======= Install BRAINY ISP panel ========
======= Setup " apache2.4,nginx,php54w,php55w,php56w,php70w,php71w,php72w,bindserver,memcached,ffmpeg,imagemagick,httpry,certbot,megacli,iotop,atop,iftop,logrotate,git,shellinabox,MySql5.6,phpMyAdmin-4.7.0,exim,spamassassin,clamav,proftpd,csf" ========
Configure process download... [OK]
Download version... [OK]
Install BrainyCP version 1.07
Ср май 16 19:14:42 UTC 2018
Disable SELINUX... [OK]
Prepare install... [OK]
Configure repo... [OK]
Version os: 7
Architecture os: armv7l
Configure limits... [OK]
Configure network... [ERROR]