Saulius Krasuckas

Results 307 comments of Saulius Krasuckas

PS. Pressing `Alt`-`Enter` for this directory in the Explorer exhibits calculation times around 26 seconds: ![image](https://github.com/msys2/MSYS2-packages/assets/7887758/d7f82d26-ddba-4f80-a4d2-e8b081ba6abb) This timing is more similar to Midipix (which uses NTAPI to get the metadata)...

That would be wonderful, but I doubt POSIX-like socket API related fns like `socket (PF_INET, SOCK_RAW, ...)`, `setsockopt()` and `select()` are portable enough in the world of WinAPI. I guess...

The relevant source code, eg: https://github.com/guillemj/inetutils/blob/cf091304a3218efa3bc267b483cad71b6f65c24e/src/traceroute.c#L673-L748

Doesn't happen on Cygwin and Midipix.

Before the bug gets being fixed, I would prioritize very much about the current pool analysis (using `zdb` probably?) to see if the data is recoverable, please, since I went...

> According to `indirect-X` vdevs reported, at some point you've used vdev removal feature. But it seems somehow the mapping table from those removals got corrupted OK, I might have...

@ohno1052, @vlad196: what software do you use to mount `.iso` files on your setups? With the help of [FileTypesMan v2.00](https://www.nirsoft.net/utils/file_types_manager.html) tool I get these _verbs_ on my setup: ```cmd F:\Downloads\filetypesman-x64>...

In my case I double click an `.iso` file, and the `Microsoft Virtual DVD-ROM` with drive letter `D:` gets created: ```cmd C:\Windows\System32> wmic cdrom list brief Caption Drive Manufacturer VolumeName...

> The same, default ISO virtual DVD-driver: My FileTypesMan output: Thanks for confirmation. > I noticed that btrfs volume disappears regardless of where .iso file is. That is, if I...

I took driver versions and used the following pages to identify Windows builds reported in this issue: - [Windows Version Numbers](https://www.gaijin.at/en/infos/windows-version-numbers) - [Announcing Windows 10 version 23H2 Build 19046.4236 to...