golemfactory / yagna-triage

Repository for issues which we don't yet know about enough to assign to proper repo
1 stars 0 forks source link

node's offer not visible, nor is it executing activities #166

Closed ederenn closed 2 years ago

ederenn commented 2 years ago

Name: blue OS+lang+version (if applicable): linux

$ golemsp status                                                                                                                                                     
┌─────────────────────────┬──────────────────────────────────────────────┬───────────────────────────┐                                                                               
│  Status                 │  Wallet                                      │  Tasks                    │                                                                               
│                         │  0x194d688130ebaa0d156ce40a4e41fc71df6c51d7  │                           │                                                                               
│  Service    is running  │                                              │  last 1h processed     0  │                                                                               
│  Version    0.9.0-rc3   │  network               rinkeby               │  last 1h in progress   0  │                                                                               
│  Commit     a7290f48    │  amount (total)        0 tGLM                │  total processed       0  │                                                                               
│  Date       2021-11-22  │      (on-chain)        0 tGLM                │  (including failures)     │                                                                               
│  Build      178         │       (zk-sync)        0 tGLM                │                           │                                                                               
│                         │                                              │                           │                                                                               
│  Node Name  crownstar   │  pending               0 tGLM (0)            │                           │                                                                               
│  Subnet     may27p      │  issued                0 tGLM (0)            │                           │                                                                               
│  VM         valid       │                                              │                           │                                                                               
└─────────────────────────┴──────────────────────────────────────────────┴───────────────────────────┘                                                                               
blue@crownstar:~$ yagna payment accounts                                                                                                                                             
┌──────────────────────────────────────────────┬──────────┬───────────┬─────────┬────────┬────────┐                                                                                  
│  address                                     │  driver  │  network  │  token  │  send  │  recv  │                                                                                  
├──────────────────────────────────────────────┼──────────┼───────────┼─────────┼────────┼────────┤                                                                                  
│  0x194d688130ebaa0d156ce40a4e41fc71df6c51d7  │  erc20   │  rinkeby  │  tGLM   │        │  X     │                                                                                  
│  0x194d688130ebaa0d156ce40a4e41fc71df6c51d7  │  zksync  │  rinkeby  │  tGLM   │        │  X     │                                                                                  
└──────────────────────────────────────────────┴──────────┴───────────┴─────────┴────────┴────────┘                                                                                  
blue@crownstar:~$

ya-provider_rCURRENT.log

shadeofblue commented 2 years ago

@nieznanysprawiciel closing as bogus

the provider had only one reported core available (it's 2-core machine) to the vm runtime and the Blender example requires 2 cores by default ... when running with python blender.py --min-cpu-threads 1, it works ...

I guess it would be good to have some kind of status for the VM runtime besides just valid -> e.g. the info that lists the available hardware resources, I'll add a feature request towards golemsp

shadeofblue commented 2 years ago

adding a feature request instead: https://github.com/golemfactory/yagna/issues/1718