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

[Bug]: No such file or directory #18738

Closed
ghost opened this issue Dec 17, 2023 · 1 comment
Closed

[Bug]: No such file or directory #18738

ghost opened this issue Dec 17, 2023 · 1 comment
Labels
system-level bug Bug is hidden somewhere in OS and can't be fixed.

Comments

@ghost
Copy link

ghost commented Dec 17, 2023

Problem description

When trying to delete files with the command "rm" or even moving or renaming them with "mv", it says there's no such file or directory even if it recnognises itself with the command "ls".
Screenshot_20231217-211515_Termux

What steps will reproduce the bug?

"rm" "mv"

What is the expected behavior?

No response

System information

termux-info:

Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://termux.org/packages/ stable main
# game-repo (sources.list.d/game.list)
deb https://dl.bintray.com/grimler/game-packages-24 games stable
# science-repo (sources.list.d/science.list)
deb https://dl.bintray.com/grimler/science-packages-24 science stable
Updatable packages:
All packages up to date
Android version:
13
Kernel build information:
Linux localhost 5.10.168-android12-9-00001-gf23f00da6b8e-ab10822965 #1 SMP PREEMPT Mon Sep 18 07:32:17 UTC 2023 aarch64 Android
Device manufacturer:
asus
Device model:
ASUS_AI2201_C
@ghost ghost added bug report Something is not working properly. untriaged labels Dec 17, 2023
@sylirre
Copy link
Member

sylirre commented Dec 17, 2023

Same as #17559 and termux/termux-app#3228 (comment).

Can't be fixed on Termux side because this is Android OS bug (yes, sdcard emulation layer FS is weird and has flaws). The file can be deleted with root permissions through rm'ing it in /data/media/0.

@sylirre sylirre closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2023
@sylirre sylirre added system-level bug Bug is hidden somewhere in OS and can't be fixed. and removed bug report Something is not working properly. untriaged labels Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system-level bug Bug is hidden somewhere in OS and can't be fixed.
Projects
None yet
Development

No branches or pull requests

1 participant