homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 240 forks source link

forkpty(3) failed on ARMv7 Processor - with any plugin installation #388

Closed RedJohn14 closed 2 years ago

RedJohn14 commented 3 years ago

Describe Your Problem: Error if I try to install a plugin. I tested several plugins nothing worked :-( ANY ideas? Thanks !!! forkpty(3) failed

Logs: [9/12/2021, 10:41:40 PM] [Homebridge UI] Running Command: npm install --save homebridge-ring@latest [9/12/2021, 10:41:40 PM] [Homebridge UI] Error: forkpty(3) failed.

Docker Start Command: Here is my compose file:

version: '2'
services:
  homebridge:
    image: oznu/homebridge:ubuntu-arm32v7
    restart: always
    network_mode: host
    environment:
      - PGID=1000
      - PUID=1000
      - HOMEBRIDGE_CONFIG_UI=1
      - HOMEBRIDGE_CONFIG_UI_PORT=8581
      - TZ=Australia/Canberra
    volumes:
      - ./volumes/homebridge:/homebridge

Homebridge Config:

{
    "bridge": {
        "name": "Homebridge 344A",
        "username": "0E:38:1C:D7:34:4A",
        "port": 51471,
        "pin": "031-45-154"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        }
    ]
}

Environment:

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.