-
Notifications
You must be signed in to change notification settings - Fork 0
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
"No such file or directory" message after executing the command #2
Comments
@Stanislaw-bnk, you must be in the directory where |
I opened the terminal in the folder with the downloaded
|
Please run' find. -name "Micro-Star_International_Co.,_Ltd._MS-7D25*.tar.gz" -print0` in that directory and see if it returns anything. Please consider this:
Please spend some time with ChatGPT. It will help you with the basics, and then we can improve documentation to make it usable for everyone. |
I've run the
I've then run |
@Stanislaw-bnk I have no idea why you are approaching the problem that way when I said it is the wrong approach. It is very important that those commands are connected with If find . -name "Micro-Star_International_Co.,_Ltd._MS-7D25*.tar.gz" -print0 | xargs -0 -n1 bash -c './dts-hclmgr cpu "$0"' I have to provide a wrapper for that. |
This is correct output: | 12th Gen Intel(R) Core(TM) i5-12600K | v1.0.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i5-12600K | v1.0.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i5-12600K | v1.0.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i5-12600K | v1.0.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i5-12600K | v1.0.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i5-12600K | v1.0.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i7-12700K | v1.0.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i7-12700K | v1.0.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i5-12400 | v1.0.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i5-12600K | v1.1.0 | Dasharo HCL Report |
| 12th Gen Intel(R) Core(TM) i5-12600K | v1.1.0 | Dasharo HCL Report | Now the crucial question is what is not in: https://docs.dasharo.com/unified/msi/hcl/ |
I downloaded the HCL file from the cloud and extracted the .zip using the command
unzip -o dasharo_hcl_reports.zip &&
. When attempting the next steps, I used the commandfind . -name "platform_name_prefix*.tar.gz" -print0 | xargs -0 -n1 bash -c './dts-hclmgr cpu "$0"'
, in this case for "PC_Engines_apu2". The command located the mentioned files; however, it ended with the message 'No such file or directory.' As a result, I couldn’t complete the final step, i.e., passing the information to the DTS HCL manager.The text was updated successfully, but these errors were encountered: