FileNotFound
I used dockerc on Android (this file is in the /system/bin directory) and it returned "FileNotFound", can dockerc be used on Android? My phone's CPU instruction set is arm64-v8a and I'm using dockerc_aarch64.
What happens if you try to specify the full path? /system/bin/dockerc? Can you confirm that there is actually a file there? ls -l /system/bin/dockerc
What happens if you try to specify the full path?
/system/bin/dockerc? Can you confirm that there is actually a file there?ls -l /system/bin/dockerc
The file was put under /system/bin by me using root, and it's there
Could it be that "FileNotFound" is outputted by the program inside the container?
Could it be that "FileNotFound" is outputted by the program inside the container?
I haven't added anything to the container yet😶
Could it be that "FileNotFound" is outputted by the program inside the container?
Hello?🫠
怎么样 哥们,这个问题解决了吗
怎么样 哥们,这个问题解决了吗
开发者都不搭理我了,咋解决啊😓 本来想试试能不能用,部署个啥东西。时间太久了,也忘了要整啥了,这样吧,摆烂,等开发者找我再说吧(+_+)
Could you provide more details on how to reproduce your setup? All you sent was a screenshot which unfortunately is not enough to reproduce.
怎么样 哥们,这个问题解决了吗
你说能是啥问题
Could you provide more details on how to reproduce your setup? All you sent was a screenshot which unfortunately is not enough to reproduce.
What else do I need to provide please, it doesn't generate error logs
怎么样 哥们,这个问题解决了吗
开发者都不搭理我了,咋解决啊😓 本来想试试能不能用,部署个啥东西。时间太久了,也忘了要整啥了,这样吧,摆烂,等开发者找我再说吧(+_+)
没事,他也不搭理我。。。。
怎么样 哥们,这个问题解决了吗
你说能是啥问题
你用file 命令看一下 这个文件类型,你这个信息确实他少了,他不知道怎么回你~
怎么样 哥们,这个问题解决了吗
开发者都不搭理我了,咋解决啊😓 本来想试试能不能用,部署个啥东西。时间太久了,也忘了要整啥了,这样吧,摆烂,等开发者找我再说吧(+_+)
没事,他也不搭理我。。。。
6
What else do I need to provide please, it doesn't generate error logs
What setup are you testing under? How did you get the shell you show in your screenshot? Is that termux?
What else do I need to provide please, it doesn't generate error logs
What setup are you testing under? How did you get the shell you show in your screenshot? Is that termux?
Similar applications to termux
What else do I need to provide please, it doesn't generate error logs
What setup are you testing under? How did you get the shell you show in your screenshot? Is that termux?
Similar applications to termux
你这个 dockerc 二进制是从github上下载的?还是你自己编译的
可能是 3, 4, 5
实他少了,他不知道怎么回你~
你用file 命令,你这个可能是文件有问题呢
# 执行这两个命令试试
file ./dockerc
ldd ./dockerc
What else do I need to provide please, it doesn't generate error logs
What setup are you testing under? How did you get the shell you show in your screenshot? Is that termux?
connectbot
# 执行这两个命令试试 file ./dockerc ldd ./dockerc
抱拳.jpg
What else do I need to provide please, it doesn't generate error logs
What setup are you testing under? How did you get the shell you show in your screenshot? Is that termux?
Similar applications to termux
你这个 dockerc 二进制是从github上下载的?还是你自己编译的 可能是 3, 4, 5
直接从GitHub下开发者编译好的😄
Could you provide step by step how someone can reproduce given that they have an Android phone. Connect bot is just an SSH client (from what I can tell by googling), that's not enough information in of its own
你这个 安卓设备是 64位的吗,可以验证一下看看
# 查看cpu架构等信息
lscpu
# 看下其他的可执行程序是什么架构
file `which file`
Could you provide step by step how someone can reproduce given that they have an Android phone. Connect bot is just an SSH client (from what I can tell by googling), that's not enough information in of its own
It can also be used locally
你这个 安卓设备是 64位的吗,可以验证一下看看
# 查看cpu架构等信息 lscpu # 看下其他的可执行程序是什么架构 file `which file`
/system/bin/file: symbolic link to toybox
那不知道了~ G了
Could you provide step by step how someone can reproduce given that they have an Android phone. Connect bot is just an SSH client (from what I can tell by googling), that's not enough information in of its own
May I ask what specific steps you need in terms of this, I really don't understand it too well
那不知道了~ G了
emm
那不知道了~ G了
感谢你了😁
我用我手机测试一下