-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
bugSomething isn't workingSomething isn't workingpackagesAdd or improve packages of the repositoryAdd or improve packages of the repository
Milestone
Description
Describe the issue
Modifying the binary via ddvk-hacks, #770, #772, or any future binary modification without restarting xochitl will lead to the system reporting the root partition as full.
This will result in failure if two binary modifications are applied sequentially as the second operation will detect the full root partition.
This is not apparent on v2.10 but is apparent on v2.15-v3.8.
In reference to #772 (comment)
To Reproduce
Ensure xochitl is running as a service and is >= v2.15
df '/' | tail -n1 | awk '{print $4}'
cp /usr/bin/xochitl /tmp/
cp /tmp/xochitl /usr/bin/
df '/' | tail -n1 | awk '{print $4}'
systemctl restart xochitl
df '/' | tail -n1 | awk '{print $4}'
Expected behaviour
N/A
Upstream issue
N/A
Screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpackagesAdd or improve packages of the repositoryAdd or improve packages of the repository