Здравствуйте!
Использую WirenBoard 7 v. 5.10.35-wb114.
Установил модуль WBE2R-R-ZigBee согласно инструкции. Далее с помощью команды “apt update && apt install zigbee2mqtt” устанавливаю готовый пакет из вашего репозитория. Но по какой-то причине процесс установки не удаётся. Прикладываю скрин:
Проблема не с модулем zigbee, а с apt. По какой-то причине apt не может получить доступ к репозиторию даже после замены deb.debian.org на archive.debian.org.
apt update возвращает:
root@wirenboard-AJD4U6AM:/etc/apt/sources.list.d# cat debian-upstream.list
deb http://archive.debian.org/debian bullseye main
deb http://archive.debian.org/debian bullseye-updates main
deb http://archive.debian.org/debian bullseye-backports main
deb http://security.debian.org/debian-security bullseye-security main
версия системы: Linux wirenboard-AJD4U6AM 5.10.35-wb137 #1 SMP Wed May 10 09:31:18 UTC 2023 armv7l GNU/Linux
Это версия ядра, нужен релиз.
Смотрим на скрин с первого сообщения:
А теперь на ваш файл, который вы прислали:
root@wirenboard-AJD4U6AM:/etc/apt/sources.list.d# cat debian-upstream.list
deb http://archive.debian.org/debian bullseye main
deb http://archive.debian.org/debian bullseye-updates main
deb http://archive.debian.org/debian bullseye-backports main
deb http://security.debian.org/debian-security bullseye-security main
wb-2204 — это stretch, а bullseye — это wb-2304. Та какой у вас релиз? А ещё серийные номера разные на скриншоте и в командной строке.
Опишите, пожалуйста по порядку что происходит, какой у вас контроллер, какой релиз ПО на нём и что не работает. Также, пожалуйста, пришлите диагностический архив (рекомендации по созданию темы).
Доброе утро! Дело в том, что у нас два устройства WirenBoard7. Изначально пробовал на одном WB, затем, чтобы удостоверится, что это проблема не только в первом попробовал тоже самое на другом. И на обоих одна и та же проблема.
Информация по первому:
Wiren Board 7.3 (s/n ASIC4NOV), release wb-2204 (as stable)
Linux wirenboard-ASIC4NOV 5.10.35-wb114 #1 SMP Thu Jun 9 22:02:42 UTC 2022 armv7 l GNU/Linux
Подключен по Ethernet, статический адрес.
Проблема:
Устанавливая готовый пакет zigbee2mqtt с помощью команды apt update && apt install zigbee2mqtt выдает ошибки в подключении к репозиториям. Прикладываю скрин:
Если доступа нет - проверьте настройки сети на контролере и соответствие их планируемым.
И пожалуйста, не надо выкладывать скриншоты. Текста, оформленного как “код” - более чем достаточно.
Файл /etc/apt/sources.list.d/debian-upstream.list выглядит следующим образом:
root@wirenboard-ASIC4NOV:/etc/apt/sources.list.d# cat debian-upstream.list
deb http://archive.debian.org/debian/ stretch main
deb http://archive.debian.org/debian/stable stretch-updates main
deb http://security.debian.org stable/updates main
deb http://security.debian.org/debian-security stable-security/updates main
При запуске команды apt update получаем:
root@wirenboard-ASIC4NOV:/etc/apt/sources.list.d# apt update
Ign:1 http://security.debian.org stable/updates InRelease
Get:2 http://security.debian.org/debian-security stable-security/updates InRelease [48.0 kB]
Err:2 http://security.debian.org/debian-security stable-security/updates InRelease
Couldn't create temporary file /tmp/apt.conf.xOJWjQ for passing config to apt-key
Err:4 http://security.debian.org stable/updates Release
404 Not Found [IP: 151.101.246.132 80]
Get:3 http://deb.wirenboard.com/wb7/stretch stable InRelease [3938 B]
Err:3 http://deb.wirenboard.com/wb7/stretch stable InRelease
Couldn't create temporary file /tmp/apt.conf.IKIx5W for passing config to apt-key
Ign:5 http://archive.debian.org/debian stretch InRelease
Ign:6 http://archive.debian.org/debian/stable stretch-updates InRelease
Get:7 http://archive.debian.org/debian stretch Release [118 kB]
Err:8 http://archive.debian.org/debian/stable stretch-updates Release
404 Not Found [IP: 209.87.16.41 80]
Get:9 http://archive.debian.org/debian stretch Release.gpg [3177 B]
Ign:9 http://archive.debian.org/debian stretch Release.gpg
Reading package lists... Done
W: GPG error: http://security.debian.org/debian-security stable-security/updates InRelease: Couldn't create temporary file /tmp/apt.conf.xOJWjQ for passing config to apt-key
E: The repository 'http://security.debian.org/debian-security stable-security/updates InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://security.debian.org stable/updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.wirenboard.com/wb7/stretch stable InRelease: Couldn't create temporary file /tmp/apt.conf.IKIx5W for passing config to apt-key
E: The repository 'http://archive.debian.org/debian/stable stretch-updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://archive.debian.org/debian stretch Release: Couldn't create temporary file /tmp/apt.conf.czakvb for passing config to apt-key
E: The repository 'http://archive.debian.org/debian stretch Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Скажете, что еще мы можем попробовать сделать, чтобы apt получил доступ к репозиториям?
Пробовали заменить archive.debian.org на ftp.debian.org, но это не помогло.
apt update не работает (в сообщении выше вставил вывод команды).
Можете поделиться файлом /etc/apt/sources.list.d/debian-upstream.list с борда, на котором у вас apt работает корректно?
Есть ли возможность подключить через анидеск вашего специалиста, чтобы помог решить проблему?
deb http://archive.debian.org/debian bullseye main
deb http://archive.debian.org/debian bullseye-updates main
deb http://archive.debian.org/debian bullseye-backports main
deb http://security.debian.org/debian-security bullseye-security main
Прошу написать в личку ваши данные для удаленного подключения через AnyDesk, а также время, когда можно провести диагностику.