some wrong about "os error 2" of Lotus-miner #7994
Unanswered
shmilytsui
asked this question in
Storage Provider
Replies: 2 comments 1 reply
-
Hi @shmilytsui Thanks for the report. The issue you are experiencing lies elsewhere. Moving this issue to Lotus Discussions for help and troubleshooting. Closing Lotus issue ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @shmilytsui We can spot check a few things here to ensure the basics are taken care of.
Did this continue to happen with newly pledge sectors or did only occur once? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
when I was trying to test "lotus-miner sectors pledger" , the miner-log print out some errors, and the worker-log print out some warn:
This is my software development environment:
[Setup]
CPU: 32 AMD Ryzen 9 3950X 16-Core Processor
RAM: Range Size: 128 GB
Boot: Samsung SSD 860
GPU: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti] (rev a1)
[lotus-miner info]
Enabled subsystems (from miner API): [Mining Sealing SectorStorage Markets]
Enabled subsystems (from markets API): [Mining Sealing SectorStorage Markets]
Chain: [sync ok] [basefee 106 aFIL]
Miner: f01698366 (32 GiB sectors)
Power: 0 / 15.1 Ei (0.0000%)
Raw: 0 B / 15.02 EiB (0.0000%)
Committed: 0 B
Proving: 0 B
Below minimum power threshold, no blocks will be won
Miner Balance: 0
PreCommit: 0
Pledge: 0
Vesting: 0
Available: 0
Market Balance: 0
Locked: 0
Available: 0
Worker Balance: 149.997 mFIL
Total Spendable: 149.997 mFIL
Sectors:
Total: 10
Packing: 1
Removed: 9
Storage Deals: 0, 0 B
Retrieval Deals (complete): 0, 0 B
[lotus-miner actor control list]
$ lotus-miner actor control list
name ID key use balance
owner f01698347 f3rqznipn... other 0.149996565248101503 FIL
worker f01698347 f3rqznipn... other 0.149996565248101503 FIL
[storage.json]
$ cat storage.json
{
"StoragePaths": [
{
"Path": "/data/seal"
},
{
"Path": "/data/store"
}
]
}
[lotus-miner storage list]
$ lotus-miner storage list
060c7711-83b4-40ea-8e27-8f4a2582a0b0:
[########################################## ] 379.8 GiB/441.9 GiB 85%
Unsealed: 0; Sealed: 0; Caches: 0; Reserved: 0 B
Weight: 10; Use: Store
Local: /data/store
URL: http://192.168.1.10:2345/remote
40a92049-54da-4e73-a2a9-b9990f64b1b2:
[########################################## ] 379.8 GiB/441.9 GiB 85%
Unsealed: 0; Sealed: 0; Caches: 0; Reserved: 0 B
Weight: 10; Use: Seal
Local: /data/seal
URL: http://192.168.1.10:2345/remote
68202d09-70e4-431d-a1c2-483190e84e27:
[########################################## ] 379.8 GiB/441.9 GiB 85%
Unsealed: 1; Sealed: 0; Caches: 0; Reserved: 0 B
Weight: 10; Use: Seal
URL: http://192.168.1.10:3456/remote (latency: 700µs)
b684eebe-d68c-4fdd-8c6b-a01b559e814f:
[########################################## ] 379.8 GiB/441.9 GiB 85%
Unsealed: 0; Sealed: 0; Caches: 0; Reserved: 0 B
Weight: 10; Use: Store
URL: http://192.168.1.10:3456/remote (latency: 600µs)
Logging Information
Repo Steps
...
Beta Was this translation helpful? Give feedback.
All reactions