-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vagrant-proxmox install error (rest-client version conflict) #40
Comments
I am running on Proxmox 5.0 with Vagrant 1.9.7
I noticed in lib/vagrant-proxmox/proxmox/connection.rb at the top was defined RestClient make_headers stuff. Commenting that out got the REST call to /api2/json/access/ticket to work but I hit another road block when getting to the REST call to GET /api2/json/nodes
Which I can only assume is due to the commenting of the RestClient make_header override in connection.rb as that appears to be dealing with the authorization cookies. It's possible I'm going down the wrong rabbit hole here as I'm in unfamiliar territory withRestClient/Vagrant APIs and the solution is simpler than I'm making it out to be. I don't have much more time this week to look into it unfortunately. I could speed up my debugging if I knew how to print to the console from a vagrant plugin as easy as a printf or puts. As usual I always spoke too soon. I was on the right track but I just checked out GastonGonzalez/vagrant-proxmox branch "vagrant-1.9.4" and that will build and install with rest-client > 2.0 . Unfortunately I still got a 400 bad request error now when doing POST /api2/json/nodes/pve/qemu ... ugh I may have to setup stunnel as suggested or trying a simpler vagrantfile. I was really trying to avoid delving down that rabbit hole. |
Thank you, Is there any fixes for that? Any one having the same issue? |
Same here
This is a Debian stretch with vagrant |
The same thing:
|
Try this. I currently have tested it against the included tests, and seems to be working fine, I'll now test it with a real ProxMox Server and report back. |
now I'm at Debian buster with vagrant Same thing for https://github.com/denysvitali/vagrant-proxmox/releases/tag/v0.0.12 version
|
Thank you in advance, I find the time for this plugin and build them ))
Vagrant file:
vagrant up --debug: https://pastebin.com/mt6LDNqW |
Hi, after a 10-hour-nightmare installing vagrant and this plugin on a Debian buster, i could at least boot a vm. My two Cents: Another maybe useful Thing: |
I have tried everything listed out in this thread, nothing worked for me with the latest versions of vagrant and proxmox. I wish this repository was maintained actively. |
same error .... no fixes yet ? |
Please helpppp... conflicting dependencies i18n (>= 0.6.4, ~> 0.6) and i18n (= 1.8.2) Conflicting dependency chains: versus: |
Same error too :( |
Same error too |
Same here |
same error cannot install plugin vagrant-proxmox |
This would be really nice if it were fixed! I am also having this error |
This is still an issue.... |
I had the same problem with i18n. I found it's global placement, then deleted it. After I installed the version that I needed, which was 0.6.4, and it works. |
Can't install vagrant-proxmox on Linux kernel 4.4.0-77 (Mint 18.1), vagrant version=1.9.7
`m@server ~ $ vagrant plugin install vagrant-proxmox
Installing the 'vagrant-proxmox' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:
conflicting dependencies rest-client (~> 1.6.7) and rest-client (= 2.0.2)
Activated rest-client-2.0.2
which does not match conflicting dependency (~> 1.6.7)
Conflicting dependency chains:
rest-client (= 2.0.2), 2.0.2 activated
versus:
vagrant-proxmox (> 0), 0.0.2 activated, depends on
rest-client (~> 1.6.7)
`
`m@server ~ $ gem -v
2.5.1
m@server ~ $ gem list
*** LOCAL GEMS ***
bigdecimal (1.2.8)
bundler (1.11.2)
did_you_mean (1.0.0)
gist (4.5.0)
io-console (0.4.5)
json (1.8.3)
minitest (5.8.4)
molinillo (0.4.3)
net-http-persistent (2.9.4)
net-telnet (0.1.1)
power_assert (0.2.7)
psych (2.0.17)
rake (10.5.0)
rdoc (4.2.1)
test-unit (3.1.7)
thor (0.19.1)
`
Any one had this error?
The text was updated successfully, but these errors were encountered: