kalamuna / kalaboxv1

NodeJS frontend sex to kalastack
MIT License
28 stars 9 forks source link

Kalabox stalls before installation - add a pop up to inform user if Vagrant is above 1.5+ #98

Open ArjunaSoriano opened 10 years ago

ArjunaSoriano commented 10 years ago

I am trying to install on my MBP running 10.9.4.

I have uninstalled Kalabox several times with both options but I still get this issue. When I hit, 'Box me' I get a window with the arrow image but nothing happens. On my other machine it immediately asks for an administrator password.

Here is the log:

Kalabox Log

2014-07-29T16:15:57.056Z - info: Existing VirtualBox installation, version 4.2.18 2014-07-29T16:15:57.057Z - info: Existing Vagrant installation, version 1.6.3 2014-07-29T16:15:57.057Z - info: VirtualBox not installed or wrong version. Installing.

I have tried without VirtualBox and Vagrant installed and I have also preinstalled both to try and skip where it hangs.

I have let it sit for several hours but it is not doing anything. The energy monitor shows that it is not using any significant energy.

Thanks for any help you can give me.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3383782-kalabox-stalls-before-installation-add-a-pop-up-to-inform-user-if-vagrant-is-above-1-5?utm_campaign=plugin&utm_content=tracker%2F1250748&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1250748&utm_medium=issues&utm_source=github).
pirog commented 10 years ago

What kalabox version? is it possible that the admin password dialog is getting hidden behind the window?

ArjunaSoriano commented 10 years ago

I have been trying the Beta7 version. I had thought of that because windows sometime gets lost between my two screens but I am 99% sure it is not there. I have put it to full screen and closed all other windows and it is simply not there. Hope this helps.

On Jul 29, 2014, at 9:25 AM, Mike Pirog notifications@github.com wrote:

What kalabox version? is it possible that the admin password dialog is getting hidden behind the window?

— Reply to this email directly or view it on GitHub.

pirog commented 10 years ago

almost positive this is stuck because its waiting for that dialog although not sure why it isn't loading. do you have an entry for kalabox in your keychain?

ArjunaSoriano commented 10 years ago

There is a Kalabox entry in the keychain.

On Jul 29, 2014, at 9:33 AM, Mike Pirog notifications@github.com wrote:

almost positive this is stuck because its waiting for that dialog although not sure why it isn't loading. do you have an entry for kalabox in your keychain?

— Reply to this email directly or view it on GitHub.

pirog commented 10 years ago

try deleting it and restarting and see if that helps!

On Tue, Jul 29, 2014 at 12:34 PM, ArjunaSoriano notifications@github.com wrote:

There is a Kalabox entry in the keychain.

On Jul 29, 2014, at 9:33 AM, Mike Pirog notifications@github.com wrote:

almost positive this is stuck because its waiting for that dialog although not sure why it isn't loading. do you have an entry for kalabox in your keychain?

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/kalamuna/kalabox/issues/98#issuecomment-50501994.

Cheers,

Mike Pirog Kalamuna www.kalamuna.com

ArjunaSoriano commented 10 years ago

Trying it now.

Thanks

On Jul 29, 2014, at 9:34 AM, Mike Pirog notifications@github.com wrote:

try deleting it and restarting and see if that helps!

On Tue, Jul 29, 2014 at 12:34 PM, ArjunaSoriano notifications@github.com wrote:

There is a Kalabox entry in the keychain.

On Jul 29, 2014, at 9:33 AM, Mike Pirog notifications@github.com wrote:

almost positive this is stuck because its waiting for that dialog although not sure why it isn't loading. do you have an entry for kalabox in your keychain?

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/kalamuna/kalabox/issues/98#issuecomment-50501994.

Cheers,

Mike Pirog Kalamuna www.kalamuna.com — Reply to this email directly or view it on GitHub.

pirog commented 10 years ago

If that resolves the issue are you guys using iCloud keychain?

sbilde commented 10 years ago

I think it almost worked..- Im getting stucked at this point for 10 min: http://d.pr/i/6YXl

pirog commented 10 years ago

10 minutes is def too long... are you seeing VirtualBox in your applications folder? What happens if you close and reopen?

ArjunaSoriano commented 10 years ago

So, it asked for a password this time but it is still getting stuck at the same point in the log:

2014-07-29T16:45:24.442Z - info: Existing VirtualBox installation, version 4.2.18 2014-07-29T16:45:24.443Z - info: Existing Vagrant installation, version 1.6.3 2014-07-29T16:45:24.443Z - info: VirtualBox not installed or wrong version. Installing.

Here is a screen shot of the window I am seeing: http://arjunasoriano.com/marketplace/Kalabox/screen.png

ArjunaSoriano commented 10 years ago

Oh and I am not using iCloud keychain.

sbilde commented 10 years ago

Im not using the iCloud keychain as well.

sbilde commented 10 years ago

If deleting the virtual box from the system (using the Uninstaller), and deleting the kalabox key in keychain, the installation is starting, and the progress bar moves until a certain point: http://d.pr/i/6YXl

If shutting down kalabox and start it again, I am getting the same error as Arjuna (both logo and screen)

pirog commented 10 years ago

@reynoldsalec @gremy do you think this is being caused by the previous version checking issue that resolved here https://github.com/kalamuna/kalabox/commit/c2bc580c3c39c591887b975236ecc4fa0a17af65 ?

pirog commented 10 years ago

@sbilde @ArjunaSoriano if you guys are feeling bold... i think this issue was resolved and should be in the next release so if you build from source and try it would be useful debug info https://github.com/kalamuna/kalabox/wiki/Contributing-to-Kalabox-V2#packaging-a-kalabox-binary-from-source

sbilde commented 10 years ago

@pirog Im definitely getting longer in the process now after deleting both the Virtual box AND the Vagrant already installed on my mac: http://d.pr/i/VRv

ArjunaSoriano commented 10 years ago

@pirog I will give it a try!

pirog commented 10 years ago

One thing that i did notice is we don't support Vagrant 1.5+ yet (see https://github.com/kalamuna/kalabox/issues/28) so if you have Vagrant already installed you'll def want to uninstall it first which you can do using option 2 in the uninstall.tool.

sbilde commented 10 years ago

Wuuup Wuup :) http://d.pr/i/U3UI

pirog commented 10 years ago

LOOKIN GOOD IN THE NEIGHBORHOOD!

sbilde commented 10 years ago

Just awesome with the Pantheon integration!! - Regarding the V2 of Kalabox for Mac..- Is it stable at this point, while you're working the the supportation of windows?

pirog commented 10 years ago

There actually is no V2 of Kalabox for ANYTHING yet... what you are using is V1 which is a "prototype" but we are committed to getting it as stable as possible while we co-develop V2.

sbilde commented 10 years ago

Sounds awesome!..- So glad I backed this project on Kickstarter..- So freaking cool, when managing all of our sites at out Pantheon One account..- Thanks for the help Mike..- And do ping me, if I in any way can help out with some testing.

pirog commented 10 years ago

Thanks so much for backing the project! You're awesome!

If you think V1 is cool V2 is going to BLOW YOUR MIND :)

pirog commented 10 years ago

I am going to roll a beta8 release later tonight so keep an eye on that as it may resolve this issue.

ArjunaSoriano commented 10 years ago

Great… Thanks. I haven’t had time to try the fix you suggested earlier. I will try beta8 before moving forward on that. Thanks again for the help.

On Jul 29, 2014, at 4:39 PM, Mike Pirog notifications@github.com wrote:

I am going to roll a beta8 release later tonight so keep an eye on that as it may resolve this issue.

— Reply to this email directly or view it on GitHub.

reynoldsalec commented 10 years ago

Goign to close this out @ArjunaSoriano, feel free to re-open if you experience the same issue on beta8 and after trying the suggested fix.

pirog commented 10 years ago

@ArjunaSoriano have you tried this out at all?

I did noticed during a training this week that some people that had certain VB versions installed beforehand experienced this error. I'm going to reopen this... @reynoldsalec @gremy can you guys replicate this when trying to install with VB 4.2.18 already installed and vagrant not installed at all?

ArjunaSoriano commented 10 years ago

I was able to get kalabox labor installed with the latest beta. I haven't had the time to get much farther than this though. I tried to pull down my production site from Pantheon and it promptly filled up my HD, an issue that I will address this week.

Thank for all of the help.

On Aug 4, 2014, at 7:53 PM, Mike Pirog notifications@github.com wrote:

Reopened #98.

— Reply to this email directly or view it on GitHub.

pirog commented 10 years ago

haha... damn! what do you have on that site? EVERYTHING? :)

ArjunaSoriano commented 10 years ago

Pretty much. Years of content for a national radio show called Marketplace.

On Aug 7, 2014, at 1:04 PM, Mike Pirog notifications@github.com wrote:

haha... damn! what do you have on that site? EVERYTHING? :)

— Reply to this email directly or view it on GitHub.

mmynsted commented 10 years ago

Also can not get installed. I have VirtualBox and Vagrant installed (that I use separately). Looks like vagrant is version 1.6.3. So maybe that is the problem?

I see this same screen as show provided by a different user img. It just sits there (been an hour or so) after asking for admin password. Never asks me for approval of license or anything. Activity Monitor shows 0.0 cpu activity for the process. Makes no difference if I remove the key from the keychain and try again.

The installed VirtualBox is 4.3.12.

Ok, an update. I let it sit for about 7 hours, and still nothing. Heh.

pirog commented 10 years ago

@mmynsted there is a separate issue for vagrant 1.5+ support over here https://github.com/kalamuna/kalaboxv1/issues/28... @gremy may also have some insight on that particular issue.

i think its just getting hung on the version checking. Do you have an error log to post? should be at ~/.kalabox/kalabox.log?

gremy commented 10 years ago

@pirog Kalabox does not support newer versions of Vagrant and I don't really know if we should spend more time on adding support for the latest vagrant version, instead we should focus our efforts on developing Kalabox V2.

pirog commented 10 years ago

@gremy, yes i agree and im not sure if we will add this support in V1.

i guess i was not clear in my request here.... i recall you mentioning that you had installed Kalabox with 1.5+ successfully. If so, could you provide some of that wisdom here to @mmynsted?

gremy commented 10 years ago

I managed to fix the install for the latest VirtualBox version which was also broken. But it still fails to install Kalabox with the latest version of Vagrant.

pirog commented 10 years ago

ok awesome... good to know. does it fail in the same way that @mmynsted describes or could it be something else? may just want to add a warning so the user knows their version of vagrant is not compat?

gremy commented 10 years ago

I don't really remember how it failed. I'll have to try it again to check.

mmynsted commented 10 years ago

Here is the log. The same messages are repeated each time I have attempted to install.

 2014-08-10T19:57:26.424Z - info: Box initialized.
 2014-08-10T19:57:26.426Z - info: Kalabox Version: 1.0-beta7
 2014-08-10T19:57:26.426Z - info: Mac OS Version: 10.8.5

 2014-08-10T19:57:26.426Z - info: VirtualBox Version: 4.3.12r93733

 2014-08-10T19:57:26.426Z - info: Vagrant Version: Vagrant 1.6.3

 2014-08-10T19:58:04.408Z - info: Existing VirtualBox installation, version 4.3.12
 2014-08-10T19:58:04.409Z - info: Existing Vagrant installation, version 1.6.3
 2014-08-10T19:58:04.410Z - info: Vagrant not installed or wrong version. Installing.

I also subscribed to notifications for #28

How do you recommend I proceed? Uninstall Vagrant and or VirtualBox and perhaps not use my existing vagrant boxes and VirtualBox VMs until Kalabox V2? I looked a little, but likely not in the right place... but have you announced an estimated date for V2?

Looks like from @gremy's messages, that perhaps removing uninstalling Vagrant should be enough?

pirog commented 10 years ago

Yeah the easiest thing to do would be to run the uninstall.tool apackaged with the KBOX dmg and just use option #2. This will uninstall both VB and Vagrant so you will def want to export whatever VB appliances or Vagrant boxes you use outside of kalabox so you dont lose them.

For V2 we have a new, neutral github org https://github.com/kalabox

And a milestone schedule https://github.com/kalabox/kalabox/milestones

mmynsted commented 10 years ago

Thank you. It installed. :-)

khawkins98 commented 10 years ago

Experienced the same symptoms and resolved by re-installing Virtual Box.

Installed/detected version of VirtualBox was 4.3.2 and I was having no luck. Updating and installing the latest 4.3.14 version seems to have resolved matters.

I did not need to uninstall Kalabox first.

Here's the before and after log for the curious:

### Kalabox Log ###

2014-08-21T08:20:07.024Z - info: Box initialized.
2014-08-21T08:20:07.025Z - info: Kalabox Version: 1.0-beta7
2014-08-21T08:20:07.026Z - info: Mac OS Version: 10.8

2014-08-21T08:20:07.026Z - info: VirtualBox Version: 4.3.2r90405

2014-08-21T08:20:07.026Z - info: Vagrant Version: false
2014-08-21T08:20:09.133Z - info: Existing VirtualBox installation, version 4.3.2
2014-08-21T08:20:09.135Z - info: VirtualBox not installed or wrong version. Installing.

2014-08-21T08:32:56.884Z - info: Box initialized.
2014-08-21T08:32:56.885Z - info: Kalabox Version: 1.0-beta7
2014-08-21T08:32:56.885Z - info: Mac OS Version: 10.8

2014-08-21T08:32:56.885Z - info: VirtualBox Version: 4.3.14r95030

2014-08-21T08:32:56.885Z - info: Vagrant Version: false
2014-08-21T08:32:59.660Z - info: Existing VirtualBox installation, version 4.3.14
2014-08-21T08:32:59.661Z - info: Vagrant not installed or wrong version. Installing.
2014-08-21T08:32:59.662Z - info: User granted permission to install Vagrant
...
pirog commented 10 years ago

I think Kalabox require VB4.3.6+ so this makes sense.

upchuk commented 9 years ago

Hey guys. So basically there is nothing one can do to install with vagrant 1.5+? I mean people use the Vagrant sharing capabilities and what not for other things so can't afford to downgrade. Does this mean essentially that you can't have kalabox if you want to use a good vagrant version? :)

Thanks!

pirog commented 9 years ago

The only thing that one could do currently is to contribute code to KALABOX1 to make it 1.5+ compatible. I think there is or was an issue for that somewhere. If I recall some initial research was done there on what this would take.

Beyond that we are all focusing our efforts on Kalabox2 at github.com/kalabox which will not use vagrant at all :) Releasing this in early 2015!

Hope that helps and sorry we can't handle your use case right now!

On Wednesday, December 3, 2014, Daniel Sipos notifications@github.com wrote:

Hey guys. So basically there is nothing one can do to install with vagrant 1.5+? I mean people use the Vagrant sharing capabilities and what not for other things so can't afford to downgrade. Does this mean essentially that you can't have kalabox if you want to use a good vagrant version? :)

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/kalamuna/kalaboxv1/issues/98#issuecomment-65414459.

Cheers,

Mike Pirog Kalamuna www.kalamuna.com

d3netxer commented 9 years ago

+1 wish you guys speedy progress on V2 so I can actually use it, because I don't want to uninstall vagrant or virtualbox

pirog commented 9 years ago

Yeah fair enough!

Making great progress on v2 and should have a CLI version out very soon.

AND IT WILL WORK ON WINDOWS AND LINUX!!!

On Friday, February 13, 2015, Tom G notifications@github.com wrote:

+1 wish you guys speedy progress on V2 so I can actually use it, because I don't want to uninstall vagrant or virtualbox

— Reply to this email directly or view it on GitHub https://github.com/kalamuna/kalaboxv1/issues/98#issuecomment-74309505.

Cheers,

Mike Pirog Kalamuna www.kalamuna.com

vincenzo commented 9 years ago

If I read this correctly, it means I can't install Kalabox V1 because I have the latest versions of both vagrant and Virtualbox?