Jump to content

keva

Forum Members
  • Posts

    18
  • Joined

  • Last visited

Equipment

  • Keenetic
    GIGA KN-1011

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

keva's Achievements

Member

Member (2/5)

3

Reputation

  1. Ошибка: ~ # xkeen -i Процессор Instruction set: Процессор не поддерживается xkeen Полечилась. Но Entware упорно считает, что эти 2 пакета собраны не под MIPS... ~ # opkg list-installed Package xray version (null) has no valid architecture, ignoring. Package xkeen version 0.6 has no valid architecture, ignoring. bind-dig - 9.18.16-1 bind-libs - 9.18.16-1 busybox - 1.36.1-1b bzip2 - 1.0.8-1a ca-bundle - 20230311-1 coreutils - 9.3-1 coreutils-uname - 9.3-1 curl - 8.2.1-1 dropbear - 2022.82-5 entware-release - 1.0-2
  2. на 0.6 версии KN-1011 пишет: ~ # xkeen -i Процессор Instruction set: Процессор не поддерживается xkeen
  3. После обновления стал ругаться на отсутствие pip... hass -c /opt/var/lib/homeassistant --debug Traceback (most recent call last): File "/opt/bin/hass", line 33, in <module> sys.exit(load_entry_point('homeassistant==2021.11.5', 'console_scripts', 'hass')()) File "/opt/lib/python3.9/site-packages/homeassistant/__main__.py", line 281, in main File "/opt/lib/python3.9/site-packages/homeassistant/__main__.py", line 64, in get_arguments File "/opt/lib/python3.9/site-packages/homeassistant/config.py", line 19, in <module> File "/opt/lib/python3.9/site-packages/homeassistant/auth/__init__.py", line 18, in <module> File "/opt/lib/python3.9/site-packages/homeassistant/auth/mfa_modules/__init__.py", line 12, in <module> File "/opt/lib/python3.9/site-packages/homeassistant/requirements.py", line 14, in <module> File "/opt/lib/python3.9/site-packages/homeassistant/util/package.py", line 13, in <module> File "/opt/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3243, in <module> File "/opt/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3226, in _call_aside File "/opt/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3255, in _initialize_master_working_set File "/opt/lib/python3.9/site-packages/pkg_resources/__init__.py", line 568, in _build_master File "/opt/lib/python3.9/site-packages/pkg_resources/__init__.py", line 886, in require File "/opt/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve pkg_resources.DistributionNotFound: The 'pip<=21.1.3,>=8.0.3' distribution was not found and is required by homeassistant Не подскажите, как вернуть pip<=21.1.3 версии? ~ # pip --version -sh: pip: not found НО! При этом: ~ # opkg install python3-pip Package python3-pip (21.1.3-1) installed in root is up to date.
  4. Там вот это: #!/bin/sh if [ ! -d /opt/var/lib/homeassistant ]; then mkdir -m 0755 -p /opt/var/lib/homeassistant fi ENABLED=yes PROCS=hass ARGS="-c /opt/var/lib/homeassistant" PREARGS="" DESC=$PROCS PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin . /opt/etc/init.d/rc.func
  5. Процесс есть: 19104 root 179m S {hass} /opt/bin/python3 /opt/bin/hass -c /opt/var/lib/homeassistant Всё запустилось и на http://192.168.1.1:8123/ web доступен. Просто не дожидался я, видимо, хоть и знал, что пару минут надо для запуска. Теперь другая беда - нет автозапуска. По адресу /opt/etc/init.d S99hass с правами 775 лежит, но автозапуска нет. И /opt/etc/init.d/rc.unslung status НЕ видит этого S99hass. Кстати lsof -P -i|grep 8123 и lsof -P -i|grep hass оба not found. Как при этом доступен web интерфейс - не совсем понимаю...
  6. При запуске по 192.168.1.1:8123 нет доступа. Подскажите пожалуйста, как полечить. # /opt/etc/init.d/S99hass status Checking hass... alive. ~ # hass --debug -c /opt/var/lib/homeassistant ^CTraceback (most recent call last): File "/opt/bin/hass", line 33, in <module> sys.exit(load_entry_point('homeassistant==2021.11.3', 'console_scripts', 'hass')()) File "/opt/lib/python3.9/site-packages/homeassistant/__main__.py", line 281, in main File "/opt/lib/python3.9/site-packages/homeassistant/__main__.py", line 64, in get_arguments File "/opt/lib/python3.9/site-packages/homeassistant/config.py", line 16, in <module> File "/opt/lib/python3.9/site-packages/voluptuous/__init__.py", line 4, in <module> File "/opt/lib/python3.9/site-packages/voluptuous/validators.py", line 3, in <module> File "/opt/lib/python3.9/datetime.py", line 2537, in <module> KeyboardInterrupt
  7. Спасибо большое. Согласен. Уже сам понял - вынес Python, добавил репо и пытаюсь ставить оттуда. Процесс не быстрый. Жду...
  8. ULTRA KN-1810. А, что есть разница с точки зрения установки пакетов в Entware?
  9. При попытке установки ругается на зависимости. Подскажите пожалуйста, как починить: opkg install homeassistant http://bin.entware.net/mipselsf-k3.4/test/HA/homeassistant_2021.11.3-1_mipsel-3.4.ipk Downloading http://bin.entware.net/mipselsf-k3.4/test/HA/homeassistant_2021.11.3-1_mipsel-3.4.ipk Unknown package 'homeassistant'. Installing homeassistant (2021.11.3-1) to root... Collected errors: * pkg_hash_check_unresolved: cannot find dependency python3-aiohttp for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-astral for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-async-timeout for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-awesomeversion for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-ciso8601 for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-httpx for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-jinja2 for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-slugify for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-voluptuous for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-voluptuous-serialize for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-yarl for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-aiodiscover for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-aiohttp-cors for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-async-upnp-client for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-emoji for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-hass-nabucasa for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-home-assistant-frontend for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-ifaddr for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-pynacl for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-pyserial for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-pyudev for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-sqlalchemy for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-zeroconf for homeassistant * pkg_hash_check_unresolved: cannot find dependency scapy for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-gtts for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-h11 for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-httplib2 for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-mutagen for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-paho-mqtt for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-pymetno for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-pyotp for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-pyqrcode for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-websocket-client for homeassistant * pkg_hash_check_unresolved: cannot find dependency python3-xmltodict for homeassistant * pkg_hash_fetch_best_installation_candidate: Packages for homeassistant found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package homeassistant. * satisfy_dependencies_for: Cannot satisfy the following dependencies for homeassistant: * python3-aiohttp * python3-astral * python3-async-timeout * python3-awesomeversion * python3-ciso8601 * python3-httpx * python3-jinja2 * python3-slugify * python3-voluptuous * python3-voluptuous-serialize * python3-yarl * python3-aiodiscover * python3-aiohttp-cors * python3-async-upnp-client * python3-emoji * python3-hass-nabucasa * python3-home-assistant-frontend * python3-ifaddr * python3-pynacl * python3-pyserial * python3-pyudev * python3-sqlalchemy * python3-zeroconf * scapy * python3-gtts * python3-h11 * python3-httplib2 * python3-mutagen * python3-paho-mqtt * python3-pymetno * python3-pyotp * python3-pyqrcode * python3-websocket-client * python3-xmltodict * opkg_install_cmd: Cannot install package homeassistant.
×
×
  • Create New...