thx for reporting ! tbh did not expect anyone uses this anymore ;)
Talking to myself possibly, however, I did find the cause of and solution to this issue. The newer perl LWP/https stuff forces cert verification, and our servers don't have legit certs, just the "VMware ESX Server Default Certificate". My fix was to modify /usr/share/perl5/LWP/Protocol/https.pm in the top of the file, I found: sub _extra_sock_opts { my $self = shift; my %ssl_opts = %{$self->{ua}{ssl_opts} || {}}; I added below this: $ssl_opts{SSL_verify_mode} ||= 0; So it now accepts the invalid...
I realise this thread is from 4 years ago, however I'm having the same issue, and can't find any other references to this issue. I think my cause may be different however, as I can retrieve the vimService.wsdl file manually, and it doesn't contain anything that looks like a version (to me anyway), eg: <?xml version="1.0" encoding="UTF-8" ?> <!-- Copyright 2005-2013 VMware, Inc. All rights reserved. --> <definitions targetNamespace="urn:vim25Service" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"...
ok so back to square 1. first of all I would recommend to try v1.0.4-preview instead of 0.9.6 --> https://sourceforge.net/projects/veman/files/v1.0_preview/ Read the thread about how to create a proper bug report and read all the details I provided here, there are many important hints and information I would need: --> https://sourceforge.net/p/veman/discussion/support/thread/0c98a6f0/ Ensure you followed the INSTALL guide briefly: --> https://raw.githubusercontent.com/xdajog/vEMan/master/INSTALL
ok so back to square 1. 1. first of all I would recommend to try v1.0.4-preview instead of 0.9.6 --> https://sourceforge.net/projects/veman/files/v1.0_preview/ Read the thread about how to create a proper bug report and read all the details I provided here, there are many important hints and information I would need: --> https://sourceforge.net/p/veman/discussion/support/thread/0c98a6f0/ Ensure you followed the INSTALL guide briefly: --> https://raw.githubusercontent.com/xdajog/vEMan/master/INST...
Hey secure diversITy, thanks for the reply. I can confirm that the permissions are now set correctly for ~/.vEMan as per your advice, but still I'm getting the exact same error. I'm not sure what else I can try or show in terms of current config...
Wow someone still using this? :) You have several permission issues the main one is: DEBUG: Hashed pass is: blah blah blah /tmp/vEMan_v0.9.6/libs/MKCFG.vEMan: line 16: /home/don-verga-sr/.vEMan/settings: Permission denied /tmp/vEMan_v0.9.6/libs/MKCFG.vEMan: line 17: /home/don-verga-sr/.vEMan/settings: Permission denied tee: /home/don-verga-sr/.vEMan/settings: Permission denied SRV="10.0.0.15" ./vEMan: line 264: /home/don-verga-sr/.vEMan/progress.tmp: Permission denied mkdir: cannot create directory...
After re-reading my previous post I noticed this line: DEBUG: No source file detected. DEBUG: Can't find /home/don-verga-sr/.vEMan/10.0.0.15/lastovf.cfg file, nothing to include. If this is relevant, I am wondering where I can find this
Hello, I am getting the following error and am hoping that I have provided you with enough info to troubleshoot: Server version unavailable at 'https://10.0.0.15:443/sdk/vimService.wsdl' at /usr/share/perl/5.26/VMware/VICommon.pm line 704. Try to start vEMan v0.9.6_BETA for Linux at the commandline to see debug output vmware-version: vSphere SDK for Perl version: 6.7.0 Script 'vmware-cmd' version: 6.7.0 Using vEMan 0.9.6_BETA Password doesn't contain special characters I don't have any file called...
Hi Albert you have several issues, first of all please read the FAQ and follow it...
Hi Albert you have several issues, first of all please read the FAQ and follow it...
Hi, I am attempting to open a VM's console through vEMan 0.9.6 but I get "ERROR (1)...
Hi, I am attempting to open a VM's console through vEMan 0.9.6 but I get "ERROR (1)...
Good to know! Great work!
I'm glad to hear that you got it working! Regarding ovftool (and others!!!): You...
G'day Thomas, Thanks for getting back to me. Yes, I had found similar in another...
Hi Guv, well yes I really hate to say that again and again but the VMware SDK for...
Hi Guv, well yes I really hate to say that again and again but the VMware SDK for...
Ok, messed with the locale for the user running this... and now get to view and accept...
Ok, messed with the locale for the user running this... and now get to view and accept...
G'day, hopefully I've made a simple mistake... everything appeared to install correctly....
Hi claenjoy, this error indicates a problem with the damn (sorry) Perl SDK. The reasons...
Hi claenjoy, this error indicates a problem with the damn (sorry) Perl SDK. The reasons...
unable to access to ESXi 5.0.0 Distro: Ubuntu 15.04 64bit vmware-cmd --version vSphere...
Thanks for the fully qualified report. Please check: https://github.com/xdajog/vEMan/blob/master/README.md...
Thanks for the fully qualified report. Please check: https://github.com/xdajog/vEMan/blob/master/README.md...
Thanks for the fully qualified report. Please check: https://github.com/xdajog/vEMan/blob/master/README.md...
vmware-cmd --version Possible precedence issue with control flow operator at /usr/lib/perl5/5.20.1/VMware/VICommon.pm...
config dir missing... creating config dir mkdir: created directory ‘/home/gilberto.andrade/.vEMan/10.81.1.128’...
Requirements (needed ONCE) If you want to get (community based) support please use...
Requirements (needed ONCE) If you want to get (community based) support please use...
Requirements (needed ONCE) If you want to get (community based) support please use...
Requirements (needed ONCE) If you want to get (community based) support please use...
Requirements (needed ONCE) If you want to get (community based) support please use...
Requirements (needed ONCE) If you want to get (community based) support please use...
Requirements (needed ONCE) If you want to get (community based) support please use...
Requirements (needed ONCE) =========================== If you want to get (community...
Requirements (needed ONCE) If you want to get (community based) support please use...
Great! This command updates the corresponding perl module. I read that an update...
Thanks for your help !!! It worked (y)
Thanks for the full qualified report! Could you please try (as root): cpan IO::C...
$ vmware-cmd --version vSphere SDK for Perl version: 6.0.0 Script 'vmware-cmd' version:...
Its me again.. preview v1.0.4 has been released with tons of changes. Check it out!...
Great thx for your feedback! so to be sure you solved that problem by: remove ~/.cpan...
I had the same issue described in https://sourceforge.net/p/veman/discussion/support/thread/69ce46c0/#6414...
Hi folks, preview v1.0.3 has been released with many fixes and changes regarding...
Thanks! Your work is mutch much appreciated :)
thx for your report! Because of your report I changed behaviour of ovftool detection...
Hi! It works great as far as I know. But your installer was a bit tricky. I cant...
Deploy a brand new VM
Simple VM Editor
Dear friend! Please follow all the steps here: https://sourceforge.net/p/veman/discussion/support/thread/0c98a6f0/...
hi folks yeah you see right: only 1,5 years later after the last release a new version...
hi folks yeah you see right: only 1,5 years later after the last release a new version...
Pls read the FAQ before posting: https://sourceforge.net/p/veman/discussion/support/thread/0c98a6f0...
Sorry but without a valid support request I cannot help: https://sourceforge.net...
glad to see that you got it working. +1 again for going away from the perl sdk.....
Dear friend, please go to https://sourceforge.net/p/veman/discussion/support/thread/0c98a6f0/...
Please go to https://sourceforge.net/p/veman/discussion/support/thread/0c98a6f0/...
Requirements (needed once) If you want to get (community based) support please use...
moved to support forum. please register to receive support.
Hi the most problems regarding installing vEMan are about the damn VMware SDK. The...
I apologize for posting in the incorrect spot the first time. I am re-posting my...
Ok, progress. By downgrading liblwp-protocol-https-perl from 6.04 to 5.8 I've got...
I'll semi-hijack this. lol I'm having the exact same issue. Fairly certain that I...
Hi the main problem is here: Name "Util::script_version" used only once: possible...
Hi the main problem is here: Name "Util::script_version" used only once: possible...
There is another great way of supporting vEMan right now! Support vEMan v2.0 development...
u r welcome, good luck ;)
welcome, good luck ;)
Awesome, will do that. Thank you very much for all your advice and help :)
well you should download from a trusty source or try to fix the compilation error...
well you should download from a trusty source or try to fix the compilation error...
Installed the perl-Crypt-SSleay but Fedora only gets version 0.64 and "cpan Crypt::SSLeay"...
you're welcome. oh hm try to install this package with your package manager perl...
you're welcome. oh hm try this package by your package manager perl-Crypt-SSLeay
Awesome, thank you for the quick reply :) I am getting the following error and google...
moved to support forum
I highly recommend that you register at sourceforge (it's free and no spam) so you...
I highly recommend that you register at sourceforge so you can receive answers to...
I highly recommend that you register at sourceforge so you can receive updates.....