-
Notifications
You must be signed in to change notification settings - Fork 160
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
..apt fd 7 fstat(1: operation not permitted) [armhf] #172
Comments
here is strace of
|
looks like soo many users reported the same with ubuntu |
@Grimler91 |
I can reproduce the behaviour on one of my arm devices. This check fails, and the size there should come from proot's statx implementation. As always with debugging it would be useful if you can produce an as minimal example as possible that reproduces the issue, and provide the verbose log requested in the bug report template. Strace output can also be useful, the strace log you posted before cannot be accessed without a discord account. |
@Grimler91 I updated my initial comment #172 (comment) with all information according to the template
that's the reason I added logs above it
updated with commands that produced errors for now! |
Any progress? |
I don't really use proot-distro so I am unlikely to look into it more, at least not before solving some other issues. Creating a minimal example (basically boiling down apt's code) that reproduces the issue would be a good start for understanding the issue, but I guess that is a bit hard to do inside the proot-distro since packages cannot be installed |
Fix reported error numbers #172
Just committed fix attempt, currently you can try it by building proot from source. |
sure we start testing |
@michalbednarski thanks for the patch looks like it is working |
@Grimler91 when these changes 3b9576a reflect in the apt repo |
Fixed version is now available in Termux apt repo |
once again thanks for the patch and reply @michalbednarski and @Grimler91
|
old
hippo
is my custom plugin of ubuntu 21.04 fs from cdimagebut I was noticed this error in devices like this
So, any reasons why it actually happened and how to make it work(if possible)
Problem description
apt fails to execute ( update | upgrade | install ) cause of fstat error
screenshot of error after user executed
apt update
Steps to reproduce
armhf
deviceapt upgrade
commandor
or
Expected behavior
as the normal apt update should have done its job updating package version indexes
Additional information
strace log of
apt update
Tap to expand full
termux-info
of device in which problem appearedCan't use apt-get RandomCoderOrg/ubuntu-on-android#34
problem continues in ubuntu
impish
the same problem occurred in ubuntu impish which successor ubuntu 21.04 in which problem first appeared
The text was updated successfully, but these errors were encountered: