Hi,
I tried with different versions of hd-Sentinel for linux. I always have a "Runtime error" type error.
With the last verion 020c, I have this error :
I am under openSUSE Leap 15.6
Thanks for your help.
regards
Jeremy
Runtime error 203
- hdsentinel
- Site Admin
- Posts: 3159
- Joined: 2008.07.27. 17:00
- Location: Hungary
- Contact:
Re: Runtime error 203
Sorry for the troubles. Sounds really interesting.
Probably related to one or more disk(s) / device(s). If possible, I recommend to try to disconnect some drive(s), external disks or so (if possible) just to verify which one(s) may be related.
Also I suggest to start the Linux version with the following command line parameters:
./hdsentinel -enabletest -txt -r report.txt
This will log all detection steps / raw results between the software and the drives to testmode.txt and creates a report at the end (but probably the report file not created because of the error).
Please send the testmode.txt file (and the report.txt file if created) in e-mail to info (at) hdsentinel (dot) com address, so then it is possible to examine what may cause the problem in the operation.
Probably related to one or more disk(s) / device(s). If possible, I recommend to try to disconnect some drive(s), external disks or so (if possible) just to verify which one(s) may be related.
Also I suggest to start the Linux version with the following command line parameters:
./hdsentinel -enabletest -txt -r report.txt
This will log all detection steps / raw results between the software and the drives to testmode.txt and creates a report at the end (but probably the report file not created because of the error).
Please send the testmode.txt file (and the report.txt file if created) in e-mail to info (at) hdsentinel (dot) com address, so then it is possible to examine what may cause the problem in the operation.
Re: Runtime error 203
Thanks for your response.hdsentinel wrote: ↑2025.01.14. 13:30 Sorry for the troubles. Sounds really interesting.
Probably related to one or more disk(s) / device(s). If possible, I recommend to try to disconnect some drive(s), external disks or so (if possible) just to verify which one(s) may be related.
Also I suggest to start the Linux version with the following command line parameters:
./hdsentinel -enabletest -txt -r report.txt
This will log all detection steps / raw results between the software and the drives to testmode.txt and creates a report at the end (but probably the report file not created because of the error).
Please send the testmode.txt file (and the report.txt file if created) in e-mail to info (at) hdsentinel (dot) com address, so then it is possible to examine what may cause the problem in the operation.
In fact, I have this error with any parameters or no parameter I had to reinstall the server. HDSentinel was working fine for a few intermediate tests. But once the server preparation was complete and restarted, the problem reappeared.
Can you tell me if the application needs any specific accesses or libraries ?
Re: Runtime error 203
I found the origin of the problem with the "strace hdsentinel" command that I launched on the server where I have the error and the same command on a virtual machine which does not have the problem.hdsentinel wrote: ↑2025.01.14. 13:30 Sorry for the troubles. Sounds really interesting.
Probably related to one or more disk(s) / device(s). If possible, I recommend to try to disconnect some drive(s), external disks or so (if possible) just to verify which one(s) may be related.
Also I suggest to start the Linux version with the following command line parameters:
./hdsentinel -enabletest -txt -r report.txt
This will log all detection steps / raw results between the software and the drives to testmode.txt and creates a report at the end (but probably the report file not created because of the error).
Please send the testmode.txt file (and the report.txt file if created) in e-mail to info (at) hdsentinel (dot) com address, so then it is possible to examine what may cause the problem in the operation.
Result of "strace hdsentinel" on the server : Result of "strace hdsentinel" on the VM : On my server I have the empty directory /etc/timezone. This, does not exists on VM
So I removed that empty directory from my server and HdSentinel is running fine.
Perhaps a control could be added in HDSentinel to avoid this inconvenience?
Last edited by Jeremy59 on 2025.01.18. 15:07, edited 1 time in total.
- hdsentinel
- Site Admin
- Posts: 3159
- Joined: 2008.07.27. 17:00
- Location: Hungary
- Contact:
Re: Runtime error 203
Thanks for checking and pointing on this.
Probably a compiler issue, as HDSentinel Linux code does not attempt to directly use the file, but probably a library attempts to open that during the init stage.
As I found, some other Linux apps may experience similar, eg.
https://doublecmd.h1n.ru/viewtopic.php?t=4289
I'll check how to add an extra protection against such issue. Thanks for your attention!
Probably a compiler issue, as HDSentinel Linux code does not attempt to directly use the file, but probably a library attempts to open that during the init stage.
As I found, some other Linux apps may experience similar, eg.
https://doublecmd.h1n.ru/viewtopic.php?t=4289
I'll check how to add an extra protection against such issue. Thanks for your attention!