Displaying 20 results from an estimated 2000 matches similar to: "Vmware No Longer Build on the New 693.1.1 kernel"
2017 Sep 24
1
vmplayer for linux 12.5.7 on CentOS 7.4 (Jerry Geis)
The answer is to recompile the source tarball with a patch which appeared
at:
https://communities.vmware.com/message/2686431?tstart=0#2686431
generously provided by https://communities.vmware.com/people/dariusd .
Tried it and it works swimmingly.
2017 Aug 27
0
Vmware No Longer Build on the New 693.1.1 kernel
Build error "Failed to build vmnet. Failed to execute the build command."
when trying to compile vmnet.Not one other shred of data in the logs
telling me WHY it failed to build.
I have rolled back to the last 514 kernel to use vmware but I
don't want to recompile vmware because of the liability of not being able
to
get it running again if the compilation problem is caused by one of
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",
2008 Sep 04
5
VMWare Server doesn't like new CentOS installation?
I just got a nice, shiny new machine at work, a Core 2 Duo, on which I
just finished installing CentOS 5.2 with a fair number of packages,
SeaMonkey 1.1.10, Adobe Reader 8.0, Adobe Flash 9.0, mplayer,
mplayerplug-in (both from rpmforge), and I think that was it. Then I
went and got the latest VMWare Server, 1.0.7, from VMWare, pulled down
their rpm, installed it, and ran vmware-config.pl, which
2014 Jul 21
0
Install VMware Workstation
Hie Guys
Has anyone managed to run VMware WorkStation 10.0.3 on CentOS 7? Mine ask for some modules to be compiled and loaded into the running Kernel before VMware can run,
then an ERROR copy or error below:
2014-07-21T09:01:41.429+02:00| vthread-3| I120: The header path "/lib/modules/3.10.0-123.4.2.el7.x86_64/build/include" for the kernel "3.10.0-123.4.2.el7.x86_64"
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
2010 Jun 21
1
Question about wine qcap v4l's MediaSampleTime
in wine/dlls/qcap/v4l.c:
ReadThread()
--> OutputPin_GetDeliveryBuffer((OutputPin *)capBox->pOut, &pSample, NULL, NULL, 0);
--> IMediaSample_SetTime(*ppSample, tStart, tStop);
in wine/dlls/quartz/memallocator.c:
StdMediaSample2_GetTime(IMediaSample2 * iface, REFERENCE_TIME * pStart, REFERENCE_TIME * pEnd)
--> if tstart/stop is NULL, leave pStart/pEnd not setted.
in
2002 Jun 07
1
filter data frames
Hello!
I'm looking for an easy way to filter data frames.
Some rows in my data frame needs to be left out,
for instance, rows with invalid data.
Right now, if I want to pair two columns of this data frame,
I have to do this:
> pairs(as.data.frame(list(tstart=df$tstart[valid],tend=df$tend.sdr[valid])))
or this:
>
2000 Feb 05
2
vmware, host-only network can't browse??
Server: Linux 2.2.10
samba-2.0.5a-1 (rpm)
Client: Win98 inside vmware1.0.2 using hostonly networking.
Problem: 'Unable to browse the network'
I have worked my way through the tests in DIAGNOSIS.txt, and all
tests pass. If I run Test 9 "net use x: \\BIGSERVER\TMP" from a MS-DOS
prompt, then I can see my linux /tmp directory in x:.
BUT if I just log in to Windows
2018 May 08
0
Fitting problem for Cox model with Strata as interaction term
Dear All,
I got a warning message "X matrix deemed to be singular" in Cox model with
a time dependent coefficient. In my analysis, the variable "SEX" is a
categorical variable which violate the PH assumption in Cox. I first used
the survSplit() function to break the data set into different time
intervals, and then fit the model. The procedures can be described as
follows:
2018 May 29
1
Difficulty in writing R code for one pool dynamic model
Hi everyone,
I was trying to mode the following exercise using R.
The question: Set up a one pool model using numericintegration. The model will run from time 1 to time 30 using a time step of 1.The pool (A) will be fed by flux "inA" at a rate of 5 units per hour anddrained by flux "outA" at a rate of 20% per hour. At time 0, A has 5units. At time 30, what is the pool size of
2004 Feb 18
0
[PATCH] fix tftp verbose mesage
tftp-hpa-0.35 and tftp-hpa-0.36 show wrong transmission time.
>tftp -V
tftp-hpa 0.36, with readline
>tftp -m octet -v localhost -c get aaa /tmp/aaa
Connected to localhost.localdomain (127.0.0.1), port 69
getting from localhost.localdomain:aaa to /tmp/aaa [octet]
Received 33554432 bytes in -3.3 seconds [-81407477 bit/s]
^^^^ ^^^^^^^^^
By the way, why
2004 Oct 08
1
Multiple-pass overwrite of EXT3 file on a journalled fs
Greetings all,
I am curious if anyone knows why utilities such as
'GNU shred' (part of coreutils) and 'wipe' say they
are not effective on journalled file systems-
especially EXT3.
Is it because you can't "guarantee" that the journal
has been flushed/wiped (i.e. you have the journal
'between' you and the actual data blocks on the
physical disk), or because
2017 Nov 09
0
file shred
On 11/08/2017 11:36 PM, Kingsley Tart wrote:
> Hi,
>
> if we were to use shred to delete a file on a gluster volume, will the
> correct blocks be overwritten on the bricks?
>
> (still using Gluster 3.6.3 as have been too cautious to upgrade a
> mission critical live system).
When I strace `shred filename`, it just seems to write + fsync random
values into the file based on
2011 Sep 14
1
Shredding instead of deleting
Hi,
I have a wishlist item. Is there an appropriate place for me to post it?
Basically, I would like to know that my email isn't recoverable from the
local disk on the mail server after I delete it. So instead of just
deleting the file from my Maildir, I'd like the option to exist for
Dovecot to shred it.. Ie, overwrite the file with random data and/or
null bytes before deletion. In the
2010 Jan 18
0
[PATCH] Fixed unpersisting directories and persisting directories that contain persisted files.
Resolves: rhbz#556616
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-functions | 107 ++++++++++++++++++++++++++++++----------------
1 files changed, 70 insertions(+), 37 deletions(-)
diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions
index 6435387..7ed6491 100644
--- a/scripts/ovirt-functions
+++ b/scripts/ovirt-functions
@@ -1,4 +1,4 @@
-#
2009 Mar 10
2
simple question beginner
Hi there,
I am beginner in R and I have some basic question. Suppose I run a common procedure such as a t test or cox model like below:
out<-coxph( Surv(tstart,tstop, death1) ~ x1+x1:log(tstop+1) , test1,method=c("breslow"))
Which yields the following result:
Call:
coxph(formula = Surv(tstart, tstop, death1) ~ x1 + x1:log(tstop +
1), data = test1, method =
2017 May 31
0
CentOS 6.9, shredding a RAID
On Wed, 31 May 2017, m.roth at 5-cent.us wrote:
> I've got an old RAID that I attached to a box. LSI card, and the
> RAID has 12 drives, for a total RAID size of 9.1TB, I think. I
> started shred /dev/sda the Friday before last... and it's still
> running. Is this reasonable for it to be taking this long...?
Unless you specified non-default options, shred overwrites each
2014 Mar 07
0
Syslinux EFI + TFTPBOOT Support
On Fri, Mar 7, 2014 at 10:50 AM, Steven Shiau <steven at nchc.org.tw> wrote:
>
> On 2014?03?07? 23:05, Ady wrote:
>> I understand that these remarks might seem not the main issue, but I
>> tend to think that once you are successful while using only "default"
>>
>> values and in a minimalistic case, you could add complexity
>> (different paths,
2000 Apr 01
0
space in user dir?
This is obviously not a long term acceptable solution. Could someone
please enlighten me as to the permanent solution, or at least see why it
doesn't work? This is not my problem, therefore I have not had the
opportuntity to test - I don't have a version that old. Let me know if it
is solved in a newer version as well. Thanks.
It is a workable solution, although the generally accepted