Simson L. Garfinkel

Results 853 comments of Simson L. Garfinkel

The question is, if I open the physical disk as a Windows file, do the C++ intrinsics for getting the file length and seeking in the file work, or do...

I'll be double checking! It would be great to get rid of the `GetDiskGeometry()` stuff.

In fact, `std::filesystem::file_size` is what I moved to, and it really simplified a lot. But I need to test it with `\\.\PhysicalDevice0`

Question: do utmp and wtmp have the same format? This appears to be a Solaris-formatted file.

Thanks for sending this out. 1 - What is the operating system? 2 - What does LTO stand for and how do you enable it? Please edit the issue to...

Hi. I need the configure command also. Are you running this in AWS? Can you set up a machine for me to log into?

Ah, you are correct. I missed it. ```./configure --host=aarch64-suse-linux-gnu --build=aarch64-suse-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info ``` I'll see what I...

Can you try GCC12.1 and let me know how it goes? There are many reports that GCC12 was not fully baked.

Okay. Great. I'll check it out.

Hi. I have never downloaded or installed SUSE before. Can you point me at the images that I need to use for installation? I'm on this web page: https://www.suse.com/download/sles/ Thanks.