vagrant-spk icon indicating copy to clipboard operation
vagrant-spk copied to clipboard

`enter-grain` doesn't work if Vagrant is run from a Git checkout

Open ndarilek opened this issue 8 years ago • 1 comments

If Vagrant is installed from source using these instructions, enter-grain fails with the following error:

Looking for apps in dev mode...
Looking for grains...

Error parsing line: Note that the installers are what ensure that Vagrant has all required. Crashing.Traceback (most recent call last):
  File "/home/nolan/bin/vagrant-spk", line 1028, in <module>
    main()
  File "/home/nolan/bin/vagrant-spk", line 1025, in main
    operation(args)
  File "/home/nolan/bin/vagrant-spk", line 774, in shell
    supervisor_pid, ownership_check, grain_id, child_pid = line.split()
ValueError: too many values to unpack

ndarilek avatar Dec 14 '16 17:12 ndarilek

Anyone know whether this is still an issue?

abliss avatar Jan 22 '20 21:01 abliss