Code Monkey home page Code Monkey logo

Comments (18)

bravo-kernel avatar bravo-kernel commented on August 22, 2024

Thanks for reporting. It looks like the vm is running out of memory. Could it be that you are using the (default) 1GB? If so, can you try allocating 2GB to the vm and see if the error still occurs?

FYI the cakebox-code is not causing the issue, I just provisioned the exact same Laravel 5 app without any errors, using a 2GB vm though:

l5-screen

from cakebox.

alexwebster avatar alexwebster commented on August 22, 2024

How do I add more memory to the cakebox? I am using the default 1gb.

from cakebox.

bravo-kernel avatar bravo-kernel commented on August 22, 2024

Change memory from 1024 to 2048 in your Cakebox.yaml file as described here, then reboot your vm by running vagrant reload on your local machine.

from cakebox.

alexwebster avatar alexwebster commented on August 22, 2024

I changed that but when I type in the vagrant command, it asks for the private key that I set up for putty. Is that what should be happening?

from cakebox.

bravo-kernel avatar bravo-kernel commented on August 22, 2024

I guess you are using Windows. The console is not looking for the Putty private key but for the cakebox_rsa Open-SSH key as described here http://cakebox.readthedocs.org/en/latest/tutorials/hardening-box-authentication. Did you configure the right keys in your Cakebox.yaml?

from cakebox.

bravo-kernel avatar bravo-kernel commented on August 22, 2024

I might be making assumptions here... which Vagrant version are you using + did you even configure the keys as described above or... did you only create a Putty key for the connection?

from cakebox.

alexwebster avatar alexwebster commented on August 22, 2024

I am using Vagrant 1.7.2. I am using the cakebox_rsa. I followed the documention and used security:
box_public_key: /Users/your-name/.ssh/cakebox_rsa.pub
box_private_key: /Users/your-name/.ssh/cakebox_rsa
where your-name is my computers user name

from cakebox.

bravo-kernel avatar bravo-kernel commented on August 22, 2024

aha, I see, the docs should be updated, we made a change so Windows users can use ~ as well. This might not be the cause but could you change both references to:

  box_public_key: ~/.ssh/cakebox_rsa.pub
  box_private_key: ~/.ssh/cakebox_rsa

from cakebox.

alexwebster avatar alexwebster commented on August 22, 2024

I have changed those references and it still is doing the same thing.

from cakebox.

bravo-kernel avatar bravo-kernel commented on August 22, 2024

are you on the #cakephp irc atm? If so, that might speed up things

from cakebox.

alexwebster avatar alexwebster commented on August 22, 2024

I am not on the irc right now. How will that speed things up?

from cakebox.

bravo-kernel avatar bravo-kernel commented on August 22, 2024

It might help stepping through the steps, could you screenshot your boot messages?

from cakebox.

alexwebster avatar alexwebster commented on August 22, 2024

image 3

from cakebox.

bravo-kernel avatar bravo-kernel commented on August 22, 2024

Your keys seem to be fine as your box is up and running.
You should be able to connect just fine using Putty.

If you want to login using the vagrant ssh command make sure to have loaded your keys as described here

from cakebox.

alexwebster avatar alexwebster commented on August 22, 2024

I am connecting fine with putty. I am wondering why when I run the
vagrant reload and vagrant command, it asked me for the passphrase.
I should be able to load up using pagent and should not have that issue
anymore. Correct?

On 6/15/2015 1:07 PM, bravo-kernel wrote:

Your keys seem to be fine as your box is up and running.
You should be able to connect just fine using Putty.

If you want to login using the |vagrant ssh| command make sure to have
loaded your keys as described here
http://cakebox.readthedocs.org/en/latest/tutorials/connecting-your-github-ssh-key/#1-load-your-ssh-agent


Reply to this email directly or view it on GitHub
#58 (comment).

http://www.sacodesign.com/

Alex Webster

[email protected] mailto:[email protected]

Saco Design, Inc. http://www.sacodesign.com/

207-221-3255

from cakebox.

bravo-kernel avatar bravo-kernel commented on August 22, 2024

Pageant is not recognized by vagrant as described in the docs, Pageant is only recognized by Putty.
That's why you need to load the non-Putty key as described earlier if you want to use vagrant ssh without a passphrase.

Now that you are up-and-running though.... does Laravel5 work for you now?

from cakebox.

alexwebster avatar alexwebster commented on August 22, 2024

I have Laravel 5 installed now. I should be able just to edit the files in the Apps folder in my cakebox folder on my c drive and it should automatically update so I can start creating my app?

from cakebox.

bravo-kernel avatar bravo-kernel commented on August 22, 2024

Yes, it should. Good to hear you're up-and-running and.. apologies for sending you on that wild (certificate) goose chase. Totally interpreted your comment the wrong way.

Spread the word, star if you like it !

from cakebox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.