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] /tmp doesn;t have enough space #632

Closed
1 task done
mio-19 opened this issue Jul 19, 2023 · 5 comments
Closed
1 task done

[Bug] /tmp doesn;t have enough space #632

mio-19 opened this issue Jul 19, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@mio-19
Copy link

mio-19 commented Jul 19, 2023

Steps to reproduce/复现步骤

  1. Running the script normally

Expected behaviour/预期行为

Actual behaviour/实际行为

gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
0f65cd|OK  |   3.6MiB/s|../download/magisk-stable.zip
647e8a|OK  |   127KiB/s|../download/Microsoft.VCLibs.140.00_x64.appx
9da6a6|OK  |   194KiB/s|../download/Microsoft.UI.Xaml.2.8_x64.appx
5ff009|OK  |   194KiB/s|../download/Microsoft.VCLibs.140.00.UWPDesktop_x64.appx
972f2b|OK  |   5.0MiB/s|../download/MindTheGapps-x64-13.0.zip
877330|OK  |   3.0MiB/s|../download/wsa-retail.zip

Status Legend:
(OK):download completed.
Extract WSA
unzipping WsaPackage_2305.40000.6.0_x64_Release-Nightly.msix to /tmp/wsa-build-KeVhikGEWF_/wsa
unzipping from /tmp/wsa-build-KeVhikGEWF_/wsa/WsaPackage_2305.40000.6.0_x64_Release-Nightly.msix
Traceback (most recent call last):
  File "/home/user/MagiskOnWSALocal/scripts/extractWSA.py", line 112, in <module>
    zip.extractall(archdir)
  File "/usr/lib/python3.11/zipfile.py", line 1679, in extractall
    self._extract_member(zipinfo, path, pwd)
  File "/usr/lib/python3.11/zipfile.py", line 1734, in _extract_member
    shutil.copyfileobj(source, target)
  File "/usr/lib/python3.11/shutil.py", line 200, in copyfileobj
    fdst_write(buf)
OSError: [Errno 28] No space left on device
ERROR: Unzip WSA failed, is the download incomplete?
Build: an error has occurred, exit

Cleanup Work Directory
deactivate python3 venv
Cleanup Download Directory

MagiskOnWSALocal commit full SHA/MagiskOnWSALocal 提交的完整哈希

21e80a3

Linux distribution info/Linux 发行版信息

ArchWSL

Windows version/Windows 版本

Build Parameters/构建参数

COMMAND_LINE=--arch x64 --release-type retail --root-sol magisk --gapps-brand MindTheGapps --magisk-ver stable
INFO: Architecture: x64
INFO: Release Type: retail
INFO: Magisk Version: stable
INFO: GApps Brand: MindTheGapps
INFO: GApps Variant: pico
INFO: Root Solution: magisk
Build: RELEASE_TYPE=Retail
Generate Download Links
Generating WSA download link: arch=x64 release_type=Retail

WSA Build Version=2305.40000.6.0

Version requirement/版本要求

  • I am using latest commit of MagiskOnWSALocal/我正在使用最新 commit 的版本

Logs/日志

@mio-19 mio-19 added the bug Something isn't working label Jul 19, 2023
@mio-19
Copy link
Author

mio-19 commented Jul 19, 2023

workaround

sudo umount -l /tmp

@wolaijiuni

This comment was marked as off-topic.

@YT-Advanced

This comment was marked as off-topic.

@KonpakuSyl

This comment was marked as off-topic.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants
@wolaijiuni @KonpakuSyl @Howard20181 @mio-19 @YT-Advanced and others