Tyler Erickson

Results 263 comments of Tyler Erickson

Hi @JemZhu, I don't know why a dd clone would lock it down in any way. Can you share some more information to understand what the drive is doing exactly?...

Hi @calestyo, Thanks for the question! The "SMART guy" is OoO at the moment, but I will pass this to him...he is the one who reviewed the wiki for accuracy...

Hi @calestyo, I was able to talk to our "SMART guy" about this question, and I made some clarifications in the [Wiki](https://github.com/Seagate/openSeaChest/wiki/Drive-Health-and-SMART#seagate-hdd-smart-attributes). The short version is that list of attributes...

@asomers, Thank you for reporting this! It is very weird that it's outputting that date. We'll figure out what is causing that and fix it.

The cause of the build date was how the `__DATE__` macro in C is expanded by the compiler. Searching around it can happen in CI build VM's like we are...

It sounds like the compiler is not reading the date correctly. What happens if you run this? `echo 'const char *d = __DATE__;' | cc -E -` Or change `cc`...

I am now super confused because that is the exact same macro used to set it in [the source](https://github.com/Seagate/openSeaChest/blob/develop/src/openseachest_util_options.c#L211). I'll see if I can recreate this on a machine I...

Adding some additional resources that we need to look into to assist with correcting this issue. https://reproducible-builds.org/specs/source-date-epoch/ https://reproducible-builds.org/docs/source-date-epoch/

Hi @serpro69, Thank you for reporting this! I'll see if I can submit a request to rebuild this package with the updated version of SeaChest_Firmware.

Hi @ThatDawgMeta, That is odd behavior. If you run `openSeaChest_Format -d PD2 --progress format -v4 > verboseProgress.txt` and then share that on this issue so I can review it?