similar to: Install VMware Workstation

Displaying 20 results from an estimated 100 matches similar to: "Install VMware Workstation"

2018 Apr 08
0
Success : clang/LLVM-built host kernel and clang-built VMware kernel modules for VMware Player 14.1.1 on host Ubuntu 17.10 x86_64
Hello All, As part of my clang/LLVM experiments and explorations with different clang-built kernel versions, I have tried to bring up other Linux/Ubuntu applications with their kernel modules also being clang-built. One such case has been with VMware Player 14.1.1. I am sharing this report for interested people that highlights my research and success in overcoming and solving the challenges in
2015 Feb 18
0
uefi and bios bootable optical media
On Tue, Feb 17, 2015 at 12:57:32PM +0100, Jur van der Burg via Syslinux wrote: > We have been using syslinux (V4.05) in our product for years without a problem. > Since we encounter more and more systems that do a UEFI boot by default > we want to support that too. So I've been using syslinux V6.03 to create > usb sticks and harddisks to allow both bios and uefi boot which works
2015 Feb 18
0
uefi and bios bootable optical media
> We have been using syslinux (V4.05) in our product for years without a problem. > Since we encounter more and more systems that do a UEFI boot by default > we want to support that too. So I've been using syslinux V6.03 to create > usb sticks and harddisks to allow both bios and uefi boot which works fine. > > The problem I run into now is that it is not possible to create
2015 Feb 17
4
uefi and bios bootable optical media
We have been using syslinux (V4.05) in our product for years without a problem. Since we encounter more and more systems that do a UEFI boot by default we want to support that too. So I've been using syslinux V6.03 to create usb sticks and harddisks to allow both bios and uefi boot which works fine. The problem I run into now is that it is not possible to create a dvd that is capable of
2010 Dec 29
1
Re: ** ERROR **: implement type compare for 1b! aborting...
I have exported a specific sequence onto a DVD/CD and all the necessary components to run the viewer are there. You just execute the program. I'm running 10.04 and Wine 1.3.9 [Image: http://i120.photobucket.com/albums/o168/LaoziSailor/Linux%20Wine/WineXprotect.png ] [Image: http://i120.photobucket.com/albums/o168/LaoziSailor/Linux%20Wine/Xprotect-Gym.png ]
2010 Sep 29
0
[LLVMdev] spilling & xmm register usage
On Sep 29, 2010, at 8:35 AMPDT, Ralf Karrenberg wrote: > Hello everybody, > > I have stumbled upon a test case (the attached module is a slightly > reduced version) that shows extremely reduced performance on linux > compared to windows when executed using LLVM's JIT. > > We narrowed the problem down to the actual code being generated, the > source IR on both systems
2012 Jun 24
1
Problems with Powerware 5115 on Patsburge USB
I am seeing some problems when using the Powerware 5115 UPS when connected to the Patsburg USB controller and would like to know if anyone has a solution. The symptom is that PING messages sent to the bcmxcp_usb driver take as long as 25 seconds to complete. The configuration is a Romley patform (a.k.a., Sandy Bridge + Patsburg) running Debian 6 with 2.6.39 kernel with NUT 2.6.4 in which the
2008 Mar 21
3
rsync hanging at "generate_files phase=1"
Hello all, I am experiencing a (consistent, reproducible) condition whereby rsync is hanging indefinitely at the following stage : generate_files phase=1 The condition does not occur if --dry-run is specified - only when the run is "for real". Finally, i can scp the files without problems, so it is not a general connection issue, nor is it a problem with permissions (everything is
2014 Aug 06
0
Asterisk IP7960 and MWI Issue
All, I am running the following setup: Linux 3.10.0-123.4.2.el7.x86_64 #1 SMP Mon Jun 30 16:09:14 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Asterisk 12.4.0 Cisco IP Phone 7960G I have an issue with MWI. For some reason after I delete my voicemail messages, the MWI of the phone is ON for another 20-30 minutes. It seems that there is a poll interval of some kind. I am not sure whether it is a
2012 Jun 21
2
Rails production load order giving uninitialized constant (NameError)
Hi, I have a related but separate question. Again, please redirect me if I''m in the wrong place. I''ve been getting this error in production (on Heroku) only (it happens when the application is loading): 2012-06-21T09:30:19+00:00 app[web.1]: /app/app/controllers/spree/ checkout_controller_decorator.rb:3:in `block in '': uninitialized constant
2014 Jun 16
0
Re: Live migrate failure
On 06/16/2014 02:06 AM, Tuân Tạ Bá wrote: > Hi everyone, > > I use KVM on Openstack Cloud. And KVM migrated successfull, but not ping. > > *Source Host SIDE: *"/var/log/libvirt/libvirtd.log" > > 2014-06-16 05:15:50.599+0000: 2096: warning : > qemuMigrationCancelDriveMirror:1383 : Unable to stop block job on > drive-virtio-disk0 > 2014-06-16
2006 Apr 11
0
a user model in all controllers in 6 lines of code
Well it took a bit of research, and making a fool out of myself; but I found a way to get a user model from the session and have it accessible in every controller and view in 6 lines of code. In the ApplicationController write model :user before_filter :set_user private def set_user @user = session[:user] ||= User.find_by_username(''nobody'') end I have redeemed myself
2014 Mar 05
1
PXELINUX and http?
On 3/5/2014 1:49 PM, Gene Cumm wrote: > Any other output on the screen? No, just boot: in the upper left corner. It moves by so fast that it's hard to tell if there's anything between the banner and the boot: before the screen clears. > Awesome. So it's just with the TFTP code. Good job on narrowing that down. > I also discovered that if I remove option 209 and just
2014 Jun 16
2
Live migrate failure
Hi everyone, I use KVM on Openstack Cloud. And KVM migrated successfull, but not ping. *Source Host SIDE: *"/var/log/libvirt/libvirtd.log" 2014-06-16 05:15:50.599+0000: 2096: warning : qemuMigrationCancelDriveMirror:1383 : Unable to stop block job on drive-virtio-disk0 2014-06-16 05:15:50.601+0000: 2096: *warning : qemuMigrationCancelDriveMirror:1383 : Unable to stop block job on
2012 Jun 21
0
How to access an engine's method from main application?
Hi, I''m not sure if this is the right place to post this, but please redirect me if I''m posting this in the wrong place. I''m trying to use a method defined in an engine''s library, specifically it is the current_order method from the Spree::Core engine: https://github.com/spree/spree/blob/master/core/lib/spree/core/current_order.rb In my view,
2014 Jul 07
0
CentOS 7 Release - Zero Day Updates
The following SRPM packages were built and included as Zero Day Updates as part of the CentOS-7.0.1406 Release in the updates directory. To get all updates, use this command after installing CentOS 7: yum upgrade Updates: NetworkManager-0.9.9.1-22.git20140326.4dba720.el7_0.src.rpm https://access.redhat.com/errata/RHBA-2014:0726 NetworkManager-0.9.9.1-23.git20140326.4dba720.el7_0.src.rpm
2011 Dec 17
3
Can't install Civ4
I know this is a long shot, but I have to ask. I had tried to get Civ4 working in Wine without success in the past, but recently was encouraged to try again based on reports in the Civ4 linux forum. One key was that versions before 1.3.X didn't work. Running openSuse 11.4, which installed Wine 1.3.12, I just followed the usual procedure to install Civ4, Beyond the Sword and my favorite mod,
2010 Sep 29
3
[LLVMdev] spilling & xmm register usage
Hello everybody, I have stumbled upon a test case (the attached module is a slightly reduced version) that shows extremely reduced performance on linux compared to windows when executed using LLVM's JIT. We narrowed the problem down to the actual code being generated, the source IR on both systems is the same. Try compiling the attached module: llc -O3 -filetype=asm -o BAD.s BAD.ll Under
2005 Feb 06
4
Autodetecting faxes
I have managed to get spandsp working, and if I dial a specific extension I can receive faxes. WhooHoo. However, I was wanting to use the "fax detect" option in order to allow individuals to receive faxes, but can't get that to work. Given the following extensions (mainly copied from examples on the wiki), why is the call simply passed onto the sip device rather than being
2015 Apr 21
7
[Bug 2387] New: sshd treats certificate extensions as critical
https://bugzilla.mindrot.org/show_bug.cgi?id=2387 Bug ID: 2387 Summary: sshd treats certificate extensions as critical Product: Portable OpenSSH Version: 6.8p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: sshd Assignee: unassigned-bugs at