Displaying 20 results from an estimated 20 matches for "vmwaretools".
2011 Feb 01
1
[PATCH] Check for, and uninstall, VMware Tools installed from tarball
...ys/VirtV2V/Converter/RedHat.pm b/lib/Sys/VirtV2V/Converter/RedHat.pm
index 762ee0e..114d876 100644
--- a/lib/Sys/VirtV2V/Converter/RedHat.pm
+++ b/lib/Sys/VirtV2V/Converter/RedHat.pm
@@ -756,6 +756,24 @@ sub _unconfigure_vmware
_remove_application($name, $g);
}
}
+
+ # VMwareTools may have been installed from tarball, in which case the above
+ # won't detect it. Look for the uninstall tool, and run it if it's present.
+ #
+ # Note that it's important we do this early in the conversion process, as
+ # this uninstallation script naively overwrites confi...
2009 Jun 21
3
VMWARE tools on Centos 5.2
Hello,
I m using Centos 5.2 in my virtual machine VMWARE
i've got the rpm of VMWARE tools, after double clicking on it, it installs
successfully.
but after this installation i still can not change my displaay r?solution..
(the max is 800 * 600)
any help?
--
Samir RHAOUSSI
ENIM 2009 - G?nie Informatique
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Aug 06
1
display problem running under vmware
I'm running an up-to-date CentOS 6 virtual machine in a VMWare player on a Windows box and I cannot set the display resolution to anything higher than 1280x720. Windows shows the screen resolution on this monitor to be 1920x1080.
I do have VMWareTools installed although I'm not certain it is installed correctly. How can I tell? It is version 8.8.4-743747.
I'm not sure if this is a CentOS issue or a VMWare issue but I thought I'd start here.
My Xorg.0.log shows this:
[ 43.093] (II) LoadModule: "vmware"
[ 43.095] (II)...
2010 Feb 11
14
vmwaretools
hi, i am trying to run /usr/bin/vmware-config-tools.pl -d, but i was
end with exec timeout. I cannot find any think on google. Have anyone
experience with this?
It works, when I run it normally from shell.
this is my exec resource.
{ "vmwaretools_config":
subscribe => [ Package["VMwareTools"] ],
refreshonly => true,
path => "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/
local/bin",
command => "/usr/bin/vmware-config-tools.pl -d"; }
Thx
--
You received this mess...
2014 Feb 17
1
VMware-tools has 4 options only for resolution!
...10 (Final), a guest OS running
with VMware player 6.0.1 build-1379776. The kernal is 2.6.18-371.4.1.el5
x86_64 x86_64. The host system is win7 64bit OS. The hardware is Thinkpad
T440S with a FHD display, 1920 X 1080. The following is what I get when I
run vmware-config-tools.pl. The VMware-tools is
VMwareTools-9.6.1-1378637.tar.gz. I think that is the latest version.
CODE: SELECT ALL
<https://www.centos.org/forums/viewtopic.php?f=19&t=44910#>Please
choose one of the following display sizes that X will start with:
[1] 640x480
[2] 800x600
[3] 1024x768
[4]< 1280x800
Please enter a number b...
2010 Feb 18
2
[PATCH 1/2] ESX: Look harder for potential transfer failures
Although I can't reproduce, I seem to have had an incomplete transfer which
wasn't picked up by the existing error handling. This change adds some more
sanity checks:
* Check for error on close() (should have been doing this anyway)
* Check that the bytes received == reported content length
---
lib/Sys/VirtV2V/Transfer/ESX.pm | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1
2011 Aug 11
3
vmxnet3 patch for CentOS6 kernel?
Hi,
Could CentOS kernel keepers apply following patch on current kernel?
http://patchwork.ozlabs.org/patch/95785/
(Current as: 2.6.32-71.29.1.el6.x86_64)
With the patch applied, and a ".local" kernel built, I get 30% higher throughput with vmxnet3 in my IP routing node, than when using e1000 "card" at the same. Without the patch, the TCP flow over vmxnet3 driver on a
2013 Sep 24
0
[PATCH 3/4] Add SUSE converter
...yum.repos.d/*/*'.
+ '[baseurl =~ regexp(\'https?://([^/]+\.)?vmware\.com/.*\')]'))
+ {
+ eval {
+ $g->aug_set($repo.'/enabled', 0);
+ $g->aug_save();
+ };
+ augeas_error($g, $@) if ($@);
+ }
+
+ # Uninstall VMwareTools
+ my @remove;
+ my @libraries;
+ foreach my $app (@$apps) {
+ my $name = $app->{app_name};
+
+ if ($name =~ /^vmware-tools-/) {
+ if ($name =~ /^vmware-tools-libraries-/) {
+ push(@libraries, $name);
+ } else {
+ push (@r...
2013 Oct 03
2
[PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...yum.repos.d/*/*'.
+ '[baseurl =~ regexp(\'https?://([^/]+\.)?vmware\.com/.*\')]'))
+ {
+ eval {
+ $g->aug_set($repo.'/enabled', 0);
+ $g->aug_save();
+ };
+ augeas_error($g, $@) if ($@);
+ }
+
+ # Uninstall VMwareTools
+ my @remove;
+ my @libraries;
+ foreach my $app (@$apps) {
+ my $name = $app->{app_name};
+
+ if ($name =~ /^vmware-tools-/) {
+ if ($name =~ /^vmware-tools-libraries-/) {
+ push(@libraries, $name);
+ } else {
+ push (@r...
2007 Nov 07
3
Postfix dying
Hello list,
Postfix is dying on one of my servers almost nightly. This system is
running CentOS5 with postfix-2.3.3-2.
In the morning (after noticing it died) I try to run `service postfix
stop` and I get a failed start. Running `ps ax | grep postfix` I can
see one process still running for postfix. After killing this, I am
able to run `service postfix start`.
I see a lot of this in my
2013 Sep 24
5
[PATCH 0/4] Add SUSE guest converter to virt-v2v
This is a new conversion module to convert SUSE Linux and openSUSE guests.
The converter is based on the RedHat module, and should offer the same
functionality on both SUSE and RedHat hosts.
There are a few additional messages in this module, such as reporting of
packages when installing through zypper or the local virt-v2v repo. These
messages don't necessarily flow unless verbose switches
2011 Apr 26
7
[PATCH 1/7] Push $desc creation into Sys::VirtConvert::Converter->convert
...@$apps) {
my $name = $app->{app_name};
if($name =~ /^kmod-xenpv(-.*)?$/) {
@@ -1005,10 +1012,10 @@ sub _unconfigure_xen
# Unconfigure VMware specific guest modifications
sub _unconfigure_vmware
{
- my ($g, $desc) = @_;
+ my ($g, $desc, $apps) = @_;
# Uninstall VMwareTools
- foreach my $app (@{$desc->{apps}}) {
+ foreach my $app (@$apps) {
my $name = $app->{app_name};
if ($name eq "VMwareTools") {
@@ -2161,7 +2168,7 @@ sub _drivecmp
sub _prepare_bootable
{
- my ($g, $desc, $version, @modules) = @_;
+ my ($g, $root,...
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from
ESX with the following command line:
virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64
Login details are stored in ~/.netrc
Note that this is the only guest I've tested against. I haven't for example,
checked that I haven't broken Xen imports.
Matt
[1] With the exception of
2015 Oct 06
0
[PATCH 5/5] mllib: Replace various ad hoc string_* functions with String.*
...prefix name "vmware-tools-libraries-" then
libraries := name :: !libraries
- else if string_prefix name "vmware-tools-" then
+ else if String.is_prefix name "vmware-tools-" then
remove := name :: !remove
else if name = "VMwareTools" then
remove := name :: !remove
- else if string_prefix name "kmod-vmware-tools" then
+ else if String.is_prefix name "kmod-vmware-tools" then
remove := name :: !remove
) inspect.i_apps;
let libraries = !libraries in
@@ -578,7 +...
2015 Oct 06
10
[PATCH 0/5] mllib: Hide bad String functions and miscellaneous refactoring.
Hide/prevent the use of bad string functions like String.lowercase.
These are replaced by safe functions that won't break UTF-8 strings.
Other miscellaneous refactoring.
Rich.
2016 Jul 07
12
[PATCH v3 0/8] v2v: Move Curl wrapper to mllib and more.
v2 -> v3:
- Changes to the Curl API suggested by Pino.
2016 Jul 07
9
[PATCH v2 0/8] v2v: Move Curl wrapper to mllib and use it for virt-builder (and more).
v1 -> v2:
- Fixed the bug with precedence of if / @.
- Add some imperative list operators inspired by Perl, and use those
for constructing the Curl arguments, and more.
Rich.
2017 Nov 21
2
[PATCH v3 0/2] common/mlstdutils: Extend the List module.
v2 -> v3:
- Renamed List.assoc_ -> List.assoc_lbl.
- Rebased on top of current master branch.
Rich.
2017 Oct 08
4
[PATCH 0/3] common/mlstdutils: Add Std_utils List and Option modules.
In Std_utils we already extend Char and String. These commits take it
a little further by extending List and adding a new Option submodule.
All basically simple refactoring.
Rich.
2017 Oct 08
7
[[PATCH v2 0/4] common/mlstdutils: Add Std_utils List and Option modules.
This time including the first commit ...