-
Notifications
You must be signed in to change notification settings - Fork 250
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
V3 non-ansi paths installation support #68
Comments
Couldn't reproduce. I can install Unicode images properly. Could you please provide the error message and the image that you're having trouble with so that I can find out what's wrong? |
Thanks for the quick answer! There is no error message, the installation just stops in the middle of the progress bar (and the resulting installation does not work, rootfs being far smaller than the tar file) I put a test case here https://github.com/Domduv/test-LxRunOffline Interesting that it works on your side... |
BTW, some more precision
|
I just tried your image and now I can reproduce it. It seems that libarchive returns the strings as-is by default but the image you provided has PAX headers so it is trying to perform some encoding conversion, which makes things broken. I'm still investigating. |
Fixed. You can try the dev builds mentioned in README. |
Hello, this is indeed working now, thanks for the prompt fix! |
Hello,
I had an image that I could install on Windows 1709 with V2.
But since 1803 and V3, the same image does not work anymore.
After debugging some, it seems that the peculiarity of that image is that it has openssl-server installed, and this package installs certificates that use non ansi character, like Ü.
V2 was ignoring these characters, but V3 just exits on them (I get it's related to the switch to libarchive).
As a workaround, removing the certificates produces a working image, but I thought others might have the same issue
The text was updated successfully, but these errors were encountered: