mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #135] X86 #114
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@mehdi198080 commented on GitHub (Nov 27, 2020):
-ash: ck-client-linux-amd64-v2.3.0: not found
@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
@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 "("
@cbeuw commented on GitHub (Nov 27, 2020):
What about running /usr/bin/ck-client-linux-amd64-v2.3.0?
@mehdi198080 commented on GitHub (Nov 27, 2020):
not running
@cbeuw commented on GitHub (Nov 27, 2020):
What's the error output?
@mehdi198080 commented on GitHub (Nov 27, 2020):
-ash: /usr/bin/ck-client-linux-amd64-v2.3.0: not found
@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 runlsin/usr/bin?@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
@mehdi198080 commented on GitHub (Nov 27, 2020):
v2ray plugin working
but cloak not
@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
@mehdi198080 commented on GitHub (Nov 29, 2020):
is it any chance to release new version to fix ?
@cbeuw commented on GitHub (Nov 29, 2020):
https://github.com/cbeuw/Cloak/releases/tag/v2.3.1 should work, give it a try
@mehdi198080 commented on GitHub (Nov 29, 2020):
working perfect ,appreciate