Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] tangd not starting #26076

Open
eskultety opened this issue Mar 1, 2025 · 0 comments
Open

[question] tangd not starting #26076

eskultety opened this issue Mar 1, 2025 · 0 comments

Comments

@eskultety
Copy link

eskultety commented Mar 1, 2025

Hi, I couldn't find any OpenWrt docs on how to configure tang. The default service installation doesn't seem to start the process.

# /etc/init.d/tang enable
# echo $?
0
# /etc/init.d/tang enabled
# echo $?
0
# /etc/init.d/tang start
# echo $?
0
# /etc/init.d/tang status
active with no instances
# ubus call service list | grep -A10 tang
        "tang": {

        },
        "ubus": {
                "instances": {
                        "instance1": {
                                "running": true,
                                "pid": 1081,
                                "command": [
                                        "/sbin/ubusd"
                                ],

To rule out permissions, I set /usr/share/tang/db to 777, didn't help. logread didn't provide me with anything and I don't know how to debug procd. Can you please help me with what I might be doing wrong? I can reproduce this both on an ath79 bare metal device as well as in an x86_64 test VM.

openwrt release: 24.10
tang version: 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant