beef No such file or directory even after waiting 30minutes
I'm getting a beef " No such file or directory",even after waiting for almost hour after installing beef on my vm,please assist.
1 Reply
I tried creating my own BeEF Linode using the Marketplace App and I think I ran into the same issue you did. When I got to the Getting Started After Deployment Section, I ran cat /root/beef.info and was told no such file existed.
I've escalated this to the appropriate team to hopefully get it resolved. In the meantime, though, I believe you can still deploy the app with an additional step.
It looks like there is a script that isn't running, which is preventing BeEF from being installed on your Linode. You can run the script by running the following command as the root user.
./StackScript
If you've disabled root access over SSH, you can try running this from the LISH Console or you can try running it as a sudo user with the following command.
sudo ./StackScript
Once the script finishes, you can try again to run cat /root/beef.info and see if it works now. If you're still having trouble, please feel free to open a ticket from Cloud Manager and we can try to help.
Some of my colleagues were able to get the app to work without taking extra steps, so it could be that waiting longer would also work. For most people, waiting the suggested 15 minutes should give the app enough time to install. But it looks like it might take a little longer in some cases, in which case this might be a workaround.