Homeassisant LXC helper script gives error #29

Closed
opened 2026-02-04 16:20:16 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Kiritzai on GitHub (Nov 11, 2024).

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

When trying to install the HomeAssistant LXC I get the following error

Used these settings below:

Using Advanced Settings
Using Distribution: debian
Using debian Version: 12
Using Container Type: 0
Using Root Password: <redacted>
Container ID: 112
Using Hostname: <redacted>
Using Disk Size: 16
Allocated Cores: 2
Allocated RAM: 2048
Using Bridge: vmbr0
Using IP Address: <redacted>
Using Gateway IP Address: <redacted>
Using APT-Cacher IP Address: Default
Disable IPv6: yes
Using Interface MTU Size: Default
Using DNS Search Domain: 
Using DNS Server IP Address: <redacted>
Using Vlan: Default
Enable Root SSH Access: yes
Enable Verbose Mode: yes
Creating a Home Assistant LXC using the above advanced settings
 ✓ Using local-btrfs for Template Storage.
 ✓ Using local-btrfs for Container Storage.
 ✓ Updated LXC Template List
 ✓ LXC Container 112 was successfully created.
 ✓ Started LXC Container
net.ipv6.conf.all.disable_ipv6 = 1
 ✓ Set up Container OS
 ✓ Network Connected: <redacted> 
 ✓ IPv4 Internet Connected
 ✗ IPv6 Internet Not Connected
 ✓ DNS Resolved github.com to 140.82.121.3
Get:1 http://security.debian.org bookworm-security InRelease [48.0 kB]

Error below

✓ Installed Docker v27.3.1
 -latest: Pulling from portainer/portainer-ce
2a8c27161aa3: Pull complete 
679061c2c821: Pull complete 
d40df14c1d7a: Pull complete 
8215717c7c10: Pull complete 
542669febe7c: Pull complete 
6c27c7f45b54: Pull complete 
070d3bf2528e: Pull complete 
846480e9f8b0: Pull complete 
c7053d7d4c2a: Pull complete 
a2ed6de7fb5f: Pull complete 
4f4fb700ef54: Pull complete 
 -Digest: sha256:f2a7f5abd4735f9cd91563c6134e014b15168c4018beea87f1eec9d9618b2ad4
Status: Downloaded newer image for portainer/portainer-ce:latest
docker.io/portainer/portainer-ce:latest
 ✓ Pulled Portainer 2.21.4 Image
 /portainer_datartainer 2.21.4   
 -1b075b58ee6da2b47509b08052577f8fb87b3c9822cbcd5ba64e212f760ea65a
 ✓ Installed Portainer 2.21.4
 \Error response from daemon: toomanyrequests: retry-after: 401.824µs, allowed: 44000/minute

[ERROR] in line 67: exit code 0: while executing command $STD docker pull ghcr.io/home-assistant/home-assistant:stable

What settings are you currently utilizing?

Advanced Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

No response

Originally created by @Kiritzai on GitHub (Nov 11, 2024). ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. When trying to install the HomeAssistant LXC I get the following error Used these settings below: ``` Using Advanced Settings Using Distribution: debian Using debian Version: 12 Using Container Type: 0 Using Root Password: <redacted> Container ID: 112 Using Hostname: <redacted> Using Disk Size: 16 Allocated Cores: 2 Allocated RAM: 2048 Using Bridge: vmbr0 Using IP Address: <redacted> Using Gateway IP Address: <redacted> Using APT-Cacher IP Address: Default Disable IPv6: yes Using Interface MTU Size: Default Using DNS Search Domain: Using DNS Server IP Address: <redacted> Using Vlan: Default Enable Root SSH Access: yes Enable Verbose Mode: yes Creating a Home Assistant LXC using the above advanced settings ✓ Using local-btrfs for Template Storage. ✓ Using local-btrfs for Container Storage. ✓ Updated LXC Template List ✓ LXC Container 112 was successfully created. ✓ Started LXC Container net.ipv6.conf.all.disable_ipv6 = 1 ✓ Set up Container OS ✓ Network Connected: <redacted> ✓ IPv4 Internet Connected ✗ IPv6 Internet Not Connected ✓ DNS Resolved github.com to 140.82.121.3 Get:1 http://security.debian.org bookworm-security InRelease [48.0 kB] ``` Error below ``` ✓ Installed Docker v27.3.1 -latest: Pulling from portainer/portainer-ce 2a8c27161aa3: Pull complete 679061c2c821: Pull complete d40df14c1d7a: Pull complete 8215717c7c10: Pull complete 542669febe7c: Pull complete 6c27c7f45b54: Pull complete 070d3bf2528e: Pull complete 846480e9f8b0: Pull complete c7053d7d4c2a: Pull complete a2ed6de7fb5f: Pull complete 4f4fb700ef54: Pull complete -Digest: sha256:f2a7f5abd4735f9cd91563c6134e014b15168c4018beea87f1eec9d9618b2ad4 Status: Downloaded newer image for portainer/portainer-ce:latest docker.io/portainer/portainer-ce:latest ✓ Pulled Portainer 2.21.4 Image /portainer_datartainer 2.21.4 -1b075b58ee6da2b47509b08052577f8fb87b3c9822cbcd5ba64e212f760ea65a ✓ Installed Portainer 2.21.4 \Error response from daemon: toomanyrequests: retry-after: 401.824µs, allowed: 44000/minute [ERROR] in line 67: exit code 0: while executing command $STD docker pull ghcr.io/home-assistant/home-assistant:stable ``` ### What settings are you currently utilizing? Advanced Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. _No response_ ### Please provide detailed steps to reproduce the issue. _No response_
OVERLORD added the not a script issueexternal labels 2026-02-04 16:20:16 +03:00
Author
Owner

@Mellowlynx commented on GitHub (Nov 11, 2024):

There is a problem with GitHub and total requests/rate limiting.
https://community.home-assistant.io/t/cannot-install-supervisor-2024-11-3-hassos/793231

@Mellowlynx commented on GitHub (Nov 11, 2024): There is a problem with GitHub and total requests/rate limiting. https://community.home-assistant.io/t/cannot-install-supervisor-2024-11-3-hassos/793231
Author
Owner

@Mellowlynx commented on GitHub (Nov 11, 2024):

Try again, should be fixed.

@Mellowlynx commented on GitHub (Nov 11, 2024): Try again, should be fixed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#29