From 0b5ea6a6f0bbff9f67cd1ea037b96c71db8842af Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Thu, 16 Oct 2008 12:19:03 +0000 Subject: * more fixes for 2.5 and local installation git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2327 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'os-plugins/plugins/vmware') diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm index a58aa07d..31c6c24f 100644 --- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -238,7 +238,8 @@ sub preInstallationPhase() } if (! -d $pkgpath && ($vmpl10 == 1 || $vmpl20 == 1 || $vmpl25 == 1)) { - print "\n\n * vmware::pkgpath: no such directory!\n"; + print "\n\n * vmware::pkgpath: no such directory $pkgpath!\n"; + print " See wiki about vmware Plugin\n"; print " * vmware plugin was not installed!\n\n"; exit 1; } @@ -336,7 +337,7 @@ sub checkStage3AttrValues my $vmimg = $stage3Attrs->{'vmware::imagesrc'} || ''; - if ($vm_kind eq 'local' && ! -x "/usr/lib/vmware/bin/vmware") { + if ($vm_kind eq 'local' && ! -x "/usr/lib/vmware/bin/vmplayer") { push @problems, _tr( "No local executeable installation of vmware found! Using it as virtual machine wouldn't work!" ); -- cgit v1.2.3-55-g7522