You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to do cctl create machine and getting the error:
Unable to create machine: error creating machine "IP_ADDRESS_HERE": unable to install the correct version of nodeadm: unable to find "nodeadm" in the cache "/var/cache/ssh-provider/nodeadm/v0.3.0/nodeadm
but ive already gone in and copied the nodeadm binary, heres the proof. On that node I did:
ls -la /var/cache/ssh-provider/nodeadm/v0.3.0/
total 12384
drwxr-xr-x. 2 root root 21 Nov 26 15:51 .
drwxr-xr-x. 3 root root 20 Nov 26 22:06 ..
-rwxr-xr-x. 1 root root 12679562 Nov 26 15:51 nodeadm
so the nodeadm binary is indeed there. Why can't it find it?
I went on the node and used those binaries to give version information to further prove they are there. Not sure if the output shows anything crucial but at least its certainly there (see the paths):
please let me know if I did this wrong. I couldn't find documentation anywhere, but I created the
/var/cache/ssh-provider
dir myself then the sub dirs (etcdadm, nodeadm, vX.X.X) then manually copied the binary over. Was this supposed to be autocreated by something else?
THank you.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to do cctl create machine and getting the error:
Unable to create machine: error creating machine "IP_ADDRESS_HERE": unable to install the correct version of nodeadm: unable to find "nodeadm" in the cache "/var/cache/ssh-provider/nodeadm/v0.3.0/nodeadm
but ive already gone in and copied the nodeadm binary, heres the proof. On that node I did:
so the nodeadm binary is indeed there. Why can't it find it?
I went on the node and used those binaries to give version information to further prove they are there. Not sure if the output shows anything crucial but at least its certainly there (see the paths):
please let me know if I did this wrong. I couldn't find documentation anywhere, but I created the
/var/cache/ssh-provider
dir myself then the sub dirs (etcdadm, nodeadm, vX.X.X) then manually copied the binary over. Was this supposed to be autocreated by something else?
THank you.
The text was updated successfully, but these errors were encountered: