-
Notifications
You must be signed in to change notification settings - Fork 287
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
EXT4-fs error (device sde): ext4_put_super:1188: comm Xwayland: Couldn't clean up the journal #13340
Comments
I'm getting the same diagnotics.
Suggestions from the error message and linked issues didn't help:
I originally had this problem with DD 4.15.0 and currently (after an attempt to solve by reinstall) with 4.17.1. |
Having the same issue here. Restarting Docker desktop is hanging on "Docker Desktop Starting" splash screen. Also, my diagnose.exe check hangs after this log output:
|
same issue after trying to move the wsl files to a separate drive (not enough space on my C drive - this has been the most difficult process ever) |
|
I had the same issue with docker desktop 4.21.1, I just did |
Hi, I had to produce diagnostics logs for another issue and noticed this in
Checking
I shut down Docker Desktop, then
According to In case it's of any help, here are the diagnostics logs. They were created for another issue as I said, but it was happening at the same time as this one:
|
Just wanted to add that all the above logs are after a complete wipe (incl. |
Just noting that I had this issue reported in com.docker.docker-diagnose for Windows 10, Docker Desktop version 4.27.1. After container construction, containers would periodically crash. I eventually resolved (fingers crossed) by rolling back to Docker Desktop 4.27.0. So far diagnose is clear. Postscript; it just crashed again. Post-postscript: Rolled back to DD 4.26.1, Switched distro from Debian to Ubuntu and so far the test container has been running for 12 hours and diagnose is clear (also upgraded NVIDIA drivers, just in case). I'd guess the rollback was the key bit. |
It may have something to do with the NVIDIA graphics card driver!My DD somehow returned to normal, I don't dare to reproduce it. Maybe someone can try to reproduce it. |
@maikebing How do you mean with NVIDIA drivers? How would you reproduce the issue? |
It may be because the NVIDIA driver was installed and then uninstalled. Anyway, after waiting for a few months, updating the new version of wsl, DD is normal. |
Actual behavior
Every few minutes, restart again and again.
Expected behavior
Information
Output of
& "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check
[2023-03-28T09:24:55.399695200Z][com.docker.diagnose.exe][I] set path configuration to OnHost
Starting diagnostics
[PASS] DD0027: is there available disk space on the host?
[PASS] DD0028: is there available VM disk space?
[PASS] DD0002: does the bootloader have virtualization enabled?
[SKIP] DD0018: does the host support virtualization?
[PASS] DD0001: is the application running?
[PASS] DD0022: is the Virtual Machine Platform Windows Feature enabled?
[PASS] DD0021: is the WSL 2 Windows Feature enabled?
[PASS] DD0024: is WSL installed?
[PASS] DD0025: are WSL distros installed?
[PASS] DD0026: is the WSL LxssManager service running?
[FAIL] DD0029: is the WSL 2 Linux filesystem corrupt? [ 10.710301] EXT4-fs error (device sde): ext4_put_super:1188: comm Xwayland: Couldn't clean up the journal
[PASS] DD0035: is the VM time synchronized?
[PASS] DD0017: can a VM be started?
[PASS] DD0016: is the LinuxKit VM running?
[PASS] DD0011: are the LinuxKit services running?
[PASS] DD0004: is the Docker engine running?
[PASS] DD0015: are the binary symlinks installed?
[PASS] DD0031: does the Docker API work?
[PASS] DD0013: is the $PATH ok?
[PASS] DD0003: is the Docker CLI working?
[PASS] DD0005: is the user in the docker-users group?
[PASS] DD0038: is the connection to Docker working?
[PASS] DD0014: are the backend processes running?
[PASS] DD0007: is the backend responding?
[PASS] DD0008: is the native API responding?
[PASS] DD0009: is the vpnkit API responding?
[PASS] DD0010: is the Docker API proxy responding?
[PASS] DD0006: is the Docker Desktop Service responding?
[SKIP] DD0030: is the image access management authorized?
[WARN] DD0033: does the host have Internet access? unable to fetch http://docker.com/
[PASS] DD0002: does the bootloader have virtualization enabled?
[PASS] DD0018: does the host support virtualization?
[PASS] DD0001: is the application running?
[PASS] DD0022: is the Virtual Machine Platform Windows Feature enabled?
[PASS] DD0021: is the WSL 2 Windows Feature enabled?
[PASS] DD0024: is WSL installed?
[PASS] DD0025: are WSL distros installed?
[PASS] DD0026: is the WSL LxssManager service running?
[WARN] DD0029: is the WSL 2 Linux filesystem corrupt? [ 10.710301] EXT4-fs error (device sde): ext4_put_super:1188: comm Xwayland: Couldn't clean up the journal
[PASS] DD0035: is the VM time synchronized?
[PASS] DD0017: can a VM be started?
[PASS] DD0016: is the LinuxKit VM running?
[PASS] DD0011: are the LinuxKit services running?
[PASS] DD0004: is the Docker engine running?
[PASS] DD0015: are the binary symlinks installed?
[PASS] DD0031: does the Docker API work?
[PASS] DD0032: do Docker networks overlap with host IPs?
Please note the following 2 warnings:
1 : The check: does the host have Internet access?
Produced the following warning: unable to fetch http://docker.com/
If the host does not have Internet access then containers will also not have Internet access.
The lack of Internet access could be caused by
2 : The check: is the WSL 2 Linux filesystem corrupt?
Produced the following warning: [ 10.710301] EXT4-fs error (device sde): ext4_put_super:1188: comm Xwayland: Couldn't clean up the journal
If the WSL 2 Linux filesystem is corrupt then Docker Desktop cannot start.
There is a known issue fixed in Windows Insider builds which can cause filesystem corruption, see:
microsoft/WSL#5895 .
Try running "wsl --shutdown" to stop your WSL Virtual Machine. When it restarts it will
run a filesystem check and hopefully fix the problem.
Please investigate the following 1 issue:
1 : The test: is the WSL 2 Linux filesystem corrupt?
Failed with: [ 10.710301] EXT4-fs error (device sde): ext4_put_super:1188: comm Xwayland: Couldn't clean up the journal
If the WSL 2 Linux filesystem is corrupt then Docker Desktop cannot start.
There is a known issue fixed in Windows Insider builds which can cause filesystem corruption, see:
microsoft/WSL#5895 .
Try running "wsl --shutdown" to stop your WSL Virtual Machine. When it restarts it will
run a filesystem check and hopefully fix the problem.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: