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

Some GUI interaction not outputting anything #12

Open
licaon-kter opened this issue Feb 5, 2016 · 5 comments
Open

Some GUI interaction not outputting anything #12

licaon-kter opened this issue Feb 5, 2016 · 5 comments
Assignees
Labels

Comments

@licaon-kter
Copy link
Contributor

Build at f49e245
Running as non-root, port 5353. Server is running ok.

But unbound-control, unbound-checkconf and unbound-host just stay there at "Command run"

@smarek
Copy link
Owner

smarek commented Feb 7, 2016

@licaon-kter thanks for report, could you please peek into LogCat, whether there is any hint about why the command output is not returned to you? I suspect wrong binaries / daemon privilege. Have you made any specific changes to unbound.conf before commands stopped working?

@licaon-kter
Copy link
Contributor Author

I'll get a logcat later, in the mean time:

  • unbound-control and unbound-checkconf worked after I stopped Unbound only.
  • unbound-host worked kinda at the edge of running-stop-start

@smarek
Copy link
Owner

smarek commented Feb 7, 2016

Well in that case, please gather the logs, because this is not a behavior I've observed in development environment.

@smarek smarek added the bug label Feb 7, 2016
@smarek smarek self-assigned this Feb 7, 2016
@licaon-kter
Copy link
Contributor Author

logcat grep on unbound: https://gist.github.com/licaon-kter/3ae865465d32ee0ea254

Issues in user mode:

  • stop button does not work
  • unbound-control, unbound-checkconf and unbound-host just stay there at "Command run"
  • killing it via root/ps/kill will just make Unbound restart it right away.

@licaon-kter
Copy link
Contributor Author

Another log with default config: https://gist.github.com/licaon-kter/934867b1e9b4702efb9d

Termux su as Unbound app

> unbound-control status
WARNING: linker: unbound-control: unused DT entry: type 0x1d arg 0x6b2
[1456500044] unbound-control[29913:0] fatal error: socket: Permission denied
> unbound-host -d -C unbound.conf google.com
WARNING: linker: unbound-host: unused DT entry: type 0x1d arg 0x6c3
Host google.com not found: 2(SERVFAIL).
Host google.com not found: 2(SERVFAIL).
Host google.com not found: 2(SERVFAIL).
>  unbound-host -d google.com
libunbound[29965:0] notice: init module 0: validator
libunbound[29965:0] notice: init module 1: iterator
libunbound[29965:0] info: resolving google.com. A IN
libunbound[29965:0] info: priming . IN NS
libunbound[29965:0] error: can't create socket: Permission denied
snip many of these ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Host google.com not found: 2(SERVFAIL).

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

No branches or pull requests

2 participants