[GH-ISSUE #135] X86 #114

Closed
opened 2026-02-26 12:34:00 +03:00 by kerem · 14 comments
Owner

Originally created by @mehdi198080 on GitHub (Nov 25, 2020).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/135

I have installed on X86 openwrt image and upload cloak file in /usr/bin but I got error.

Originally created by @mehdi198080 on GitHub (Nov 25, 2020). Original GitHub issue: https://github.com/cbeuw/Cloak/issues/135 I have installed on X86 openwrt image and upload cloak file in /usr/bin but I got error.
kerem closed this issue 2026-02-26 12:34:01 +03:00
Author
Owner

@mehdi198080 commented on GitHub (Nov 27, 2020):

-ash: ck-client-linux-amd64-v2.3.0: not found

<!-- gh-comment-id:734741422 --> @mehdi198080 commented on GitHub (Nov 27, 2020): -ash: ck-client-linux-amd64-v2.3.0: not found
Author
Owner

@cbeuw commented on GitHub (Nov 27, 2020):

Does it work if you run /usr/bin/ck-client-linux-amd64-v2.3.0? Also is your CPU 32 or 64bit? In the former case you need the i386 version

<!-- gh-comment-id:734742319 --> @cbeuw commented on GitHub (Nov 27, 2020): Does it work if you run /usr/bin/ck-client-linux-amd64-v2.3.0? Also is your CPU 32 or 64bit? In the former case you need the i386 version
Author
Owner

@mehdi198080 commented on GitHub (Nov 27, 2020):

my cpu is 64bit
with i386 got this error
/usr/bin/ck-client-linux-386-v2.3.0: line 1:ELFpE: not found
/usr/bin/ck-client-linux-386-v2.3.0: line 2: syntax error: unexpected "("

<!-- gh-comment-id:734744045 --> @mehdi198080 commented on GitHub (Nov 27, 2020): my cpu is 64bit with i386 got this error /usr/bin/ck-client-linux-386-v2.3.0: line 1:ELFpE: not found /usr/bin/ck-client-linux-386-v2.3.0: line 2: syntax error: unexpected "("
Author
Owner

@cbeuw commented on GitHub (Nov 27, 2020):

What about running /usr/bin/ck-client-linux-amd64-v2.3.0?

<!-- gh-comment-id:734745795 --> @cbeuw commented on GitHub (Nov 27, 2020): What about running /usr/bin/ck-client-linux-amd64-v2.3.0?
Author
Owner

@mehdi198080 commented on GitHub (Nov 27, 2020):

not running

<!-- gh-comment-id:734746598 --> @mehdi198080 commented on GitHub (Nov 27, 2020): not running
Author
Owner

@cbeuw commented on GitHub (Nov 27, 2020):

What's the error output?

<!-- gh-comment-id:734746960 --> @cbeuw commented on GitHub (Nov 27, 2020): What's the error output?
Author
Owner

@mehdi198080 commented on GitHub (Nov 27, 2020):

-ash: /usr/bin/ck-client-linux-amd64-v2.3.0: not found

<!-- gh-comment-id:734747716 --> @mehdi198080 commented on GitHub (Nov 27, 2020): -ash: /usr/bin/ck-client-linux-amd64-v2.3.0: not found
Author
Owner

@cbeuw commented on GitHub (Nov 27, 2020):

What's the output of running file /usr/bin/ck-client-linux-amd64-v2.3.0? Can you see ck-client's binary if you run ls in /usr/bin?

<!-- gh-comment-id:734748633 --> @cbeuw commented on GitHub (Nov 27, 2020): What's the output of running `file /usr/bin/ck-client-linux-amd64-v2.3.0`? Can you see ck-client's binary if you run `ls` in `/usr/bin`?
Author
Owner

@mehdi198080 commented on GitHub (Nov 27, 2020):

root@OpenWrt:/usr/bin# ls
[ free obfs-local tee
[[ fwtool obfs-server test
awk getrandom pgrep time
basename head printf top
bunzip2 hexdump readlink tr
bzcat id reset uniq
ck-client-linux-amd64-v2.3.0 jshn resolveip uptime
clear jsonfilter scp usign
cmp killall seq v2ray-plugin_linux_amd64
crontab ldd sha256sum wc
cut less signify wg
dbclient logger sort wget
dirname lua ss-local which
dropbearkey luci-bwc ss-redir wireguard_watchdog
du md5sum ss-rules xargs
env mkfifo ss-tunnel yes
expr nano ssh
find nc strings
flock nslookup tail

<!-- gh-comment-id:734751364 --> @mehdi198080 commented on GitHub (Nov 27, 2020): root@OpenWrt:/usr/bin# ls [ free obfs-local tee [[ fwtool obfs-server test awk getrandom pgrep time basename head printf top bunzip2 hexdump readlink tr bzcat id reset uniq ck-client-linux-amd64-v2.3.0 jshn resolveip uptime clear jsonfilter scp usign cmp killall seq v2ray-plugin_linux_amd64 crontab ldd sha256sum wc cut less signify wg dbclient logger sort wget dirname lua ss-local which dropbearkey luci-bwc ss-redir wireguard_watchdog du md5sum ss-rules xargs env mkfifo ss-tunnel yes expr nano ssh find nc strings flock nslookup tail
Author
Owner

@mehdi198080 commented on GitHub (Nov 27, 2020):

v2ray plugin working

but cloak not

<!-- gh-comment-id:734752103 --> @mehdi198080 commented on GitHub (Nov 27, 2020): v2ray plugin working but cloak not
Author
Owner

@cbeuw commented on GitHub (Nov 27, 2020):

I'm not familiar with OpenWRT at all but I think it's because of this https://openwrt.org/faq/command_not_found, (i.e. the binary is linking to some library not present on your OS).

But this is weird because go binaries should be static. I'll look into this

<!-- gh-comment-id:734759258 --> @cbeuw commented on GitHub (Nov 27, 2020): I'm not familiar with OpenWRT at all but I think it's because of this https://openwrt.org/faq/command_not_found, (i.e. the binary is linking to some library not present on your OS). But this is weird because go binaries should be static. I'll look into this
Author
Owner

@mehdi198080 commented on GitHub (Nov 29, 2020):

is it any chance to release new version to fix ?

<!-- gh-comment-id:735368423 --> @mehdi198080 commented on GitHub (Nov 29, 2020): is it any chance to release new version to fix ?
Author
Owner

@cbeuw commented on GitHub (Nov 29, 2020):

https://github.com/cbeuw/Cloak/releases/tag/v2.3.1 should work, give it a try

<!-- gh-comment-id:735389630 --> @cbeuw commented on GitHub (Nov 29, 2020): https://github.com/cbeuw/Cloak/releases/tag/v2.3.1 should work, give it a try
Author
Owner

@mehdi198080 commented on GitHub (Nov 29, 2020):

working perfect ,appreciate

<!-- gh-comment-id:735393395 --> @mehdi198080 commented on GitHub (Nov 29, 2020): working perfect ,appreciate
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloak#114
No description provided.