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

Failed install with full rust backtrace #164

Closed
duckduckgrayduck opened this issue Mar 15, 2025 · 4 comments
Closed

Failed install with full rust backtrace #164

duckduckgrayduck opened this issue Mar 15, 2025 · 4 comments

Comments

@duckduckgrayduck
Copy link

s@s:~/Downloads/release$ ./install-linux.sh
Using adb at /usr/bin/adb
Force a switch into the debug mode to enable ADB
Device already in command mode. Doing nothing...
adb enabled, waiting for reboot... it's alive!
waiting for atfwd_daemon to startup... done!
./rootshell: 1 file pushed. 1.2 MB/s (927624 bytes in 0.767s)
uid=0(root) gid=0(root)
we have root!
./config.toml.example: 1 file pushed. 0.1 MB/s (389 bytes in 0.005s)
./rayhunter-daemon: 1 file pushed. 1.3 MB/s (11619420 bytes in 8.562s)
./scripts/rayhunter_daemon: 1 file pushed. 0.1 MB/s (580 bytes in 0.005s)
./scripts/misc-daemon: 1 file pushed. 0.4 MB/s (2302 bytes in 0.005s)
waiting for reboot...
thread 'main' panicked at serial/src/main.rs:79:10:
Failed to read response: Timeout
stack backtrace:
0: 0x652157ed9aca - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
1: 0x652157ed9aca - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
2: 0x652157ed9aca - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9
3: 0x652157ed9aca - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::he089f96442833f67
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26
4: 0x652157ef5203 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76
5: 0x652157ef5203 - core::fmt::write::h2f210ed4c94745cb
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21
6: 0x652157ed7483 - std::io::Write::write_fmt::h7de08171ab770fb2
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15
7: 0x652157ed9912 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9
8: 0x652157eda970 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22
9: 0x652157eda750 - std::panicking::default_hook::h24e207139139d40a
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:322:9
10: 0x652157edafe2 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:828:13
11: 0x652157edae7a - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13
12: 0x652157ed9fc9 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18
13: 0x652157edab0d - rust_begin_unwind
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5
14: 0x652157ea0740 - core::panicking::panic_fmt::h896a0727a1a943f9
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14
15: 0x652157ea0ae6 - core::result::unwrap_failed::h1b5ed8541c7bebd6
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1704:5
16: 0x652157ea3dc2 - core::result::Result<T,E>::expect::habf32784a7d0e981
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/result.rs:1061:23
17: 0x652157ea62bb - serial::send_command::h2b42cf2c8fafe6be
at /home/s/Downloads/rayhunter-0.2.5/serial/src/main.rs:77:5
18: 0x652157ea29cd - serial::main::hbdd2b8946699c53b
at /home/s/Downloads/rayhunter-0.2.5/serial/src/main.rs:41:41
19: 0x652157ea741b - core::ops::function::FnOnce::call_once::hc32df7d62ed83272
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5
20: 0x652157ea40ce - std::sys::backtrace::__rust_begin_short_backtrace::h4b7605b426cbc8f6
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18
21: 0x652157ea93e1 - std::rt::lang_start::{{closure}}::h8e75a72cee2fe8da
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/rt.rs:195:18
22: 0x652157ed4ec7 - core::ops::function::impls::<impl core::ops::function::FnOnce for &F>::call_once::ha29694188d478cce
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:284:13
23: 0x652157ed4ec7 - std::panicking::try::do_call::h146aeebcd3824393
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40
24: 0x652157ed4ec7 - std::panicking::try::hf3596e381ccb2229
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19
25: 0x652157ed4ec7 - std::panic::catch_unwind::h7b076e21cb40b9bf
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14
26: 0x652157ed4ec7 - std::rt::lang_start_internal::{{closure}}::h481008de4850e7c0
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/rt.rs:174:48
27: 0x652157ed4ec7 - std::panicking::try::do_call::h865e627c98d1c4cc
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40
28: 0x652157ed4ec7 - std::panicking::try::hf53b8617a1069bb3
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19
29: 0x652157ed4ec7 - std::panic::catch_unwind::h9d30caa3add162e9
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14
30: 0x652157ed4ec7 - std::rt::lang_start_internal::hbb268f70c879621d
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/rt.rs:174:20
31: 0x652157ea93ba - std::rt::lang_start::hd2c030ab40c2c185
at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/rt.rs:194:17
32: 0x652157ea2b0e - main
33: 0x722016c29d90 -
34: 0x722016c29e40 - __libc_start_main
35: 0x652157ea0d75 - _start
36: 0x0 -

@duckduckgrayduck
Copy link
Author

I see the green bar like is shown in the article: https://www.eff.org/deeplinks/2025/03/meet-rayhunter-new-open-source-tool-eff-detect-cellular-spying
and USB tethering doesn't seem to work as described in #140
I cannot get it to communicate with ADB anymore.

@duckduckgrayduck
Copy link
Author

I even see the panel at http://192.168.1.1:8080/index.html
so not sure what is failing

@loteck
Copy link

loteck commented Mar 15, 2025

The good news from other threads seems to be that rayhunter is successfully installed in your scenario. See #88 and #141

@duckduckgrayduck
Copy link
Author

The good news from other threads seems to be that rayhunter is successfully installed in your scenario. See #88 and #141

Yea, I think you are correct.

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

2 participants