Coder Social home page Coder Social logo

Comments (7)

frenck avatar frenck commented on July 1, 2024 1

aarch64 has issues on multiple levels (hence it is not encouraged to use yet, in the HA documentation).
Thanks for reporting this in though. All add-ons using HA authentication have this issue, which is caused by an upstream issue in LUA.

I'm awaiting updates/fixes, since there is no workaround for me available.

from addon-adguard-home.

addons-assistant avatar addons-assistant commented on July 1, 2024

👋 Thanks for opening your first issue here! If you're reporting a 🐛 bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be usefull.

from addon-adguard-home.

addons-assistant avatar addons-assistant commented on July 1, 2024

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.

from addon-adguard-home.

frenck avatar frenck commented on July 1, 2024

@kreisklasse We had a major upgrade on the add-on. Maybe give it another shot?
I do not own such a device myself, so it is hard for me to test.

from addon-adguard-home.

kreisklasse avatar kreisklasse commented on July 1, 2024

@frenck , thanks for the heads-up.
I tried i but it seems not to work, it shows the old error from above
PANIC: unprotected error in call to Lua API (bad light userdata pointer)
this time only once, then stops working.
see log below:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing...

Hass.io Add-on: AdGuard Home
Network-wide ads & trackers blocking DNS server

Add-on version: 1.0.0
You are running the latest version of this add-on.
System: HassOS 2.11 (aarch64 / odroid-c2)
Home Assistant version: 0.91.3
Supervisor version: 159

Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.

[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] adguard.sh: executing...
[cont-init.d] adguard.sh: exited 0.
[cont-init.d] nginx.sh: executing...
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[10:07:19] INFO: Starting AdGuard Home server...
2019/04/14 10:07:19 [info] AdGuard Home, version v0.94
2019/04/14 10:07:19 [info] main.upgradeSchema0to1(): called
2019/04/14 10:07:19 [info] main.upgradeSchema1to2(): called
2019/04/14 10:07:19 [info] main.upgradeSchema2to3(): called
2019/04/14 10:07:19 [info] Upstream 0: https://dns.cloudflare.com:443/dns-query
2019/04/14 10:07:19 [info] Start DNS server periodic jobs
2019/04/14 10:07:19 [info] Starting the DNS proxy server
2019/04/14 10:07:19 [info] Ratelimit is enabled and set to 20 rps
2019/04/14 10:07:19 [info] The server is configured to refuse ANY requests
2019/04/14 10:07:19 [info] DNS cache is enabled
2019/04/14 10:07:19 [info] Creating the UDP server socket
2019/04/14 10:07:19 [info] Listening to udp://[::]:53
2019/04/14 10:07:19 [info] Creating the TCP server socket
2019/04/14 10:07:19 [info] Listening to tcp://[::]:53
2019/04/14 10:07:19 [info] Entering the UDP listener loop on [::]:53
2019/04/14 10:07:19 [info] Entering the tcp listener loop on [::]:53
2019/04/14 10:07:19 [info] Go to http://127.0.0.1:45158
[10:07:19] INFO: Starting NGinx...
2019/04/14 10:07:19 [info] Filter 1 has been updated: 529730 bytes, 27576 rules
2019/04/14 10:07:19 [info] Saving filter 1 contents to: /opt/AdGuardHome/data/filters/1.txt
2019/04/14 10:07:19 [info] Updated filter #1. Rules: 0 -> 27576
2019/04/14 10:07:19 [info] Upstream 0: https://dns.cloudflare.com:443/dns-query
2019/04/14 10:07:19 [info] Start reconfiguring the server
2019/04/14 10:07:19 [info] Stopping the DNS proxy server
2019/04/14 10:07:19 [info] tcpListen.Accept() returned because we're reading from a closed connection, exiting loop
2019/04/14 10:07:19 [info] udpListen.ReadFrom() returned because we're reading from a closed connection, exiting loop
2019/04/14 10:07:19 [info] Stopped the DNS proxy server
2019/04/14 10:07:20 [info] Starting the DNS proxy server
2019/04/14 10:07:20 [info] Ratelimit is enabled and set to 20 rps
2019/04/14 10:07:20 [info] The server is configured to refuse ANY requests
2019/04/14 10:07:20 [info] DNS cache is enabled
2019/04/14 10:07:20 [info] Creating the UDP server socket
2019/04/14 10:07:20 [info] Listening to udp://[::]:53
2019/04/14 10:07:20 [info] Creating the TCP server socket
2019/04/14 10:07:20 [info] Listening to tcp://[::]:53
2019/04/14 10:07:20 [info] Entering the tcp listener loop on [::]:53
2019/04/14 10:07:20 [info] Entering the UDP listener loop on [::]:53
PANIC: unprotected error in call to Lua API (bad light userdata pointer)
2019/04/14 10:07:20 [info] Stopping AdGuard Home
2019/04/14 10:07:20 [info] Stopping the DNS proxy server
2019/04/14 10:07:20 [info] tcpListen.Accept() returned because we're reading from a closed connection, exiting loop
2019/04/14 10:07:20 [info] udpListen.ReadFrom() returned because we're reading from a closed connection, exiting loop
2019/04/14 10:07:20 [info] Stopped the DNS proxy server
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing...
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.

from addon-adguard-home.

frenck avatar frenck commented on July 1, 2024

This issue is expected to be resolved in the next release.

from addon-adguard-home.

addons-assistant avatar addons-assistant commented on July 1, 2024

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

from addon-adguard-home.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.