search for: 1.01

Displaying 20 results from an estimated 433 matches for "1.01".

Did you mean: 1.00
2016 Mar 12
1
Soft lockups with Xen4CentOS 3.18.25-18.el6.x86_64
On 03/10/2016 12:05 AM, Sarah Newman wrote: > On 03/09/2016 08:15 PM, Sarah Newman wrote: >> I've been running 3.18.25-18.el6.x86_64 + our build of xen 4.4.3-9 on one host for the last couple of weeks and have gotten several soft lockups >> within the last 24 hours. I am posting here first in case anyone else has experienced the same issue. >> > > Here is mpstat
2008 Jun 25
2
Is this sapply behaviour normal?
Hi, I'm trying to use sapply to compute the min of several variables, each of them stored in data.frames, grouped as a list: Is it normal that mean() and min() produce different objects dimensions? > str(dats) List of 5 $ log20:'data.frame': 83 obs. of 5 variables: ..$ DATE : int [1:83] 2001081500 2001081512 2001081600 2001081612 2001081700 2001081712
2003 Aug 23
0
[ANNOUNCE] ulogd-1.01 released
--mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! I have released Version 1.01 of the iptables userspace logging daemon (ulogd).=20 The new Version is available as tar.bz2 only and can be retrieved from: ftp://ftp.netfilter.org/pub/ulogd/ulogd-1.01.tar.bz2 There is a GPG signature for verification of the
2016 Mar 10
2
Soft lockups with Xen4CentOS 3.18.25-18.el6.x86_64
I've been running 3.18.25-18.el6.x86_64 + our build of xen 4.4.3-9 on one host for the last couple of weeks and have gotten several soft lockups within the last 24 hours. I am posting here first in case anyone else has experienced the same issue. Here is the first instance: sched: RT throttling activated NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [swapper/0:0] Modules linked in:
2012 Aug 24
3
R minimal calculation error
Hi, I'm doing some easy calculations to normalize some values. This looks like this: x=mean(a+b+c+d ...) a=a-x b=b-x c=c-x d=d-x ... mean(a+b+c+d ...) ---> Should now be 0! However, I'm getting results like -2.315223e-18 This is really near to 0 but not very aesthetic. Can I prevent this? Or is this behaviour desired? Thank you very much! Burtan -- Frederik Bertling Steinhausenstr.
2015 May 10
3
Packet compression benchmark
Hello, Darik Horn sent a pull request adding support for LZ4. LZ4 is supposed to be a very fast compression algorithm, especially when it comes to decompression. I did a quick benchmark with zlib, LZO and LZ4. Now, there are many benchmarks you can find online, but most of them deal with compressing large files. Tinc on the other hand has to compress small packets individually. So I did the
2009 Sep 12
4
Wine 1.01 wont start steam?
Hey I managed to walkaround that you cant run the MSI installer for steam in Wine 1.01 , but i cant start the steam program. First i got that it crashed in update but i walkaround that as well, now i cant start the program steam, no error messege or anything.... Any ideas?
2009 Mar 03
2
Misys Tiger with Wine 1.01
Fellow Winos: I am a nubee to Wine. I am using Ubuntu 8.10 with Wine from the repository, which is 1.01. I have a business program that is used to connect a windows PC to an AIX server in our office. So it is basically an emulator. the program is called Misys Tiger. I am able to install the program without difficulty, but it will not run. It goes to the initial splash screen, and then the
2005 Jan 25
3
multi-class classification using rpart
Hi, I am trying to make a multi-class classification tree by using rpart. I used MASS package'd data: fgl to test and it works well. However, when I used my small-sampled data as below, the program seems to take forever. I am not sure if it is due to slowness or there is something wrong with my codes or data manipulation. Please be advised ! The data is described as the output from str()
2016 Mar 10
0
Soft lockups with Xen4CentOS 3.18.25-18.el6.x86_64
On 03/09/2016 08:15 PM, Sarah Newman wrote: > I've been running 3.18.25-18.el6.x86_64 + our build of xen 4.4.3-9 on one host for the last couple of weeks and have gotten several soft lockups > within the last 24 hours. I am posting here first in case anyone else has experienced the same issue. > Here is mpstat from around the time of the issue: 0:08:56 PM CPU %usr %nice
2008 Oct 27
2
Wine 1.01 in Ubuntu 8.10
I'm running Wine 1.01 in the beta version of Ibex with Office 2003. I'm having issues with: 1. No MS equation editor extension in Word 2. Attempting to add MathType 6 to Word usually freezes, requiring Force Quit, and when it does function, Word will no longer Save. When attempting to install MathType6: Code: arctos at arctos:~/Desktop$ wine MTW6.0c.exe
2007 Jul 12
2
Integrating dovecot 1.01 into CentOS-3.8 systemw with chroot passwd dirs?
Hello. I'm administrating a CentOS 3.8 linux system (RHEL3) and I just replaced the imap-2002d-12 package that came with the system, with a dovecot 1.01 package I obtained through the dovecot home page. The problem I have, is that many of my POP3 users have jailed user accounts set up through wu-ftpd, where the dir field is of the form /home/group/./pop/user, and wu-ftpd chroots them from
2014 Sep 09
1
[LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
> On Sep 9, 2014, at 1:47 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > On Tue, Sep 9, 2014 at 12:53 PM, Quentin Colombet <qcolombet at apple.com <mailto:qcolombet at apple.com>> wrote: > Hi Chandler, > > I had observed some improvements and regressions with the new lowering. > > Here are the numbers for an Ivy Bridge machine fixed at
2008 Jan 18
3
Problems with lattice plot
Hello useRs, I have some problems when I try to plot a lattice. The lattice has 200 columns (X value) and 5 rows (Y value), with a total of 1000 squares. I want to plot this lattice with the squares having different colours according to a variable value. The variable I want to plot is cover value of a shrub, and it has values between 0 and 1. I want to plot the squares with value 1,
2014 Sep 09
5
[LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
Hi Chandler, Thanks for fixing the problem with the insertps mask. Generally the new shuffle lowering looks promising, however there are some cases where the codegen is now worse causing runtime performance regressions in some of our internal codebase. You have already mentioned how the new shuffle lowering is missing some features; for example, you explicitly said that we currently lack of
2008 Jun 25
1
LDA on pre-assigned training and testing data sets
Dear r-help I am trying to run LDA on a training data set, and test it on another data set with the same variables. I found examples using crossvalidation, and using training and testing data sets set up with sample, but not when they are preassigned. Here is what I tried # FIRST SET UP A DATAFRAME WITH ALL THE DATA AND CREATE NEW VARIABLES traintest1 <-
2008 Jul 22
1
Install WINE 1.01 on RHES5 and libgphoto2
Hello, I am having problems installing the WINE rpm. I have RHES 5. I have installed the libgphoto2. When I try to install WINE with the following command it fails. rpm -ihv --aid wine-core-1.0-1.el5.i386.rpm error libgphoto2.so.2 is needed by wine-core-1.0-1.el5.i386.rpm libgphoto2.port.so.0 is needed by wine-core-1.0-1.el5.i386.rpm Both are installed and in /lib/lib64 an rpm
2009 Jun 30
1
Can't play Last Chaos on Ubuntu 9.04 With newest wine 1.01
I have Ubuntu 9.04 i installed the latest wine and i get to the piont after u hit start on the loader then the screen comes up that says loading the send error screen comes up what to i do or is there anything i missed or can anything be done also i tryed restalling both still anything and on a side note Rohan blood fread don't work as well same thing comes up after the loader and the nprot
2012 Jan 15
0
AstLinux 1.01 Released
The AstLinux Team would like to announce the release of 1.0.1. This version is available with either Asterisk 1.4.43 or Asterisk 1.8.8.3. A full changelog and upgrade (or new install) instructions are available on our website. Please follow the upgrade instructions carefully when upgrading from a release prior to 1.0. http://www.astlinux.org Please note that this release includes a change in
1997 Feb 24
1
i386-elf-xquake-1.01.tgz
-----BEGIN PGP SIGNED MESSAGE----- This .tgz file contains a shell script called "runme" which contains the following: #!/bin/sh cat /proc/cpuinfo /proc/devices /proc/meminfo /proc/version \ /proc/filesystems /proc/interrupts /proc/ioports /proc/modules \ /proc/pci | mail machines@crack.com It is possible that this is just to conduct a little research into who is