Skip to content

FileNotFound #49

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

Open
Ai686Leo opened this issue Dec 16, 2024 · 36 comments
Open

FileNotFound #49

Ai686Leo opened this issue Dec 16, 2024 · 36 comments

Comments

@Ai686Leo
Copy link

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.
Screenshot_2024-12-16-22-37-25-22_1df7e81cb8b1830f43488e7a37ca3ed9.jpg

@NilsIrl
Copy link
Owner

NilsIrl commented Dec 16, 2024

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

@Ai686Leo
Copy link
Author

Ai686Leo commented Dec 18, 2024

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
Screenshot_2024-12-18-22-33-21-52_1df7e81cb8b1830f43488e7a37ca3ed9.jpg

@NilsIrl
Copy link
Owner

NilsIrl commented Dec 18, 2024

Could it be that "FileNotFound" is outputted by the program inside the container?

@Ai686Leo
Copy link
Author

Could it be that "FileNotFound" is outputted by the program inside the container?

I haven't added anything to the container yet😶

@Ai686Leo
Copy link
Author

Could it be that "FileNotFound" is outputted by the program inside the container?

Hello?🫠

@snail2sky
Copy link

怎么样 哥们,这个问题解决了吗

@Ai686Leo
Copy link
Author

Ai686Leo commented Dec 27, 2024

怎么样 哥们,这个问题解决了吗

开发者都不搭理我了,咋解决啊😓
本来想试试能不能用,部署个啥东西。时间太久了,也忘了要整啥了,这样吧,摆烂,等开发者找我再说吧(⁠+⁠_⁠+⁠)

@NilsIrl
Copy link
Owner

NilsIrl commented Dec 27, 2024

Could you provide more details on how to reproduce your setup? All you sent was a screenshot which unfortunately is not enough to reproduce.

@Ai686Leo
Copy link
Author

Ai686Leo commented Dec 27, 2024

怎么样 哥们,这个问题解决了吗

你说能是啥问题

@Ai686Leo
Copy link
Author

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

@snail2sky
Copy link

怎么样 哥们,这个问题解决了吗

开发者都不搭理我了,咋解决啊😓 本来想试试能不能用,部署个啥东西。时间太久了,也忘了要整啥了,这样吧,摆烂,等开发者找我再说吧(⁠+⁠_⁠+⁠)

没事,他也不搭理我。。。。

@snail2sky
Copy link

怎么样 哥们,这个问题解决了吗

你说能是啥问题

你用file 命令看一下 这个文件类型,你这个信息确实他少了,他不知道怎么回你~

@Ai686Leo
Copy link
Author

怎么样 哥们,这个问题解决了吗

开发者都不搭理我了,咋解决啊😓 本来想试试能不能用,部署个啥东西。时间太久了,也忘了要整啥了,这样吧,摆烂,等开发者找我再说吧(⁠+⁠_⁠+⁠)

没事,他也不搭理我。。。。

6

@NilsIrl
Copy link
Owner

NilsIrl commented Dec 27, 2024

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?

@Ai686Leo
Copy link
Author

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

@snail2sky
Copy link

snail2sky commented Dec 27, 2024

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
image

@snail2sky
Copy link

实他少了,他不知道怎么回你~

你用file 命令,你这个可能是文件有问题呢

@snail2sky
Copy link

# 执行这两个命令试试
file ./dockerc
ldd ./dockerc

@Ai686Leo
Copy link
Author

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

@Ai686Leo
Copy link
Author

# 执行这两个命令试试
file ./dockerc
ldd ./dockerc

b2df352a-18cd-4546-b71b-13d0a585d4c9.jpg

抱拳.jpg

@Ai686Leo
Copy link
Author

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
image

直接从GitHub下开发者编译好的😄

@NilsIrl
Copy link
Owner

NilsIrl commented Dec 27, 2024

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

@snail2sky
Copy link

你这个 安卓设备是 64位的吗,可以验证一下看看

# 查看cpu架构等信息
lscpu

# 看下其他的可执行程序是什么架构
file `which file`

@Ai686Leo
Copy link
Author

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

@Ai686Leo
Copy link
Author

你这个 安卓设备是 64位的吗,可以验证一下看看

# 查看cpu架构等信息
lscpu

# 看下其他的可执行程序是什么架构
file `which file`

/system/bin/file: symbolic link to toybox
f3876898-bde0-45c6-8738-a5d259b55e8a.jpg

@snail2sky
Copy link

那不知道了~ G了

@Ai686Leo
Copy link
Author

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

@Ai686Leo
Copy link
Author

那不知道了~ G了

emm

@Ai686Leo
Copy link
Author

那不知道了~ G了

感谢你了😁

@snail2sky
Copy link

我用我手机测试一下

@Ai686Leo
Copy link
Author

我用我手机测试一下

thank you

@snail2sky
Copy link

确实有问题~ 难道是ABI 不一样?不应该呀

@Ai686Leo
Copy link
Author

Ai686Leo commented Dec 27, 2024

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

A new person who has the same problem as me has appeared...

@snail2sky
Copy link

test-record cast

@Ai686Leo
Copy link
Author

Ai686Leo commented Dec 27, 2024

test-record cast

比我详细。。。@NilsIrl

@snail2sky
Copy link

不知道咋回事了~ 我adb 进去的

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

3 participants