Open foundnom opened 1 week ago
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
I'm facing the same issue. I think the export is still running. You can monitor it using ls from powershell fe. It will take some time (minutes) before the file size increases.
I also got the warnings but in the end I got: "The operation completed successfully."
"pax format cannot archive sockets" => I think you should see this as a warning. The mentioned file will not be part of the backup. Chatgpt feedback: The pax format does not support archiving Unix domain sockets. This limitation is because Unix domain sockets are not regular files and are typically used for inter-process communication (IPC), not for data storage. ;-)
@foundnom - could you please try removing those sockets and trying to export again?
I got a similar issue:
wsl --export u2404_usb \
In my case the problem was caused by wrongly closed tmux sessions. I interrupted the export, reconnected to the wsl, executed shutdown -h now, then repeated the export, and did not get the error.
Windows Version
Windows11 23H2 (22631.4317)
WSL Version
2.3.24.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.153.1-2
Distro Version
Ubuntu-22.04
Other Software
PowerShell 7.4.5
Repro Steps
Expected Behavior
I'm expecting a success export.
Actual Behavior
When I'm trying to export my Ubuntu-22.04 into a tar file, it shows info below:
Diagnostic Logs
No response