similar to: Vmware - Slightly off topic

Displaying 20 results from an estimated 10000 matches similar to: "Vmware - Slightly off topic"

2018 Apr 24
0
Vmware - Slightly off topic
In article <CABr8-B6fcNgogynq66nNMkSLCHAtqA4OrL09XY6ABPRV4H+ZQw at mail.gmail.com>, Jerry Geis <jerry.geis at gmail.com> wrote: > Hi All, > > What is the correct way to provide a CentOS 7 - WMware image for ESX ? > > As an amateur to VMware - I thought - great I can get VMplayer and ESX > should be able to import my image... Wrong... I even went through the >
2018 Apr 25
1
Vmware - Slightly off topic
>> What is the correct way to provide a CentOS 7 - WMware image for ESX ? > > You are probably looking for VMware Converter which can p2v or v2v. > > IMO: if you are creating a VM image which is a binary blob or image then > you are doing it wrong. Have the VM/server/desktop be a simple > next/next/next install and the incorporate a config management tool >
2018 Apr 25
0
Vmware - Slightly off topic
On Tue, Apr 24, 2018 at 1:27 PM Jerry Geis <jerry.geis at gmail.com> wrote: > What is the correct way to provide a CentOS 7 - WMware image for ESX ? You are probably looking for VMware Converter which can p2v or v2v. IMO: if you are creating a VM image which is a binary blob or image then you are doing it wrong. Have the VM/server/desktop be a simple next/next/next install and the
2006 Jul 20
4
VMWare
Hi, I want to run a windows machine on my CENTOS 4.3 laptop 1.8 GHz 768 Mbytes RAM. first what should i choose VMPlayer or VMWare server? Second where can I find some guidelines to have this done? thanks, Guillermo Garron
2017 Sep 14
1
vmware player 12.5.7 with CentOS 7.4
hi all - anyone find a way to get vmware player 12.5.7 working with 7.4? Thanks - everything good with the upgrade except that. Great job CentOS team! Jerry starting vmplayer I get the following: Note: adwaita is installed. canberra is installed No idea what pk is ? vmplayer (vmware-modconfig:12595): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
2011 Nov 07
6
[XCP] Error when trying to import vmware images
Hi list, I have recently migrated to XCP from Vmware Server 2 and have run into issues importing the VM''s Following citrix''s guide I tried using XenCenter to do the import directly on the vmdk files this resulted in XenCenter logging this error: "Failed to import. ---> System.Exception: Failed to import virtual disk file. ---> System.Xml.XmlException: Root element
2017 Sep 25
1
VNC into CentOS 7.4
When I VNC into 7.4 everything is fine until I run vmplayer (VMware). The vmplayer runs but when I type on the console for vmplayer which is also running a centos image I get multiple key presses - sometimes. Its not everytime - but enough to be annoying. How do I take care of that ? Jerry
2019 Oct 15
3
Gstreamer1
How do I tell from source rpm's: 1) the build order of gstreamer packages 2) the command line args for the ./configure For centos 7. Thanks, Jerry
2016 Jan 21
4
is there some blocking in 11.21.0
>Are you saying that this worked in earlier versions but you started to >get the delay when you updated to 11.21.0? Or just that you happened to >be using 11.21.0 the first time you tried this scenario? I should have said "first time" trying this. Any thoughts? Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Aug 29
1
C 5.2 and VMWAre error
A colleague has a newly built 64-bit CentOS 5.0 system that, through yum updates, has become CentOS 5.2. VMWare Workstation and Player work fine for my account on it. But a recent configuration of something under their account has produced: vmplayer GTK Accessibility Module initialized /usr/lib/vmware/bin/vmplayer: symbol lookup error: /usr/lib64/libspi.so.0: undefined symbol:
2010 Mar 30
3
[PATCH 1/2] Refactor guest and volume creation into Sys::VirtV2V::Target::LibVirt
Move all target-specific functionality into its own module in preparation for output to RHEV. --- MANIFEST | 1 + lib/Sys/VirtV2V/Connection.pm | 46 ++--- lib/Sys/VirtV2V/Converter.pm | 138 +------------ lib/Sys/VirtV2V/Target/LibVirt.pm | 419 +++++++++++++++++++++++++++++++++++++ lib/Sys/VirtV2V/Transfer/ESX.pm | 91 +++------ po/POTFILES.in
2007 Oct 19
2
program calls system() gettind PID - slightly off topic
I have a C program on centos. When I call system("some_program &"); how do I get the PID of the some_program? I cant just list processes as there might be more than one some_program active. I need to know the one that I just started. Thanks, Jerry
2014 Aug 25
3
do we have support for xmlns in xml for v2v?
Hi, I need to parse xml (vmware ovf) which have a namespace. Attached the ovf file. Thanks, Shahar.
2016 Jan 21
4
is there some blocking in 11.21.0
I am using the AMI interface to start calls. At one point I have a 10 second delay "Wait(10)" in the dialplan... During this time it "seems" that if I then connect with the manager interface and place a call that nothing happens till the 10 seconds is done... I am requesting Async yes... manager_str Action: Originate[CR ][LF ]Async: Yes[CR ][LF ]Channel: SIP/430[CR ][LF]
2016 Feb 02
4
Compile error with libpri 1.4.15
I am getting this: make gcc -g -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 -MD -MT pritest.o -MF .pritest.o.d -MP -c -o pritest.o pritest.c pritest.c:50:28: fatal error: dahdi/tonezone.h: No such file or directory #include <dahdi/tonezone.h> I am using dahdi-linux-complete-2.11.0+2.11.0 I did "find . | grep timezone.h" from the dahdi root and its not
2006 Jul 07
1
slightly off topic - virtual PC options
I have a this new AMD X2 4800+ x86_64 box that works great and runs centos 4.3 x86_64 like a champ. I have 4 old machines running slackware, redhat 7.3 and redhat 9 and centos 4.3 i386. I would like to take the image of the disk (or something else equivalent) and run some kind of i386 emulation on the X2 box so I can run those old images when I need to and scrap the 4 old boxes. Heat and
2010 Aug 19
1
odd situation slightly off topic (sending file descriptors to another process)
I have coded up the standard sendfd() and recvfd() for linux to send and recv file descriptors. seems to work (http://book.chinaunix.net/special/ebook/addisonWesley/APUE2/0201433079/ch17lev1sec4.html) however when I recvfd() my number of open file descriptors bumps by 2 and not 1. (using lsof -p X | wc -l) I am not sure why the count jumps by 2 and not 1. The sendfd() is just sending a socket
2015 May 07
2
ntpdate odd behavior
I noticed this morning that my ntp time was not correct on machines. So I manually ran "ntpdate time.apple.com" on my clients, I got 7 May 08:46:43 ntpdate[10550]: no server suitable for synchronization found then I ran "ntpdate -d time.apple.com" and it worked . filter offset: -163.446 -163.446 -163.446 -163.447 0.000000 0.000000 0.000000 0.000000 delay 0.20570,
2012 Jun 28
1
Announce: VMware NUT client for ESXI 5.0
Dear NUT users, I recently came across an interesting effort to integrate NUT with WMware ESXI, made by Ren? Garcia. This is still rough and young, but already providing a good support: http://www.networkupstools.org/download.html#_virtualization_packages We will work jointly in the coming months, Ren?, Aur?lien (from Eaton) and myself, with the support from Eaton (which is a VMware partner),
2011 May 19
1
Fail to boot Xen raw image with hda converted from VMWARE vmdk image with scsi
Hi everyone, 1. I try to boot a raw image with hda under Xen hypervisor converted by VMWARE vmdk image with scsi, but fail to boot with error message “Error loading operating system” below”. Who can give me a favor? 2. Under vSphere, create a windows XP VM with scsi storage then install a windows XP to the SCSI storage called xp.vmdk in the VM via iso file. Can successfully