Computing Seal Proof Failed: storage call error 0: %!w(Bad file descriptor (os error 9) #8935
-
Hi, I am the beginner to the lotus. I don't know why all the sectors are retrying between PC1 and PC2.
May I know why this happening and how I can fix this issue? I am having one miner and one worker,both hosted in different PC.The sealed data are stored on a mounted disk from other PC. One more thing, my company network is very unstable. The network may out of the services with few minutes time to time. Will this be the cause to this error? Solution: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This is a little tough to answer without debugging. But error is very clear that file descriptor is closed when program tries to access it. It could be due to network issue or disk issues. You need to check where these sealing files are and on which node C2 task is running (failing). Then try to figure out what could be causing the file access to get interrupted. |
Beta Was this translation helpful? Give feedback.
-
Hi @superxii Are you still experiencing this issue? |
Beta Was this translation helpful? Give feedback.
This is a little tough to answer without debugging. But error is very clear that file descriptor is closed when program tries to access it. It could be due to network issue or disk issues. You need to check where these sealing files are and on which node C2 task is running (failing). Then try to figure out what could be causing the file access to get interrupted.