You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi, I couldn't find any OpenWrt docs on how to configure tang. The default service installation doesn't seem to start the process.
To rule out permissions, I set
/usr/share/tang/db
to777
, didn't help.logread
didn't provide me with anything and I don't know how to debugprocd
. 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
The text was updated successfully, but these errors were encountered: