Open PlatformIntegrity opened 10 years ago
The error comes from the Omnitruck installer.sh, but it looks like a DNS issue to me:
Resolving opscode-omnibus-packages.s3.amazonaws.com... failed: Name or service not known.
wget: unable to resolve host address “opscode-omnibus-packages.s3.amazonaws.com”
Is there a way to change the install url? It does not seem to respect what I specify in the "config.omnibus.install_url"
config.omnibus.install_url = 'https://www.opscode.com/chef/install.sh'
The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed!
sh install.sh -v 11.12.8 -d /tmp/vagrant-cache/vagrant_omnibus 2>&1
Stdout from the command:
Downloading Chef 11.12.8 for el... downloading https://www.opscode.com/chef/metadata?v=11.12.8&prerelease=false&nightlies=false&p=el&pv=6&m=x86_64 to file /tmp/install.sh.2612/metadata.txt trying wget... url https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-11.12.8-2.el6.x86_64.rpm md5 3dfacef6e6640adefc12bf6956a3a4e2 sha256 ee45e0f226ffd503a949c1b10944064a4655d0255e03a16b073bed85eac83e95 downloaded metadata file looks valid... /tmp/vagrant-cache/vagrant_omnibus/chef-11.12.8-2.el6.x86_64.rpm already exists, verifiying checksum... Comparing checksum with sha256sum... checksum mismatch, downloading latest version of the file downloading https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-11.12.8-2.el6.x86_64.rpm to file /tmp/vagrant-cache/vagrant_omnibus/chef-11.12.8-2.el6.x86_64.rpm trying wget... trying curl... grep: /tmp/stderr: No such file or directory trying python... Unable to retrieve a valid package! Please file a bug report at http://tickets.opscode.com Project: Chef Component: Packages Label: Omnibus Version: 11.12.8
Please detail your operating system type, version and any other relevant details Metadata URL: https://www.opscode.com/chef/metadata?v=11.12.8&prerelease=false&nightlies=false&p=el&pv=6&m=x86_64 Download URL: https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-11.12.8-2.el6.x86_64.rpm \nDEBUG OUTPUT FOLLOWS:\n\nSTDERR from wget:\n\n--2014-07-01 15:11:21-- https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chef-11.12.8-2.el6.x86_64.rpm Resolving opscode-omnibus-packages.s3.amazonaws.com... failed: Name or service not known.
The same issue to https://github.com/schisamo/vagrant-omnibus/issues/87 is happening. I am unable to install using this plugin. I have crated a gist of the output: https://gist.github.com/PlatformIntegrity/a170eb83f6a1cef8bc4b