-
Notifications
You must be signed in to change notification settings - Fork 59
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
Single File Mode does not seem to work Linux Mint 20.2 Cinnamon #99
Comments
Have you unmounted the directory you are trying to mount? Please make clean, and recompile. Please ensure you use your locally compiled version, not the one that you installed in your system, because I noticed you invoked
|
If you crashed httpdirfs, you need to manually unmount the directory using |
@fangfufu |
You were in Either way I couldn't reproduce it. |
Which distro do you use? |
Linux Mint 20.2 Cinnamon
Yeah I'm pretty puzzled too. |
Do other modes work? |
Yeah, e.g. |
That is really odd. Have you tried re-cloning the repository? |
Re-cloned it again, no luck. Note that I've been using
|
Why don't you get rid off the |
I might have to install your distro to figure out what's going on. |
To save you some time, I'll burn a DVD with a live image of Linux Mint 20.2 to see if it works with that, as if it does, then that would probably narrow the problem down to my configuration. |
Could you try if it works on this image? |
Yeah. I'll actually try both in a virtual machine. No point wasting time/DVDs. |
Sorry, I meant have you tried mounting that CD image using single file mode? That's the test image I typically use. I just want to rule out problem with your Internet connection, i.e. if somehow your IP got banned by the server. |
Ah okay. Tried that, works fine. |
What do you mean? You managed to mount the Debian CD image in Single File Mode? |
Should have clarified - yeah. Managed to mount the debian image using single file mode. |
I guess I could close this issue then? |
Ah no. There is still the issue with the 7z archive from https://hiddenpalace.org. It seems like that was working for you, but not me for some reason. Trying to browse the archive (or simply use Edit: not sure I actually have the disk space at the moment to virtualise a full linux mint/debian installation at the moment. |
Hmm I wonder if it is Cloudflare - it seems my software has poor compatibility with Cloudflare. A headless Debian installation takes less than 10GB. |
Okay, will try Debian. And now that I think about it, Linux Mint should probably be max 50GB on a clean install. |
I'm getting this error when trying to build it in both linux mint (similar/same problem with expat in debian too):
I did install the dependencies listed in the readme. Don't remember how I resolved this when building it on my normal mint instllation - but maybe the required package(s) were already installed. |
You don't have gcc-10 installed... |
Ah. I forgot that's not installed by default. But I get a similar error after installing (although it gets further):
|
@mariomadproductions , could you try and see if this problem is still reproducible, now #104 is merged in. |
Hi. I've built the latest commit (e6b5688) on Linux Mint 21. Here's the result of the command: $ httpdirfs --single-file-mode 'https://hiddenpalace.org/w/images/4/40/Kung_Fu_Panda_%28December_7%2C_2007_prototype%29.7z' ~/mnt/httpdirfs
Warning:src/link.c:456:Link_set_file_stat: HTTP 404Warning:src/link.c:461:Link_set_file_stat: .
LinkTable_print: --------------------------------------------
LinkTable_print: LinkTable 0x55e1dec8b630 for https://hiddenpalace.org/w/images/4/40/Kung_Fu_Panda_%28December_7%2C_2007_prototype%29.7z
LinkTable_print: --------------------------------------------
LinkTable_print: 0 H 0 https://hiddenpalace.org/w/images/4/40/Kung_Fu_Panda_%28December_7%2C_2007_prototype%29.7z
LinkTable_print: 1 I 0 Kung_Fu_Panda_%28December_7%2C_2007_prototype%29.7z https://hiddenpalace.org/w/images/4/40/Kung_Fu_Panda_%28December_7%2C_2007_prototype%29.7z
LinkTable_print: --------------------------------------------
LinkTable_print: Invalid link count: 1
LinkTable_print: -------------------------------------------- ~/mnt/httpdirfs is empty |
@mariomadproductions , I think this is because the file you tried to mount had percentage encoding in them. This is a bit borked right now. |
Ah, that could explain it. |
Fixed via 2fa2bb9 |
httpdirfs version: commit 40c750f
URL: https://hiddenpalace.org/w/images/4/40/Kung_Fu_Panda_%28December_7%2C_2007_prototype%29.7z
OS: Linux Mint 20.2 Cinnamon
The text was updated successfully, but these errors were encountered: