Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:37 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@juliangaal commented on GitHub (Jun 30, 2022):

Well, I am on ubuntu 22.04 and tested with ff and chromium. Can't access MacOS to test.

zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:37 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@sigoden commented on GitHub (Jun 30, 2022):

Cloud you zip some unimportant files to reproduce the problem, then upload that zip file to this github issue?

zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:37 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@juliangaal commented on GitHub (Jun 30, 2022):

The original zip-file was filled with images, and my image viewer simply stated "Failed to open input stream for…

zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:37 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@sigoden commented on GitHub (Jun 30, 2022):

The user:group of files created by dufs is same to user:group that runs dufs. dufs won't mixup permissions.

The…

zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:37 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@juliangaal commented on GitHub (Jun 30, 2022):

The online tools works perfectly, no issue with extracting the files.

Using unzip from the terminal also…

zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:37 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@sigoden commented on GitHub (Jun 30, 2022):

Could you post the version information of your unzip tool?

run unzip -v to print version info

zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:37 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@sigoden commented on GitHub (Jun 30, 2022):

I found the problem, the mode of the files in the zip file are all been set to 000. So there will are permission…

zhus commented on issue sigoden/dufs#1386 2026-04-10 17:12:36 +03:00
[GH-ISSUE #74] cannot bind address 0.0.0.0

@changcui commented on GitHub (Jun 28, 2022):

If I use python http.server, it could listen on 0.0.0.0:port Log: Serving HTTP on 0.0.0.0 port 38964 (http://0.0.0.…

zhus commented on issue sigoden/dufs#1386 2026-04-10 17:12:36 +03:00
[GH-ISSUE #74] cannot bind address 0.0.0.0

@sigoden commented on GitHub (Jun 28, 2022):

0.0.0.0 is used on servers to designate a service may bind to all network interfaces.

it doesn't exist…

zhus commented on issue sigoden/dufs#1386 2026-04-10 17:12:36 +03:00
[GH-ISSUE #74] cannot bind address 0.0.0.0

@changcui commented on GitHub (Jun 28, 2022):

Thanks very much, it's okay!

zhus opened issue sigoden/dufs#1390 2026-04-10 17:12:36 +03:00
[GH-ISSUE #79] corrupted files in zipped files
zhus closed issue sigoden/dufs#1390 2026-04-10 17:12:36 +03:00
[GH-ISSUE #79] corrupted files in zipped files
zhus opened issue sigoden/dufs#1389 2026-04-10 17:12:36 +03:00
[GH-ISSUE #85] Search not working with --render-try-index
zhus opened issue sigoden/dufs#1391 2026-04-10 17:12:36 +03:00
[GH-ISSUE #82] safari not show layout correctly
zhus closed issue sigoden/dufs#1391 2026-04-10 17:12:36 +03:00
[GH-ISSUE #82] safari not show layout correctly
zhus closed issue sigoden/dufs#1389 2026-04-10 17:12:36 +03:00
[GH-ISSUE #85] Search not working with --render-try-index
zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:36 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@sigoden commented on GitHub (Jun 29, 2022):

cloud you post the log?

zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:36 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@sigoden commented on GitHub (Jun 30, 2022):

Closing this issue due to lack of information. If anyone else encounters the same problem, welcome to reopen this…

zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:36 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@juliangaal commented on GitHub (Jun 30, 2022):

As far as I can tell from your logger.rs file you only log to stdout, so here you go:

Listening on:
 …
zhus commented on issue sigoden/dufs#1390 2026-04-10 17:12:36 +03:00
[GH-ISSUE #79] corrupted files in zipped files

@sigoden commented on GitHub (Jun 30, 2022):

Is the zip format incompatible with mac? I have test linux and macos, No problem found。