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

errno 28 -GAPPs #213

Open
makoto-kokoroki opened this issue Feb 9, 2025 · 0 comments
Open

errno 28 -GAPPs #213

makoto-kokoroki opened this issue Feb 9, 2025 · 0 comments

Comments

@makoto-kokoroki
Copy link

I seem to be unable to install Gapps cuz this script seems to need all of var-b as storage

sudo waydroid init -s GAPPS -f
[16:42:59] ERROR: [Errno 28] No space left on device
[16:42:59] See also: https://github.com/waydroid
--- Logging error ---
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/waydroid/tools/init.py", line 64, in main
actions.init(args)
File "/usr/lib/waydroid/tools/actions/initializer.py", line 117, in init
if not setup_config(args):
^^^^^^^^^^^^^^^^^^
File "/usr/lib/waydroid/tools/actions/initializer.py", line 107, in setup_config
tools.config.save(args, cfg)
File "/usr/lib/waydroid/tools/config/save.py", line 11, in save
with open(args.config, "w") as handle:
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/waydroid/tools/helpers/logging.py", line 30, in emit
self._args.logfd.flush()
OSError: [Errno 28] No space left on device
Call stack:
File "/usr/bin/waydroid", line 11, in
sys.exit(tools.main())
File "/usr/lib/waydroid/tools/init.py", line 153, in main
logging.debug(traceback.format_exc())
File "/usr/lib/python3.11/logging/init.py", line 2158, in debug
root.debug(msg, *args, **kwargs)
File "/usr/lib/python3.11/logging/init.py", line 1477, in debug
self._log(DEBUG, msg, args, **kwargs)
File "/usr/lib/python3.11/logging/init.py", line 1634, in _log
self.handle(record)
File "/usr/lib/python3.11/logging/init.py", line 1644, in handle
self.callHandlers(record)
File "/usr/lib/python3.11/logging/init.py", line 1706, in callHandlers
hdlr.handle(record)
File "/usr/lib/python3.11/logging/init.py", line 978, in handle
self.emit(record)
File "/usr/lib/waydroid/tools/helpers/logging.py", line 35, in emit
self.handleError(record)
Message: 'OSError: [Errno 28] No space left on device\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/usr/lib/waydroid/tools/init.py", line 64, in main\n actions.init(args)\n File "/usr/lib/waydroid/tools/actions/initializer.py", line 117, in init\n if not setup_config(args):\n ^^^^^^^^^^^^^^^^^^\n File "/usr/lib/waydroid/tools/actions/initializer.py", line 107, in setup_config\n tools.config.save(args, cfg)\n File "/usr/lib/waydroid/tools/config/save.py", line 11, in save\n with open(args.config, "w") as handle:\nOSError: [Errno 28] No space left on device\n'
Arguments: ()
Run 'waydroid log' for details

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

1 participant