Page 1 of 1
Suggestion - indicate failed tasks
Posted: Fri Feb 10, 2023 1:50 am
by Peter_Hucker
When I used HFM, it told me how many failed tasks and how many successfull tasks for each slot. This is usefull as I can see at a glance if a GPU is causing errors, being useless, wasting the scientists's time and needs tending to. Could this be added to the Beta? Some kind of notification something has gone wrong. "Previous task failed" next to the resource would alert me to go check the log etc. Better if the notification then disappeared with a successfull task.
Re: Suggestion - indicate failed tasks
Posted: Fri Feb 10, 2023 5:02 am
by Hou5e
I mentioned something similar here in GitHub:
Issue #53 and added a link to your post.
Currently, with the web interface you can view the log file, and filter to see Errors or Warnings (check boxes in the upper-right of the log viewer)
Re: Suggestion - indicate failed tasks
Posted: Fri Feb 10, 2023 6:13 am
by Peter_Hucker
Thanks. I only have some minor warnings.
Most of my machines are saying:
01:32:34:E :Exception: Failed to open dynamic library 'nvcuda.dll': The specified module could not be found.
But I don't have any cuda cards anywhere.
They're also saying:
00:00:46:E :Exception: In thread 3: Failed to rename 'log.txt' to 'logs\log-20230210-000046.txt': The process cannot access the file because it is being used by another process.
Re: Suggestion - indicate failed tasks
Posted: Fri Feb 10, 2023 6:28 am
by calxalot
The exception loading cuda is harmless and expected if you don’t have nvidia software installed.
The log error looks like you either have two clients running, or a client was killed abruptly and a file lock wasn’t released.
Re: Suggestion - indicate failed tasks
Posted: Fri Feb 10, 2023 6:35 am
by Peter_Hucker
I can't see any reason two clients would have been running. They certainly aren't now.
Unfortunately the log doesn't show the date, only the time. Not very helpful! I know, if you're viewing the whole log, you can tediously scroll up to find the last date stamp, but that doesn't work when you've filtered.
Re: Suggestion - indicate failed tasks
Posted: Fri Feb 10, 2023 6:40 am
by calxalot
If you’re running 8.1.13 the default log rotation is 24 hours.
Re: Suggestion - indicate failed tasks
Posted: Fri Feb 10, 2023 6:47 am
by Peter_Hucker
In that case one machine had the log access complaint just after midnight. I can think of no reason anything was going on then. Could it be if the log is being read by Chrome to display it on another machine? It's a pity it doesn't say what the other process is!
Re: Suggestion - indicate failed tasks
Posted: Fri Feb 10, 2023 6:49 am
by calxalot
I don’t know. I’m not a Windows expert.