Displaying 20 results from an estimated 57 matches for "peformance".
Did you mean:
performance
2009 Feb 07
1
Wine with 2x nVidia GTX260 lame peformance ingame?
Hi people.
So I got Steam running properly in WINE by reverting to version 177 of the nVidia driver. Now I have a new problem.
I have really shitty performance for Source games in WINE. This means rainbow-y colors, glistening walls, at ~13 fps with all lowest graphics settings.
High quality native linux games run beautifully at all highest settings, including Penumbra and Prey and Quake 4.
I
1999 Aug 07
1
INSTALL script does not handle spaces in pathnames correctly (PR#242)
...nux 2.2.2
Submission from: (NULL) (202.14.102.52)
I was attempting to install the DSE package from a directory whose
pathname includes spaces. The INSTALL script interprets spaces in
the pathname as a separator. For example:
[lyndon@beat Rdse]$ pwd
/home/lyndon/doc/uni/415.704 Computer Systems Peformance Analysis/R/Rdse
[lyndon@beat Rdse]$ ~/src/cvs-stuff/R/bin/R INSTALL --no-docs -l ../lib/
syskern
/home/lyndon/src/cvs-stuff/R/bin/INSTALL: /home/lyndon/doc/uni/415.704: No such
file or directory
Installing package `415.704' ...
No man pages found in package `415.704'
DONE (415.704)
Inst...
2009 Oct 27
1
Error in solve.default peforming Competing risk regression
Dear all,
I am trying to use the crr function in the cmprsk
package version 2.2 to analyse 198 observations.I have receive the
error in solve.default.
Can anyone give me some
insights into where the problem is?
Thanks
here is my script :
cov=cbind(x1,x2)
z<-crr(ftime,fstatus,cov))
and data file:
x1 x2 fstatus ftime
0 .02 1 263
0 .03 1 113
0 .03 1 523
2005 Nov 05
3
Security=user half as fast as share. Why?
I'm running Suse 9.2 (kernel 2.6.8-24) with Samba 3.0.20b
When I use security=user, my read/write performance is less than half the
peformance with security=share. Why? There are no other changes, but
performance is never better than half the speed. This happens with WinXP,
Win2K and Win98 clients, so I don't think the client configuration is the
problem. Network is gigabit, with Intel Pro/1000 adapters.
My smb.conf file is:...
2006 Sep 19
2
file locking question
...haring and I use NFS to
make these shares available on another linux server that also runs samba
to share the same shares will the locking still work properly?
I can use this to get around an issue with multiple authentication
domains and I suspect NFS is less chatty than SMB anyway so will mean a
peformance win as well across the WAN.
Can you see any other problems with this setup?
TIA,
Greg
2010 Feb 06
2
lmer Error message
Does anybody knows what this error message means:
Error in object$terms : $ operator not defined for this S4 class
I have peformed the following steps:
> library(lattice)
> library(Matrix)
> library(lme4)
> inkm inkm$Gamie glm.incm drop1(glm.incm,test="Ch") Error in object$terms : $ operator not defined for this S4 class
Your suggestin would be of a greatl help to
2006 Sep 07
1
httperf
Hi,
has anyone run httperf in Xen.if so cna you share the peformance. Also can someone please send me the source for this. the HP site that hosts it does not respond and i do see any other sites that have the source for httperf.
Thanks
PKrishna
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensou...
2003 Oct 11
1
Subclassing lm
I'd trying to subclass the "lm" class to produce a "mylm" class whose
instances behave like lm objects (are accepted by methods like summary.lm)
but have additional data or slots of my own design.
For starters:
setClass("mylm", "lm")
produces the somewhat cryptic:
Warning message:
Old-style (``S3'') class "mylm" supplied as a
2006 Jan 03
1
Extending a data frame with S4
I'm trying to create an extension to data.frame with more complex row
and column names, and have run into some problems:
> setClass("new-data.frame", representation("data.frame"))
[1] "new-data.frame"
Warning message:
old-style ('S3') class "data.frame" supplied as a superclass of
"new-data.frame", but no automatic conversion will
2023 May 24
1
[PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
On 05/23, Eric W. Biederman wrote:
>
> I want to point out that we need to consider not just SIGKILL, but
> SIGABRT that causes a coredump, as well as the process peforming
> an ordinary exit(2). All of which will cause get_signal to return
> SIGKILL in this context.
Yes, but probably SIGABRT/exit doesn't really differ from SIGKILL wrt
vhost_worker().
> It is probably not
2010 Mar 22
1
maxNR - Error in p(a, b) : element 1 is empty; the part of the args list of '*' being evaluated was: (b, t)
Hello everyone...
We were trying to implement the Newton-Raphson method in R, and estimate the
parameters a and b, of a function, F, however we can't seem to implement
this the right way. Hope you can show me the right way to do this. I think
what we want R to do is to read the data from the website and then peform
maxNR on the function, F. Btw the version of R being used is "RGui for
2007 Jan 10
2
using veritas dmp with ZFS (but not vxvm)
We have some HDS storage that isn''t supported by mpxio, so we have to use veritas dmp to get multipathing.
Whats the recommended way to use DMP storage with ZFS. I want to use DMP but get at the multipathed virtual luns at as low a level as possible to avoid using vxvm as much as possible.
I figure theres no point in having overhead from 2 volume manages if we can avoid it.
Has anyone
2015 Jan 21
2
Shared folders - Namespace definition
Hello,
I'm trying to configure shared mailboxes with ACL. My problem is FS layout.
Our maildirs is completely outside of home dirs (home dirs is on pure SSD
zpool, maildirs on separate HDD zpool). We are using checkpassword auth,
which sets mailbox_location for each user. Layout is following:
maildirs:
/dpool/mail/maldirs/user-uuid/
home is:
/dpool/mail/home/user-uuid/
index &
2023 May 23
2
[PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
Oleg Nesterov <oleg at redhat.com> writes:
> On 05/22, Oleg Nesterov wrote:
>>
>> Right now I think that "int dead" should die,
>
> No, probably we shouldn't call get_signal() if we have already
> dequeued SIGKILL.
Very much agreed. It is one thing to add a patch to move do_exit
out of get_signal. It is another to keep calling get_signal after
that.
2003 Oct 18
2
Samba 2.2.8a and 3.0.0
...ne already to improve internal
performance as my approach is to improve cache hit ratio and translation
look-aside.
I've already tuned every piece of hardware to my abilities and even
implemented write-behind algorithms. I'm basically wringing out the towel
to see if there are any drops of peformance left to be found.
Are there any internal limitations with the TDB's, et al, where there may
be an upper bound on concurrent smbd's?
Also are there any internal performance enhancements for smbpasswd files
of >15000 entries?
We are looking at LDAP for storing passwords. What kind of im...
2006 Oct 14
9
How can I do my own search limits?
I''m trying to add a way to query across associations for a model in
acts_as_ferret. Say I have a model A and it has a relationship with
model B. Like say a Book has many pages. I want to search across the
pages of the Book and produce a list of unique books who''s pages match
the terms. So if I have a page that hits then I will add that book to
my list of results. Right
2010 Dec 07
2
PDC (CentOS 5.5, Samba 3.5.6): no domain group names sent to Windows 2003 members
...ne script = /usr/sbin/smbldap-useradd -w '%u'
shutdown script = /var/lib/samba/scripts/shutdown.sh
abort shutdown script = /sbin/shutdown -c
logon script = %u.bat
logon drive = W:
logon home = \\%L\%u
logon path = \\%L\profiles\%u
domain logons = Yes
domain master = Yes
wins support = Yes
# peformance optimization all users stored in ldap
ldapsam:trusted = yes
ldap ssl = off
ldap suffix = dc=itelsib,dc=com
ldap machine suffix = ou=Computers
ldap user suffix = ou=Users
ldap group suffix = ou=Groups
ldap idmap suffix = ou=Idmap
ldap admin dn = cn=sambaadmin,dc=itelsib,dc=com
idmap backend = ldap:/...
2001 Apr 09
1
James Nord's reply to Win2K and multiple Samba 2.07 servers
...uffered but not all. But it goes a bit further than this,
why does NT4.0 and Win2K behave so differently with network read/writes ?
Obivously there are of differences between the two, but if Win95 through to
ME and NT4.0 do a decent job, seems a bit strange that Win2K can't deliver
the same peformance. Incidently reading the file from NT4.0 to Win2K seems
to have no problem.
I tried setting security = server and set password server to the name of
the other samba server and edited the hosts file to make sure it could find
it okay. Pinging the hostname is fine, but authenticating a windows cli...
2008 Oct 30
1
(no subject)
...39; '%u'
set primary group script = /usr/sbin/smbldap-usermod -g '%g' '%u'
add machine script = /usr/sbin/smbldap-useradd -w '%u'
logon script = logon.bat
logon path = \\arizona\profiles\%u
logon drive = Z:
domain logons = Yes
domain master = Yes
wins support = Yes
# peformance optimization all users stored in ldap
ldapsam:trusted = yes
ldap suffix = dc=magabooks,dc=org
ldap machine suffix = ou=Computers,ou=Users
ldap user suffix = ou=People,ou=Users
ldap group suffix = ou=Groups
ldap idmap suffix = ou=Idmap
ldap admin dn = cn=sambaadmin,dc=magabooks,dc=org
idmap backend...
2008 Oct 30
1
smbd crashes on startup
...39; '%u'
set primary group script = /usr/sbin/smbldap-usermod -g '%g' '%u'
add machine script = /usr/sbin/smbldap-useradd -w '%u'
logon script = logon.bat
logon path = \\arizona\profiles\%u
logon drive = Z:
domain logons = Yes
domain master = Yes
wins support = Yes
# peformance optimization all users stored in ldap
ldapsam:trusted = yes
ldap suffix = dc=magabooks,dc=org
ldap machine suffix = ou=Computers,ou=Users
ldap user suffix = ou=People,ou=Users
ldap group suffix = ou=Groups
ldap idmap suffix = ou=Idmap
ldap admin dn = cn=sambaadmin,dc=magabooks,dc=org
idmap backend...